@charset "UTF-8";
.c-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: "iconFont";
  src: url(https://static.statusgator.com/assets/iconFont-f56577e4e2f4d26270872cb2d1dad486db76a6652b84b5017a133192007c4c34.eot);
  src: url(https://static.statusgator.com/assets/iconFont-f56577e4e2f4d26270872cb2d1dad486db76a6652b84b5017a133192007c4c34.eot?#iefix) format("eot"), url(https://static.statusgator.com/assets/iconFont-f3d01a8cec7dce07fe6816c598eb08278fb10e5c04c1fc0c0be0945241d1b10a.woff2) format("woff2"), url(https://static.statusgator.com/assets/iconFont-8956ce427db033175b1077cdf70605244ea3639351f4dd2fda4234ef25fac9c7.woff) format("woff"), url(https://static.statusgator.com/assets/iconFont-e9af85cfe12b760e093c0ed727fd19040c9162075c28464258d37566a4417da5.ttf) format("truetype"), url(https://static.statusgator.com/assets/iconFont-372635d2b9dd598e44b9bf429f4720e288ec1f7fc39df486fb34c91c13b914ea.svg#iconFont) format("svg");
}

.icon-toggle:before, .icon-search:before, .icon-plus-sq:before, .icon-message-q:before, .icon-list:before, .icon-line:before, .icon-image:before, .icon-eye:before, .icon-code:before, .icon-close:before, .icon-checked-sq:before, .icon-checked-sq-filled:before, .icon-book:before, .icon-bell:before, .icon-arrow:before, .icon-anchor:before {
  font-family: "iconFont", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-anchor:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-checked-sq-filled:before {
  content: "";
}

.icon-checked-sq:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-line:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-message-q:before {
  content: "";
}

.icon-plus-sq:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-toggle:before {
  content: "";
}

html,
body {
  width: 100%;
  min-height: 100vh;
}

html.is-hideScroll,
body.is-hideScroll {
  width: 100%;
  overflow: hidden !important;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
}

body > .body--start {
  justify-content: flex-start;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

input[type='text'] {
  appearance: none;
}

picture {
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-grid-fluid, .c-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.c-grid {
  max-width: 1170px;
}

.c-grid-fluid {
  max-width: 100%;
}

.copyright__text {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #576472;
}

.bg-up {
  background-color: #21bf73;
}

.bg-down {
  background-color: #fd5e53;
}

.bg-warn {
  background-color: #f5be4f;
}

.bg-maintenance {
  background-color: #1597a8;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #163A5F;
  color: #fff;
  text-align: center;
  padding: 6px 9px 3px 9px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  margin-bottom: 5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #163A5F transparent transparent transparent;
}

.icon-font {
  display: flex;
  line-height: 1;
}

.logo {
  display: flex;
}

@media screen and (max-width: 767px) {
  .logo.logo--header .logo__btn {
    max-width: 77px;
  }
}

.logo.logo--footer {
  padding-bottom: 24px;
}

.logo.logo--footer .logo__img {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .logo.logo--footer {
    padding-bottom: 0;
  }
  .logo.logo--footer .logo__btn {
    max-width: 90px;
  }
}

.logo.logo--sign {
  padding-bottom: 90px;
}

@media screen and (max-width: 1535px) {
  .logo.logo--sign {
    padding-bottom: 40px;
  }
}

.logo__btn {
  display: flex;
  align-items: flex-start;
}

.logo__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-title {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #163A5F;
}

@media screen and (max-width: 1439px) {
  .c-title {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  .c-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
  }
}

.c-btn {
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 65px;
  padding-left: 40px;
  padding-right: 40px;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 6px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .c-btn {
    height: 57px;
  }
}

.c-btn__wrapper {
  display: flex;
  align-items: center;
}

.c-btn__wrapper--center {
  justify-content: center;
}

.c-btn.c-btn--medium {
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
}

.c-btn__bg--green {
  background-color: #21BF73 !important;
  transition: background-color 0.3s ease-in-out;
}

.c-btn__bg--green:hover {
  background-color: #25d580;
  transition: background-color 0.3s ease-in-out;
}

.c-btn.c-btn__border {
  border-color: #163A5F;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

.c-btn.c-btn__border:hover {
  background-color: #163A5F;
  transition: background-color 0.3s ease-in-out;
}

.c-btn.c-btn__border:hover span {
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}

.c-btn.c-btn__border span {
  color: #163A5F;
  transition: color 0.3s ease-in-out;
}

.c-btn span {
  z-index: 2;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .c-btn span {
    font-size: 14px;
    line-height: 17px;
  }
}

.c-modal {
  padding: 20px;
}

#serviceDetails.c-modal {
  max-width: 550px;
}

.c-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-color: rgba(22, 58, 95, 0.1);
}

.c-modal__close .icon-font {
  font-size: 9px;
  color: #163a5f;
}

.c-modal__title {
  padding: 0 70px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #163A5F;
}

.c-modal__desc {
  font-size: 18px;
  line-height: 30px;
  color: #576472;
}

.c-modal__desc a {
  color: #21bf73;
}

.c-modal__desc + .c-modal__desc {
  margin-top: 1em;
}

.c-modal .recent__table {
  padding: 0;
  box-shadow: none;
}

.c-modal .recent__table table tbody tr td > div {
  display: flex;
  align-items: center;
  min-height: 35px;
}

.c-modal .recent__table table tbody tr td > div span {
  width: 100%;
  max-width: 100px;
  font-size: 12px;
  line-height: 15px;
  color: #576472;
}

.c-modal .recent__table table tbody tr td > div p {
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #163A5F;
}

.c-modal .status__box {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-modal .status__box-body ul {
    flex-direction: row;
  }
}

.c-modal .status__box-body ul li:not(:last-of-type) {
  padding-right: 20px;
}

.c-desc {
  padding-bottom: 60px;
  font-size: 20px;
  text-align: center;
  color: #163A5F;
}

@media screen and (max-width: 1535px) {
  .c-desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-desc {
    font-size: 16px;
  }
  .c-desc br {
    display: none;
  }
}

.c-desc a {
  font-weight: 600;
  color: #21BF73;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 8));
  }
}

.slider {
  overflow: hidden;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 16);
}

.slider .slide-track:hover {
  animation: none;
  cursor: pointer;
}

.slider .notif-images {
  width: calc(250px * 8);
}

.logo-marquee {
  overflow: hidden;
}

.logo-marquee .logo-marquee-track {
  animation: logo-marquee-scroll 50s linear infinite;
  display: flex;
  align-items: center;
  gap: 88px;
  width: max-content;
}

.logo-marquee .logo-marquee-track img {
  max-height: 32px;
  width: auto;
}

.logo-marquee .logo-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes logo-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3293px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee-track {
    animation: none;
  }
}

.green-arrow {
  animation: MoveUpDown 1s ease-in-out infinite;
}

@keyframes MoveUpDown {
  0%,
100% {
    transform: translateY(-80%);
  }
  50% {
    transform: translateY(0px);
  }
}

.upper-icons {
  animation: slideDown 5s linear infinite;
}

@keyframes slideDown {
  0%,
100% {
    transform: translateY(0px);
    opacity: 0.1;
  }
  50% {
    transform: translateY(20%);
    opacity: 1;
  }
}

