.form__group--phoneNumber label {
  left: 4.3em !important;
}
.form__group--phoneNumber .iti {
  width: 100%;
}
#trialSignup .step__label, #smsAuth .step__label {
  max-width: none;
}
.thankYou--freeTrial {
  max-width: 48em;
  margin: 0 auto 2em auto;
}
#smsAuth {
  display: none;
  text-align: center;
}
#smsAuth form {
  max-width: 22em;
  margin: 3em auto 0 auto;
}
#smsAuth .form__group {
  margin-bottom: 0 !important;
}
#smsAuth .bWrap {
  margin-top: 2em;
}
#resetPassword {
  display: block;
  margin-top: 0.5em;
  text-align: right;
}
#cancelReset {
  text-decoration: none;
}
.dw--password {
  display: none;
}
.dw--password.active {
  display: block;
}
.signup, .signin {
  display: flex;
  flex-direction: column;
}
.nlw {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nlw a {
  color: #1A7CDC;
  text-decoration: underline;
}
.nlw a:hover {
  color: #5D88A4;
}
.nlw .b {
  width: 100%;
}
.nlw__inner {
  width: 100%;
  max-width: 32em;
  padding: 3em 1em;
  text-align: center;
}
.nlw__header img {
  display: inline-block;
  max-width: 60%;
  margin: 1em 0 2em 0;
}
.nlw__header p:first-child {
  text-transform: uppercase;
}
.nlw__header p br {
  display: none;
}
.nlwstep .form {
  margin-top: 3em;
}
.nlwstep .form label {
  display: block;
  margin-left: 1rem;
  margin-bottom: 0.4em;
}
.nlwstep .form fieldset > div {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  text-align: left;
}
.nlwstep .form .form__input input, .nlwstep .form .form__input select, .nlwstep .form .form__input textarea {
  padding: 0.7em 1rem;
  font-size: 1.1em;
  border-color: #1A7CDC;
}
.nlwstep .form .form__hint {
  font-size: 1em;
}
.nlw__signupPrompt {
  margin-top: 2em;
  font-weight: bold;
}
.nlw_or {
  position: relative;
  margin: 2em 0;
}
.nlw_or span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #fff;
}
.nlw_or:after {
  position: absolute;
  width: 80%;
  height: 1px;
  top: 50%;
  left: 10%;
  z-index: 1;
  background-color: #ECF2F6;
  content: "";
}
.nlw__passOptions {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3em;
  padding: 0 1rem;
}
.nlw__passOptions button[hidden] {
  display: none;
}
.nlw__passOptions .b--link {
  width: auto;
  text-transform: initial;
  color: #1A7CDC;
  text-decoration: none;
}
.nlw__passOptions .b--link:hover {
  color: #5D88A4;
}
.nlw__passOptions .nlwToggle {
  text-decoration: underline;
  font-weight: normal;
}
.nlwstep__signup p:first-child {
  font-weight: bold;
}
.nlwstep__signup .form__group--checkbox label {
  margin-bottom: 0;
  font-size: 1em;
}
.nlwstep__signup .iti--allow-dropdown .iti__flag-container, .nlwstep__signup .iti--separate-dial-code .iti__flag-container {
  left: 0.5rem;
}
.nlwstep__signup .altcha {
  --altcha-max-width: 100%;
}
#signupOA__phone {
  padding-left: 3em;
}
.form__group--company {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__group--website {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 65em) {
  .wrapper--dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
  }
  .dialog__inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
  .form {
    flex: 1 1 auto;
  }
  .form__fieldset {
    flex: 1 1 auto;
  }
  .nlw__inner {
    padding: 4em 1em 6em 1em;
  }
  .nlw__header p br {
    display: inline;
  }
}
/* profile menu */
.pm__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em 1em;
  padding: 1em;
}
.pm__links a {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.pm__links a.active, .pm__links a:hover {
  color: #000;
}
@media (min-width: 65em) {
  .pm__links {
    gap: 0.5em 3em;
  }
}
.pWrap {
  margin-top: 2em;
  margin-bottom: 4em;
}
.pWrap header {
  margin-bottom: 2em;
}
.pWrap header h2 {
  text-align: left;
}
.boxes {
  display: flex;
  flex-direction: column;
}
@media (min-width: 43rem) {
  .boxes {
    flex-direction: row;
  }
}
.box {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ECF2F6;
}
.box:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 43rem) {
  .box {
    flex: 1;
    align-items: flex-start;
  }
  .box:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1em;
  }
}
.box__icon {
  width: 2em;
  margin-right: 1em;
  color: #1A7CDC;
}
@media (min-width: 48em) {
  .box__icon {
    margin-right: 1.5em;
  }
}
.box__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
}
@media (min-width: 43rem) {
  .box__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.box__label {
  font-family: "Maven Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
.box__value {
  font-size: 2em;
  font-family: "Maven Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: #1A7CDC;
}
@media (min-width: 43rem) {
  .box__value {
    margin-top: 0.5rem;
  }
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
form.fltr > * + * {
  margin-top: 0;
}
form.fltr .form__group {
  flex: 1;
}
@media (min-width: 43rem) {
  form.fltr {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1em 2em;
  }
  form.fltr .form__group {
    max-width: 20em;
  }
}
.fltr__optionLabel {
  font-size: 0.8em;
}
.fltr__optionSettings select, .fltr__optionSettings input {
  width: 100%;
}
.dws > * + * {
  margin-top: 2em;
}
.dwGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
.dwGrid .dw {
  grid-column: span 2;
}
.dw.dw--half {
  grid-column: span 1;
}
.dw {
  padding: 1em;
  border-radius: 0;
  border: 1px solid #1A7CDC;
}
.dw > * + * {
  margin-top: 1em;
}
.dw--noBorder {
  padding: 0;
  border: none;
}
.dw--filter .dw__body {
  margin-top: 2em;
}
.dw__head--row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dw__body p a:not([class]) {
  color: #1A7CDC;
  text-decoration: underline;
}
.dw__title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 1em;
  font-weight: 600;
}
.dw__title .icon--inline {
  width: 2rem;
  margin-right: 1rem;
  color: #1A7CDC;
}
.dw__title .icon--inline .icon {
  height: 1.5em;
  width: 1.5em;
}
.dw--pilot .dw__title .icon--inline {
  color: #1A7CDC;
}
.dw--pilot p a {
  color: #1A7CDC;
  text-decoration: underline;
}
.dw--pilot .dw__column:last-child {
  flex: 1 0 auto;
  text-align: right;
}
.dw--pilot .dw__column:last-child .b {
  text-align: left;
}
.dw--viewer .dw__title .icon--inline {
  color: #1A7CDC;
}
.dw--viewer p a {
  color: #1A7CDC;
  text-decoration: underline;
}
.dw--viewer .dw__column:last-child {
  flex: 1 0 auto;
  text-align: right;
}
.dw--viewer .dw__column:last-child .b {
  text-align: left;
}
@media (min-width: 37rem) {
  .dw__hint {
    padding-left: 4rem;
  }
}
.dw__footer--links {
  text-align: right;
}
.dw__footer--links a {
  font-weight: 500;
  color: #1A7CDC;
}
.dw__row > * + * {
  margin-top: 2em;
}
@media (min-width: 65em) {
  .dw__row {
    display: flex;
    gap: 4em;
    align-items: flex-start;
  }
}
@media (min-width: 65em) {
  .dw__row > * + * {
    margin-top: 0;
  }
}
.dw__column {
  flex: 1;
}
.dw__column > * + * {
  margin-top: 2em;
}
.profileDatatable__emptyText {
  margin: 5em 0;
  min-height: 20em;
  text-align: center;
}
table.profileDatatable.dataTable {
  margin-top: 1em;
  font-size: 0.8em;
  line-height: 1.3;
  border-collapse: collapse;
}
table.profileDatatable.dataTable td, table.profileDatatable.dataTable th {
  padding: 0.6em 0.3rem;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.profileDatatable.dataTable td.td--right, table.profileDatatable.dataTable th.td--right {
  text-align: right;
}
table.profileDatatable.dataTable .tr--summary {
  font-weight: bold;
}
table.profileDatatable.dataTable th {
  border-bottom: 1px solid #c0c1c4;
}
table.profileDatatable.dataTable tbody tr {
  cursor: pointer;
  border-bottom: 1px solid #ECF2F6;
}
table.profileDatatable.dataTable tbody tr:hover {
  background-color: #E7E7E7;
}
table.profileDatatable.dataTable tbody .even {
  background-color: #ECF2F6;
}
table.profileDatatable.dataTable tbody td {
  min-width: 2em;
  max-width: 12em;
}
table.profileDatatable.dataTable tbody td small {
  display: block;
  line-height: 1.3;
}
table.profileDatatable.dataTable tbody td a {
  color: #1A7CDC;
  text-decoration: underline;
  font-weight: 500;
  font-family: "Maven Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9em;
  transition: color 0.3s;
}
table.profileDatatable.dataTable tbody td a:hover {
  color: #1a1a1a;
}
table.profileDatatable.dataTable tbody .childShown + tr {
  border-bottom: 1px solid #c0c1c4;
}
table.profileDatatable.dataTable tbody .active .status {
  color: #00CCAA;
}
table.profileDatatable.dataTable tbody .inactive .status {
  color: #FFC800;
  white-space: nowrap;
}
table.profileDatatable.dataTable tbody .expired .status {
  color: #FF4136;
}
table.profileDatatable.dataTable tbody .options .icon {
  width: 1.5em;
}
table.profileDatatable.dataTable tbody .options a {
  color: inherit;
}
table.profileDatatable.dataTable tfoot {
  border-top: 1px solid #c0c1c4;
}
table.profileDatatable.dataTable tfoot td {
  border-top: 0;
}
table.profileDatatable.dataTable.profileDatatable--status tbody .expired {
  color: #000;
}
@media (min-width: 48em) {
  table.profileDatatable.dataTable {
    font-size: 1em;
  }
}
.dataTables_wrapper .dataTables_filter {
  float: none;
}
.dataTables_filter input {
  padding: 0.2em 0;
  border: 0;
  border-bottom: 1px solid #c0c1c4;
  background-color: transparent;
  font-family: inherit;
  color: #000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dataTables_paginate {
  margin: 1em 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.3em 1em;
  margin: 0 0 0 0.3em;
  border-radius: 5px;
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 0;
  background: #c0c1c4;
  color: #000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #ECF2F6;
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #c0c1c4;
  border: 0;
  color: #000;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-color: #c0c1c4;
}
#salesChart {
  height: 18em;
}
@media (min-width: 65em) {
  #salesChart {
    height: 24em;
  }
}
#licencesList tbody tr td:nth-child(5) {
  word-break: break-word;
}
#profile .bWrap {
  display: flex;
  justify-content: space-between;
}
#vatStatus {
  color: #515a66;
  font-size: 0.9em;
}
.deleteAccount {
  text-align: right;
}
.status--expired {
  color: red;
}
.status--active {
  color: #1A7CDC;
}
.status--inactive {
  color: #FFC800;
}
.lpv__set {
  padding: 0.7em 0;
}
.lpv__set:not(:last-child) {
  border-bottom: 1px solid #ECF2F6;
}
@media (min-width: 30.0625em) {
  .lpv__set {
    display: flex;
    align-items: center;
  }
}
.lpv__name {
  font-size: 0.8em;
}
@media (min-width: 30.0625em) {
  .lpv__name {
    width: 10em;
    flex: 0 0 auto;
    padding-right: 2em;
  }
}
.lpv__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.lpv__value a:not([class]):hover {
  text-decoration: underline;
}
@media (min-width: 30.0625em) {
  .lpv__value {
    flex: 1 1 auto;
  }
}
.lpv__value--vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.lpv__buttons {
  display: flex;
  gap: 1em;
}
.arrowDown {
  transform: rotate(90deg);
}
.dw--iframeCode .lpv__name a {
  color: #1A7CDC;
  text-decoration: underline;
}
.copyField {
  padding: 0.4em 0.8em;
  width: 100%;
  max-width: 22em;
  background-color: #fff;
  border: 1px solid #1A7CDC;
  resize: vertical;
}
.copyField.copied {
  border-color: #00CCAA;
}
.dw--referalLinks {
  max-width: 51em;
}
.uls__name {
  display: inline-block;
  font-family: "Maven Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}
.uls__licence {
  padding: 0.5em 0 0.7em 0;
}
.uls__licence:not(:last-child) {
  border-bottom: 1px solid #ECF2F6;
}
.uls__licence > div:first-child {
  flex: 1 1 auto;
}
.uls__licence a {
  white-space: nowrap;
}
@media (min-width: 48em) {
  .uls__licence {
    display: flex;
    align-items: flex-start;
  }
}
.uls__actions {
  text-align: right;
}
.newsFeed > * + * {
  margin-top: 1em;
}
.newsFeed__news {
  display: flex;
  align-items: center;
}
.newsFeed__news > div {
  padding-right: 2em;
  flex: 1 1 auto;
}
.newsFeed__news time {
  display: block;
  line-height: 1.2;
  font-size: 0.8em;
  color: #515a66;
}
.lopt > * + * {
  margin-top: 1em;
}
.lopt__option .b {
  text-align: left;
}
.lopt__option .b small {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.2;
}
.lopt__option--active .lopt__form {
  display: block;
  padding: 1em;
  background-color: #ECF2F6;
  border-radius: 1em;
}
.lopt__option--active .actionTrigger {
  background-color: #5D88A4;
  color: #fff;
  border-color: #5D88A4;
}
.lopt__option--active .actionTrigger .icon {
  transform: rotate(90deg);
}
.lopt__form {
  display: none;
  margin-top: 1em;
}
#existingCustomersList {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  padding-left: 1.5em;
}
#existingCustomersList div {
  padding: 0.5em;
  cursor: pointer;
}
#existingCustomersList div:hover {
  background-color: #fff;
}
.gs__step {
  position: relative;
  padding: 1em 1em 1em 3.5em;
  overflow: hidden;
}
.gs__step .b {
  white-space: nowrap;
}
.gs__step h3 {
  margin-bottom: 1em;
  font-weight: 600;
}
.gs__step a:not(.b) {
  text-decoration: underline;
  color: #1A7CDC;
}
.gs__step a:not(.b):hover {
  color: #1a1a1a;
}
.gs__step:after {
  position: absolute;
  width: 2px;
  height: 30em;
  top: 4em;
  left: 1.75em;
  background-color: #1A7CDC;
  content: "";
}
.gs__step + .gs__step {
  border-top: 0;
}
.gs__step--active:after {
  background-color: #5D88A4;
}
.gs__stepStatus {
  position: absolute;
  left: 0.8em;
  top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #1A7CDC;
}
.gs__stepStatus .icon {
  display: none;
  color: #1A7CDC;
}
.gs__stepStatus span {
  color: #fff;
  font-family: "Maven Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}
.gs__stepRow .gs__stepColumn:first-child {
  margin-bottom: 1em;
}
@media (min-width: 37rem) {
  .gs__stepRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gs__stepRow .gs__stepColumn:first-child {
    margin-bottom: 0;
    margin-right: 2em;
  }
}
.gs__stepColumn:only-child {
  flex: 1 1 auto;
}
.gs__stepColumn:first-child > * + * {
  margin-top: 1em;
}
.gs__hint {
  margin-top: 0 !important;
  font-size: 0.8em;
  color: #515a66;
}
.gs__title {
  display: flex;
  justify-content: space-between;
}
.gs__bar {
  overflow: hidden;
  height: 1.5em;
  background-color: #c0c1c4;
  border-radius: 0.5em;
}
.gs__completed {
  height: 100%;
  background-color: #1A7CDC;
  transition: width 0.5s ease-in-out;
}
.licenceKeyWrap {
  display: flex;
}
.gs__tutorialThumb {
  max-width: 80%;
  margin-bottom: 0.5em;
  flex: 0 0 auto;
}
@media (min-width: 30.0625em) {
  .gs__tutorialThumb {
    width: 14em;
    max-width: none;
  }
}
@media (min-width: 48em) {
  .gs__tutorialThumb {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .gs__tutorial {
    displaY: flex;
    align-items: center;
  }
  .gs__tutorial h3 {
    margin-bottom: 0;
  }
}
.dw__ulList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dw__ulList li {
  position: relative;
  color: #c0c1c4;
  border-bottom: 1px solid #ECF2F6;
}
.dw__ulList .folder {
  font-weight: bold;
}
.dw__ulList .folder a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dw__ulList .folder a svg {
  margin-right: 0.5em;
}
.dw__ulList a {
  display: inline-block;
  padding: 0.4em 0;
  color: #1a1a1a;
}
.dw__ulList a small {
  color: #515a66;
}
.dw__ulList a:hover {
  color: #1A7CDC;
}
.dw__ulList .isNew {
  display: none;
  padding: 0.3em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-120%, -50%);
  background-color: #1A7CDC;
  color: #fff;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  border-radius: 3px;
}
@media (min-width: 30.0625em) {
  .dw__ulList .isNew {
    display: inline-block;
  }
}
.folderBack .icon {
  transform: rotate(180deg);
}
.dw--promo .dw__row:not(:last-child) {
  margin-bottom: 1em;
}
.dw--promo .dw__column:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 30.0625em) {
  .dw--promo .dw__row {
    display: flex;
    justify-content: space-between;
  }
  .dw--promo .dw__column:first-child {
    margin-right: 2em;
  }
  .dw--promo .dw__column:not(:last-child) {
    margin-bottom: 0;
  }
}
.dw--survey .b--transBlue.b--noPad {
  font-weight: 400;
  font-size: 0.9em;
  text-decoration: underline;
}
.dw--survey .dw__row--version {
  flex-wrap: wrap;
}
.releaseNotes {
  display: none;
  margin-top: 1em;
  max-height: 20em;
  width: 100%;
  overflow: auto;
  padding: 1em;
  border: 1px solid #E7E7E7;
  background-color: #E7E7E7;
  font-size: 0.9em;
  line-height: 1.4;
}
.releaseNotes > h2 {
  margin-bottom: 1em;
  text-align: left;
}
.releaseNotes--active {
  display: block;
}
.dw--support .dw__row:not(:last-child) {
  margin-bottom: 1em;
}
.dw--support .dw__column:not(:last-child) {
  margin-bottom: 1em;
}
.dw--support .dw__column p a {
  color: #1A7CDC;
  text-decoration: underline;
}
.dw--support .mapContact__title--outside {
  margin-top: 2em;
}
.dw--support .mapContact {
  max-width: none;
}
.dw--support .mapContact + .mapContact {
  margin-top: 2em;
}
@media (min-width: 30.0625em) {
  .dw--support .dw__row {
    display: flex;
    justify-content: space-between;
  }
  .dw--support .dw__column:first-child {
    margin-right: 2em;
  }
  .dw--support .dw__column:last-child {
    flex: 1 0 auto;
  }
  .dw--support .dw__column:not(:last-child) {
    margin-bottom: 0;
  }
}
.olderVersions {
  display: none;
}
.olderVersions .dw__row:not(:last-child) {
  margin-bottom: 1em;
}
.olderVersions--active {
  display: block;
}
#showOlderVersions {
  margin: 1em 0;
  color: #515a66;
}
#showOlderVersions .icon {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
#showOlderVersions.active .icon {
  transform: rotate(-90deg);
}
.promoDatasets {
  display: grid;
  gap: 2em;
}
@media (min-width: 30.0625em) {
  .promoDatasets {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .promoDatasets {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.promoDataset h3 {
  margin-bottom: 0.5em;
}
.promoDataset img {
  margin-bottom: 0.5em;
}
.promoDataset .b {
  color: #1A7CDC;
}
.promoDataset p {
  margin-bottom: 1em;
}
.promoDataset li small {
  display: block;
  line-height: 1;
  margin-top: 0.5em;
}
.form__fieldset--update {
  display: none;
}
.socialMedia .scNews__news {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.socialMedia .scNews__news h2 {
  text-align: left;
}
.socialMedia .scNews__thumb {
  width: 100% !important;
}
.socialMedia .scNews__info {
  margin-top: 2em;
}
.socialMedia__intro {
  max-width: 40em;
  margin: 0 auto 3em auto;
  text-align: center;
}
.socialMedia__intro h2 {
  margin-bottom: 0.5em;
}
/* Social Media Share Links */
.scNews__share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2.2em;
  position: relative;
  z-index: 2;
  padding: 0.8em;
  border-radius: 2em;
  background-color: #1A7CDC;
}
.scNews__share > span {
  margin-right: 1em;
  color: #fff;
  font-weight: 500;
}
.scNews__share a {
  position: relative;
  font-size: 1.8em;
  color: #fff;
  transition: color 0.3s;
}
.scNews__share a:not(:last-child) {
  margin-right: 1em;
}
.scNews__share a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.7em;
  height: 1.7em;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  border: 2px solid #1A7CDC;
  background-color: #1A7CDC;
  transition: background-color 0.3s;
  content: "";
}
.scNews__share a:hover {
  color: #1A7CDC;
}
.scNews__share a:hover:after {
  background-color: #fff;
}
.header--withBadge {
  position: relative;
  padding-right: 6em;
}
@media (min-width: 48em) {
  .header--withBadge {
    padding-right: 8em;
  }
}
.partnerBadge {
  width: 5em;
  position: absolute;
  right: 0;
  top: -2em;
}
@media (min-width: 48em) {
  .partnerBadge {
    width: 7.5em;
    top: -3em;
  }
}
.warning {
  padding: 1em;
  background-color: #FF4136;
  color: #fff;
}
.warning b {
  display: block;
}
#aft {
  margin-top: 3em;
}
.errorDetails {
  text-align: center;
}
.errorDetails * + * {
  margin-top: 0.7em;
}
.aft__smsCode {
  margin: 1em 0;
  display: flex;
  justify-content: center;
}
.aft__smsCode input {
  padding: 0.3em;
  width: 1.7em;
  text-align: center;
  font-size: 1.7em;
  border: 1px solid #1A7CDC;
  border-right-width: 0;
}
.aft__smsCode input:first-child {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}
.aft__smsCode input:last-child {
  border-right-width: 1px;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}
.aft__smsCode input:focus {
  z-index: 2;
  outline: 3px solid #1A7CDC;
}
.aft__step2 {
  display: none;
}
.aft__step2 .bWrap {
  text-align: center;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container button:not([type]) {
  outline: none;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.signupBanner {
  text-align: center;
}
.signupBanner img {
  display: inline-block;
}
