body {
  font-size: 14px;
  min-width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
button,
input {
  outline: none !important;
  box-shadow: none !important;
}
label.error {
  position: absolute;
  font-size: 10px;
  color: red;
  left: 0;
  right: 0;
}
.grecaptcha-badge {
  display: none;
  opacity: 0;
}
.img-main {
  max-width: 400px;
  height: 100px;
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #dbce43;
  overflow: hidden;
}
.img-main .img-div {
  width: 400px;
  height: 100px;
  animation: slide 60s linear infinite;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.2) inset;
}
.disclaimer-btn {
  cursor: pointer;
  transition: opacity 0.4s;
}
.disclaimer-btn:hover {
  opacity: 0.7;
}
@keyframes slide {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -808px 0px;
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-2 {
  background: #7a93b3;
  color: #fff;
  margin-top: -25px;
  font-weight: bold;
  width: 100%;
  max-width: 280px;
  padding: 2px 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s;
}
.btn-2 .img-bg {
  position: absolute;
}
.btn-2:hover {
  background: #7a93b3;
  color: #fff;
  opacity: 0.7;
}
.btn-main .img-bg {
  transform: rotate(-20deg);
  transition: transform 0.4s;
}
.btn-main:hover {
  opacity: 1;
  background: #667f9f;
  color: #fff;
}
.btn-main:hover .img-bg {
  transform: rotate(20deg);
}
.bottom-text {
  font-size: 12px;
  color: #b9b9b9;
  max-width: 360px;
  margin: 0 auto;
}
.block {
  max-width: 520px;
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
.logo {
  color: #7c95b6;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.logo img {
  margin-right: 10px;
}
.r1 {
  transform: rotate(15deg);
  transition: transform 1s;
}
.r2 {
  transform: rotate(-15deg);
  transition: transform 1s;
}
h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
h1 .emo-5 {
  right: -26px;
  top: -17px;
}
.p_1 {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.p_1 .emo-1 {
  left: 15px;
  top: 2px;
}
.p_1 .emo-7 {
  right: 15px;
  top: -15px;
}
.p_2 {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  font-style: italic;
}
.p_2 .emo-1 {
  left: 50%;
  top: -20px;
}
.block-1 .inner {
  border: 1px solid #fee2bf;
  border-radius: 10px;
  padding: 5px;
}
.emo {
  position: absolute;
}
.agreement-area {
  overflow: hidden;
  overflow-y: auto;
  margin-top: 4px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 44px;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
}
.agreement-area P,
.agreement-area ul {
  margin: 0 !important;
}
.agreement-area .agreement-area-inner br:nth-child(2) {
  display: none;
}
.agreement-area::-webkit-scrollbar {
  width: 5px;
}
.agreement-area::-webkit-scrollbar-track {
  background: #ccc;
}
.agreement-area::-webkit-scrollbar-thumb {
  background: #777;
}
.agreement-area::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.agreement-area .agreement-area-inner {
  padding: 1px 5px 2px 5px;
  font-size: 10px;
  line-height: 13px;
}
.agreement-area .agreement-area-inner ul,
.agreement-area .agreement-area-inner ol {
  padding: 3px 0 0 15px !important;
  list-style-type: disc !important;
}
.agreement-area .agreement-area-inner ul li,
.agreement-area .agreement-area-inner ol li {
  list-style-type: disc !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: inherit !important;
}
.agreement-area .agreement-area-inner a {
  color: inherit !important;
  font-weight: bold;
  transition: all 0.4s;
}
.agreement-area .agreement-area-inner a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cbx {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 12px;
  height: 12px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #333;
  transition: all 0.2s ease;
  background: #fff;
  margin-right: 3px;
  top: -1px;
  border-radius: 1px;
}
.cbx span:first-child svg {
  position: absolute;
  top: -1px;
  left: 0px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 13px;
  stroke-dashoffset: 13px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #333;
}
.modal-title {
  font-size: 16px;
}
.g-recaptcha {
  overflow: hidden;
}
#form-captcha .g-recaptcha > div,
.captcha-inner .g-recaptcha > div {
  margin: 0 auto;
}
.modal-header {
  background: #7992b1;
  color: #fff;
  text-align: center;
}
.modal-title {
  margin: 0 auto;
  text-transform: uppercase;
}
.modal-content {
  border: none;
}
.modal-dialog {
  margin-top: 200px;
  max-width: 380px;
}