.lower-icons {
  animation: slideUp 5s linear infinite;
}

@keyframes slideUp {
  0%,
100% {
    transform: translateY(0px);
    opacity: 0.1;
  }
  50% {
    transform: translateY(-40%);
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .integrations-icons img {
    margin-left: -50%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1281px) {
  .integrations-icons img {
    margin-left: -10%;
  }
}

@media only screen and (min-width: 1282px) {
  .integrations-icons img {
    margin-left: -3%;
  }
}

.subscribe__wrapper {
  font-size: 18px;
  line-height: 32px;
  color: #576472;
  position: relative;
  padding: 40px;
  border: 3px #21bf73 solid;
  border-radius: 10px;
  box-shadow: 0 5px 60px 0 rgba(22, 58, 95, 0.06);
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .subscribe__wrapper {
    padding: 30px 20px;
    flex-direction: column;
  }
}

.subscribe__wrapper b {
  font-weight: bold;
}

.subscribe__wrapper .favicon {
  max-width: 20px;
}

.subscribe__wrapper h4 {
  font-size: 24px;
  line-height: 37px;
  color: #163A5F;
  font-weight: bold;
  margin-bottom: 10px;
}

.subscribe__wrapper a {
  color: #21bf73;
}

.subscribe__wrapper .links {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3;
}

.subscribe__wrapper .dashboard {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 5;
}

@media screen and (max-width: 767px) {
  .subscribe__wrapper .dashboard {
    margin-top: 20px;
  }
}

.subscribe__wrapper .c-btn {
  margin-top: 20px;
}

.subscribe-dialog {
  border: 1px solid #C3C6CC;
  position: fixed;
  width: 464px;
  right: 0;
  top: 80px;
  z-index: 10;
  border-radius: 8px;
  display: none;
  /* theme light */
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .subscribe-dialog {
    width: 100%;
  }
}

.subscribe-dialog .new-status-page__service-header--mobile {
  display: none;
}

.subscribe-dialog .form-submit-button {
  background: #1DAA66;
  border-radius: 6px;
  height: 50px;
  border: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  cursor: pointer;
}

.subscribe-dialog__close-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 38px;
  cursor: pointer;
}

.subscribe-dialog__wrapper {
  margin: 50px 40px 40px 40px;
  display: flex;
  flex-direction: column;
}

.subscribe-dialog__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.subscribe-dialog__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.subscribe-dialog__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.subscribe-dialog__form-field {
  display: flex;
  flex-direction: column;
}

.subscribe-dialog__form-field.input {
  gap: 4px;
}

.subscribe-dialog__form-field.input label {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.subscribe-dialog__form-field.input input[type='email'], .subscribe-dialog__form-field.input textarea {
  outline: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 16px;
}

.subscribe-dialog__form-field.input input[type='email']:active, .subscribe-dialog__form-field.input input[type='email']:focus, .subscribe-dialog__form-field.input textarea:active, .subscribe-dialog__form-field.input textarea:focus {
  border-color: #1DAA66;
}

.subscribe-dialog__form-field.input input[type='email'] {
  height: 50px;
}

.subscribe-dialog__form-field.radio {
  gap: 8px;
}

.subscribe-dialog__form-field.radio label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.subscribe-dialog__form-field.radio input[type='radio'] {
  appearance: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #1DAA66;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-dialog__form-field.radio input[type='radio']::before {
  content: "";
  width: 9.21px;
  height: 9.21px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background: #1DAA66;
}

.subscribe-dialog__form-services {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.subscribe-dialog__form-services label {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.subscribe-dialog__form-services .remove-all-service-btn {
  display: none;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 45px;
  right: 40px;
  cursor: pointer;
  z-index: 20;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown {
  width: 100%;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar {
  min-height: 50px;
  border-radius: 6px;
  padding: 10px 16px;
  overflow-y: auto;
  max-height: 180px;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar .placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar.selected-border {
  border-radius: 6px 6px 0 0;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar::before {
  border: none;
  position: absolute;
  right: 16px;
  top: 17px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-right: 0;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar span.selected-items {
  max-width: 310px;
  display: flex;
  flex-wrap: wrap;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar span.selected-items .item {
  height: 28px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50px;
  gap: 4px;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar span.selected-items .item button {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu {
  width: 100%;
  margin: 0;
  border-radius: 0 0 6px 6px;
  padding: 0;
  max-height: 180px;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.filter {
  display: none;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.custom-control {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 38px;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.custom-control:first-child {
  display: none;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.custom-control label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.custom-control label::before {
  top: -1px;
  left: -24px;
  border-radius: 3px;
  border: 1px solid #B5B6B7;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.custom-control input[type='checkbox']:checked + label::before {
  background: #1DAA66;
  border-color: #1DAA66;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.custom-control input[type='checkbox']:checked + label::after {
  background-image: url(https://static.statusgator.com/assets/check-mark-white-icon-0f0502d67b786df0e2be9aa21ef1d9801d29b0d408cd50b97296aaf818fc7ac8.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: -23px;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.items {
  padding: 0;
}

.subscribe-dialog__form-btn {
  background: #1DAA66;
  border-radius: 6px;
  height: 50px;
  border: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.subscribe-dialog__form-btn:hover {
  background: #1A9B5D;
}

.subscribe-dialog__icon {
  background-image: url(https://static.statusgator.com/assets/success-status-icon-4a115ac6f9c6d457e31c815586ad9e098b6fcffb85c1ac136ca1f8f726020614.svg);
  display: flex;
  width: 28px;
  height: 28px;
}

.subscribe-dialog__complete {
  height: 627px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  gap: 20px;
}

.subscribe-dialog__complete .subscribe-dialog__title, .subscribe-dialog__complete .subscribe-dialog__description {
  margin: 0;
}

.subscribe-dialog__message {
  text-align: center;
}

.subscribe-dialog__close-icon {
  background-image: url(https://static.statusgator.com/assets/close-icon-5102e9c344bdd125d71080985d26196d4db437304f0b521c91b0294cf2fa729f.svg);
}

.subscribe-dialog__title {
  color: #163A5F;
}

.subscribe-dialog__description {
  color: #5A5C5E;
}

.subscribe-dialog__form-field.input label {
  color: #163A5F;
}

.subscribe-dialog__form-field.input input[type='email'], .subscribe-dialog__form-field.input textarea {
  border: 1px solid #C3C6CC;
}

.subscribe-dialog__form-field.radio label {
  color: #5A5C5E;
}

.subscribe-dialog__form-services label {
  color: #163A5F;
}

.subscribe-dialog__form-services .remove-all-service-btn {
  background-image: url(https://static.statusgator.com/assets/close-icon-5102e9c344bdd125d71080985d26196d4db437304f0b521c91b0294cf2fa729f.svg);
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar {
  border: 1px solid #C3C6CC;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar .placeholder {
  color: #5A5C5E;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar.selected-border {
  border: 1px solid #1DAA66;
  border-bottom: none;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar::before {
  background-image: url(https://static.statusgator.com/assets/down-arrow-icon-23ddb6bf07ae4f7f27515b666ce351768334612da499947766a20c54df532567.svg);
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar span.selected-items .item {
  border: 1px solid #D6DAE0;
  background: #FFFFFF;
  color: #163A5F;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .viewbar span.selected-items .item button {
  color: #163A5F;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu {
  border: 1px solid #1DAA66;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.custom-control:hover {
  background: #E8F7F0;
}

.subscribe-dialog__form-services .filter-multi-select.dropdown .dropdown-menu .dropdown-item.custom-control label {
  color: #5A5C5E;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="option"]:focus-visible,
[role="tab"]:focus-visible,
[role="menuitem"]:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #1a6eff;
  outline-offset: 2px;
}

.dark a:focus-visible,
.dark button:focus-visible,
.dark input:focus-visible,
.dark select:focus-visible,
.dark textarea:focus-visible,
.dark [role="option"]:focus-visible,
.dark [role="tab"]:focus-visible,
.dark [role="menuitem"]:focus-visible,
.dark [tabindex]:focus-visible {
  outline-color: #60a5fa;
}

.c-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

/* COLOR VARIABLE PALETTE */
/* ===== ===== ===== ===== ===== ===== ===== ===== */
/* SHADOW PALETTE */
/* ===== ===== ===== ===== ===== ===== ===== ===== */
/* CORNER RADIUS */
/* ===== ===== ===== ===== ===== ===== ===== ===== */
.top-margin {
  margin-top: 80px;
}

form.button_to {
  display: inline-block;
}

form.button_to + form.button_to {
  margin-left: 10px;
}

select.form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='40' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  padding-right: 40px;
  cursor: pointer;
}

.st.container.wrapper {
  margin-top: 130px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(87, 100, 114, 0.2);
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .st.container.wrapper {
    margin-top: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.st.container.wrapper section + section {
  margin-top: 30px;
}

.st.container.wrapper p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.st.container.wrapper p a {
  color: #21bf73;
  text-decoration: underline;
}

.st.container.wrapper p + p {
  margin-top: 0;
}

.st.container.wrapper .text-right {
  text-align: right;
}

a.link {
  color: #21bf73;
  text-decoration: underline;
}

.cloak {
  display: none;
  display: none !important;
}

p.st {
  margin-top: 10px;
  margin-bottom: 10px;
}

.st {
  /* COLOR ===== */
  /* ===== ===== ===== ===== ===== */
  /* SHADOW */
  /* ===== ===== ===== ===== ===== */
  /* HEADINGS */
  /* ===== ===== ===== ===== ===== */
  /* PARAGRAPHS */
  /* ===== ===== ===== ===== ===== */
  /* PARAGRAPHS */
  /* ===== ===== ===== ===== ===== */
  /* TABLES */
  /* TEXT SELECTION */
  /* ===== ===== ===== ===== ===== */
  /* LAYOUTS */
  /* ===== ===== ===== ===== ===== */
  /* CORNER RADIUS */
  /* ===== ===== ===== ===== ===== */
  /* FORMS */
  /* ===== ===== ===== ===== ===== */
  /* DROPDOWN */
  /* ===== ===== ===== ===== ===== */
  /* AVATARS */
  /* ===== ===== ===== ===== ===== */
  /* MENU */
  /* ===== ===== ===== ===== ===== */
  /* BASE */
  /* ===== ===== ===== ===== ===== */
  /* INFORMATION */
  /* ===== ===== ===== ===== ===== */
  /* BTN */
  /* ===== ===== ===== ===== ===== */
  /* LABELS */
  /* ===== ===== ===== ===== ===== */
  /* NAVIGATION */
  /* ===== ===== ===== ===== ===== */
}

.st.flex {
  display: flex;
}

.st.primary-green-bg {
  background-color: #41BF73;
}

.st.primary-green-color {
  color: #41BF73;
}

.st.primary-green-border {
  border-color: #41BF73;
}

.st.primary-grey-bg {
  background-color: #1B2124;
}

.st.primary-grey-color {
  color: #1B2124;
}

.st.primary-grey-border {
  border-color: #1B2124;
}

.st.primary-dark-blue-bg {
  background-color: #163A5F;
}

.st.primary-dark-blue-color {
  color: #163A5F;
}

.st.primary-dark-blue-border {
  border-color: #163A5F;
}

.st.shade-grey-1--bg {
  background-color: #F3F5F7;
}

.st.shade-grey-1--color {
  color: #F3F5F7;
}

.st.shade-grey-1--border {
  border-color: #F3F5F7;
}

.st.shade-grey-2--bg {
  background-color: #EFF0F1;
}

.st.shade-grey-2--color {
  color: #EFF0F1;
}

.st.shade-grey-2--border {
  border-color: #EFF0F1;
}

.st.shade-grey-3--bg {
  background-color: #DDE0E3;
}

.st.shade-grey-3--color {
  color: #DDE0E3;
}

.st.shade-grey-3--border {
  border-color: #DDE0E3;
}

.st.shade-grey-4--bg {
  background-color: #CDD1D5;
}

.st.shade-grey-4--color {
  color: #CDD1D5;
}

.st.shade-grey-4--border {
  border-color: #CDD1D5;
}

.st.tone-light-green-bg {
  background-color: #99F3BD;
}

.st.tone-light-green-color {
  color: #99F3BD;
}

.st.tone-light-green-border {
  border-color: #99F3BD;
}

.st.tone-red-bg {
  background-color: #FD5E53;
}

.st.tone-red-color {
  color: #FD5E53;
}

.st.tone-red-border {
  border-color: #FD5E53;
}

.st.tone-orange-bg {
  background-color: #F5BE4F;
}

.st.tone-orange-color {
  color: #F5BE4F;
}

.st.tone-orange-border {
  border-color: #F5BE4F;
}

.st.tone-sea-wave-bg {
  background-color: #1597A8;
}

.st.tone-sea-wave-color {
  color: #1597A8;
}

.st.tone-sea-wave-border {
  border-color: #1597A8;
}

.st.tone-light-grey-bg {
  background-color: #E1E8F2;
}

.st.tone-light-grey-color {
  color: #E1E8F2;
}

.st.tone-light-grey-border {
  border-color: #E1E8F2;
}

.st.shadow-xsmall {
  box-shadow: 0px 40px 80px rgba(22, 58, 95, 0.05);
}

.st.shadow-small {
  box-shadow: 0px 4px 60px rgba(22, 58, 95, 0.07);
}

.st.shadow-medium {
  box-shadow: 0px 0px 40px rgba(28, 202, 135, 0.1);
}

.st.shadow-large {
  box-shadow: 0px 10px 80px rgba(28, 202, 135, 0.2);
}

.st.shadow-xlarge {
  box-shadow: 0px 10px 30px rgba(22, 58, 95, 0.05);
}

.st.heading-xbig {
  font-weight: bold;
  font-size: 64px;
  line-height: 88px;
  color: #163A5F;
}

.st.heading-big {
  font-weight: bold;
  font-size: 48px;
  line-height: 66px;
  color: #163A5F;
}

.st.heading-large {
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #163A5F;
}

.st.heading-medium {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #163A5F;
}

.st.heading-small {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #163A5F;
}

.st.bold {
  font-weight: bold;
}

.st.link--green {
  color: #21bf73;
}

.st.paragraphs-large {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #576472;
}

.st.paragraphs-medium {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #576472;
}

.st.paragraphs-small {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #576472;
}

.st.paragraphs-xsmall {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #576472;
}

.st.labels {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #576472;
}

.st.labels-bold {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #576472;
}

.st .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
}

.st th {
  font-weight: bold;
  text-align: left;
  color: #163A5F;
}

.st th.right, .st td.right {
  text-align: right;
}

.st th.center, .st td.center {
  text-align: center;
}

.st .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.st .table > caption + thead > tr:first-child > th,
.st .table > caption + thead > tr:first-child > td,
.st .table > colgroup + thead > tr:first-child > th,
.st .table > colgroup + thead > tr:first-child > td,
.st .table > thead:first-child > tr:first-child > th,
.st .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.st .table > thead > tr > th,
.st .table > thead > tr > td,
.st .table > tbody > tr > th,
.st .table > tbody > tr > td,
.st .table > tfoot > tr > th,
.st .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.st .table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.st.mark mark {
  background-color: #21bf73;
  color: #ffffff;
}

.st.container-fluid, .st.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.st.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.st.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.st.col-xs, .st.col-xs-1, .st.col-xs-2, .st.col-xs-3, .st.col-xs-4, .st.col-xs-5, .st.col-xs-6, .st.col-xs-7, .st.col-xs-8, .st.col-xs-9, .st.col-xs-10, .st.col-xs-11, .st.col-xs-12, .st.col-xs-offset-0, .st.col-xs-offset-1, .st.col-xs-offset-2, .st.col-xs-offset-3, .st.col-xs-offset-4, .st.col-xs-offset-5, .st.col-xs-offset-6, .st.col-xs-offset-7, .st.col-xs-offset-8, .st.col-xs-offset-9, .st.col-xs-offset-10, .st.col-xs-offset-11, .st.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.st.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.st.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.st.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.st.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.st.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.st.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.st.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.st.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.st.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.st.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.st.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.st.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.st.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.st.col-xs-offset-0 {
  margin-left: 0;
}

.st.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.st.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.st.col-xs-offset-3 {
  margin-left: 25%;
}

.st.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.st.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.st.col-xs-offset-6 {
  margin-left: 50%;
}

.st.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.st.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.st.col-xs-offset-9 {
  margin-left: 75%;
}

.st.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.st.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

@media only screen and (min-width: 48em) {
  .st.container {
    max-width: 49rem;
  }
  .st.col-sm, .st.col-sm-1, .st.col-sm-2, .st.col-sm-3, .st.col-sm-4, .st.col-sm-5, .st.col-sm-6, .st.col-sm-7, .st.col-sm-8, .st.col-sm-9, .st.col-sm-10, .st.col-sm-11, .st.col-sm-12, .st.col-sm-offset-0, .st.col-sm-offset-1, .st.col-sm-offset-2, .st.col-sm-offset-3, .st.col-sm-offset-4, .st.col-sm-offset-5, .st.col-sm-offset-6, .st.col-sm-offset-7, .st.col-sm-offset-8, .st.col-sm-offset-9, .st.col-sm-offset-10, .st.col-sm-offset-11, .st.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .st.col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .st.col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .st.col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .st.col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .st.col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .st.col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .st.col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .st.col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .st.col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .st.col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .st.col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .st.col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .st.col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .st.col-sm-offset-0 {
    margin-left: 0;
  }
  .st.col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .st.col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .st.col-sm-offset-3 {
    margin-left: 25%;
  }
  .st.col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .st.col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .st.col-sm-offset-6 {
    margin-left: 50%;
  }
  .st.col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .st.col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .st.col-sm-offset-9 {
    margin-left: 75%;
  }
  .st.col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .st.col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}

@media only screen and (min-width: 64em) {
  .st.container {
    max-width: 65rem;
  }
  .st.col-md, .st.col-md-1, .st.col-md-2, .st.col-md-3, .st.col-md-4, .st.col-md-5, .st.col-md-6, .st.col-md-7, .st.col-md-8, .st.col-md-9, .st.col-md-10, .st.col-md-11, .st.col-md-12, .st.col-md-offset-0, .st.col-md-offset-1, .st.col-md-offset-2, .st.col-md-offset-3, .st.col-md-offset-4, .st.col-md-offset-5, .st.col-md-offset-6, .st.col-md-offset-7, .st.col-md-offset-8, .st.col-md-offset-9, .st.col-md-offset-10, .st.col-md-offset-11, .st.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .st.col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .st.col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .st.col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .st.col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .st.col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .st.col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .st.col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .st.col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .st.col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .st.col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .st.col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .st.col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .st.col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .st.col-md-offset-0 {
    margin-left: 0;
  }
  .st.col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .st.col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .st.col-md-offset-3 {
    margin-left: 25%;
  }
  .st.col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .st.col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .st.col-md-offset-6 {
    margin-left: 50%;
  }
  .st.col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .st.col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .st.col-md-offset-9 {
    margin-left: 75%;
  }
  .st.col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .st.col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}

@media only screen and (min-width: 75em) {
  .st.container {
    max-width: 76rem;
  }
  .st.col-lg, .st.col-lg-1, .st.col-lg-2, .st.col-lg-3, .st.col-lg-4, .st.col-lg-5, .st.col-lg-6, .st.col-lg-7, .st.col-lg-8, .st.col-lg-9, .st.col-lg-10, .st.col-lg-11, .st.col-lg-12, .st.col-lg-offset-0, .st.col-lg-offset-1, .st.col-lg-offset-2, .st.col-lg-offset-3, .st.col-lg-offset-4, .st.col-lg-offset-5, .st.col-lg-offset-6, .st.col-lg-offset-7, .st.col-lg-offset-8, .st.col-lg-offset-9, .st.col-lg-offset-10, .st.col-lg-offset-11, .st.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .st.col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .st.col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .st.col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .st.col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .st.col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .st.col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .st.col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .st.col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .st.col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .st.col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .st.col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .st.col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .st.col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .st.col-lg-offset-0 {
    margin-left: 0;
  }
  .st.col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .st.col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .st.col-lg-offset-3 {
    margin-left: 25%;
  }
  .st.col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .st.col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .st.col-lg-offset-6 {
    margin-left: 50%;
  }
  .st.col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .st.col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .st.col-lg-offset-9 {
    margin-left: 75%;
  }
  .st.col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .st.col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}

.st.rounded-lg {
  border-radius: 20px;
}

.st.rounded-md {
  border-radius: 10px;
}

.st.rounded-sm {
  border-radius: 6px;
}

.st .field_with_errors .form__input {
  border-color: #FD5E53;
}

.st.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.st.form__field {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.st.form__field.is-error .st.form__input {
  border-color: #FD5E53;
  transition: border-color 0.3s ease-in-out;
}

.st.form__field.is-load .st.form__input {
  padding-right: 50px;
}

.st.form__field.is-copy .st.form__input {
  padding-right: 55px;
}

.st.form__field.is-copy .st.token {
  top: 70%;
}

.st.form__label {
  position: relative;
  display: flex;
  width: 100%;
  color: #163A5F;
  font-weight: bold;
  margin-bottom: 5px;
}

.st.form__subhead {
  display: flex;
  width: 100%;
  color: #163A5F;
  margin-bottom: 5px;
}

.st.form__input {
  outline: none;
  position: relative;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #DDE0E3;
  box-shadow: none;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  transition: border-color 0.3s ease-in-out;
}

.st.form__input.placeholder {
  font-size: 14px;
  color: #8D9091;
}

.st.form__input:-moz-placeholder {
  font-size: 14px;
  color: #8D9091;
}

.st.form__input::-moz-placeholder {
  font-size: 14px;
  color: #8D9091;
}

.st.form__input:-ms-input-placeholder {
  font-size: 14px;
  color: #8D9091;
}

.st.form__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #8D9091;
}

.st.form__input--multiline {
  height: 80px;
  padding: 16px;
}

.st.form__input--upload {
  display: flex;
}

.st.form__input--upload .logo {
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}

.st.form__input--upload .logo a {
  position: absolute;
  left: -6px;
  top: -6px;
}

.st.form__input--upload .logo a i {
  font-size: 20px;
  background-color: #ffffff;
}

.st.form__input--upload .logo .uploaded-logo {
  max-width: 150px;
  max-height: 150px;
  border: 1px solid #DDE0E3;
  border-radius: 6px;
}

.st.form__input--upload .logo .uploaded-logo--favicon {
  max-width: 50px;
  max-height: 50px;
}

.st.form__input--upload input {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 200px;
}

.st.form__input--upload label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
}

.st.form__input--upload label p {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 48px;
  padding: 0;
  margin-right: 20px;
  border: 1px solid rgba(87, 100, 114, 0.1);
  border-radius: 6px;
  background-color: #F1F4F8;
}

.st.form__input--upload label span {
  font-size: 14px;
  color: #576472;
}

.st.form__input--pre {
  font-family: "Monaco", "Lucida Console", "Courier New", "Courier", monospace;
}

.st.form__input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.st.form__input[disabled]:hover {
  border-color: #EFEFEF;
  transition: border-color 0.3s ease-in-out;
}

.st.form__input:hover {
  border-color: #CBDBE3;
  transition: border-color 0.3s ease-in-out;
}

.st.form__input:focus {
  border-color: #21BF73;
  transition: border-color 0.3s ease-in-out;
}

.st.form__search {
  outline: none;
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
  border: 1px solid #EFEFEF;
  padding: 0 16px 0 70px;
  box-shadow: none;
  border-radius: 8px;
  background-color: rgba(241, 244, 248, 0.5);
  font-size: 14px;
}

.st.form__search.placeholder {
  font-size: 14px;
  color: #576472;
  transition: color 0.3s ease-in-out;
}

.st.form__search:-moz-placeholder {
  font-size: 14px;
  color: #576472;
  transition: color 0.3s ease-in-out;
}

.st.form__search::-moz-placeholder {
  font-size: 14px;
  color: #576472;
  transition: color 0.3s ease-in-out;
}

.st.form__search:-ms-input-placeholder {
  font-size: 14px;
  color: #576472;
  transition: color 0.3s ease-in-out;
}

.st.form__search::-webkit-input-placeholder {
  font-size: 14px;
  color: #576472;
  transition: color 0.3s ease-in-out;
}

.st.form__search:focus, .st.form__search:active {
  border-color: #21BF73;
  transition: color 0.3s ease-in-out;
}

.st.form__search.placeholder:focus, .st.form__search.placeholder:active {
  transition: color 0.3s ease-in-out;
}

.st.form__search:focus:-moz-placeholder, .st.form__search:active:-moz-placeholder {
  transition: color 0.3s ease-in-out;
}

.st.form__search:focus::-moz-placeholder, .st.form__search:active::-moz-placeholder {
  transition: color 0.3s ease-in-out;
}

.st.form__search:focus:-ms-input-placeholder, .st.form__search:active:-ms-input-placeholder {
  transition: color 0.3s ease-in-out;
}

.st.form__search:focus::-webkit-input-placeholder, .st.form__search:active::-webkit-input-placeholder {
  transition: color 0.3s ease-in-out;
}

.st.form__search:focus + .st.form__search-icon, .st.form__search:active + .st.form__search-icon {
  border-color: #21BF73;
  transition: border-color 0.3s ease-in-out;
}

.st.form__search:focus + .st.form__search-icon:before, .st.form__search:active + .st.form__search-icon:before {
  background-color: #21BF73;
  transition: background-color 0.3s ease-in-out;
}

.st.form__search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 36px;
  width: 14px;
  height: 14px;
  border: 2px solid #163A5F;
  border-radius: 50%;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out;
}

.st.form__search-icon:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -5px;
  width: 8px;
  height: 2px;
  border-radius: 3px 0 0 3px;
  background-color: #163a5f;
  transform: rotate(-49deg);
  transition: background-color 0.3s ease-in-out;
}

.st.form__toggle {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 60px;
  height: 30px;
  border-radius: 40px;
  box-shadow: inset 0 1px 4px #ADBCD1;
  background-color: #D0DBEA;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.st.form__toggle:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 #ABBED8;
  background-color: #FFFFFF;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.st.form__toggle--small {
  width: 40px;
  height: 20px;
  border-radius: 20px;
}

.st.form__toggle--small:before {
  width: 16px;
  height: 16px;
}

.st.form__toggle-input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.st.form__toggle-input:checked {
  opacity: 0;
}

.st.form__toggle-input:checked + .st.form__toggle {
  box-shadow: inset 0 1px 4px #11834C;
  background-color: #21BF73;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.st.form__toggle-input:checked + .st.form__toggle:before {
  transform: translateX(30px);
  transition: transform 0.3s ease-in-out;
}

.st.form__toggle-input--small:checked + .st.form__toggle:before {
  transform: translateX(20px);
}

.st.form__checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
  padding-left: 40px;
  align-items: center;
}

.st.form__checkbox u {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(22, 58, 95, 0.5);
  background-color: transparent;
  transition: border-color 0.3s ease-in-out;
}

.st.form__checkbox u:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #21BF73;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.st.form__checkbox span {
  font-weight: bold;
  font-size: 14px;
  color: #163A5F;
  padding-top: 4px;
  transition: color 0.3s ease-in-out;
}

.st.form__checkbox-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

.st.form__checkbox-input:checked + .st.form__checkbox u {
  border-color: #21BF73;
  transition: border-color 0.3s ease-in-out;
}

.st.form__checkbox-input:checked + .st.form__checkbox u:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.st.form__checkbox-input[disabled] {
  pointer-events: none;
}

.st.form__checkbox-input[disabled] + .st.form__checkbox {
  pointer-events: none;
  opacity: 0.5;
}

.st.form__checkbox-input[disabled] + .st.form__checkbox u {
  border-color: rgba(87, 100, 114, 0.5);
  transition: border-color 0.3s ease-in-out;
}

.st.form__checkbox-input[disabled] + .st.form__checkbox span {
  color: #576472;
  transition: color 0.3s ease-in-out;
}

.st.form__checkbox-input[disabled] + .st.form__checkbox .labels--in-filter span {
  color: #fff;
}

.st.form__radio {
  cursor: pointer;
  position: relative;
  display: flex;
  padding-left: 40px;
  align-items: center;
}

.st.form__radio u {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(22, 58, 95, 0.5);
  background-color: transparent;
  transition: border-color 0.3s ease-in-out;
}

.st.form__radio u:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #21BF73;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.st.form__radio span {
  font-weight: bold;
  font-size: 14px;
  color: #163A5F;
  transition: color 0.3s ease-in-out;
}

.st.form__radio-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

.st.form__radio-input:checked + .st.form__radio u {
  border-color: #21BF73;
  transition: border-color 0.3s ease-in-out;
}

.st.form__radio-input:checked + .st.form__radio u:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.st.form__radio-input[disabled] {
  pointer-events: none;
}

.st.form__radio-input[disabled] + .st.form__radio {
  pointer-events: none;
  opacity: 0.5;
}

.st.form__radio-input[disabled] + .st.form__radio u {
  border-color: rgba(87, 100, 114, 0.5);
  transition: border-color 0.3s ease-in-out;
}

.st.form__radio-input[disabled] + .st.form__radio span {
  color: #576472;
  transition: color 0.3s ease-in-out;
}

.st.form__error {
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 25px;
  padding: 0 10px;
  font-size: 12px;
  color: #FD5E53;
}

.st.form__info {
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 25px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  color: #576472;
}

.st.form__copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-weight: 500;
  font-size: 12px;
  color: #21BF73;
  cursor: pointer;
}

.st.form__load {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 20px;
}

.st.form__load span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #21BF73;
  border-radius: 50%;
  border-color: #21BF73 transparent transparent transparent;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.st.form__load span:nth-child(1) {
  animation-delay: -0.45s;
}

.st.form__load span:nth-child(2) {
  animation-delay: -0.3s;
}

.st.form__load span:nth-child(3) {
  animation-delay: -0.15s;
}

.st .regen {
  position: absolute;
  right: 7%;
  z-index: 9999;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.st.dropdown {
  position: relative;
}

.st.dropdown.is-open .st.dropdown__toggle {
  border-color: #21BF73;
  transition: border-color 0.3s ease-in-out;
}

.st.dropdown.is-open .st.dropdown__toggle > div i:before, .st.dropdown.is-open .st.dropdown__toggle > div i:after {
  background-color: #21bf73;
  transition: background-color 0.3s ease-in-out;
}

.st.dropdown.is-open .st.dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.st.dropdown__toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #CBDBE3;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease-in-out;
}

.st.dropdown__toggle > div:nth-of-type(1) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.st.dropdown__toggle > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
}

.st.dropdown__toggle > div p {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

.st.dropdown__toggle > div i {
  position: relative;
  display: flex;
  align-items: center;
  width: 14px;
  height: 14px;
}

.st.dropdown__toggle > div i:before, .st.dropdown__toggle > div i:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 65%;
  height: 2px;
  border-radius: 3px;
  background-color: #000000;
  transition: background-color 0.3s ease-in-out;
}

.st.dropdown__toggle > div i:before {
  left: -2px;
  transform: translate(1.2px, -50%) rotate(43deg);
}

.st.dropdown__toggle > div i:after {
  right: -2px;
  transform: translate(-1.2px, -50%) rotate(-43deg);
}

.st.dropdown__menu {
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3px);
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 216px;
  padding: 8px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 25px 35px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  background-color: #FFFFFF;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.st.dropdown__item {
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0 44px 0 16px;
  font-weight: 500;
  font-size: 14px;
  color: #163A5F;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.st.dropdown__item:hover {
  color: #21BF73;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.st.dropdown__item.is-active {
  background-color: rgba(33, 191, 115, 0.05);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.st.dropdown__item.is-active:before, .st.dropdown__item.is-active:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.st.dropdown__item:before, .st.dropdown__item:after {
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 3px;
  background-color: #21bf73;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.st.dropdown__item:before {
  right: 22px;
  width: 6px;
  transform: translate(-0.25px, 1.25px) rotate(45deg);
}

.st.dropdown__item:after {
  right: 16px;
  width: 10px;
  transform: rotate(-45deg);
}

.st.avatars {
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #21BF73;
}

.st.avatars__text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
}

.st.links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #163A5F;
  transition: color 0.3s ease-in-out;
}

.st.links:hover {
  color: #99F3BD;
  transition: color 0.3s ease-in-out;
}

.st.links:active {
  color: #21BF73;
  transition: color 0.3s ease-in-out;
}

.st.links__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.st.links__wrapper.links__wrapper--column {
  flex-direction: column;
}

.st.base.base--lightGreen {
  background-color: rgba(33, 191, 115, 0.1);
}

.st.base.base--lightGreyBorder {
  border-radius: 20px;
  border: 1px solid rgba(87, 100, 114, 0.1);
  background-color: #FFFFFF;
}

.st.base.base--greyBorder {
  border-radius: 10px;
  border: 1px solid rgba(87, 100, 114, 0.3);
  background-color: #FFFFFF;
}

.st.base.base--grey {
  border-radius: 8px;
  background-color: rgba(241, 244, 248, 0.7);
}

.st.base.base--greenBorder {
  border-radius: 20px;
  border: 2px solid #21BF73;
  box-shadow: 0px 2px 10px rgba(45, 57, 88, 0.05);
  background-color: #FFFFFF;
}

.st.base.base--lightShadow {
  border-radius: 10px;
  box-shadow: 0 5px 60px 0 rgba(22, 58, 95, 0.06);
  background-color: #FFFFFF;
}

.st.base.base--darkerShadow {
  border-radius: 8px;
  box-shadow: 0 40px 80px 0 rgba(22, 58, 95, 0.05);
  background-color: #FFFFFF;
}

.st.info {
  display: flex;
  align-items: center;
  padding: 25px 45px;
  border-radius: 6px;
}

.st.info.info--up {
  background-color: rgba(33, 191, 115, 0.1);
}

.st.info.info--up .info__desc a {
  color: #21bf73;
}

.st.info.info--unknown {
  background-color: rgba(225, 232, 242, 0.1);
}

.st.info.info--unknown .info__desc a {
  color: #163a5f;
}

.st.info.info--warn {
  background-color: rgba(245, 190, 79, 0.1);
}

.st.info.info--warn .info__desc a {
  color: #f5be4f;
}

.st.info.info--maintaince {
  background-color: rgba(21, 151, 168, 0.1);
}

.st.info.info--maintaince .info__desc a {
  color: #1597a8;
}

.st.info.info--down {
  background-color: rgba(253, 94, 83, 0.1);
}

.st.info.info--down .info__desc a {
  color: #fd5e53;
}

.st.info .info__left {
  width: 100%;
  max-width: 50px;
}

.st.info .info__right {
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 35px;
}

.st.info .info__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background-color: #ffffff;
}

.st.info .info__title {
  font-weight: bold;
  font-size: 24px;
  color: #163A5F;
}

.st.info .info__desc {
  font-size: 14px;
}

.st.info .info__desc a {
  font-weight: 500;
  text-decoration: underline;
}

.st.btn {
  outline: none;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 57px;
  border: none;
  box-shadow: none;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 6px;
  background-color: #21BF73;
  transition: background-color 0.3s ease-in-out;
}

.st.btn:hover {
  background-color: #21dd83;
  transition: background-color 0.3s ease-in-out;
}

.st.btn:active {
  background-color: #1ba060;
  transition: background-color 0.3s ease-in-out;
}

.st.btn.btn--small {
  color: #fff;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.st.btn.btn--small i.fa {
  margin-right: 10px;
}

.st.btn.btn--danger {
  background-color: #FD5E53;
}

.st.btn.btn--danger:hover {
  background-color: #fd6e64;
  transition: background-color 0.3s ease-in-out;
}

.st.btn.btn--danger:active {
  background-color: #fd4336;
  transition: background-color 0.3s ease-in-out;
}

.st.btn.btn--big {
  height: 70px;
  padding-left: 44px;
  padding-right: 44px;
}

.st.btn.btn--badge {
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  border: 1px solid #CBDBE3;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.st.btn.btn--badge:hover {
  border-color: #CBDBE3;
  background-color: rgba(87, 100, 114, 0.1);
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.st.btn.btn--badge:active {
  border-color: #21BF73;
  background-color: #21BF73;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.st.btn.btn--badge:active span {
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}

.st.btn.btn--badge span {
  font-weight: 600;
  font-size: 16px;
  color: #163A5F;
}

.st.btn.btn--right {
  margin-left: auto;
  float: right;
}

.st.btn.btn--stroke {
  min-width: 200px;
  border-radius: 6px;
  border: 1px solid #576472;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.st.btn.btn--stroke:hover {
  border-color: #576472;
  background-color: rgba(87, 100, 114, 0.1);
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.st.btn.btn--stroke:active {
  border-color: #576472;
  background-color: #576472;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.st.btn.btn--stroke:active span {
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}

.st.btn.btn--stroke span {
  color: #576472;
}

.st.btn.btn--disabled, .st.btn[disabled] {
  pointer-events: none;
  background-color: rgba(87, 100, 114, 0.5);
}

.st.btn__load {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.st.btn__load u {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-color: #fff transparent transparent transparent;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.st.btn__load u:nth-child(1) {
  animation-delay: -0.45s;
}

.st.btn__load u:nth-child(2) {
  animation-delay: -0.3s;
}

.st.btn__load u:nth-child(3) {
  animation-delay: -0.15s;
}

.st.btn__check {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.st.btn__check:before, .st.btn__check:after {
  content: '';
  display: block;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.st.btn__check:before {
  width: 8px;
  transform: translate(3px, 1.4px) rotate(45deg);
}

.st.btn__check:after {
  width: 13px;
  transform: rotate(-45deg);
}

.st.btn__logo {
  overflow: hidden;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.st.btn__logo img,
.st.btn__logo svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.st.btn span {
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  transition: color 0.3s ease-in-out;
}

.st.labels {
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}

.st.labels.labels--up {
  background-color: #21bf73;
}

.st.labels.labels--warn {
  background-color: #f5be4f;
}

.st.labels.labels--down {
  background-color: #fd5e53;
}

.st.labels.labels--maint, .st.labels.labels--maintenance {
  background-color: #1597a8;
}

.st.labels.labels--unknown {
  background-color: #b0b6bf;
}

.st.labels span {
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 5px;
}

.st.labels.labels--in-filter {
  height: 25px;
  margin-right: 10px;
  width: 60px;
  border-radius: 3px;
}

.st.labels.labels--in-filter span {
  margin-top: 0;
  font-weight: bold;
  font-size: 12px;
}

.st.navigation {
  outline: none;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: none;
  box-shadow: none;
  background-color: rgba(176, 234, 205, 0.3);
  transition: background-color 0.3s ease-in-out;
}

.st.navigation:hover {
  background-color: #b0eacd;
  transition: background-color 0.3s ease-in-out;
}

.st.navigation:active {
  background-color: #21bf73;
  transition: background-color 0.3s ease-in-out;
}

.st.navigation:active svg {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}

.st.navigation.navigation--reverse svg {
  transform: scaleX(-1);
}

.st.navigation.navigation--grey {
  background-color: rgba(87, 100, 114, 0.1);
}

.st.navigation.navigation--grey:hover {
  background-color: rgba(87, 100, 114, 0.5);
  transition: background-color 0.3s ease-in-out;
}

.st.navigation.navigation--grey:active {
  background-color: #576472;
  transition: background-color 0.3s ease-in-out;
}

.st.navigation.navigation--grey:active svg {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}

.st.navigation.navigation--grey svg {
  fill: #576472;
}

.st.navigation svg {
  transform: translateX(1px);
  fill: #21BF73;
  transition: fill 0.3s ease-in-out;
}

.content {
  display: flex;
}

.content form {
  width: 55%;
  flex: 1;
}

.content form .st.form__info {
  height: auto;
}

.content .iframe {
  width: 45%;
  margin-left: 1rem;
}

.content .iframe .preview {
  display: flex;
}

.content .iframe .preview a {
  width: 60px;
}

.content .iframe iframe {
  height: 100%;
  width: 100%;
}

.content .iframe iframe.tv {
  zoom: 1;
  width: 300%;
  height: 800px;
  -moz-transform: scale(0.33);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.33);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.33);
  -webkit-transform-origin: 0 0;
  border: 2px solid #DDE0E3;
  border-radius: 12px;
}

.spaced {
  justify-content: space-between;
}

.bg-plan-feature {
  background-color: #ECECEC;
}

.branded_dashboard_integrations #new.tab_content img,
.status_pages #new.tab_content img {
  float: right;
  max-width: 600px;
}

.branded_dashboard_integrations #new.tab_content ul.features,
.status_pages #new.tab_content ul.features {
  margin-bottom: 10px;
}

.branded_dashboard_integrations #new.tab_content ul.features li,
.status_pages #new.tab_content ul.features li {
  list-style-type: disc;
  margin-left: 20px;
}

.branded_dashboard_integrations #new.tab_content .sample,
.status_pages #new.tab_content .sample {
  margin-bottom: 20px;
}

.branded_dashboard_integrations #new.tab_content strong,
.status_pages #new.tab_content strong {
  font-weight: bold;
}

.branded_dashboard_integrations .specify,
.status_pages .specify {
  margin-top: 10px;
  margin-bottom: 20px;
}

.branded_dashboard_integrations .form__subhead a,
.status_pages .form__subhead a {
  color: #21bf73;
  margin-left: 5px;
}

.branded_dashboard_integrations .custom_url,
.status_pages .custom_url {
  flex-direction: row;
}

.branded_dashboard_integrations .custom_url > .form__field,
.status_pages .custom_url > .form__field {
  margin-right: 10px;
}

.branded_dashboard_integrations span code,
.status_pages span code {
  font-weight: 600;
  padding-left: 5px;
}

.branded_dashboard_integrations form.edit_status_page,
.status_pages form.edit_status_page {
  display: flex;
}

.branded_dashboard_integrations form.edit_status_page .form,
.branded_dashboard_integrations form.edit_status_page .frame,
.status_pages form.edit_status_page .form,
.status_pages form.edit_status_page .frame {
  flex-direction: column;
  flex: 1;
}

.branded_dashboard_integrations form.edit_status_page .form,
.status_pages form.edit_status_page .form {
  padding-right: 20px;
}

.branded_dashboard_integrations form.edit_status_page .frame,
.status_pages form.edit_status_page .frame {
  height: 0;
  width: 50%;
}

.branded_dashboard_integrations form.edit_status_page .frame iframe,
.status_pages form.edit_status_page .frame iframe {
  width: 200%;
  height: 900px;
  zoom: 0.25;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.5);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  border: 2px solid #dde0e3;
  border-radius: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .branded_dashboard_integrations form.edit_status_page .frame iframe,
.status_pages form.edit_status_page .frame iframe {
    zoom: 1;
  }
}

.branded_dashboard_integrations .open,
.status_pages .open {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  margin-right: 0;
}

.branded_dashboard_integrations .open a,
.status_pages .open a {
  color: #163a5f;
  text-decoration: none;
}

.branded_dashboard_integrations .open i,
.status_pages .open i {
  padding-left: 5px;
}

.branded_dashboard_integrations .open span.tooltiptext,
.status_pages .open span.tooltiptext {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  bottom: 140%;
}

@keyframes dots-1 {
  from {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}

@keyframes dots-2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes dots-3 {
  from {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}

@-webkit-keyframes dots-1 {
  from {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}

@-webkit-keyframes dots-2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes dots-3 {
  from {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}

.branded_dashboard_integrations .open span.tooltiptext .dots span,
.status_pages .open span.tooltiptext .dots span {
  animation: dots-1 1s infinite steps(1);
  -webkit-animation: dots-1 1s infinite steps(1);
}

.branded_dashboard_integrations .open span.tooltiptext .dots span:first-child + span,
.status_pages .open span.tooltiptext .dots span:first-child + span {
  animation-name: dots-2;
  -webkit-animation-name: dots-2;
}

.branded_dashboard_integrations .open span.tooltiptext .dots span:first-child + span + span,
.status_pages .open span.tooltiptext .dots span:first-child + span + span {
  animation-name: dots-3;
  -webkit-animation-name: dots-3;
}

.branded_dashboard_integrations .upgrade,
.status_pages .upgrade {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.branded_dashboard_integrations .upgrade img,
.status_pages .upgrade img {
  max-width: 100px;
}

.branded_dashboard_integrations .upgrade p,
.status_pages .upgrade p {
  padding: 30px 0;
  font-size: 20px;
  color: #163a5f;
  line-height: 1.5em;
}

.branded_dashboard_integrations #design,
.status_pages #design {
  display: flex;
  flex-direction: row;
}

.branded_dashboard_integrations #design .preview__wrapper,
.status_pages #design .preview__wrapper {
  width: 500px;
  margin-left: 20px;
}

.branded_dashboard_integrations #design .preview__wrapper label,
.status_pages #design .preview__wrapper label {
  display: block;
  margin-bottom: 5px;
  color: #163a5f;
  font-weight: bold;
}

.branded_dashboard_integrations #design .preview,
.status_pages #design .preview {
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
  height: 100%;
  max-height: 400px;
}

.branded_dashboard_integrations #design .preview__two-column .body,
.status_pages #design .preview__two-column .body {
  flex-wrap: wrap;
  flex-direction: row !important;
}

.branded_dashboard_integrations #design .preview__two-column .preview__service,
.status_pages #design .preview__two-column .preview__service {
  max-width: 40%;
}

.branded_dashboard_integrations #design .preview__four-column .body,
.status_pages #design .preview__four-column .body {
  flex-wrap: wrap;
  flex-direction: row !important;
  align-content: flex-start !important;
}

.branded_dashboard_integrations #design .preview__four-column .preview__service:last-child,
.status_pages #design .preview__four-column .preview__service:last-child {
  visibility: hidden;
}

.branded_dashboard_integrations #design .preview__four-column .preview__service,
.status_pages #design .preview__four-column .preview__service {
  max-width: calc((100% / 4) - 5px);
  margin-top: 5px !important;
  margin-left: 5px !important;
  flex-direction: column;
  align-items: flex-start !important;
}

.branded_dashboard_integrations #design .preview__four-column .preview__service .details,
.status_pages #design .preview__four-column .preview__service .details {
  flex-direction: column !important;
}

.branded_dashboard_integrations #design .preview__four-column .preview__service .name,
.status_pages #design .preview__four-column .preview__service .name {
  width: 30px !important;
}

.branded_dashboard_integrations #design .preview__four-column .preview__service .preview__status,
.status_pages #design .preview__four-column .preview__service .preview__status {
  margin-top: 10px;
  width: 100%;
}

.branded_dashboard_integrations #design .preview__embedded,
.status_pages #design .preview__embedded {
  padding: 20px 80px !important;
}

.branded_dashboard_integrations #design .preview__embedded .preview__service,
.status_pages #design .preview__embedded .preview__service {
  margin-top: 2px !important;
  border: none !important;
  background-color: inherit !important;
}

.branded_dashboard_integrations #design .preview__embedded .preview__service .preview__status,
.status_pages #design .preview__embedded .preview__service .preview__status {
  width: 10px !important;
  height: 6px !important;
}

.branded_dashboard_integrations #design .preview .top_bar,
.status_pages #design .preview .top_bar {
  display: flex;
  flex-direction: row;
}

