@charset "UTF-8";
footer.atoka-footer {
  text-align: center;
  color: var(--atoka_colors_mediumEmphasisMain) !important;
  padding: 48px 0 96px;
}
footer.atoka-footer .footer-list-title {
  color: var(--atoka_colors_mediumEmphasisMain) !important;
}
footer.atoka-footer .logo-footer img {
  width: 150px;
  margin-bottom: 25px;
}
footer.atoka-footer a {
  color: var(--atoka_colors_mediumEmphasisMain);
}
footer.atoka-footer .powered-by img {
  width: 150px;
  margin-bottom: 20px;
}

.dropdown-menu li > a,
.dropdown-menu li > a:focus {
  background-color: white;
  color: black;
  outline: 0;
}

.dropdown-header {
  color: #999;
  padding: 0 8px;
  position: relative;
}

.dropdown-menu-right .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-menu {
  font-size: 13px;
  color: var(--atoka_colors_topSurfaceContrastText);
}
.dropdown-menu a.dropdown-item:focus {
  background-color: var(--atoka_colors_selectedMain);
  color: var(--atoka_colors_highEmphasisMain);
}
.dropdown-menu a.dropdown-item:hover {
  background-color: var(--atoka_colors_selectedMain);
  color: var(--atoka_colors_highEmphasisMain);
}
.dropdown-menu a.disabled-choice {
  opacity: 0.3;
}
.dropdown-menu a.disabled-choice a:hover, .dropdown-menu a.disabled-choice a:hover label, .dropdown-menu a.disabled-choice a:hover input {
  cursor: not-allowed !important;
}
.dropdown-menu a.selected-choice {
  background: #d2d2d2;
  color: var(--atoka_colors_highEmphasisMain);
}
.dropdown-menu a.selected-choice:focus, .dropdown-menu a.selected-choice:hover {
  cursor: default;
  background: #d2d2d2;
  color: var(--atoka_colors_highEmphasisMain);
}

.atoka-app-container .dropdown-menu,
.atoka-app-container .dropdown button,
.user-search-app-container .dropdown-menu,
.user-search-app-container .dropdown button {
  font-size: 13px;
}
.atoka-app-container .dropdown-menu li > a,
.user-search-app-container .dropdown-menu li > a {
  font-size: 13px;
}

.dropdown-loading-overlay {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  justify-content: center;
}
.dropdown-loading-overlay .atoka-spinner {
  z-index: 110;
  color: #11455c;
}

.dropdown-overlay-container {
  position: relative;
}

.suggester .list-group-item {
  border: 0;
  background: transparent;
  padding: 7px 10px !important;
}
@media (min-width: 768px) {
  .suggester .list-group-item {
    padding: 5px 10px !important;
  }
}
.suggester .suggester__control.suggester__control--is-focused {
  border: 1px solid #578ea8 !important;
  box-shadow: none !important;
}
.suggester .suggester__menu {
  margin-top: 2px !important;
  z-index: 3;
}
.suggester .suggester__menu-list {
  padding: 0 !important;
}
.suggester .suggester__option {
  border-bottom: 1px solid var(--atoka_colors_strokeMain);
  cursor: pointer;
  padding: 0;
}
.suggester .suggester__option.suggester__option--is-selected, .suggester .suggester__option.suggester__option--is-focused {
  background-color: var(--atoka_colors_topSurfaceMain) !important;
  color: var(--atoka_colors_highEmphasisMain);
}
.suggester .suggester__option:last-child {
  border-bottom: 0;
}
.suggester .suggester__multi-value__remove {
  cursor: pointer;
}

/* Copied from react-select.css */
.Select, .Select-control {
  position: relative;
}

.Select-arrow-zone, .Select-clear-zone, .Select-loading-zone {
  text-align: center;
  cursor: pointer;
}

.Select, .Select div, .Select input, .Select span {
  box-sizing: border-box;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
}

.Select-control {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  height: 36px;
  outline: 0;
  overflow: hidden;
  width: 100%;
}

.is-searchable.is-focused:not(.is-open) > .Select-control, .is-searchable.is-open > .Select-control {
  cursor: text;
}

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

.Select-placeholder, :not(.Select--multi) > .Select-control .Select-value {
  inset: 0;
  color: #aaa;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Select-arrow-zone, .Select-clear-zone, .Select-loading, .Select-loading-zone {
  position: relative;
  vertical-align: middle;
}

.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value .Select-value-label, .has-value:not(.Select--multi) > .Select-control > .Select-value .Select-value-label {
  color: #333;
}

.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label, .has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:focus, .has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover, .has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:focus, .has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover {
  color: #007eff;
  outline: 0;
  text-decoration: underline;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  background: none;
  border: 0;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  height: 34px;
  margin: 0;
  outline: 0;
  padding: 0;
  appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: 0;
}

.Select-loading-zone {
  display: table-cell;
  width: 16px;
}

.Select-loading {
  animation: Select-animation-spin 0.4s infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
}

.Select-clear-zone {
  animation: Select-animation-fadeIn 0.2s;
  color: #999;
  display: table-cell;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #D0021B;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  display: table-cell;
  width: 25px;
  padding-right: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}

