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

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0px;
  margin: 0px;
}

input[type=text], input[type=search], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=number], input[type=week], input[type=date], input[type=month], input[type=time], input[type=datetime], input[type=datetime-local], textarea, select {
  max-width: 100% !important;
  display: block;
  width: 100% !important;
  padding: 12px 15px !important;
  margin-top: 10px;
  background-color: #FFF;
  border: 1px solid #CCC;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
}

input[type=text]:placeholder, input[type=search]:placeholder, input[type=email]:placeholder, input[type=password]:placeholder, input[type=tel]:placeholder, input[type=url]:placeholder, input[type=number]:placeholder, input[type=week]:placeholder, input[type=date]:placeholder, input[type=month]:placeholder, input[type=time]:placeholder, input[type=datetime]:placeholder, input[type=datetime-local]:placeholder, textarea:placeholder, select:placeholder {
  font-style: normal !important;
}

input[type=text]:-moz-placeholder-shown, input[type=search]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, input[type=password]:-moz-placeholder-shown, input[type=tel]:-moz-placeholder-shown, input[type=url]:-moz-placeholder-shown, input[type=number]:-moz-placeholder-shown, input[type=week]:-moz-placeholder-shown, input[type=date]:-moz-placeholder-shown, input[type=month]:-moz-placeholder-shown, input[type=time]:-moz-placeholder-shown, input[type=datetime]:-moz-placeholder-shown, input[type=datetime-local]:-moz-placeholder-shown, textarea:-moz-placeholder-shown, select:-moz-placeholder-shown {
  font-style: normal !important;
}

input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-style: normal !important;
}

input[type=text]:placeholder-shown, input[type=search]:placeholder-shown, input[type=email]:placeholder-shown, input[type=password]:placeholder-shown, input[type=tel]:placeholder-shown, input[type=url]:placeholder-shown, input[type=number]:placeholder-shown, input[type=week]:placeholder-shown, input[type=date]:placeholder-shown, input[type=month]:placeholder-shown, input[type=time]:placeholder-shown, input[type=datetime]:placeholder-shown, input[type=datetime-local]:placeholder-shown, textarea:placeholder-shown, select:placeholder-shown {
  font-style: normal !important;
}

#dTimezone {
  margin-top: 15px;
}

#dTimezone input {
  height: 30px !important;
}

#dTimezone .rcbActionButton {
  top: 5px !important;
}

.RadInput .riEmpty, .RadInput_Empty {
  font-style: normal !important;
}

#mainDiv, #row1 {
  display: none !important;
}

#row13 {
  padding: 15px !important;
}

h1 {
  font-weight: bold;
  color: #1e3c72;
  letter-spacing: -1px;
}

.RadButton {
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap !important;
  text-align: center !important;
  padding: 12px 25px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  background: #ff8630 !important;
  transition: 300ms all;
  text-decoration: none;
  border: 1px solid transparent !important;
  color: #FFF !important;
  position: relative !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.RadButton svg {
  margin-left: 8px;
  vertical-align: middle;
  transition: 400ms all ease;
  color: rgba(255, 255, 255, 0.4);
}

.RadButton:hover {
  background: #ff7717 !important;
}

.RadButton:hover svg {
  transform: translateX(8px);
  color: rgba(255, 255, 255, 0.8);
}

.RadButton:visited {
  color: #FFF !important;
}

.RadButton.white {
  background: #FFF !important;
}

.RadButton.white svg {
  color: #ed6624;
}

.RadButton.large {
  padding: 5px 25px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.RadButton.large svg {
  vertical-align: middle;
  margin-left: 12px;
}

.RadButton.ghost {
  background: transparent !important;
  border-color: #1e3c72;
  color: #1e3c72 !important;
}

.RadButton.ghost svg {
  color: #1e3c72;
}

.RadButton.ghost:hover {
  background: #1e3c72 !important;
  color: #FFF !important;
}

.RadButton.ghost:hover svg {
  color: #FFF;
}

.RadButton.ghost:hover:visited {
  color: #FFF !important;
}

/*# sourceMappingURL=startnow.css.map */
#form1 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-items: center;
  flex-direction: column;
  background-color: #EEE;
}
#form1 #divStartNow, #form1 #divExpired, #form1 #dS2 {
  max-width: 500px;
  width: 100%;
  text-align: center;
  padding: 40px;
  background-color: #FFF;
  border-radius: 16px;
}
#form1 #divStartNow .logo, #form1 #divExpired .logo, #form1 #dS2 .logo {
  height: auto;
  max-width: 200px;
  margin-bottom: 20px;
}
#form1 #divStartNow h1, #form1 #divExpired h1, #form1 #dS2 h1 {
  font-weight: bold;
  color: #1e3c72;
  letter-spacing: -1px;
  margin-top: 0px;
  height: 80px;
}
#form1 #divExpired h1, #form1 #dS2 h1 {
  height: auto !important;
}
#form1 #divExpired h2, #form1 #dS2 h2 {
  color: #3b3b3b;
  font-size: 20px;
}
#form1 #divExpired h2 a, #form1 #dS2 h2 a {
  color: #1e3c72;
  text-decoration: none;
}
#form1 #divExpired h2 a:visited, #form1 #dS2 h2 a:visited {
  color: #1e3c72;
}
@media (max-width: 767px) {
  #form1 {
    display: block;
    background-color: #FFF;
    width: 100%;
    height: auto;
  }
  #form1 #divStartNow, #form1 #divExpired {
    max-width: 100%;
  }
}