.branded_dashboard_integrations #design .preview .top_bar .logo img,
.status_pages #design .preview .top_bar .logo img {
  max-height: 30px;
  margin-right: 6px;
}

.branded_dashboard_integrations #design .preview .top_bar .titles .name,
.status_pages #design .preview .top_bar .titles .name {
  font-size: 12px;
  font-weight: 600;
  color: #163a5f;
}

.branded_dashboard_integrations #design .preview .top_bar .titles .subtitle,
.status_pages #design .preview .top_bar .titles .subtitle {
  font-size: 8px;
  font-weight: 400;
  color: #163a5f;
}

.branded_dashboard_integrations #design .preview .body,
.status_pages #design .preview .body {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.branded_dashboard_integrations #design .preview .body .preview__service,
.status_pages #design .preview .body .preview__service {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.branded_dashboard_integrations #design .preview .body .preview__service--warn,
.status_pages #design .preview .body .preview__service--warn {
  border-color: transparent;
  background-color: rgba(245, 190, 79, 0.1);
}

.branded_dashboard_integrations #design .preview .body .preview__service--warn .preview__status,
.status_pages #design .preview .body .preview__service--warn .preview__status {
  background-color: #f5be4f !important;
}

.branded_dashboard_integrations #design .preview .body .preview__service--down,
.status_pages #design .preview .body .preview__service--down {
  border-color: transparent;
  background-color: rgba(253, 94, 83, 0.1);
}