.Select-noresults, .Select-option {
  box-sizing: border-box;
  display: block;
  padding: 8px 10px;
}

.Select-arrow-zone:hover > .Select-arrow, .is-open .Select-arrow {
  border-top-color: #666;
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option {
  color: #666;
  cursor: pointer;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-focused {
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option.is-disabled {
  color: #ccc;
  cursor: default;
}

.Select-noresults {
  color: #999;
  cursor: default;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:hover {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes flash-section {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.navbar-brand {
  display: inline;
}

.top-bar {
  font-size: 1rem;
  background: #135d7f;
  border: 0;
  padding-right: 0;
  height: 42px;
  min-height: 42px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .top-bar {
    height: 50px;
    min-height: 50px;
    line-height: 50px;
  }
}
.top-bar .navbar-brand .brand-icon {
  width: 70px;
  height: 100%;
  margin-top: -5px;
}
.top-bar .brand-title {
  padding-left: 32px;
}
.top-bar .brand-text {
  color: white;
  font-size: 14px;
}
.top-bar .overlay-finder {
  height: 42px;
  min-height: 42px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .top-bar .overlay-finder {
    height: 50px;
    min-height: 50px;
    line-height: 50px;
  }
}
.top-bar .dropdown-menu {
  border-top: 6px solid #1f5871;
}

body {
  margin: 0;
  transition: margin 0.4s ease-in-out;
}
body.side-menu-open, .side-menu-open body {
  margin: 0 300px 0 -300px;
}

html.old-topbar {
  margin-top: 42px;
  padding-bottom: 42px;
}
@media (min-width: 768px) {
  html.old-topbar {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
html.navbar-v3 {
  margin-top: 80px;
  background: var(--atoka_colors_baseSurfaceMain);
}

.btn:active,
.btn:focus,
.btn:active:focus {
  outline: none;
}

.side-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  /* FF3.6-15 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #1f5871;
  right: -300px;
  transition: right 0.4s ease-in-out;
}
.side-menu-container.side-menu-open {
  right: 0;
}
.side-menu-container .side-menu-body-cover {
  position: fixed;
  inset: 42px 300px 0 0;
  background: rgb(0, 0, 0);
  opacity: 0.45;
}
@media (min-width: 768px) {
  .side-menu-container .side-menu-body-cover {
    top: 50px;
  }
}
.side-menu-container .side-menu-top {
  padding-top: 20px;
  padding-bottom: 20px;
  /* FF3.6-15 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: rgb(225, 237, 243);
}
.side-menu-container .side-menu-top a {
  color: rgb(30, 78, 102);
}
.side-menu-container .side-menu-top a.trial-disabled {
  cursor: default;
  pointer-events: none;
}
.side-menu-container .side-menu-top a.trial-disabled:hover {
  text-decoration: none;
}
.side-menu-container .side-menu-top li {
  border-bottom: 1px solid rgb(148, 191, 211);
  line-height: normal;
}
@media (min-width: 768px) {
  .side-menu-container .side-menu-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.side-menu-container .fa-exclamation-triangle {
  color: rgb(243, 133, 34);
  font-size: 80%;
}
.side-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu-container ul li {
  margin: 0 40px;
  padding: 10px 0;
  line-height: initial;
}
.side-menu-container ul li:first-child {
  padding-top: 0;
}
.side-menu-container ul li a {
  text-transform: uppercase;
  font-family: "camptonextrabold";
  text-decoration: none;
}
.side-menu-container ul li a:hover {
  text-decoration: underline;
}
.side-menu-container li.logged-out-image {
  border: 0;
  text-align: center;
}
.side-menu-container li.logged-out-image img {
  width: auto;
  max-height: 80px;
}
@media (min-width: 768px) {
  .side-menu-container li.logged-out-image img {
    width: 100%;
    max-height: none;
  }
}
.side-menu-container .body-cover-enter {
  opacity: 0;
}
.side-menu-container .body-cover-enter.body-cover-enter-active {
  opacity: 0.45;
  transition: opacity 0.3s ease-in-out 0.4s;
}
.side-menu-container .body-cover-exit {
  opacity: 0;
}
.side-menu-container .body-cover-exit.body-cover-exit-active {
  opacity: 0;
}

.main-menu-absolute {
  position: absolute;
  width: 100%;
}

.main-menu {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
  z-index: 1;
  position: relative;
}
.main-menu .logged-out-info {
  margin-bottom: 25px;
}
.main-menu .atoka-logo {
  display: inline-block;
  margin-right: 48px;
  vertical-align: top;
}
.main-menu .atoka-logo img {
  max-width: 200px;
  height: 100%;
}
.main-menu .atoka-info {
  display: inline-block;
}
.main-menu .atoka-info p {
  margin: 0;
}
.main-menu ul {
  padding-top: 20px;
  padding-left: 0;
  border: 0;
}
@media (min-width: 1200px) {
  .main-menu ul {
    float: right;
  }
}
.main-menu ul li {
  text-transform: uppercase;
  border-right: 1px solid var(--atoka_colors_mediumEmphasisMain);
  padding: 0 1em;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .main-menu ul li {
    font-size: 16px;
  }
}
.main-menu ul li:last-child {
  border: 0;
}
.main-menu ul li a {
  padding: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  color: rgb(30, 78, 102);
}
.main-menu ul li a:hover {
  background: transparent;
  color: rgb(148, 191, 211);
  border-bottom: 6px solid rgb(148, 191, 211);
}
.main-menu ul li a:active, .main-menu ul li a:focus {
  background: transparent;
}
.main-menu ul li.selected a {
  color: rgb(30, 78, 102);
  border-bottom: 6px solid rgb(30, 78, 102);
  font-family: "camptonextrabold";
}

.main-menu-divider {
  border-bottom: 6px solid #578ea8;
}

.page-title {
  padding: 30px;
  margin-bottom: 30px;
  background: #1e5799; /* Old browsers */
  background: radial-gradient(circle at top center, #135d7f 0%, #0b3a4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$blue-gradient-from, endColorstr=$blue-gradient-to, GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.page-title h1 {
  font-size: 1.5em;
  text-align: center;
  color: white;
}
.page-title h1 > p {
  display: inline;
}
.page-title p, .page-title a {
  color: white;
  text-align: center;
  font-size: 1em;
  margin-top: 30px;
}
.page-title a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .page-title h1 {
    font-size: 2.5em;
  }
  .page-title p {
    font-size: 1.25em;
  }
}

.infobox {
  padding: 200px 0;
}
.infobox h2,
.infobox h3,
.infobox h4 {
  text-transform: uppercase;
}
.infobox .image-container {
  text-align: center;
}
.infobox .image-container img {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
}
.infobox footer {
  margin-top: 50px;
}

.content-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.content-section .content-inline-title {
  font-family: "camptonextrabold";
  color: rgb(30, 78, 102);
}
.content-section .content-title-image {
  position: absolute;
  right: 0;
  top: 0;
}
.content-section .content-title-image img {
  max-width: 100%;
  height: 80px;
  width: 80px;
}
.content-section .content-text {
  color: var(--atoka_colors_highEmphasisMain);
}
.content-section .content-text h3 {
  text-transform: uppercase;
  font-size: 1.2em;
}
.content-section .content-text h2 {
  text-transform: none;
}
.content-section h2 {
  margin: 0 0 5px;
  height: 80px;
  color: rgb(30, 78, 102);
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0;
}
@media (min-width: 768px) {
  .content-section h2 {
    padding-right: 80px;
  }
}
.content-section h3 {
  font-size: 1rem;
  color: rgb(30, 78, 102);
  margin: 0 0 5px;
}
.content-section h3::before {
  content: "\f138";
  color: rgb(30, 78, 102);
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
}
.content-section .content-image img,
.content-section .image-container img {
  max-width: 100%;
}

.content-plain-page {
  color: rgb(30, 78, 102);
}

.full-width-image-container img {
  max-width: 100%;
}

.accordion {
  border-bottom: 1px solid rgb(30, 78, 102);
}
.accordion .accordion-section.panel {
  box-shadow: none;
  border: 0;
  margin: 0;
}
.accordion .accordion-title {
  cursor: pointer;
  padding: 20px;
  font-size: 21px;
  text-transform: uppercase;
  color: rgb(30, 78, 102);
  border-top: 1px solid rgb(30, 78, 102);
}
.accordion .accordion-title p {
  display: inline;
}
.accordion .accordion-title .accordion-title-icon {
  float: right;
  margin-top: 5px;
}
.accordion .accordion-title .accordion-title-icon::before {
  content: "\f056";
  color: var(--atoka_colors_highEmphasisMain);
}
.accordion .accordion-title.collapsed .accordion-title-icon::before {
  content: "\f055";
  color: rgb(217, 47, 6);
}
.accordion .accordion-content {
  box-sizing: border-box;
  padding: 0 20px;
}
.accordion .accordion-content p {
  color: var(--atoka_colors_highEmphasisMain);
  padding-left: 30px;
}
.accordion .accordion-content p::before {
  content: "\f138";
  color: rgb(30, 78, 102);
  font-family: "Font Awesome 6 Pro";
  margin-right: 8px;
  margin-left: -22px;
}

.required-field::after {
  content: "";
}
.required-field > .required-field::after {
  content: "*";
}
.required-field .error-msg {
  color: #A94442;
}

.akcerved .required-field::after, .akauth-invite .required-field::after {
  color: var(--atoka_colors_mediumEmphasisMain);
}

#div_id_0-tos > div, #div_id_0-newsletter > div, #div_id_tos > div {
  display: flex;
  flex-direction: column;
}
#div_id_0-tos > div .checkbox, #div_id_0-newsletter > div .checkbox, #div_id_tos > div .checkbox {
  order: -1;
}

.atoka-form > .row > .col-sm-7 {
  display: flex;
  align-items: center;
}
.atoka-form > .row > .col-sm-7 .control-label {
  text-align: left;
  width: 100%;
  color: var(--atoka_colors_highEmphasisMain);
  margin: 0;
}
@media (min-width: 576px) {
  .atoka-form > .row > .col-sm-7 .control-label {
    text-align: right;
  }
}

.link {
  color: rgb(30, 78, 102) !important;
  text-decoration: underline;
  font-weight: bold;
}

body.lp1-lp2-forms {
  padding-top: 0;
}

.registration-complete-container {
  background-image: url("/static/img/lp1-lp2/bg-fishes-completed.png");
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 800px;
  color: rgb(30, 78, 102);
  text-align: center;
  font-size: 1.5em;
}
.registration-complete-container h1 {
  font-size: 70px;
}

.lp1-lp2-forms .first-container {
  background: #D2DAE0;
  position: relative;
}
.lp1-lp2-forms .required-field::after {
  color: rgb(30, 78, 102);
}
.lp1-lp2-forms .first-row > .row {
  padding-top: 100px;
  padding-bottom: 100px;
}
.lp1-lp2-forms .first-row .form-body.container-forms {
  position: relative;
}
.lp1-lp2-forms .first-row .form-body.container-forms::before {
  content: "";
  background-image: url("/static/img/lp1-lp2/leads-hunter.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 100vw;
  height: 130%;
  display: block;
  background-position: left top;
  background-size: 32vh;
  bottom: -9vh;
  top: -8vh;
  left: -7vw;
}
@media (min-width: 768px) {
  .lp1-lp2-forms .first-row .form-body.container-forms::before {
    background-position: left center;
    background-size: contain;
    left: -77vw;
    bottom: 10vh;
    top: auto;
  }
}
@media (min-width: 992px) {
  .lp1-lp2-forms .first-row .form-body.container-forms::before {
    background-position: left bottom;
    background-size: contain;
    left: -65vw;
    bottom: -8vh;
    top: auto;
  }
}
@media (min-width: 1200px) {
  .lp1-lp2-forms .first-row .form-body.container-forms::before {
    left: -56vw;
  }
}
.lp1-lp2-forms .first-row .form-header {
  color: rgb(30, 78, 102);
}
.lp1-lp2-forms .first-row .form-header h1 {
  text-align: right;
}
@media (min-width: 992px) {
  .lp1-lp2-forms .first-row .form-header h1 {
    text-align: left;
  }
}
.lp1-lp2-forms .first-row .form-header h3 {
  font-family: "camptonextrabold";
  font-size: 1.5rem;
  margin-top: 16px;
  margin-bottom: 8px;
}
.lp1-lp2-forms .first-row .container-forms label {
  color: rgb(30, 78, 102);
}
.lp1-lp2-forms .first-row .container-forms .has-error {
  border-color: rgb(217, 47, 6);
}
.lp1-lp2-forms .first-row .container-forms .error-msg {
  color: white;
  border-left: 0;
  border-right: 0;
}
.lp1-lp2-forms .first-row .container-forms #div_id_0-tos, .lp1-lp2-forms .first-row .container-forms #div_id_0-newsletter, .lp1-lp2-forms .first-row .container-forms #div_id_0-tos_text,
.lp1-lp2-forms .first-row .container-forms #div_id_1-tos, .lp1-lp2-forms .first-row .container-forms #div_id_1-newsletter, .lp1-lp2-forms .first-row .container-forms #div_id_1-tos_text {
  font-size: 13px;
}
.lp1-lp2-forms .first-row .container-forms .email-suggestion {
  text-align: right;
  font-size: 13px;
  padding-top: 8px;
  padding-right: 8px;
}
.lp1-lp2-forms .first-row .container-forms .email-suggestion a {
  color: rgb(30, 78, 102);
  cursor: pointer;
}
.lp1-lp2-forms .first-row .first-row-content {
  color: rgb(30, 78, 102);
}
.lp1-lp2-forms .first-row .first-row-content h1 {
  margin-top: 0;
}
.lp1-lp2-forms .first-row .first-row-content p {
  font-size: 22px;
}
.lp1-lp2-forms .first-row label {
  font-weight: normal;
  color: white;
}
.lp1-lp2-forms .first-row label a {
  color: white;
}
.lp1-lp2-forms .first-row label a:hover {
  color: rgb(148, 191, 211);
}
.lp1-lp2-forms .first-row button[type=submit] {
  text-transform: uppercase;
}
.lp1-lp2-forms .second-row {
  padding-top: 100px;
  color: rgb(30, 78, 102);
}
.lp1-lp2-forms .second-row hr {
  border-color: rgb(30, 78, 102);
  margin: 0;
}
.lp1-lp2-forms .third-row {
  padding-top: 100px;
  padding-bottom: 100px;
  color: rgb(30, 78, 102);
}
.lp1-lp2-forms .third-row img {
  width: 100%;
  max-width: 80px;
}
.lp1-lp2-forms .third-row h1 {
  font-size: 72px;
  margin-top: 0;
}
.lp1-lp2-forms .third-row p {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .lp1-lp2-forms .third-row p {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lp1-lp2-forms .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.lp1-lp2-forms .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
TODO: temporary styles for v3 temporary registration template
remove when complete the new registration template
*/
.lp1-lp2-forms .bs4-v3 input.form-control:focus {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .lp1-lp2-forms .bs4-v3 .first-row .form-body.container-forms::before {
    bottom: -30vh;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lp1-lp2-forms .bs4-v3 .first-row .form-body.container-forms::before {
    bottom: 2vh;
  }
}
@media (max-width: 768px) {
  .lp1-lp2-forms .bs4-v3 .first-row .form-body.container-forms::before {
    top: 20px;
  }
}
.lp1-lp2-forms .bs4-v3 .first-row label {
  font-family: "camptonextrabold";
}
.lp1-lp2-forms .bs4-v3 .first-row .form-header {
  font-family: "camptonextrabold";
}
.lp1-lp2-forms .bs4-v3 .first-row .form-header h1 {
  color: rgb(30, 78, 102);
  font-family: "camptonextrabold";
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .lp1-lp2-forms .bs4-v3 .first-row .form-header h1 {
    font-size: 2.5rem;
  }
}
.lp1-lp2-forms .bs4-v3 .first-row .form-header h3 {
  color: rgb(30, 78, 102);
  margin-top: 8px;
}
.lp1-lp2-forms .bs4-v3 .second-row h3 {
  color: rgb(30, 78, 102);
  font-family: "camptonextrabold";
}
.lp1-lp2-forms .bs4-v3 .third-row {
  font-family: "camptonextrabold";
}
.lp1-lp2-forms .bs4-v3 .third-row h1 {
  color: rgb(30, 78, 102);
  font-weight: normal;
  font-family: "camptonextrabold";
  line-height: normal;
}
.lp1-lp2-forms .bs4-v3 .third-row p {
  color: rgb(30, 78, 102);
  font-family: "camptonextrabold";
}

.cta-try-atoka {
  font-family: "camptonextrabold";
  min-width: 220px;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.page-header-shadow-container {
  position: relative;
}
.page-header-shadow-container .page-header-shadow {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 80px #D3DDE1;
  z-index: 0;
}

#section-1 {
  position: absolute;
  bottom: 50px;
}

.full-page-cta {
  height: calc(100vh - 50px);
}
.full-page-cta h1 {
  font-family: "camptonextrabold";
  color: var(--atoka_colors_highEmphasisMain);
  font-weight: normal;
}
.full-page-cta h1 strong {
  color: rgb(30, 78, 102);
  font-family: "camptonextrabold";
}
.full-page-cta .carousel-inner {
  z-index: -1;
}
.full-page-cta .carousel-item,
.full-page-cta .active,
.full-page-cta .carousel-inner {
  height: 100%;
}
.full-page-cta .carousel-item .carousel-caption {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .full-page-cta .carousel-item .carousel-caption {
    margin-bottom: 75px;
  }
}
.full-page-cta .carousel-item .carousel-caption h1 {
  line-height: 1em;
  font-size: 20px;
}
@media (min-width: 768px) {
  .full-page-cta .carousel-item .carousel-caption h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .full-page-cta .carousel-item .carousel-caption h1 {
    font-size: 38px;
  }
}
.full-page-cta .carousel-item .carousel-caption h1 strong {
  display: inline-block;
  margin-top: 10px;
}
.full-page-cta .text-right + .text-left {
  height: 48px;
  border: 0;
  transform: scale(0.5);
}
@media (min-width: 768px) {
  .full-page-cta .text-right + .text-left {
    transform: scale(1);
    border: inherit;
    border-left: 1px solid var(--atoka_colors_mediumEmphasisMain);
  }
}
.full-page-cta .carousel-caption {
  padding-bottom: 0 !important;
  left: 5%;
  right: 5%;
}
.full-page-cta .carousel-header {
  top: 10px;
}
.full-page-cta .fill {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-page-cta .carousel-control-prev,
.full-page-cta .carousel-control-next {
  background-image: none;
}
.full-page-cta .carousel-control-prev svg,
.full-page-cta .carousel-control-next svg {
  color: rgb(30, 78, 102);
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -25px;
}
.full-page-cta .full-page-cta-cta {
  transform: scale(0.6);
}
@media (min-width: 768px) {
  .full-page-cta .full-page-cta-cta {
    transform: scale(1);
  }
}
.full-page-cta .go-down-with-animation {
  display: block;
  position: relative;
  color: rgb(30, 78, 102);
  text-shadow: none;
  font-family: "camptonextrabold";
  margin-bottom: 0;
  transform: scale(0.75);
}
@keyframes go-down-animation {
  from {
    top: -200%;
  }
  to {
    top: -40%;
  }
}
@media (min-width: 768px) {
  .full-page-cta .go-down-with-animation {
    transform: scale(1);
  }
}
.full-page-cta .go-down-with-animation .scroll-down-text {
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 10px;
  top: 0;
  position: absolute;
  vertical-align: middle;
  left: 53px;
  line-height: 24px;
}
.full-page-cta .go-down-with-animation .animation,
.full-page-cta .go-down-with-animation .animation-inner {
  position: relative;
  background: transparent;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
}
.full-page-cta .go-down-with-animation .animation {
  width: 48px;
  height: 48px;
  border: 4px solid rgb(30, 78, 102);
}
.full-page-cta .go-down-with-animation .animation .animation-inner {
  width: 40px;
  height: 40px;
  border: 4px solid transparent;
}
.full-page-cta .go-down-with-animation .animation-arrow {
  display: inline-block;
  position: absolute;
  top: -50%;
  animation: go-down-animation 2s infinite ease-out;
  font-size: 68px;
  width: 48px;
  text-align: center;
  left: 0 -8px;
}
.full-page-cta .go-down-with-animation .animation-arrow > img {
  width: 38.4px;
  margin-left: -9.6px;
}
.full-page-cta .carousel-inner .carousel-item {
  transition: opacity 1s;
}
.full-page-cta .carousel-inner .carousel-item,
.full-page-cta .carousel-inner .active.carousel-item-left,
.full-page-cta .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
.full-page-cta .carousel-inner .active,
.full-page-cta .carousel-inner .carousel-item-next.carousel-item-left,
.full-page-cta .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.full-page-cta .carousel-inner .carousel-item-next,
.full-page-cta .carousel-inner .carousel-item-prev,
.full-page-cta .carousel-inner .active.carousel-item-left,
.full-page-cta .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.more-info-box {
  color: rgb(217, 47, 6);
  text-align: center;
  margin-bottom: 40px;
}

.plans-container-v3 {
  margin-top: -30px;
  padding: 50px 0;
  background: #EAF2F7;
}
.plans-container-v3 h2 {
  margin-top: 22px;
  margin-bottom: 11px;
}
.plans-container-v3 .pricing-cta {
  font-family: "camptonextrabold";
  padding: 24px;
  text-transform: uppercase;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .plans-container-v3 .pricing-cta {
    font-size: 1.5em;
  }
}
.plans-container-v3 .container .row {
  padding: 0;
  display: block;
}
@media (min-width: 768px) {
  .plans-container-v3 .container .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.plans-container-v3 .plan-column-wrapper {
  margin-bottom: 30px;
}
.plans-container-v3 .plan-column-wrapper:nth-child(n+4) h2 {
  border-top: 8px solid #C70302;
  margin: 4px;
  padding-top: 16px;
  display: block;
}
.plans-container-v3 .plan-column {
  border: 3px solid #B5D0E1;
  background: white;
  text-align: center;
  height: 100%;
}
.plans-container-v3 .plan-column h2 {
  font-family: "camptonextrabold";
  height: 64px;
  color: rgb(30, 78, 102);
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 2em;
}
.plans-container-v3 .plan-column h2 span {
  color: #C70302;
}
.plans-container-v3 .plan-column hr {
  width: 15%;
  border-color: rgb(148, 191, 211);
  margin-bottom: 16px;
  margin-top: 0;
}
.plans-container-v3 .plan-column ul {
  list-style: none;
  color: black;
  padding: 0 40px;
}
.plans-container-v3 .plan-column ul li {
  padding: 8px 0;
  border-top: 1px solid #ebebeb;
}
.plans-container-v3 .plan-column ul li:first-child {
  border-top: 0;
}

.plans-enterprise {
  background: linear-gradient(to right, #0b3a4f 20%, #096A8D 80%);
  color: white;
  padding: 32px 0;
}
.plans-enterprise > div {
  display: block;
}
@media (min-width: 768px) {
  .plans-enterprise > div {
    display: flex;
  }
}
.plans-enterprise .plans-enterprise-title {
  flex-grow: 1;
}
.plans-enterprise .plans-enterprise-title h3 {
  font-family: "camptonextrabold";
  margin-bottom: 8px;
}
.plans-enterprise .plans-enterprise-button {
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.plans-enterprise .plans-enterprise-button .btn {
  text-transform: uppercase;
  padding: 16px 32px;
  font-weight: bold;
  background: #1C455B;
}

.plan-payments {
  text-align: center;
  padding: 80px 0;
  color: #0b3a4f;
}
.plan-payments h4 {
  font-family: "camptonextrabold";
  text-transform: uppercase;
  margin-bottom: 40px;
}
.plan-payments .plan-secure-payment-circle .fa {
  font-size: 4em;
}
.plan-payments img {
  height: 64px;
  margin: 0 8px 8px;
}

.plans-faqs {
  background: #EAF2F7;
  margin-bottom: 40px;
  color: #0b3a4f;
}
.plans-faqs h3 {
  font-family: "camptonextrabold";
  text-transform: uppercase;
  text-align: center;
  padding: 64px 0 40px;
  margin: 0;
}
.plans-faqs .row {
  display: flex;
  flex-wrap: wrap;
}
.plans-faqs .row .col-md-12 {
  margin-bottom: 30px;
}
.plans-faqs .plan-faq-item {
  background: white;
  padding: 16px;
  height: 100%;
}
.plans-faqs .plan-faq-item h4 {
  font-family: "camptonextrabold";
  margin-bottom: 16px;
}

.system-messages {
  text-align: center;
  border-bottom: 1px solid var(--atoka_colors_mediumEmphasisMain);
}
.system-messages .alert {
  background: transparent;
  border: 0;
}
.system-messages .alert.alert-success h3::before,
.system-messages .alert.alert-success h4::before {
  content: "\f209";
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
  font-size: 2em;
}
.system-messages .alert.alert-danger h3::before,
.system-messages .alert.alert-danger h4::before {
  content: "\f071";
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
  font-size: 2em;
}
.system-messages .alert h3, .system-messages .alert h4 {
  text-transform: uppercase;
}
.system-messages .alert p {
  color: var(--atoka_colors_mediumEmphasisMain);
}

.page-container-v2-cosa-fa .page-title,
.page-container-v2-vendite .page-title,
.page-container-v2-marketing .page-title {
  margin-bottom: 0;
}

.page-container-widget {
  padding-bottom: 40px;
}
.page-container-widget .infobox .image-container img {
  width: 100%;
  max-width: 800px;
  max-height: 800px;
}
.page-container-widget .infobox-grid h3 {
  margin: 0;
}
.page-container-widget .container-fluid.infobox.infobox-1col-white {
  margin-top: 0;
  border-top: 0;
}
.page-container-widget .content-section.content-2cols.content-2rows {
  border-bottom: 1px solid #999;
}
.page-container-widget .content-section.content-2cols.content-2rows .content-row {
  border-bottom: 0;
}

.thank-you header {
  border-bottom: 6px solid #578ea8;
  padding-bottom: 100px;
}
.thank-you header img  {
  width: 200px;
}
.thank-you.message-text, .thank-you.content-columns {
  padding-top: 150px;
  padding-bottom: 150px;
}
.thank-you .cta-container {
  padding-bottom: 150px;
}
.thank-you .cta-container.with-margin-top {
  margin-top: 50px;
}
.thank-you.message-text {
  text-align: center;
  font-size: 19px;
  border-bottom: 1px solid #999;
}
.thank-you.message-text.without-border {
  border-bottom: 0;
}
.thank-you .cta-container {
  text-align: center;
}
.thank-you .content-column a {
  text-decoration: underline;
}

#tos-jail #accept-tos-checkbox ~ input[type=submit] {
  position: relative;
  z-index: -1;
  opacity: 0.5;
  cursor: not-allowed;
}
#tos-jail #accept-tos-checkbox:checked ~ input[type=submit] {
  z-index: auto;
  opacity: 1;
  cursor: pointer;
}

h3.contact-us-title,
h2.contact-us-title {
  text-align: center;
  margin: 0;
}

h2.contact-us-title {
  color: #1f5871;
}

h3.contact-us-title {
  color: rgb(243, 133, 34);
}

.contact-us-content {
  padding-top: 16px;
}
.contact-us-content textarea {
  margin-top: 8px;
  min-height: 100px;
}
.contact-us-content.is-sending {
  opacity: 0.75;
  pointer-events: none;
}

.contact-us-thanks {
  padding-top: 64px;
  padding-bottom: 32px;
}
.contact-us-thanks .icon-container {
  text-align: center;
}
.contact-us-thanks svg {
  color: rgb(51, 147, 24);
  font-size: 3em;
}

.contact-us-error {
  color: rgb(217, 47, 6);
  margin: 50px;
}

.akplan-summary {
  color: rgb(30, 78, 102);
}

div.select-images-container {
  text-align: center;
  margin: 50px;
}

div.btn-with-image {
  width: 150px;
  height: 150px;
  background-size: cover;
}
.btn-primary div.btn-with-image {
  filter: invert(1);
}

.btn-with-image-description {
  font-size: 13px;
  white-space: normal;
  hyphens: auto;
}

div.juridicalPerson {
  background-image: url("/static/img/persona-giuridica.png");
}

div.naturalPerson {
  background-image: url("/static/img/persona-fisica.png");
}

div.has-error.help-block {
  text-align: center;
}

.input-group {
  display: flex;
}
.input-group .input-group-prepend {
  margin-right: -1px;
}
.input-group .input-group-prepend .form-control {
  background-color: #d2d2d2;
}

.content-section .content-text.two-factor-container h3 {
  font-family: "camptonextrabold";
  text-transform: none;
}
.content-section .content-text.two-factor-container h3::before {
  content: "";
  margin: 0;
}

#div_id_webauthn-token > div,
.login-webauthn-device #div_id_token-otp_token > div {
  position: relative;
  height: 100px;
  margin-bottom: 32px;
}
#div_id_webauthn-token > div::after,
.login-webauthn-device #div_id_token-otp_token > div::after {
  content: " ";
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  background-image: url("/static/img/webauthn-animation.gif"), url("/static/img/webauthn.jpg");
  box-shadow: 0 1px 2px rgb(148, 191, 211);
  border: 1px solid #578ea8;
  background-size: 100px 100px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
#div_id_webauthn-token > div #id_token-otp_token,
#div_id_webauthn-token > div #id_webauthn-token,
.login-webauthn-device #div_id_token-otp_token > div #id_token-otp_token,
.login-webauthn-device #div_id_token-otp_token > div #id_webauthn-token {
  opacity: 0;
}
#div_id_webauthn-token label,
.login-webauthn-device #div_id_token-otp_token label {
  opacity: 0;
}
#div_id_webauthn-token span.error-msg,
.login-webauthn-device #div_id_token-otp_token span.error-msg {
  margin-top: -50px;
  margin-left: 60%;
  max-width: 40%;
}

@keyframes webauthn-device-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.login-webauthn-device.login-webauthn-device-loading #div_id_token-otp_token > div::after {
  animation: webauthn-device-loading 2s ease-in-out;
  animation-iteration-count: infinite;
  background-image: url("/static/img/webauthn.jpg");
}

.code-snippet {
  padding: 5px 10px;
  color: rgb(246, 246, 246);
  background: var(--atoka_colors_highEmphasisMain);
  border-left: 10px solid #229cf3;
  font-size: 13px;
  overflow: auto;
}
.code-snippet pre {
  font-family: "Roboto Mono";
  font-weight: 300;
}
.code-snippet pre .highlighted {
  background-color: #a3e8f4;
  color: var(--atoka_colors_highEmphasisMain);
}
.code-snippet pre .bold {
  font-weight: 700;
}

#redoc-container .menu-content {
  top: 50px !important;
  padding-top: 8px;
}
#redoc-container div.code {
  padding: 20px;
  margin: 0;
  background: rgb(250, 250, 250);
  font-family: Courier, monospace;
  font-size: 13px;
  white-space: pre;
  contain: content;
  overflow-x: auto;
  color: rgb(71, 71, 71);
}

.uc-ui .top-bar .navbar-nav > a.nav-link,
.uc-ui .top-bar .navbar-nav > div.company-finder.nav-item,
.uc-ui .top-bar .navbar-nav > div.user-dropdown.dropdown.nav-item > a {
  border-right: 1px solid rgb(170, 28, 13);
  color: rgb(255, 235, 234);
}
.uc-ui .top-bar .navbar-nav > a.nav-link:hover, .uc-ui .top-bar .navbar-nav > a.nav-link.active-section,
.uc-ui .top-bar .navbar-nav > div.company-finder.nav-item:hover,
.uc-ui .top-bar .navbar-nav > div.company-finder.nav-item.active-section,
.uc-ui .top-bar .navbar-nav > div.user-dropdown.dropdown.nav-item > a:hover,
.uc-ui .top-bar .navbar-nav > div.user-dropdown.dropdown.nav-item > a.active-section {
  color: white;
  background: rgb(170, 28, 13);
}
.uc-ui .top-bar .navbar-nav > div.user-dropdown.dropdown.show.nav-item > a,
.uc-ui .top-bar .navbar-nav > a.top-bar-hamburger.side-menu-open.nav-link,
.uc-ui .top-bar .navbar-nav > div.user-dropdown.dropdown.show.nav-item > div > a:hover {
  color: white;
  background: rgb(170, 28, 13);
}
.uc-ui .top-bar .dropdown-menu {
  border-color: rgb(170, 28, 13);
}
.uc-ui .btn.btn-primary {
  background-color: rgb(226, 0, 26);
  border-color: rgb(226, 0, 26);
  color: rgb(255, 235, 234);
}
.uc-ui .btn.btn-primary:hover:enabled {
  color: white;
  background: rgb(170, 28, 13);
}
.uc-ui .btn.btn-primary:focus:enabled {
  box-shadow: 0 0 0 0.2rem #EA5C4D;
}
.uc-ui .search-content,
.uc-ui .results-container,
.uc-ui .recap-content,
.uc-ui .recap-content-container .recap-extra-content {
  background-color: white;
}
.uc-ui #user-dropdown .hidden-sm.label.label-info {
  display: none;
}
.uc-ui .label.searches-number-label {
  background-color: rgb(255, 235, 234);
  color: rgb(170, 28, 13);
}
.uc-ui .saved-search-container .saved-search .facet-recap,
.uc-ui .recap-content .facet-recap {
  background-color: rgb(255, 235, 234);
}
.uc-ui .summary-footer {
  background-color: rgb(255, 235, 234);
}
.uc-ui .side-menu-container .side-menu-top li {
  border-bottom: 1px solid rgb(170, 28, 13);
}
.uc-ui .side-menu-container .side-menu-top {
  background-color: rgb(255, 235, 234);
}
.uc-ui .side-menu-container .side-menu-top a {
  color: rgb(170, 28, 13);
}
.uc-ui .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.uc-ui .navbar-brand::after {
  content: "unicredit";
  color: transparent;
  width: 150px;
  height: 100%;
  display: inline-block;
  background: url("/static/img/custom-logo/unicredit.svg") no-repeat center;
  background-color: white;
  margin-left: 20px;
}
.uc-ui .top-bar .brand-icon {
  width: 100px;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
}
.uc-ui .pageviews-banner {
  display: none;
}
.uc-ui .nav-container-small {
  background-color: rgb(226, 0, 26);
}

.mixpanel-logo-container {
  text-align: center;
  margin: 50px;
}

.invalidate_cache {
  display: table;
}

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