/* custom buttons */
.btn-outlined,
btn-outlined,
.btn-outlined-medium,
btn-outlined-medium,
.btn-outlined-small,
btn-outlined-small {
  display: inline-block;
  font-family: "Mulish";
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all;
  box-sizing: border-box;
  padding: 0 34px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  background: #fff;
  outline: none;
}
.btn-outlined-medium,
btn-outlined-medium {
  padding: 0 20px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}
.btn-outlined-medium:hover,
btn-outlined-medium:hover {
  opacity: 70%;
}
.btn-outlined-medium:focus,
btn-outlined-medium:focus,
.btn-outlined-medium:active,
btn-outlined-medium:active {
  opacity: 60%;
}
.btn-outlined-medium.disabled,
btn-outlined-medium.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-outlined-small,
btn-outlined-small {
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  font-size: 10px;
}
.btn-outlined-small:hover,
btn-outlined-small:hover {
  opacity: 70%;
}
.btn-outlined-small:focus,
btn-outlined-small:focus,
.btn-outlined-small:active,
btn-outlined-small:active {
  opacity: 60%;
}
.btn-outlined-small.disabled,
btn-outlined-small.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-outlined:hover,
btn-outlined:hover {
  opacity: 70%;
}
.btn-outlined:focus,
btn-outlined:focus,
.btn-outlined:active,
btn-outlined:active {
  opacity: 60%;
}
.btn-outlined.disabled,
btn-outlined.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-solid,
btn-solid,
.btn-solid-medium,
btn-solid-medium,
.btn-solid-small,
btn-solid-small {
  display: inline-block;
  font-family: "Mulish";
  color: #fff;
  background: #000000;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all;
  box-sizing: border-box;
  padding: 0 34px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.btn-solid-medium,
btn-solid-medium {
  padding: 0 20px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}
.btn-solid-medium:hover,
btn-solid-medium:hover {
  opacity: 70%;
}
.btn-solid-medium.disabled,
btn-solid-medium.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-solid-medium.m-progress,
btn-solid-medium.m-progress {
  background: #000000;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.btn-solid-medium.m-progress i,
btn-solid-medium.m-progress i {
  background: #A78868;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.btn-solid-small,
btn-solid-small {
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  font-size: 10px;
}
.btn-solid-small:hover,
btn-solid-small:hover {
  opacity: 70%;
}
.btn-solid-small.disabled,
btn-solid-small.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-solid-small.m-progress,
btn-solid-small.m-progress {
  background: #000000;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.btn-solid-small.m-progress i,
btn-solid-small.m-progress i {
  background: #A78868;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.btn-solid:hover,
btn-solid:hover {
  opacity: 70%;
}
.btn-solid.disabled,
btn-solid.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-solid.m-progress,
btn-solid.m-progress {
  background: #000000;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.btn-solid.m-progress i,
btn-solid.m-progress i {
  background: #A78868;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.btn-secondary,
btn-secondary,
.btn-secondary-medium,
btn-secondary-medium,
.btn-secondary-small,
btn-secondary-small {
  display: inline-block;
  font-family: "Mulish";
  color: #000000;
  border: 1px solid #D2D2D2;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all;
  box-sizing: border-box;
  padding: 0 34px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  background: #fff;
  outline: none;
}
.btn-secondary-medium,
btn-secondary-medium {
  padding: 0 20px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}
.btn-secondary-medium:hover,
btn-secondary-medium:hover {
  border-color: #000000;
}
.btn-secondary-medium.disabled,
btn-secondary-medium.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-secondary-small,
btn-secondary-small {
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  font-size: 10px;
}
.btn-secondary-small:hover,
btn-secondary-small:hover {
  border-color: #000000;
}
.btn-secondary-small.disabled,
btn-secondary-small.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-secondary:hover,
btn-secondary:hover {
  border-color: #000000;
}
.btn-secondary.disabled,
btn-secondary.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-outlined-bronze,
btn-outlined-bronze,
.btn-outlined-bronze-medium,
btn-outlined-bronze-medium,
.btn-outlined-bronze-small,
btn-outlined-bronze-small {
  display: inline-block;
  font-family: "Mulish";
  color: #A78868;
  border: 1px solid #A78868;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all;
  box-sizing: border-box;
  padding: 0 34px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  background: #fff;
  outline: none;
}
.btn-outlined-bronze-medium,
btn-outlined-bronze-medium {
  padding: 0 20px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}
.btn-outlined-bronze-medium:hover,
btn-outlined-bronze-medium:hover {
  opacity: 70%;
}
.btn-outlined-bronze-medium:focus,
btn-outlined-bronze-medium:focus,
.btn-outlined-bronze-medium:active,
btn-outlined-bronze-medium:active {
  opacity: 60%;
}
.btn-outlined-bronze-medium.disabled,
btn-outlined-bronze-medium.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-outlined-bronze-small,
btn-outlined-bronze-small {
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  font-size: 10px;
}
.btn-outlined-bronze-small:hover,
btn-outlined-bronze-small:hover {
  opacity: 70%;
}
.btn-outlined-bronze-small:focus,
btn-outlined-bronze-small:focus,
.btn-outlined-bronze-small:active,
btn-outlined-bronze-small:active {
  opacity: 60%;
}
.btn-outlined-bronze-small.disabled,
btn-outlined-bronze-small.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-outlined-bronze:hover,
btn-outlined-bronze:hover {
  opacity: 70%;
}
.btn-outlined-bronze:focus,
btn-outlined-bronze:focus,
.btn-outlined-bronze:active,
btn-outlined-bronze:active {
  opacity: 60%;
}
.btn-outlined-bronze.disabled,
btn-outlined-bronze.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-solid-bronze,
btn-solid-bronze,
.btn-solid-bronze-medium,
btn-solid-bronze-medium,
.btn-solid-bronze-small,
btn-solid-bronze-small {
  display: inline-block;
  font-family: "Mulish";
  color: #fff;
  background: #A78868;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all;
  box-sizing: border-box;
  padding: 0 34px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.btn-solid-bronze-medium,
btn-solid-bronze-medium {
  padding: 0 20px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}
.btn-solid-bronze-medium:hover,
btn-solid-bronze-medium:hover {
  opacity: 70%;
}
.btn-solid-bronze-medium.disabled,
btn-solid-bronze-medium.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-solid-bronze-medium.m-progress,
btn-solid-bronze-medium.m-progress {
  background: #000000;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.btn-solid-bronze-medium.m-progress i,
btn-solid-bronze-medium.m-progress i {
  background: #A78868;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.btn-solid-bronze-small,
btn-solid-bronze-small {
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  font-size: 10px;
}
.btn-solid-bronze-small:hover,
btn-solid-bronze-small:hover {
  opacity: 70%;
}
.btn-solid-bronze-small.disabled,
btn-solid-bronze-small.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-solid-bronze-small.m-progress,
btn-solid-bronze-small.m-progress {
  background: #000000;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.btn-solid-bronze-small.m-progress i,
btn-solid-bronze-small.m-progress i {
  background: #A78868;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.btn-solid-bronze:hover,
btn-solid-bronze:hover {
  opacity: 70%;
}
.btn-solid-bronze.disabled,
btn-solid-bronze.disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.btn-solid-bronze.m-progress,
btn-solid-bronze.m-progress {
  background: #000000;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.btn-solid-bronze.m-progress i,
btn-solid-bronze.m-progress i {
  background: #A78868;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
/* custom inputs */
input.input-basic,
input.input-basic-medium {
  font-size: 16px;
  color: #000000;
  height: 48px;
  border: 1px solid #D2D2D2;
  padding: 0 20px;
  background: #fff;
  border-radius: 0px;
  font-weight: 400;
}
input.input-basic::placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 0.45;
}
input.input-basic:focus {
  border-color: #000000;
  outline: none;
}
input.input-basic:read-only {
  border-color: #D2D2D2 !important;
}
input.input-basic.medium {
  height: 36px;
  font-size: 14px;
}
input.input-basic.search {
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.40074 6.86708C1.40214 3.83648 3.90523 1.37755 6.98125 1.37755C10.058 1.37755 12.5611 3.83648 12.5625 6.86708C12.5625 9.89079 10.0587 12.3497 6.97985 12.3497C3.90453 12.3497 1.40214 9.89079 1.40074 6.86708ZM0 6.86708C0.00140074 10.6484 3.13273 13.7272 6.97985 13.7272C8.58346 13.7272 10.0626 13.1933 11.2428 12.2965L14.8043 15.8003C14.9416 15.9312 15.1201 16 15.2994 16C15.4787 16 15.658 15.9312 15.7946 15.8003C16.0685 15.5248 16.0685 15.0908 15.7946 14.8222L12.2626 11.3475C13.3218 10.1433 13.9633 8.57441 13.9633 6.86022C13.9619 3.07886 10.8298 0 6.98125 0C3.13273 0 0.00140074 3.07883 0 6.86708Z' fill='rgb(199 127 79)'/></svg>");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
input.input-basic-medium {
  font-size: 14px;
  height: 36px;
}
input.input-basic-medium::placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 0.45;
}
input.input-basic-medium:focus {
  border-color: #A78868;
  outline: none;
}
input.input-basic-medium:focus[readonly] {
  border-color: #D2D2D2;
}
.custom-search {
  position: relative;
  width: 100%;
  height: 48px;
  display: inline-block;
}
.custom-search.small {
  height: 28px;
}
.custom-search.small input {
  font-size: 12px;
}
.custom-search:after {
  top: calc(50% - 7px);
  right: 14px;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI1XzIwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi4yMjE5MSAxLjI0ODM4QzMuNDgwMTIgMS4yNDkgMS4yNDk1IDMuNDgxMDkgMS4yNDgyNSA2LjIyNDM5QzEuMjQ5NSA4Ljk2NTIgMy40Nzk1MSAxMS4xOTYxIDYuMjIwNjcgMTEuMTk2MUM4Ljk2NDMzIDExLjE5NjEgMTEuMTk2MiA4Ljk2NTIzIDExLjE5NjIgNi4yMjMxOEMxMS4xOTQ5IDMuNDc5ODcgOC45NjM2OSAxLjI0ODM4IDYuMjIxOTEgMS4yNDgzOFpNNi4yMjA2NyAxMi40NDQ0QzIuNzkyMzUgMTIuNDQ0NCAwLjAwMTI0ODI1IDkuNjUzNjggMCA2LjIyNDM5QzAuMDAxMjQ4MjUgMi43OTI2MSAyLjc5MjM0IDAuMDAwNjI0MTg4IDYuMjIxOTEgMEM5LjY1MTQ4IDAgMTIuNDQzMiAyLjc5MTM3IDEyLjQ0NDQgNi4yMjI1M0MxMi40NDQ0IDkuNjUzNjkgOS42NTIxMSAxMi40NDQ0IDYuMjIwNjcgMTIuNDQ0NFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi45MzIyNyA2LjIxMTM0SDIuMzMzNUMyLjMzMzUgNC4wNzI1NyA0LjEwODI2IDIuMzMzMDEgNi4yODkgMi4zMzMwMVYyLjkyMDFDNC40MzgxOCAyLjkyMDEgMi45MzIyNyA0LjM5NjY0IDIuOTMyMjcgNi4yMTEzNFpNMTMuNDAxMiAxMy45OTk3QzEzLjI0OCAxMy45OTk3IDEzLjA5NDcgMTMuOTQyMSAxMi45Nzc5IDEzLjgyNzZMOS42NDM5MyAxMC41NTg3QzkuNDA5ODEgMTAuMzI5OCA5LjQwOTgxIDkuOTU4MTMgOS42NDM5MyA5LjcyODU4QzkuODc3NDUgOS40OTk2MSAxMC4yNTY1IDkuNDk5NjEgMTAuNDkwNiA5LjcyODU4TDEzLjgyNDYgMTIuOTk3NUMxNC4wNTg3IDEzLjIyNjUgMTQuMDU4NyAxMy41OTgxIDEzLjgyNDYgMTMuODI3NkMxMy43MDc4IDEzLjk0MjEgMTMuNTU0NSAxMy45OTk3IDEzLjQwMTIgMTMuOTk5N1oiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjVfMjAiPgo8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  pointer-events: none;
  position: absolute;
}
.custom-search input {
  border: 1px solid #D2D2D2;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 16px;
  text-align: left;
  padding: 0 37px 0 20px;
  user-select: text;
  font-family: "Mulish";
}
.custom-search input:focus {
  outline: none;
}
.custom-search input::placeholder {
  opacity: 0.5;
}
.custom-search .hint {
  font-size: 10px;
  position: absolute;
  top: 100%;
  color: #000000;
  opacity: 0.5;
  line-height: 18px;
  white-space: nowrap;
  font-family: "Mulish";
}
textarea.textarea-basic {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  height: 110px;
  border: 1px solid #D2D2D2;
  padding: 10px 20px;
  resize: none;
  background: #fff;
  border-radius: 0px;
}
textarea.textarea-basic::placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 0.4;
}
textarea.textarea-basic:focus {
  border-color: #000000;
  outline: none;
}
textarea.textarea-basic:read-only {
  border-color: #D2D2D2 !important;
}
textarea.textarea-basic::placeholder {
  color: #000000;
  opacity: 0.5;
}
/* custom ui elements */
notification {
  display: block;
  position: relative;
  background: #e5ecf2;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  align-items: center;
  min-height: 54px;
  overflow: hidden;
  border-radius: 4px;
}
notification:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='28' viewBox='0 0 4 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0H0V21H4V0Z' fill='white'/%3E%3Cpath d='M4 24H0V28H4V24Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: #8C8C8C;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* General disabled class */
.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
  user-select: none !important;
}
.disabled > span {
  opacity: 0.5;
}
.disabled:after {
  opacity: 0.5;
}

body.overflow-hidden,
html.overflow-hidden {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
.popup-wrapper {
  pointer-events: auto;
  z-index: 1004;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border: 1px solid #D2D2D2;
  position: fixed;
  border-radius: 0;
  min-width: 300px;
  max-height: 100vh;
  box-sizing: border-box;
}
.popup-wrapper * {
  box-sizing: border-box;
}
.popup-wrapper *:after {
  box-sizing: border-box;
}
.popup-wrapper *:before {
  box-sizing: border-box;
}
.popup-wrapper-close {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 1;
}
.popup-wrapper-close:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.301434 17.6987C-0.101511 17.2957 -0.0993932 16.6422 0.301282 16.2415L16.2408 0.301294C16.6415 -0.0993971 17.2951 -0.101515 17.698 0.301446C18.1002 0.703677 18.0988 1.35796 17.6982 1.75866L1.75859 17.6988C1.35791 18.0995 0.70365 18.1009 0.301434 17.6987Z' fill='black'/><path d='M16.2416 17.6986L0.302304 1.75866C-0.10064 1.3557 -0.0985229 0.702146 0.302152 0.301455C0.702827 -0.099236 1.35636 -0.101354 1.7593 0.301607L17.6986 16.2415C18.1015 16.6445 18.0994 17.298 17.6987 17.6987C17.298 18.0994 16.6445 18.1015 16.2416 17.6986Z' fill='black'/></svg>");
  content: "";
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  position: absolute;
}
.popup-notification .popup-wrapper-close:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.300186 0.300373C-0.100062 0.700871 -0.100062 1.34968 0.300186 1.75018L7.54995 9.00019L0.300186 16.2497C-0.100062 16.6502 -0.100062 17.2995 0.300186 17.7C0.700683 18.1 1.34974 18.1 1.75024 17.7L9 10.45L16.2498 17.7C16.6503 18.1 17.2993 18.1 17.6998 17.7C18.1001 17.2995 18.1001 16.6502 17.6998 16.2497L10.4501 9.00019L17.6998 1.75018C18.1001 1.34968 18.1001 0.700871 17.6998 0.300373C17.2993 -0.100124 16.6503 -0.100124 16.2498 0.300373L9 7.54989L1.75024 0.300373C1.34974 -0.100124 0.700683 -0.100124 0.300186 0.300373Z' fill='rgb(255, 255, 255)'/></svg>");
  left: 1px;
  top: 1px;
}
.popup-above .popup-wrapper-close {
  right: 25px;
}
@media only screen and (max-width: 650px) {
  .popup-above .popup-wrapper-close:after {
    left: 38px;
    top: 19px;
  }
}
@media only screen and (max-width: 650px) {
  .popup-above .popup-wrapper-close {
    width: 74px;
    height: 74px;
    right: 0px;
    top: 0px;
    left: auto;
    z-index: 1;
  }
}
.popup-notification .popup-wrapper-close {
  right: 15px;
  left: auto;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper-close {
    left: auto;
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .popup-fullscreen .popup-wrapper-close {
    left: auto;
    right: 12px;
  }
}
@media only screen and (max-width: 650px) {
  .popup-mobile .popup-wrapper-close {
    left: auto;
    right: 12px;
  }
}
.popup-mobile-alert .popup-wrapper-close {
  display: none;
}
.popup-base-printique .popup-wrapper-close:after {
  color: #8C8C8C;
}
.popup-wrapper-header {
  height: auto;
  background: inherit;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  padding: 30px 45px 13px 30px;
  text-transform: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  font-family: "PlayfairDisplay";
  position: relative;
  flex: none;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper-header {
    padding: 10px 60px 20px 20px;
    white-space: normal;
    word-break: break-word;
  }
}
.popup-wrapper-header:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 50px);
  border-bottom: 1px solid #D2D2D2;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper-header:after {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.popup-wrapper-header .header-note {
  position: relative;
  color: #8FA4BB;
  padding-left: 22px;
  font-size: 12px;
  text-transform: initial;
  font-weight: initial;
  margin-left: 40px;
}
.popup-wrapper-header .header-note:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #8FA4BB;
  left: 0;
  top: calc(50% - 10px);
}
@media only screen and (max-width: 650px) {
  .popup-fullscreen .popup-wrapper-header {
    padding-left: 19px;
    padding-right: 49px;
  }
}
.popup-mobile .popup-wrapper-header {
  background: #EDEDED;
}
@media only screen and (max-width: 650px) {
  .popup-mobile .popup-wrapper-header {
    padding-left: 15px;
    padding-right: 49px;
  }
}
.popup-base-printique .popup-wrapper-header {
  color: #000000;
  font-size: 32px;
  line-height: 41px;
  margin-bottom: 20px;
  padding: 0 30px 20px 0;
  font-weight: 700;
}
.popup-wrapper-container {
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper-container {
    height: 100%;
  }
}
.popup-base-printique .popup-wrapper-container {
  overflow: visible;
}
@media only screen and (max-width: 650px), screen and (orientation: landscape) and (max-width: 800px) {
  .popup-base-printique .popup-wrapper-container {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 85px);
  }
}
.popup-fullscreen .popup-wrapper-container {
  height: 100%;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper-container > div {
    height: 100%;
  }
}
.popup-wrapper-container > div .fullscreen-container {
  width: 860px;
  height: 520px;
}
.popup-fullscreen .popup-wrapper-container > div {
  height: 100%;
}
.popup-confirmation .popup-wrapper-container > div {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 50px);
}
@media only screen and (max-width: 650px) {
  .popup-confirmation .popup-wrapper-container > div {
    max-height: 100vh;
  }
}
.popup-confirmation .popup-wrapper-container > div .description {
  padding: 20px 30px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-family: "Mulish";
  flex: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 650px) {
  .popup-confirmation .popup-wrapper-container > div .description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.popup-confirmation .popup-wrapper-container > div .description a {
  color: #A78868;
  text-decoration: none;
  font-weight: 500;
}
.popup-confirmation .popup-wrapper-container > div .description a:hover {
  text-decoration: none;
}
.popup-wrapper-overlay {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 1003;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.7;
}
.popup-wrapper-overlay.popup-above {
  background: transparent;
}
.popup-wrapper-overlay.popup-base-printique {
  background: rgba(255, 255, 255, 0.9);
  z-index: 10004 !important;
}
.popup-wrapper-footer {
  height: 88px;
  padding: 0 20px;
  position: relative;
  background: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.popup-wrapper-footer.align-center {
  justify-content: center;
}
.popup-wrapper-footer.align-center .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.popup-wrapper-footer > .btn.btn-white {
  margin-right: auto;
}
.popup-wrapper-footer .warning {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #ef2525;
}
.popup-wrapper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex: none;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper-buttons {
    flex-direction: column;
    padding: 0 20px 30px !important;
  }
}
.popup-wrapper-buttons > * + * {
  margin-right: auto;
  margin-left: 15px;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper-buttons > * {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  .popup-wrapper-buttons > *:last-child {
    margin-bottom: 0;
  }
}
.popup-confirmation .popup-wrapper-buttons {
  padding: 0 30px 49px;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper {
    transform: none;
    right: 0;
    left: auto;
    width: 100vw;
    top: 0;
    height: 100%;
  }
}
.popup-wrapper.popup-notification {
  background: #8C8C8C;
  border-color: #8C8C8C;
  position: fixed;
  top: auto;
  right: auto;
  transform: none;
  left: 26px;
  bottom: 83px;
  padding: 15px 50px 15px 15px;
  border-radius: 2px;
  min-width: initial;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper.popup-notification {
    left: 15px;
    bottom: 17px;
    height: auto;
    max-width: calc(100% - 100px);
  }
}
.popup-wrapper.popup-confirmation {
  max-width: 564px;
  width: 100vw;
}
.popup-wrapper.popup-above {
  transform: translate(calc(-50% - 35px), 0);
  top: auto;
  bottom: 50px;
}
.popup-wrapper.popup-above:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-top: 7px solid #EDEDED;
  bottom: -14px;
  left: calc(50% + 35px);
}
@media only screen and (max-width: 650px) {
  .popup-wrapper.popup-above:after {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .popup-wrapper.popup-above {
    transform: translate(0%, -50%);
    right: auto;
    left: 8px !important;
    width: calc(100% - 16px);
    top: 50% !important;
    height: auto;
    bottom: auto;
  }
}
.popup-wrapper.popup-fullscreen {
  transform: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper.popup-fullscreen {
    left: 0;
    width: 100%;
  }
}
.popup-wrapper.popup-mobile {
  transform: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-wrapper.popup-mobile-alert {
  transform: none;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.popup-wrapper.popup-mobile-alert .popup-default-alert {
  display: flex;
  width: 100%;
  max-height: 100%;
  flex-direction: column;
  padding: 24px 38px 35px 30px;
}
.popup-wrapper.popup-mobile-alert .popup-default-alert-header {
  line-height: 17px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.popup-wrapper.popup-mobile-alert .popup-default-alert-description {
  line-height: 24px;
  font-size: 16px;
  color: #000000;
  margin: 28px 0 40px 0;
}
.popup-wrapper.popup-mobile-alert .popup-default-alert-actions {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: landscape) {
  .popup-wrapper.popup-mobile-alert .popup-default-alert-actions {
    justify-content: flex-start;
  }
  .popup-wrapper.popup-mobile-alert .popup-default-alert-actions .btn:first-child {
    margin-right: 30px;
  }
}
.popup-wrapper.popup-base-printique {
  background: #EDEDED;
  border: 1px solid #D2D2D2;
  border-radius: 0;
  padding: 50px 50px 60px;
  box-shadow: none;
  z-index: 10005 !important;
  max-height: 100vh;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper.popup-base-printique {
    padding: 15px 15px 0;
    border-radius: 0;
    border-width: 0 0 0 1px;
    max-height: initial;
  }
}
@media screen and (orientation: landscape) and (max-width: 800px) {
  .popup-wrapper.popup-base-printique {
    max-height: 100vh;
    max-width: 100vw;
    width: 100%;
  }
}

/* LOGIN FORM */
.login-form {
  padding: 35px;
  position: relative;
  font-family: "Mulish";
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.login-form .no-flex {
  display: block;
  width: 100%;
}
.embedlogin-view .login-form {
  padding: 25px !important;
  border: 2px solid #D2D2D2;
  border-radius: 5px;
}
@media only screen and (max-width: 1460px) {
  .login-form {
    padding: 15px;
  }
}
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"] {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: bold;
  color: #000000;
  width: 100%;
  background: #fff;
  font-size: 14px;
  font-family: "Mulish";
  padding: 11px 0 11px 11px;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-form input[type="text"]:focus,
.login-form input[type="email"]:focus,
.login-form input[type="password"]:focus {
  outline: none;
}
.login-form input[type="text"].error,
.login-form input[type="email"].error,
.login-form input[type="password"].error {
  font-size: 12px;
  border-color: #E30000;
}
.login-form input[type="text"].error-none,
.login-form input[type="email"].error-none,
.login-form input[type="password"].error-none {
  border: 1px solid #D2D2D2;
}
.login-form .form-note {
  position: relative;
  margin-top: 11px;
  color: #000;
  font-size: 12px;
  line-height: 21px;
  display: block;
}
.login-form .form-note.rules {
  color: #8C8C8C;
}
.login-form .form-note.error {
  font-size: 12px;
  color: #E30000;
}
.login-form .form-note.error-icon {
  font-size: 10px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.login-form .form-note.error-icon.email:after {
  content: 'Please enter a valid email address.';
}
.login-form .form-note.error-icon.hidden {
  display: none;
}
.login-form .form-note.error-icon:before {
  content: url('data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1741_2647)%22%3E%0A%3Cpath%20d%3D%22M10.9373%209.62957L5.90124%200.906938C5.72294%200.598078%205.27709%200.598078%205.09875%200.906938L0.0627723%209.62957C-0.115569%209.93843%200.107331%2010.3245%200.463972%2010.3245H10.536C10.8926%2010.3245%2011.1155%209.93845%2010.9373%209.62957ZM5.95192%209.10147C5.95192%209.15904%205.74958%209.20573%205.50004%209.20573C5.25041%209.20573%205.04807%209.15904%205.04807%209.10147V8.37839C5.04807%208.32081%205.25041%208.27412%205.50004%208.27412C5.74958%208.27412%205.95192%208.32083%205.95192%208.37839V9.10147ZM5.87659%207.41438C5.87677%207.41653%205.87801%207.41857%205.87801%207.42083C5.87801%207.51416%205.70874%207.58982%205.50002%207.58982C5.29117%207.58982%205.12198%207.51416%205.12198%207.42083C5.12198%207.41864%205.12318%207.41657%205.1234%207.41438L4.88844%204.39583C4.88844%204.3025%205.16224%204.22683%205.5%204.22683C5.83775%204.22683%206.1115%204.3025%206.1115%204.39583L5.87659%207.41438Z%22%20fill%3D%22%23B3261E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1741_2647%22%3E%0A%3Crect%20width%3D%2211%22%20height%3D%2211%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
  display: inline-block;
  padding-right: 6px;
}
.login-form-header {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.33px;
  font-family: "PlayfairDisplay";
  padding: 24px 0;
  gap: 10px;
  font-weight: normal;
  text-align: center;
}
.login-form-input {
  margin-bottom: 15px;
  width: 340px;
}
.login-form-input p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Mulish";
  color: #8C8C8C;
}
.login-form-input.last {
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .login-form-input {
    width: 300px;
  }
}
.login-form-submit {
  text-transform: uppercase;
  display: flex;
  width: 340px;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #000000 !important;
  color: white !important;
  text-align: center;
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 20px;
  cursor: pointer;
  border-color: #000000 !important;
}
@media only screen and (max-width: 480px) {
  .login-form-submit {
    margin-bottom: 20px;
    width: 300px;
  }
}
.login-form-or {
  width: 340px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #8C8C8C;
  font-family: "Mulish";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 18px */
  letter-spacing: -0.2px;
  gap: 10px;
}
.login-form-or:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  width: calc(50% - 17px);
  height: 1px;
  background: #D2D2D2;
}
.login-form-or:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: calc(50% + 17px);
  right: auto;
  width: calc(50% - 17px);
  height: 1px;
  background: #D2D2D2;
}
@media only screen and (max-width: 480px) {
  .login-form-or {
    width: 300px;
  }
}
.login-form-separator {
  width: 340px;
  height: 1px;
  background: #D2D2D2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .login-form-separator {
    width: 300px;
  }
}
.login-form-privacy-note {
  margin: 10px 0;
}
.login-form-privacy-note p {
  text-align: center;
  color: #8C8C8C;
  font-family: "Mulish";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.login-form-privacy-note p a {
  font-weight: 700;
  color: #000000;
}
.login-form .orange-link {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  font-family: "Mulish";
  line-height: 18px;
  margin: 5px auto 20px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.login-form .gray-link {
  color: #999;
  text-align: center;
  font-family: "Mulish";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.24px;
}
.login-form-social {
  margin: 15px 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-form-social .label {
  margin: 0 0 10px;
  display: block;
  font-family: "Mulish";
  color: #000000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
.login-form-social .social-list {
  height: 33px;
  width: 340px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.login-form-social .social-list__item {
  flex: auto;
  max-width: 130px;
}
.login-form-social .social-list__item:last-child {
  margin-right: 0;
}
.login-form-social .social-list__item a,
.login-form-social .social-list__item span {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  font-family: "Mulish";
  background: #FFF;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .login-form-social .social-list__item a,
  .login-form-social .social-list__item span {
    text-indent: -1000px;
  }
}
@media only screen and (max-width: 480px) {
  .login-form-social .social-list__item a,
  .login-form-social .social-list__item span {
    font-size: 13px;
  }
}
.embedlogin-view .login-form-social .social-list__item a,
.embedlogin-view .login-form-social .social-list__item span {
  text-indent: -500px;
  overflow: hidden;
}
.embedlogin-view .login-form-social .social-list__item a:after,
.embedlogin-view .login-form-social .social-list__item span:after {
  text-indent: 0;
  margin-right: 0;
}
.login-form-social .social-list__item a:after,
.login-form-social .social-list__item span:after {
  margin-right: 6px;
}
@media only screen and (max-width: 1024px) {
  .login-form-social .social-list__item a:after,
  .login-form-social .social-list__item span:after {
    text-indent: initial;
    margin-right: 0;
  }
}
.login-form-social .social-list__item .google {
  color: rgba(0, 0, 0, 0.54);
}
.login-form-social .social-list__item .google:after {
  content: '';
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDggNDgiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNDQuNSAyMEgyNHY4LjVoMTEuOEMzNC43IDMzLjkgMzAuMSAzNyAyNCAzN2MtNy4yIDAtMTMtNS44LTEzLTEzczUuOC0xMyAxMy0xM2MzLjEgMCA1LjkgMS4xIDguMSAyLjlsNi40LTYuNEMzNC42IDQuMSAyOS42IDIgMjQgMiAxMS44IDIgMiAxMS44IDIgMjRzOS44IDIyIDIyIDIyYzExIDAgMjEtOCAyMS0yMiAwLTEuMy0uMi0yLjctLjUtNHoiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJiIj48dXNlIHhsaW5rOmhyZWY9IiNhIiBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PHBhdGggY2xpcC1wYXRoPSJ1cmwoI2IpIiBmaWxsPSIjRkJCQzA1IiBkPSJNMCAzN1YxMWwxNyAxM3oiLz48cGF0aCBjbGlwLXBhdGg9InVybCgjYikiIGZpbGw9IiNFQTQzMzUiIGQ9Ik0wIDExbDE3IDEzIDctNi4xTDQ4IDE0VjBIMHoiLz48cGF0aCBjbGlwLXBhdGg9InVybCgjYikiIGZpbGw9IiMzNEE4NTMiIGQ9Ik0wIDM3bDMwLTIzIDcuOSAxTDQ4IDB2NDhIMHoiLz48cGF0aCBjbGlwLXBhdGg9InVybCgjYikiIGZpbGw9IiM0Mjg1RjQiIGQ9Ik00OCA0OEwxNyAyNGwtNC0zIDM1LTEweiIvPjwvc3ZnPg==);
  width: 14px;
  height: 14px;
}
.login-form-social .social-list__item .facebook {
  color: #507CBE;
}
.login-form-social .social-list__item .facebook:after {
  content: '';
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxwYXRoIGZpbGw9IiM1MDdDQkUiIGQ9Ik0zMiwxLjc2NDI4NTcxIEwzMiwzMC4yMjg1NzE0IEMzMiwzMS4yMDcxNDI5IDMxLjIwNzE0MjksMzEuOTkyODU3MSAzMC4yMzU3MTQzLDMxLjk5Mjg1NzEgTDIyLjA3ODU3MTQsMzEuOTkyODU3MSBMMjIuMDc4NTcxNCwxOS42MDcxNDI5IEwyNi4yMzU3MTQzLDE5LjYwNzE0MjkgTDI2Ljg1NzE0MjksMTQuNzc4NTcxNCBMMjIuMDcxNDI4NiwxNC43Nzg1NzE0IEwyMi4wNzE0Mjg2LDExLjY5Mjg1NzEgQzIyLjA3MTQyODYsMTAuMjkyODU3MSAyMi40NTcxNDI5LDkuMzQyODU3MTQgMjQuNDY0Mjg1Nyw5LjM0Mjg1NzE0IEwyNy4wMjE0Mjg2LDkuMzQyODU3MTQgTDI3LjAyMTQyODYsNS4wMjE0Mjg1NyBDMjYuNTc4NTcxNCw0Ljk2NDI4NTcxIDI1LjA2NDI4NTcsNC44Mjg1NzE0MyAyMy4yOTI4NTcxLDQuODI4NTcxNDMgQzE5LjYwNzE0MjksNC44Mjg1NzE0MyAxNy4wNzg1NzE0LDcuMDc4NTcxNDMgMTcuMDc4NTcxNCwxMS4yMTQyODU3IEwxNy4wNzg1NzE0LDE0Ljc3ODU3MTQgTDEyLjkwNzE0MjksMTQuNzc4NTcxNCBMMTIuOTA3MTQyOSwxOS42MDcxNDI5IEwxNy4wNzg1NzE0LDE5LjYwNzE0MjkgTDE3LjA3ODU3MTQsMzIgTDEuNzY0Mjg1NzEsMzIgQzAuNzkyODU3MTQzLDMyIDAsMzEuMjA3MTQyOSAwLDMwLjIzNTcxNDMgTDAsMS43NjQyODU3MSBDMCwwLjc5Mjg1NzE0MyAwLjc5Mjg1NzE0MywwIDEuNzY0Mjg1NzEsMCBMMzAuMjI4NTcxNCwwIEMzMS4yMDcxNDI5LDAgMzIsMC43OTI4NTcxNDMgMzIsMS43NjQyODU3MSBaIiBpZD0iUGF0aCI+PC9wYXRoPgo8L3N2Zz4=);
  width: 14px;
  height: 14px;
}
.login-form-social .social-list__item .twitter {
  color: #000000;
}
.login-form-social .social-list__item .twitter:after {
  content: '';
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljg3ODQgMTAuNTg1OEwyNC4xODUyIDBIMjEuOTc5OEwxMy44OTg3IDkuMTkxNUw3LjQ0NDMzIDBIMEw5Ljc2MDI1IDEzLjg5OTJMMCAyNUgyLjIwNTU0TDEwLjczOTQgMTUuMjkzNUwxNy41NTU3IDI1SDI1TDE0Ljg3NzkgMTAuNTg1OEgxNC44Nzg0Wk0xMS44NTc2IDE0LjAyMTZMMTAuODY4NyAxMi42Mzc2TDMuMDAwMjMgMS42MjQ2SDYuMzg3ODFMMTIuNzM3OCAxMC41MTI0TDEzLjcyNjcgMTEuODk2NUwyMS45ODA4IDIzLjQ0OTNIMTguNTkzM0wxMS44NTc2IDE0LjAyMjJWMTQuMDIxNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  width: 14px;
  height: 14px;
}
.login-form-social .social-list__item .apple {
  color: #000;
}
.login-form-social .social-list__item .apple:after {
  content: '';
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyMyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi42NDM5IDAuNTI5MDQzQzEzLjc1NjcgMC45NjEzNjYgMTEuNTUxNiAzLjQzMDE3IDExLjU0MTIgNi4yNDE5MkMxMS41Mzk2IDYuNjg0NTIgMTEuNTE3OSA2LjY1OTg2IDExLjkxIDYuNjYwNzVDMTQuMDU3MyA2LjY2NTU5IDE2LjUyNzcgNC4zMzE0MiAxNi45MzY2IDEuOTExMzFDMTYuOTk0NiAxLjU2NzczIDE3LjAwMTIgMS40Nzk1IDE3LjAwMTIgMS4wMzU4OUMxNy4wMDEyIDAuNDM4NzY3IDE3LjAyNDYgMC40NzIwMzcgMTYuNjQzOSAwLjUyOTA0M1pNMTYuMTU5IDYuNjYzMkMxNi4xMzggNi42NjU1NyAxNi4wNjA0IDYuNjczNzcgMTUuOTg2OCA2LjY4MTQzQzE1LjMxMDEgNi43NTE4MiAxNC45Mzk0IDYuODUzMDMgMTMuMTI4NiA3LjQ2MTc2QzEyLjQ4NDMgNy42NzgzNiAxMS45MDkzIDcuODQwMTUgMTEuNzE4NSA3Ljg1ODU1QzExLjQ3OTQgNy44ODE2MyAxMC45OTAxIDcuNzQ3ODkgMTAuMDU5OSA3LjQwNTI1QzguMDQyNSA2LjY2MjE3IDcuMjAzMyA2LjU2OTcgNS43NDM2MSA2LjkyOTY2Qy0wLjQ3NzYwNSA4LjQ2MzgxIC0xLjMzMzYgMTcuNDExNiA0LjA5MzMzIDI0LjE4MDJDNS4yNjEyNSAyNS42MzY4IDYuMDcyNyAyNi4yNzYyIDYuOTcyMDIgMjYuNDQ4NUM3LjA0OTIyIDI2LjQ2MzMgNy4xNDAwOSAyNi40ODEgNy4xNzM5NiAyNi40ODc4QzcuMjUzMzEgMjYuNTAzOSA3LjgyMDUgMjYuNTA0MSA3LjkxMDkyIDI2LjQ4ODFDNy45NDg5MyAyNi40ODEzIDguMDU0NjggMjYuNDYzNSA4LjE0NTkxIDI2LjQ0ODRDOC41NTU1OSAyNi4zODA4IDguOTgxMTMgMjYuMjUwNCA5LjU0MzEgMjYuMDIwMkMxMC40MjAxIDI1LjY2MTEgMTAuOTgyIDI1LjUxODEgMTEuNzA4MSAyNS40NjkzQzEyLjU5NTEgMjUuNDA5NyAxMy40MjI4IDI1LjU3NzYgMTQuNTY0IDI2LjA0ODlDMTYuMTQ4OCAyNi43MDMyIDE3LjQ2NDMgMjYuNTk1IDE4LjUzNDMgMjUuNzIyNEMyMC4xMDQgMjQuNDQyMiAyMS4yNjY3IDIyLjcwMjQgMjIuMzMwNCAyMC4wNDJDMjIuNDA3MyAxOS44NDk4IDIyLjQ3NTYgMTkuNjg3IDIyLjQ4MjIgMTkuNjgwNEMyMi41MTg3IDE5LjY0MzcgMjIuNDk1NCAxOS41NTA2IDIyLjQ0NjEgMTkuNTM1OUMyMi4zNzIzIDE5LjUxMzkgMjEuOTA2IDE5LjI4MDkgMjEuNzQxNCAxOS4xODM4QzE5LjU4ODUgMTcuOTE0MyAxOC40NzcyIDE1LjM3NDQgMTkuMDE4NyAxMi45NjExQzE5LjM0MjYgMTEuNTE3OCAyMC4yMzA1IDEwLjI4OSAyMS41OTY0IDkuMzkzODRDMjEuODE5MyA5LjI0Nzc3IDIxLjgxNjggOS4yNTU2MSAyMS42OTE2IDkuMDg5NjJDMjAuNjI4OCA3LjY4MDg2IDE5LjA3NzkgNi44NzY1NSAxNy4wMzQ1IDYuNjc0NTJDMTYuODU4OCA2LjY1NzE1IDE2LjI3OTcgNi42NDk2NyAxNi4xNTkgNi42NjMyWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  width: 14px;
  height: 14px;
  margin: -1px 0 0 2px;
}
@media only screen and (max-width: 480px) {
  .login-form-social {
    margin: 20px 0;
    width: 300px;
  }
}
.login-form .login-checkbox {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  min-height: 24px;
  margin-bottom: 20px;
}
.login-form .login-checkbox > span {
  display: block;
  line-height: 14px;
  cursor: pointer;
  color: #000000;
  font-family: "Mulish";
  font-size: 14px;
}
.login-form .login-checkbox > span a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .login-form .login-checkbox > span {
    font-size: 13px;
  }
}
.login-form .login-dropdown {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: -1px;
}
@media only screen and (max-width: 480px) {
  .login-form .login-dropdown {
    position: initial;
  }
}
.login-form .login-dropdown .dropdown-btn {
  display: block;
  height: 100%;
  padding: 0;
  border-radius: 0;
  position: relative;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  text-align: center;
  font-family: "Mulish";
  color: #A78868;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-left: 8px;
  margin-top: 1px;
}
.login-form .login-dropdown .dropdown-btn b {
  font-weight: 400;
  border-bottom: 1px solid #A78868;
}
.login-form .login-dropdown .dropdown-btn:after {
  font-family: "icons";
  position: absolute;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  pointer-events: none;
  text-decoration: none;
  transition: none;
  content: "\E80A";
  transform: rotate(90deg);
  position: relative;
  margin-left: 6px;
  top: -1px;
  color: #A78868;
  font-size: 8px;
  font-weight: bolder;
}
.login-form .login-dropdown .dropdown-btn:hover b {
  color: #A78868;
}
.login-form .login-dropdown .dropdown-list {
  display: none;
  position: absolute;
  padding: 0;
  margin: -7px 0 0;
  list-style: none;
  background: #fff;
  left: 50%;
  width: auto;
  min-width: 100%;
  transform: translate(-50%, 0px);
  z-index: 12;
  max-height: 270px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 480px) {
  .login-form .login-dropdown .dropdown-list {
    width: calc(100% -  15px * 2);
  }
}
.login-form .login-dropdown .dropdown-list:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  top: -7px;
  left: calc(50% - 5px);
}
.login-form .login-dropdown .dropdown-list__item {
  padding: 0 30px 0 30px;
  line-height: 38px;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 38px;
  text-align: left;
  white-space: nowrap;
  color: #000000;
  font-family: "Mulish";
  font-size: 12px;
}
.login-form .login-dropdown .dropdown-list__item:hover {
  background-color: #D2D2D2;
}
.login-form .login-dropdown .dropdown-list__item.active,
.login-form .login-dropdown .dropdown-list__item.selected {
  font-weight: 700;
}
.login-form .login-dropdown .dropdown-overlay {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.login-form .login-dropdown.is-open .dropdown-list {
  display: block;
  margin-top: 11px;
}
.login-form .login-dropdown.is-open .dropdown-overlay {
  pointer-events: auto;
  opacity: 1;
}
.login-form-tooltip {
  width: 340px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  top: 0px;
}
@media only screen and (max-width: 480px) {
  .login-form-tooltip {
    width: 300px;
  }
}
.login-form-tooltip .tooltip-dark {
  width: 100%;
  height: 99px;
  background-color: #222;
}
.login-form-tooltip .tooltip-dark .tooltip-text {
  color: #fff;
  font-family: "Mulish";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  padding: 30px 35px 24px 35px;
}
@media only screen and (max-width: 480px) {
  .login-form-tooltip .tooltip-dark .tooltip-text {
    padding: 25px 25px 20px 25px;
  }
}
.login-form-tooltip .tooltip-white {
  width: 100%;
  height: 121px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.login-form-tooltip .tooltip-white .tooltip-errors {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 13px;
  height: 100%;
  width: 100%;
  padding-top: 23px;
}
.login-form-tooltip .tooltip-white .tooltip-errors .tooltip-error {
  height: 15px;
  box-sizing: border-box;
  font-size: 12px;
  padding-left: 25px;
}
@media only screen and (max-width: 480px) {
  .login-form-tooltip .tooltip-white .tooltip-errors .tooltip-error {
    padding-left: 7px;
  }
}
.login-form-tooltip .tooltip-white .tooltip-errors .tooltip-error.red-icon:before {
  color: #000000;
  position: relative;
  top: 4px;
  padding: 10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Crect y='0.5' width='14' height='14' rx='7' fill='%23B3261E'/%3E%3Ccircle cx='7' cy='7.5' r='4' fill='white'/%3E%3C/svg%3E");
}
.login-form-tooltip .tooltip-white .tooltip-errors .tooltip-error.green-icon:before {
  color: #000000;
  position: relative;
  top: 4px;
  padding: 10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Ccircle cx='7' cy='7.5' r='7' fill='%2323A96E'/%3E%3C/svg%3E");
}
.login-form-tooltip .tooltip-white .tooltip-errors .tooltip-error.none {
  visibility: hidden;
}
.login-form-tooltip:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 10'%3E%3Cpolygon style='fill: rgb(34, 34, 34);' points='290 10 300 0 310 10'%3E%3C/polygon%3E%3C/svg%3E");
  line-height: 10px;
}
.login-form-text {
  display: flex;
  width: 340px;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-bottom: 20px;
  justify-content: center;
  line-height: 1.4;
}
.login-form-text .no-flex {
  display: block;
  width: 100%;
}
.login-form-text.flex-wrap {
  flex-wrap: wrap;
}
.login-form-text p .timer {
  font-weight: 800;
}
.login-form-text > span {
  font-family: "Mulish";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.26px;
}
.login-form-text > span a {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.26px;
  color: #A78868;
}
@media only screen and (max-width: 480px) {
  .login-form-text {
    margin-right: 0;
    width: 300px;
  }
}
.login-form-footer {
  display: flex;
  width: 340px;
  justify-content: center;
}
.login-form-footer label {
  color: #000000;
  font-family: "Mulish";
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
  margin-right: 10px;
}
.login-form-footer a {
  color: #A78868;
  font-family: "Mulish";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 21.6px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .login-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* General disabled class */
.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
  user-select: none !important;
}

@font-face {
  font-family: "icons";
  src: url(/app/dist/assets/apps/core/less/fonticons/icons-2729b456.eot);
  src: url(/app/dist/assets/apps/core/less/fonticons/icons-2729b456.eot) format("embedded-opentype"), url(/app/dist/assets/apps/core/less/fonticons/icons-965fa919.woff2) format("woff2"), url(/app/dist/assets/apps/core/less/fonticons/icons-74d11202.woff) format("woff"), url(/app/dist/assets/apps/core/less/fonticons/icons-786c08c4.ttf) format("truetype"), url(/app/dist/assets/apps/core/less/fonticons/icons-784d20e0.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body.overflow-hidden,
html.overflow-hidden {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
.popup-wrapper.popup-login {
  overflow-x: hidden;
  animation: unset;
  border: 1px solid rgba(12, 41, 73, 0.15);
  box-shadow: none;
  border-radius: 5px;
}
@media only screen and (max-width: 650px) {
  .popup-wrapper.popup-login {
    transform: translate(-50%, -50%);
    right: auto;
    left: 50%;
    width: auto;
    top: 50%;
    height: auto;
    min-width: initial;
  }
}
.popup-login .popup-wrapper-close {
  top: 10px;
  right: 10px;
  left: auto;
  scale: 0.6;
}
.popup-login .popup-wrapper-close:after {
  color: #000000;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100vw;
  max-width: 625px;
  padding: 0;
  max-height: calc(100vh - 49px);
}
@media only screen and (max-width: 1024px) {
  .popup-login .popup-wrapper-container .signinsignup-wrapper {
    max-width: 450px;
  }
}
@media only screen and (max-width: 650px) {
  .popup-login .popup-wrapper-container .signinsignup-wrapper {
    max-width: none;
    width: calc(100vw - 40px);
  }
}
.popup-login .popup-wrapper-container .signinsignup-wrapper > div {
  padding: 20px 30px;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .login-form {
  padding: 0;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .login-form-footer div {
  text-align: center;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .login-form .disabled {
  pointer-events: none;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .line-note {
  min-height: 54px;
  font-size: 14px;
  background: #D4E8FF;
  display: flex;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 11px 18px 11px 50px;
  align-items: center;
  margin: 10px 0;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .line-note:after {
  color: #fff;
  left: 14px;
  top: 14px;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .line-note:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 32px;
  height: 100%;
  z-index: 0;
  background: #78B7FF;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .line-note.note-error {
  background: #FFD9D4;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .line-note.note-error:before {
  background: #FF8A7A;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .form-note {
  position: relative;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  display: block;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .form-note.rules {
  color: #8C8C8C;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .form-note.error {
  color: #E30000;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .form-note.error-icon.hidden {
  display: none;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .form-note.green {
  color: #82B44F;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .form-note.small {
  font-size: 12px;
}
.popup-login .popup-wrapper-container .signinsignup-wrapper .form-note.top-15 {
  top: 15px;
}
.popup-wrapper-overlay.popup-login {
  background: rgba(255, 255, 255, 0.95);
}

.verification-body {
  max-width: 916px !important;
  height: 478px;
  overflow-y: hidden !important;
}
@media only screen and (max-width: 480px) {
  .verification-body {
    max-width: 100%;
    height: auto;
  }
}
.verification-form {
  padding: 89px 152px !important;
}
@media only screen and (max-width: 480px) {
  .verification-form {
    padding: 70px 30px !important;
  }
}
.verification-form .login-form-header {
  font-weight: 400;
}
.resend-line {
  display: inline-block;
  width: 150px;
}
@media only screen and (max-width: 480px) {
  .resend-line {
    width: 100%;
  }
}
.confirmation-line {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .confirmation-line {
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .confirmation-line {
    margin: 30px 0 0 0;
  }
}
.confirmation-line .timer {
  color: #8C8C8C;
}

.occupation-popup {
  max-width: 600px;
  width: 100vw;
}
.occupation-popup-header {
  padding: 30px 45px 14px 30px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  background: #fff;
}
.occupation-popup-header:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  height: 1px;
  background: #D2D2D2;
}
.occupation-popup-header h5 {
  font-size: 12px;
  line-height: 18px;
  font-family: "Mulish";
  margin: 0 0 10px;
  text-transform: initial;
  font-weight: 400;
  color: #000000;
}
.occupation-popup-header h2 {
  font-family: "PlayfairDisplay";
  font-size: 26px;
  line-height: 30px;
  text-transform: initial;
  font-weight: 400;
}
.occupation-popup-content {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 30px;
  background: #fff;
}
.occupation-popup-content .radio-btn {
  width: 50%;
  margin: 0 0 16px;
}
.occupation-popup-content .radio-btn .custom-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0 0 41px;
}
.occupation-popup-content .radio-btn .custom-radio.checked span:after {
  pointer-events: auto;
  opacity: 1;
}
.occupation-popup-content .radio-btn .custom-radio input {
  display: none;
}
.occupation-popup-content .radio-btn .custom-radio input:checked + span:after {
  pointer-events: auto;
  opacity: 1;
}
.occupation-popup-content .radio-btn .custom-radio span {
  display: inline-flex;
  align-items: center;
  line-height: 19px;
  font-size: 16px;
  cursor: pointer;
  font-family: "Mulish";
  color: #000000;
}
.occupation-popup-content .radio-btn .custom-radio span.error {
  display: none;
}
.occupation-popup-content .radio-btn .custom-radio span::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #D2D2D2;
}
.occupation-popup-content .radio-btn .custom-radio span::after {
  content: "";
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: 7px;
  right: auto;
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0;
  background: #A78868;
  z-index: 1;
  transition: all 0.1s ease-out;
}
.occupation-popup-content .radio-btn .custom-radio:hover span::before {
  border-color: #EDEDED;
}
.occupation-popup-content .buttons {
  position: relative;
  width: 100%;
  text-align: right;
}
.occupation-popup-content .buttons .form-note.error {
  font-family: "Mulish";
  color: #E30000;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.occupation-popup-content .buttons .btn-submit {
  height: 48px;
  padding: 0 30px;
  border: none;
  color: #fff;
  line-height: 46px;
  font-weight: 700;
  font-size: 14px;
  background: #A78868;
  border-radius: 0;
  box-shadow: none;
  font-family: "Mulish";
  text-transform: uppercase;
}
.occupation-popup-content .buttons .btn-submit:hover {
  opacity: 0.7;
}