.branded_dashboard_integrations #design .preview .body .preview__service--down .preview__status,
.status_pages #design .preview .body .preview__service--down .preview__status {
  background-color: #fd5e53 !important;
}

.branded_dashboard_integrations #design .preview .body .preview__service .details,
.status_pages #design .preview .body .preview__service .details {
  display: flex;
  flex-direction: row;
}

.branded_dashboard_integrations #design .preview .body .preview__service .icon,
.status_pages #design .preview .body .preview__service .icon {
  border-radius: 2px;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

.branded_dashboard_integrations #design .preview .body .preview__service .name,
.status_pages #design .preview .body .preview__service .name {
  background-color: #ddd;
  height: 2px;
  margin-top: 3px;
}

.branded_dashboard_integrations #design .preview .body .preview__service .preview__status,
.status_pages #design .preview .body .preview__service .preview__status {
  width: 20px;
  border-radius: 1px;
  background-color: #21bf73;
  height: 10px;
}

.toggle_password + .icon-eye {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.25rem 0.5rem 0;
  font-size: 27px;
  margin: -3rem 0 0 auto;
  color: #666;
  opacity: 0.5;
  cursor: pointer;
}

.toggle_password + .icon-eye:hover {
  opacity: 0.8;
}

.sign__form-field .toggle_password + .icon-eye {
  margin-top: -3.2rem;
}