@-webkit-keyframes complete {}

@keyframes complete {}
@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    height: 90px;
    width: 90px;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    height: 90px;
    width: 90px;
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader__title {
  font-weight: bold;
  color: #1e3c72;
  font-size: 18px;
  opacity: 0;
  transition: 500ms all ease;
  transform: translateY(60px);
  margin: 0;
  padding: 0;
}
.loader__title.complete {
  -webkit-animation: 2s complete;
          animation: 2s complete;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 1;
}

.loaderWrap {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#RadButton1 {
  opacity: 0;
  transition: 500ms all ease;
}

.loader {
  display: inline-block;
  position: relative;
  height: 60px;
  width: 60px;
  -webkit-animation: 2s loader infinite;
          animation: 2s loader infinite;
  overflow: hidden;
}
.loader .tick {
  transition: 600ms all ease;
  transform: translateY(60px);
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loader span {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  background: #1e3c72;
  position: absolute;
  opacity: 0.9;
  transition: 400ms all ease;
}
.loader span:nth-of-type(1) {
  top: 0;
  left: 0;
  z-index: 10;
}
.loader span:nth-of-type(2) {
  top: 0;
  right: 0;
  background: #274d92;
  z-index: 9;
}
.loader span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  background: #ed6624;
  z-index: 8;
}
.loader span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  background: #f0804a;
  z-index: 7;
}
.loader.complete {
  -webkit-animation: 2s complete;
          animation: 2s complete;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.loader.complete .loader__title {
  opacity: 1;
  transform: translateY(0px);
}
.loader.complete .tick {
  transform: translateY(0px);
}
.loader.complete span {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  background-color: #1f754f;
}
.loader.complete span:nth-of-type(2) {
  transition-delay: 0.3s;
}
.loader.complete span:nth-of-type(3) {
  transition-delay: 0.6s;
}
.loader.complete span:nth-of-type(4) {
  transition-delay: 0.9s;
}

.RadButton {
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap !important;
  text-align: center !important;
  padding: 12px 25px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  background: #ff8630 !important;
  transition: 300ms all;
  text-decoration: none;
  border: 1px solid transparent !important;
  color: #FFF !important;
  position: relative !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.RadButton svg {
  margin-left: 8px;
  vertical-align: middle;
  transition: 400ms all ease;
  color: rgba(255, 255, 255, 0.4);
}

.RadButton:hover {
  background: #ff7717 !important;
}

.RadButton:hover svg {
  transform: translateX(8px);
  color: rgba(255, 255, 255, 0.8);
}

.RadButton:visited {
  color: #FFF !important;
}

.RadButton.white {
  background: #FFF !important;
}

.RadButton.white svg {
  color: #ed6624;
}

.RadButton.large {
  padding: 5px 25px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.RadButton.large svg {
  vertical-align: middle;
  margin-left: 12px;
}

.RadButton.ghost {
  background: transparent !important;
  border-color: #1e3c72;
  color: #1e3c72 !important;
}

.RadButton.ghost svg {
  color: #1e3c72;
}

.RadButton.ghost:hover {
  background: #1e3c72 !important;
  color: #FFF !important;
}

.RadButton.ghost:hover svg {
  color: #FFF;
}

.RadButton.ghost:hover:visited {
  color: #FFF !important;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: rotate-circle 4.25s ease-in;
          animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  -webkit-animation: icon-line-tip 0.75s;
          animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  -webkit-animation: icon-line-long 0.75s;
          animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

@-webkit-keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.col-md-12 {
  position: relative;
}
.col-md-12 input[type=password] {
  max-width: 100%;
  width: 100%;
}
.col-md-12 .passToggle {
  position: absolute;
  top: 17px;
  right: 14px;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  border: 0px;
  background-color: transparent;
  height: 41px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.col-md-12 .passToggle:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-eye-off'%3E%3Cpath d='M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24'%3E%3C/path%3E%3Cline x1='1' y1='1' x2='23' y2='23'%3E%3C/line%3E%3C/svg%3E");
}
.col-md-12 .passToggle.open:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-eye'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
}

.RadNotification {
  border-radius: 5px;
  border: 0px !important;
  border-color: transparent !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.RadNotification .rnTitleBar {
  background: #1e3c72 !important;
  color: #FFF !important;
  padding: 10px !important;
}
.RadNotification .rnContent {
  padding-top: 0px !important;
}
.RadNotification .rnContentWrapper {
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.RadNotification .rnContentWrapper .rnIconInfo:before {
  color: #1e3c72 !important;
}

.jCaptcha.error {
  border-color: rgb(219, 88, 88) !important;
  box-shadow: rgba(219, 88, 88, 0.4) 0px 3px 8px !important;
}
.jCaptcha.success {
  border-color: rgb(76, 175, 80) !important;
  box-shadow: rgba(76, 175, 80, 0.4) 0px 3px 8px !important;
}

#row8 .col-md-12 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#row8 .col-md-12 canvas {
  margin-top: 10px;
}
#row8 .col-md-12 .jCaptcha {
  max-width: 300px !important;
}/*# sourceMappingURL=startnow.css.map */