._home_1or8x_1 ._zwp_1or8x_1 {
  width: 300px;
  margin-bottom: 8%;
}

@media (max-width: 850px) {
  ._home_1or8x_1 ._zwp_1or8x_1 {
    width: 40%;
  }
}

._home_1or8x_1 {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-between;
  height: 95vh;
  width: 100%;
}

._home_1or8x_1 section {
  display: grid;
  padding-top: 10%;
  width: 100%;
  grid-template-columns: repeat(1fr);
  justify-items: center;
}

._btn_1or8x_51 {
  border-radius: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  height: 40px;
  background: #0e72ed;
  border: 0;
  color: #fff;
  width: 240px;
}

button:not(:disabled) {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

._btn_plain_1or8x_91 {
  background: #fff;
  border: 1px solid #909096;
  color: #222230;
  font-weight: 400;
  margin-top: 20px;
}

@media (max-width: 850px) {
  ._home_1or8x_1 section {
    padding-top: 40%;
  }

  ._btn_1or8x_51 {
    width: auto;
    padding: 0 15px;
  }
}

._video_bg_1or8x_127 {
  background-color: #222230;
  width: 90%;
  height: calc(100vh - 100px);
  margin: 1% auto 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  filter: drop-shadow(1px 2px 3px #ccc);
  -webkit-filter: drop-shadow(1px 2px 3px #ccc);
}

._video_bg_1or8x_127 aside,
._video_bg_1or8x_127 section {
  height: 100%;
  flex-basis: 65%;
}

._video_bg_1or8x_127 aside {
  background-color: #f5f5f5;
  flex-basis: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 990px) {
  ._video_bg_1or8x_127 section {
    flex-basis: 50%;
    order: 2;
  }

  ._video_bg_1or8x_127 section img {
    top: 12em;
  }

  ._video_bg_1or8x_127 aside {
    flex-basis: 50%;
  }
}

@media (max-width: 650px) {
  ._video_bg_1or8x_127 {
    flex-flow: column-reverse;
    height: 700px !important;
  }
}

._video_bg_1or8x_127 section {
  display: flex;
  position: relative;
  flex-flow: column;
  justify-content: space-between;
  overflow: hidden;
  border-top-left-radius: inherit;
  width: 100%;
}

._video_bg_1or8x_127 footer section {
  flex-direction: row;
  justify-content: flex-end;
  gap: 2em;
  overflow: auto;
}

._video_bg_1or8x_127 footer {
  position: absolute;
  width: 100%;
  height: 50px;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  display: flex;
  z-index: 399;
  bottom: 0;
  justify-content: space-between;
}

._video_bg_1or8x_127 footer div {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1em;
  margin-left: 1em;
}

._video_bg_1or8x_127 footer button {
  background-color: transparent;
  border: none;
}

@media (max-width: 850px) {
  ._video_bg_1or8x_127 {
    margin-top: 7%;
    height: 500px;
  }

  video {
    width: 800px;
  }
}

@media (max-width: 650px) {
  ._video_bg_1or8x_127 footer button svg {
    width: 24px;
  }

  ._video_bg_1or8x_127
    footer
    section
    *:not(._video_bg_1or8x_127 footer div + section > button:nth-child(1)) {
    display: none;
  }
}

video {
  left: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  top: -5% !important;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 10px solid #764237;
  border-radius: 50%;
  animation: zoom 1s linear infinite alternate-reverse;
}

.loading + h3 {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  color: #0e72ed;
}

#caption {
  position: absolute;
  z-index: 333;
  text-align: left !important;
  background-color: #00000045;
  max-width: 48% !important;
  padding: 5px;
}

@keyframes zoom {
  0% {
    width: 50px;
    height: 50px;
    border-color: #374876;
  }

  25% {
    width: 70px;
    height: 70px;
    border-color: #3e3776cc;
  }

  50% {
    width: 90px;
    height: 90px;
    border-color: #37387699;
  }

  75% {
    width: 110px;
    height: 110px;
    border-color: #1b4dc280;
  }

  to {
    width: 130px;
    height: 130px;
    border-color: #76423766;
  }
}

.circles {
  height: 90vmin;
  position: relative;
  width: 90vmin;
}

.circles > div {
  animation: growAndFade 3s infinite ease-out;
  background-color: #1e90ff;
  border-radius: 50%;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.circles .circle1 {
  animation-delay: 1s;
}

.circles .circle2 {
  animation-delay: 2s;
}

.circles .circle3 {
  animation-delay: 3s;
}

@keyframes growAndFade {
  0% {
    opacity: 0.25;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

html,
body {
  margin: 0 auto;
  color: #fff;
  font-family: overpass, sans-serif;
}

.online_ {
  width: 15px;
  height: 15px;
  background-color: #0fcc45;
  border-radius: 50%;
  position: absolute;
  bottom: 12% !important;
}

.loginPage {
  background: #2772f9;
  width: 100%;
  color: #fff;
  display: grid;
  height: 100%;
}

.loginPage h3 {
  font-family: Ubuntu Sans, sans-serif;
  font-size: x-large;
  text-align: center;
  margin: 0.3em 0 0;
}

.loginPage a {
  color: #0e72ed;
}

.loginPage form {
  background-color: #fff;
  color: "#000";
  width: 70%;
  margin: 0 auto;
  border-radius: 4px;
  padding: 1em;
  max-height: 300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.loginPage form h3 {
  color: #0e72ed;
}

.circle {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #0e72ed;
  object-fit: cover;

  position: relative !important;
  transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
  .circle {
    background-color: transparent;
    height: 150px;
    margin: 0 auto;
    width: 150px;
  }

  .circle:before,
  .circle:after {
    clip-path: circle();
  }

  .online {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .circle {
    width: 140px;
  }

  .online {
    place-items: center;
    padding-top: 0;
    padding-left: 25%;
  }
}

@media (max-width: 650px) {
  .online {
    justify-content: center;
    padding-left: 15% !important;
    padding-top: 35% !important;
    display: flex !important;
  }

  #btn {
    line-height: 1;
    height: max-content;
    width: max-content;
    padding: 12px 16px;
  }
}

.circle:before,
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #0e72ed;
  border-radius: 50%;
}

.circle:before {
  animation: ripple 2s linear infinite;
}

.circle:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  to {
    transform: scale(1.6);
    opacity: 0;
  }
}

.text {
  width: 100%;
  clip-path: circle();
  position: absolute !important;
  top: -25% !important;
}

input {
  padding: 12px 0;
  text-indent: 1em;
}

#editor {
  background-color: #0e72ed;
  width: 50%;
  margin: 0 auto;
  color: #fff;
  padding: 1em;
  top: 50%;
  border-radius: 4px;
  min-height: 200px;
  display: grid;
  place-items: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#editor *:not(input),
#editor *:not(button[type="button"]) {
  color: #fff;
}

#editor img {
  width: 120px;
  margin: 1em 0;
}

input {
  outline: none;
}

#editor input,
#editor button {
  width: 90%;
  background-color: #e3e3e3;
  border: none;
  color: #000 !important;
  outline: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#editor button {
  padding: 10px 13px;
  margin: 1em;
}

#editor button[type="submit"] {
  background-color: #1098d6;
  color: #fff !important;
  display: block;
}

#editor button[type="button"] {
  background-color: #0fcc45;
  color: #fff !important;
  display: block;
}

.custom-toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: white;
  color: black;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  max-width: 300px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.custom-toast.show {
  opacity: 1;
}

.custom-toast-icon {
  margin-right: 12px;
  font-size: 20px;
  color: #ff4b4b;
}
