.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #5C6080; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #DBDBDB; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #DBDBDB; }
  .table tbody + tbody {
    border-top: 2px solid #DBDBDB; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #DBDBDB; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #DBDBDB; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #5C6080;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #febad6; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #fc7fb3; }

.table-hover .table-primary:hover {
  background-color: #fea1c7; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #fea1c7; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e0dde4; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c6c1cd; }

.table-hover .table-secondary:hover {
  background-color: #d3cfd9; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #d3cfd9; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bbe9f4; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #81d6eb; }

.table-hover .table-info:hover {
  background-color: #a5e2f0; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a5e2f0; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfeff; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafdff; }

.table-hover .table-light:hover {
  background-color: #e3f6ff; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #e3f6ff; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d1d2db; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #aaacbd; }

.table-hover .table-dark:hover {
  background-color: #c3c4d0; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #c3c4d0; }

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: #f7d2cc; }
.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: #f0aca0; }

.table-hover .table-brown:hover {
  background-color: #f4bfb6; }
  .table-hover .table-brown:hover > td,
  .table-hover .table-brown:hover > th {
    background-color: #f4bfb6; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #5C6080;
  border-color: #6d7196; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #DBDBDB; }

.table-dark {
  color: #fff;
  background-color: #5C6080; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #6d7196; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

blockquote {
  padding-left: 2rem;
  border-left: 6px solid rgba(250, 9, 109, 0.2);
  margin: 6rem 0 !important;
  font-size: 1rem !important;
  font-style: italic; }
  blockquote.bg-warning {
    background-color: rgba(255, 193, 7, 0.12) !important; }

a {
  color: #FA096D;
  font-weight: 700; }

.blog-container a {
  color: #FA096D; }

.sect-about ul {
  padding-left: 0; }
  .sect-about ul li {
    list-style: none; }
    .sect-about ul li:before {
      content: "\2022";
      color: #FA096D;
      padding-right: 1rem; }

.navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem; }

.logo {
  height: 30px; }

.dropdown-menu {
  width: auto;
  min-width: 500px;
  right: 0;
  left: auto; }

@media (max-width: 991.98px) {
  .dropdown-menu {
    min-width: 250px; } }
@media (max-width: 991.98px) {
  .logo {
    height: 21.4285714286px; } }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/fonts.eot");
  src: url("../fonts/fonts.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts.woff2") format("woff2"), url("../fonts/fonts.woff") format("woff"), url("../fonts/fonts.ttf") format("truetype"), url("../fonts/fonts.svg#ubuntubold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/fonts-Italic.eot");
  src: url("../fonts/fonts-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts-Italic.woff2") format("woff2"), url("../fonts/fonts-Italic.woff") format("woff"), url("../fonts/fonts-Italic.ttf") format("truetype"), url("../fonts/fonts-Italic.svg#ubuntubold") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/fonts-Bold.eot");
  src: url("../fonts/fonts-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts-Bold.woff2") format("woff2"), url("../fonts/fonts-Bold.woff") format("woff"), url("../fonts/fonts-Bold.ttf") format("truetype"), url("../fonts/fonts-Bold.svg#ubuntubold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/fonts-BoldItalic.eot");
  src: url("../fonts/fonts-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts-BoldItalic.woff2") format("woff2"), url("../fonts/fonts-BoldItalic.woff") format("woff"), url("../fonts/fonts-BoldItalic.ttf") format("truetype"), url("../fonts/fonts-BoldItalic.svg#ubuntubold") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
.dropdown-menu {
  box-shadow: 0 0.125rem 0.5rem rgba(92, 96, 128, 0.1); }

.dropdown-item {
  font-weight: 700; }
  .dropdown-item strong {
    position: relative; }
    .dropdown-item strong:after {
      content: "";
      width: 6px;
      height: 6px;
      background: #FA096D;
      display: block;
      position: absolute;
      top: 8px;
      left: -12px; }

/* Wizard */
.add-z {
  z-index: 2;
  position: relative; }

.bg-form {
  background: red;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
  background: rgba(83, 199, 255, 0.05); }

.bg-form-2 {
  background: blue;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -2;
  background: rgba(11, 79, 243, 0.05); }

#wlg_back {
  color: #333333;
  background-color: #fff;
  border-color: transparent;
  flex-grow: 1; }
  #wlg_back:hover {
    color: #333333;
    background-color: #ececec;
    border-color: rgba(0, 0, 0, 0); }
  #wlg_back:focus, #wlg_back.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  #wlg_back.disabled, #wlg_back:disabled {
    color: #333333;
    background-color: #fff;
    border-color: transparent; }
  #wlg_back:not(:disabled):not(.disabled):active, #wlg_back:not(:disabled):not(.disabled).active, .show > #wlg_back.dropdown-toggle {
    color: #333333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0); }
    #wlg_back:not(:disabled):not(.disabled):active:focus, #wlg_back:not(:disabled):not(.disabled).active:focus, .show > #wlg_back.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  #wlg_back:hover, #wlg_back:focus, #wlg_back:active {
    background: transparent;
    border-color: transparent; }
  #wlg_back:disabled {
    display: none; }

#wlg_next {
  color: #fff;
  background-color: #FA096D;
  border-color: #FA096D;
  flex-grow: 2; }
  #wlg_next:hover {
    color: #fff;
    background-color: #d8045c;
    border-color: #cc0457; }
  #wlg_next:focus, #wlg_next.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 46, 131, 0.5); }
  #wlg_next.disabled, #wlg_next:disabled {
    color: #fff;
    background-color: #FA096D;
    border-color: #FA096D; }
  #wlg_next:not(:disabled):not(.disabled):active, #wlg_next:not(:disabled):not(.disabled).active, .show > #wlg_next.dropdown-toggle {
    color: #fff;
    background-color: #cc0457;
    border-color: #bf0452; }
    #wlg_next:not(:disabled):not(.disabled):active:focus, #wlg_next:not(:disabled):not(.disabled).active:focus, .show > #wlg_next.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 46, 131, 0.5); }
  #wlg_next:disabled {
    display: none; }

#wlg_submit {
  flex-grow: 2; }

.wizard {
  overflow: hidden;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #DBDBDB;
  box-shadow: 0 0.125rem 1.875rem rgba(0, 0, 0, 0.1); }
  .wizard .btn.btn-default {
    background-color: #FA096D;
    color: #fff; }
  .wizard .no-script {
    padding: 20px;
    font-weight: 700;
    text-align: center; }
  .wizard .wizard-steps-title {
    background: #fff;
    border-bottom: 1px solid #DBDBDB;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 1.25rem; }
    .wizard .wizard-steps-title ul {
      list-style: none;
      margin: 0; }
      .wizard .wizard-steps-title ul li {
        display: inline-block;
        color: #92879F;
        margin-right: 1rem; }
        .wizard .wizard-steps-title ul li:last-child {
          margin-right: 0; }
        .wizard .wizard-steps-title ul li.active {
          color: #FA096D;
          font-weight: 700; }
  .wizard .wizard-steps-body {
    padding: 1.25rem; }
    .wizard .wizard-steps-body h3 {
      font-size: 1rem;
      color: #333333; }
    .wizard .wizard-steps-body .form-group {
      margin: 0; }
    .wizard .wizard-steps-body .wlg-form-group {
      margin-top: 2rem; }
    .wizard .wizard-steps-body .wlg-form-control-radio label {
      font-weight: 500;
      color: #333333; }
    .wizard .wizard-steps-body .active .wlg-form-group:first-child {
      margin-top: 0; }
    .wizard .wizard-steps-body .lcghl-form-control-radio {
      margin-top: 0; }
      .wizard .wizard-steps-body .lcghl-form-control-radio input {
        margin-right: 8px; }
    .wizard .wizard-steps-body p {
      margin: 0; }
    .wizard .wizard-steps-body small {
      font-size: 14px;
      color: #92879F; }
    .wizard .wizard-steps-body select.form-control {
      height: 48px; }
    .wizard .wizard-steps-body input.error {
      border: 1px solid #dc3545; }
    .wizard .wizard-steps-body label.error {
      background: #dc3545;
      border-radius: 2px;
      padding: 2px 4px;
      color: #fff;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      margin: 0 0 2px 0; }
    .wizard .wizard-steps-body h3[for|=state] {
      margin-top: 20px; }
    .wizard .wizard-steps-body .i-checks {
      padding-left: 20px;
      cursor: pointer; }
    .wizard .wizard-steps-body .i-checks input {
      opacity: 0;
      position: absolute;
      margin-left: -20px; }
    .wizard .wizard-steps-body .i-checks input:checked + i {
      border-color: #FA096D; }
    .wizard .wizard-steps-body .i-checks input:checked + i:before {
      left: 4px;
      top: 4px;
      width: 9px;
      height: 9px;
      background-color: #FA096D; }
    .wizard .wizard-steps-body .i-checks input:checked + span .active {
      display: inherit; }
    .wizard .wizard-steps-body .i-checks input[type="radio"] + i, .wizard .wizard-steps-body .i-checks input[type="radio"] + i:before {
      border-radius: 50%; }
    .wizard .wizard-steps-body .i-checks input[disabled] + i, .wizard .wizard-steps-body fieldset[disabled] .i-checks input + i {
      border-color: #92879F; }
    .wizard .wizard-steps-body .i-checks input[disabled] + i:before, .wizard .wizard-steps-body fieldset[disabled] .i-checks input + i:before {
      background-color: #92879F; }
    .wizard .wizard-steps-body .i-checks > i {
      width: 20px;
      height: 20px;
      line-height: 1;
      border: 1px solid #DBDBDB;
      background-color: #fff;
      margin-left: -20px;
      margin-top: -4px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 4px;
      position: relative; }
    .wizard .wizard-steps-body .i-checks > i:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 10px;
      width: 0px;
      height: 0px;
      background-color: transparent;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .wizard .wizard-steps-body .i-checks > span {
      margin-left: -20px; }
    .wizard .wizard-steps-body .i-checks > span .active {
      display: none; }
  .wizard .wizard-steps-navigation {
    display: flex;
    padding: 0.75rem 1.25rem;
    justify-content: space-around; }
    .wizard .wizard-steps-navigation button#lcghl_next, .wizard .wizard-steps-navigation button#lcghl_submit {
      background: #FA096D;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      padding-top: 10px;
      padding-bottom: 10px; }
    .wizard .wizard-steps-navigation button#lcghl_back {
      color: blue; }
    .wizard .wizard-steps-navigation button:disabled:hover {
      cursor: not-allowed;
      background: transparent !important; }
  .wizard .error-message {
    color: #dc3545;
    font-weight: bold; }

html, body, .wrapper {
  height: 100%; }

.wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

section {
  padding: 6rem 0; }

.section-demo-zone {
  background: #fff;
  box-shadow: 0 0.125rem 1.875rem rgba(0, 0, 0, 0.1); }

.sect-preview {
  position: relative; }
  .sect-preview a {
    color: #5C6080; }

.preview h1, .sect-live h1, .blog-container h1, .preview h2, .sect-live h2, .blog-container h2, .preview h3, .sect-live h3, .blog-container h3, .preview h4, .sect-live h4, .blog-container h4, .preview h5, .sect-live h5, .blog-container h5, .preview h6, .sect-live h6, .blog-container h6 {
  margin-top: 2rem; }
.preview .highlight, .sect-live .highlight, .blog-container .highlight {
  padding: 0.2rem;
  background: rgba(250, 9, 109, 0.1);
  color: d #68022c; }

.download-container a {
  color: #5C6080;
  font-weight: 500; }

.blog-container h1:first-child {
  margin-top: 0; }
.blog-container img {
  margin-bottom: 2rem; }

.card {
  z-index: 1;
  overflow: hidden; }

.download-container .content {
  max-height: 38.5rem;
  overflow-y: scroll; }

footer {
  width: 100%;
  border: 1px solid #DBDBDB;
  padding: 3rem 0; }

.btn-primary {
  box-shadow: 0 0.1875rem 1.3rem rgba(250, 9, 109, 0.4); }

.btn-link {
  font-weight: 700; }

.loader-03 {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  position: relative;
  margin-top: 2rem; }
  .loader-03:before, .loader-03:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #FA096D;
    left: 1.5rem;
    right: 0;
    top: 0;
    bottom: 1.5rem;
    box-shadow: -1.5em 0 0 #FA096D;
    animation: loader-12 1s linear infinite; }
  .loader-03:after {
    top: 50%;
    bottom: 0;
    animation-delay: .25s; }

@keyframes loader-12 {
  0%,
  100% {
    box-shadow: -1.5em 0 0 transparent;
    background-color: #FA096D; }
  50% {
    box-shadow: -1.5em 0 0 #FA096D;
    background-color: transparent; } }
.selectable label {
  color: #333333;
  transition: all 0.2s linear;
  border-color: #DBDBDB; }
  .selectable label:hover {
    cursor: pointer;
    border-color: #FA096D;
    transition: all 0.2s linear; }
    .selectable label:hover span {
      color: #FA096D; }
.selectable .card-body {
  padding: 0.4rem 1.25rem; }
.selectable input:checked + label {
  border-color: #FA096D;
  background-color: white;
  color: #FA096D; }
  .selectable input:checked + label span {
    color: #FA096D; }

.selectable-small label .icon {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/* --------------------------------

Generated using nucleoapp.com

-------------------------------- */
.ppicon {
  display: inline-block;
  background-repeat: no-repeat; }

.ppicon {
  background-image: url("/assets/images/icons.svg"); }

.ppicon.palette-dark-hover, .selectable label:hover .ppicon.palette-dark, .selectable input:checked + label .ppicon.palette-dark {
  background-position: -0px 0px;
  height: 31px;
  width: 31px; }

.ppicon.palette-light-hover, .selectable label:hover .ppicon.palette-light, .selectable input:checked + label .ppicon.palette-light {
  background-position: -31px 0px;
  height: 31px;
  width: 31px; }

.ppicon.eprivacy-directive-hover, .selectable label:hover .ppicon.eprivacy-directive, .selectable input:checked + label .ppicon.eprivacy-directive {
  background-position: -62px 0px;
  height: 64px;
  width: 91px; }

.ppicon.chevron-down {
  background-position: -153px 0px;
  height: 11px;
  width: 20px; }

.ppicon.headline-dialog {
  background-position: -173px 0px;
  height: 64px;
  width: 91px; }

.ppicon.simple-dialog {
  background-position: -264px 0px;
  height: 64px;
  width: 91px; }

.ppicon.question-circle {
  background-position: -355px 0px;
  height: 16px;
  width: 16px; }

.ppicon.palette-light {
  background-position: -371px 0px;
  height: 31px;
  width: 31px; }

.ppicon.palette-dark {
  background-position: -402px 0px;
  height: 31px;
  width: 31px; }

.ppicon.interstitial-standalone-hover, .selectable label:hover .ppicon.interstitial-standalone, .selectable input:checked + label .ppicon.interstitial-standalone {
  background-position: -433px 0px;
  height: 64px;
  width: 91px; }

.ppicon.interstitial-standalone {
  background-position: -524px 0px;
  height: 64px;
  width: 91px; }

.ppicon.interstitial-dialog-hover, .selectable label:hover .ppicon.interstitial-dialog, .selectable input:checked + label .ppicon.interstitial-dialog {
  background-position: -615px 0px;
  height: 64px;
  width: 91px; }

.ppicon.interstitial-dialog {
  background-position: -706px 0px;
  height: 64px;
  width: 91px; }

.ppicon.headline-dialog-hover, .selectable label:hover .ppicon.headline-dialog, .selectable input:checked + label .ppicon.headline-dialog {
  background-position: -797px 0px;
  height: 64px;
  width: 91px; }

.ppicon.eprivacy-directive {
  background-position: -888px 0px;
  height: 64px;
  width: 91px; }

.ppicon.gdpr-directive-hover, .selectable label:hover .ppicon.gdpr-directive, .selectable input:checked + label .ppicon.gdpr-directive {
  background-position: -979px 0px;
  height: 64px;
  width: 91px; }

.ppicon.gdpr-directive {
  background-position: -1070px 0px;
  height: 64px;
  width: 91px; }

.ppicon.simple-dialog-hover, .selectable label:hover .ppicon.simple-dialog, .selectable input:checked + label .ppicon.simple-dialog {
  background-position: -1161px 0px;
  height: 64px;
  width: 91px; }

.browser-controls {
  width: 4rem; }

.notifyjs-bootstrap-branded {
  background: #ffeaf2 !important;
  background: #fff !important;
  border-color: #FA096D !important;
  color: #FA096D !important;
  box-shadow: 0 0.125rem 0.5rem rgba(92, 96, 128, 0.1); }

.notifyjs-corner {
  max-width: 100%; }

[data-notify-text] {
  white-space: normal; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-basis-1 {
  flex-basis: 1 !important; }

.flex-basis-0 {
  flex-basis: 0 !important; }

.flex-basis-auto {
  flex-basis: auto !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-basis-1 {
    flex-basis: 1 !important; }

  .flex-sm-basis-0 {
    flex-basis: 0 !important; }

  .flex-sm-basis-auto {
    flex-basis: auto !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-basis-1 {
    flex-basis: 1 !important; }

  .flex-md-basis-0 {
    flex-basis: 0 !important; }

  .flex-md-basis-auto {
    flex-basis: auto !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-basis-1 {
    flex-basis: 1 !important; }

  .flex-lg-basis-0 {
    flex-basis: 0 !important; }

  .flex-lg-basis-auto {
    flex-basis: auto !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-basis-1 {
    flex-basis: 1 !important; }

  .flex-xl-basis-0 {
    flex-basis: 0 !important; }

  .flex-xl-basis-auto {
    flex-basis: auto !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }

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