* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scrollbar-color: rgba(0, 0, 0, 0.08) transparent;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-track-piece {
  background: rgba(0, 72, 58, 0.2);
}

*::-webkit-scrollbar-thumb {
  background: rgba(0, 65, 56, 0.2);
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 49, 40, 0.4);
}

img {
  pointer-events: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #5e6570;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 0s ease-in-out 0s;
}

input, textarea, select {
  z-index: 1;
  position: relative;
  background: transparent;
  outline: none;
  border: none;
}

textarea {
  resize: none;
}

.animate, .btn:hover, img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #5e6570;
}

.clearfix, .grid:after, .grid .row:before, .grid .row:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.blur_10 {
  -webkit-filter: blur(10px);
  /* Safari 6.0 - 9.0 */
  filter: blur(10px);
  pointer-events: none;
  cursor: default;
}

.blur_no {
  -webkit-filter: blur(0);
  /* Safari 6.0 - 9.0 */
  filter: blur(0);
}

.blur_5 {
  -webkit-filter: blur(5px);
  /* Safari 6.0 - 9.0 */
  filter: blur(5px);
  pointer-events: none;
  cursor: default;
}

.grid {
  width: auto;
  max-width: 100%;
  position: relative;
}
.grid .col {
  width: auto;
  display: block;
  align-items: center;
  vertical-align: top;
  float: left;
}
.grid .cntr_el {
  justify-content: center;
  display: flex;
}
.grid .rght_el {
  justify-content: flex-end;
  display: grid;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-box-align: end;
}
.grid .lft_el {
  justify-content: flex-start;
  display: grid;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
.grid .vcntr_el {
  vertical-align: middle;
  align-items: center;
  display: flex;
}
.grid .vbott_el {
  vertical-align: bottom;
  align-items: flex-end;
  display: flex;
}
.grid .row {
  position: initial;
}
.grid .table {
  display: table;
  width: 100%;
}
.grid .table .head {
  display: table-header-group;
}
.grid .table .body {
  display: table-row-group;
}
.grid .table .row {
  display: table-row;
}
.grid .table .col {
  display: table-cell;
  float: none;
}
.grid .cs_1 {
  width: 10%;
}
.grid .cs_2 {
  width: 20%;
}
.grid .cs_3 {
  width: 30%;
}
.grid .cs_4 {
  width: 40%;
}
.grid .cs_5 {
  width: 50%;
}
.grid .cs_6 {
  width: 60%;
}
.grid .cs_7 {
  width: 70%;
}
.grid .cs_8 {
  width: 80%;
}
.grid .cs_9 {
  width: 90%;
}
.grid .cs_10 {
  width: 100%;
}
.grid .csp_2 {
  width: calc(100% / 2);
}
.grid .csp_3 {
  width: calc(100% / 3);
}
.grid .csp_4 {
  width: calc(100% / 4);
}
.grid .csp_5 {
  width: calc(100% / 5);
}
.grid .csp_6 {
  width: calc(100% / 6);
}

.content-frame {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-frame {
    width: 1024px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-frame {
    width: 1200px;
  }
}
@media only screen and (min-width: 1380px) {
  .content-frame {
    width: 1380px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-frame {
    width: 1440px;
  }
}

.device.pc, .device .pc {
  display: none !important;
}
@media (min-width: 769px) {
  .device.pc, .device .pc {
    display: block !important;
  }
}
.device.tbl, .device .tbl {
  display: none !important;
}
@media (min-width: 769px) {
  .device.tbl, .device .tbl {
    display: block !important;
  }
}
.device.mb, .device .mb {
  display: none !important;
}
@media (max-width: 768px) {
  .device.mb, .device .mb {
    display: block !important;
  }
}

._mb, ._pc, ._tb {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  ._mb._pc, ._pc._pc, ._tb._pc {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  ._mb._tb, ._pc._tb, ._tb._tb {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  ._mb._mb, ._pc._mb, ._tb._mb {
    display: block !important;
  }
}

a:focus, a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input, select, textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin-bottom: 0px;
  color: #777;
}

h2 {
  line-height: 1.66;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #222;
  font-size: 36px;
}

.hid {
  display: none !important;
}

body {
  background: #fbf9fe;
  font-family: Helvetica, Arial, sans-serif;
}
body a {
  color: #1354e4;
}
body ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
}
body ::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}
body :-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac;
}
body :-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}
@media only screen and (max-width: 375px) {
  body {
    background: white;
  }
}

.logo {
  height: 20vh;
  width: auto;
  min-height: 140px;
}
@media only screen and (max-width: 375px) {
  .logo {
    height: auto;
    min-height: auto;
    padding-top: 4vh;
    width: 80px;
    margin: 0 auto;
    padding-bottom: 0px;
  }
}

.inform {
  height: calc(100vh - 20vh - 280px - 54px);
  min-height: 500px;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.inform.s1 {
  min-height: 620px;
}
.inform.s3 {
  min-height: 820px;
}
.inform.s2 {
  min-height: 568px;
}
.inform .agreem {
  font-size: 12px;
  color: #acacac;
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: 0.28px;
}
.inform .wind {
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02);
  width: 280px;
  position: relative;
}
.inform .wind .title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 30px;
  text-align: center;
  color: #0233a0;
  text-transform: capitalize;
}
.inform .wind .title.valid {
  color: #3d9e0d;
}
.inform .wind .title.invalid {
  color: #731c00;
}
.inform .wind .detlo {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 16px 20px;
  opacity: 0;
}
.inform .wind .detlo .spt {
  border-color: #0233a0;
}
.inform .wind .detlo .line {
  margin: 4px 0;
  text-align: center;
}
.inform .wind .detlo .line.prd {
  font-size: 22px;
  padding-bottom: 10px;
}
.inform .wind .detlo .line.back {
  margin-top: 16px;
  border-radius: 100px;
  background: #f7f7f7;
  height: 40px;
  position: absolute;
  width: 40px;
  top: 0px;
  left: 20px;
}
.inform .wind .detlo .line.back:hover {
  background: #0045d8;
}
.inform .wind .detlo .line.back:hover:after, .inform .wind .detlo .line.back:hover:before {
  opacity: 1;
  background: white;
}
.inform .wind .detlo .line.back:after, .inform .wind .detlo .line.back:before {
  width: 16px;
  height: 4px;
  content: " ";
  clear: both;
  position: absolute;
  background: #0c2d8e;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  opacity: 0.35;
}
.inform .wind .detlo .line.back:before {
  transform: translate(-58%, calc(-200% + 2px)) rotate(-45deg);
}
.inform .wind .detlo .line.back:after {
  transform: translate(-58%, 3px) rotate(45deg);
}
.inform .wind .detlo .line.opentik {
  background: #f7d549;
  color: #301d0c;
  padding: 14px 20px;
  margin-top: 20px;
  border-radius: 8px;
}
.inform .wind .detlo .line.opentik:hover {
  background: #f5c92d;
}
.inform .wind .detlo .line.opentik:active {
  background: #cda70c;
  color: #140a0a;
}
.inform .wind .detlo .line.submit {
  background: #0045d8;
  color: white;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
}
.inform .wind .detlo .line.submit:hover {
  background: #0042c4;
}
.inform .wind .detlo .line.submit:active {
  background: #003397;
}
.inform .wind .detlo .line .input {
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.inform .wind .detlo .line .input.on {
  margin-bottom: 20px;
  height: auto;
  opacity: 1;
}
.inform .wind .detlo .line .input input, .inform .wind .detlo .line .input textarea {
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px;
  font-size: 16px;
  width: calc(100% - 40px - 2px);
  position: relative;
  font-weight: 100;
  z-index: 2;
}
.inform .wind .detlo .line .input input:focus, .inform .wind .detlo .line .input textarea:focus {
  border-color: #cda70c;
}
.inform .wind .detlo .line .input input.brsd, .inform .wind .detlo .line .input textarea.brsd {
  border-color: red;
}
.inform .wind .detlo .line .input .txnote {
  font-size: 12px;
  text-align: center;
  padding: 20px 20px 0;
  color: grey;
}
.inform .wind .detlo .line .input .cundwn {
  font-size: 12px;
  color: #9a9a9a;
  background: #f5f5f5;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  line-height: 30px;
  opacity: 0.4;
  z-index: 20;
}
.inform .wind .detlo .line .input:hover .cundwn {
  opacity: 1;
}
.inform .wind .detlo .line .desrib {
  font-size: 10px;
  color: #888;
}
.inform .wind .detlo .submit .spinner {
  width: 100%;
}
@media only screen and (max-width: 375px) {
  .inform .wind .detlo {
    border: none;
    padding: 0;
  }
}
.inform .wind .fields .row {
  position: relative;
}
.inform .wind .fields .input {
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.inform .wind .fields .input.on {
  margin-bottom: 20px;
  height: auto;
  opacity: 1;
}
.inform .wind .fields .input input {
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px;
  font-size: 16px;
  width: calc(100% - 40px - 2px);
  position: relative;
  font-weight: 100;
  z-index: 2;
}
.inform .wind .fields .input input:focus {
  border-color: #4171ed;
}
.inform .wind .fields .input input.brsd {
  border-color: red;
}
.inform .wind .fields .input .txnote {
  font-size: 12px;
  text-align: center;
  padding: 20px 20px 0;
  color: grey;
}
.inform .wind .fields .input .cundwn {
  font-size: 12px;
  color: #9a9a9a;
  background: #f5f5f5;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  line-height: 30px;
  opacity: 0.4;
  z-index: 20;
}
.inform .wind .fields .input .cundwn.on {
  background: #0345d7;
  color: white;
  transform: scale(1.3);
  opacity: 0.8;
  top: 25%;
}
.inform .wind .fields .input .cundwn.mni {
  width: auto;
  padding: 0 8px;
  line-height: 24px;
  height: 24px;
  right: 18px;
}
.inform .wind .fields .input .cundwn.mni.on {
  top: 30%;
}
.inform .wind .fields .input:hover .cundwn {
  opacity: 1;
}
.inform .wind .message_in {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  background: #ff000017;
  border-radius: 8px;
}
.inform .wind .message_in .tx {
  font-size: 12.5px;
  color: #d01515;
  font-weight: bold;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-transform: capitalize;
}
.inform .wind .button {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #0045d8;
  color: white;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  z-index: 2;
}
.inform .wind .button:hover {
  background: #003bbb;
}
.inform .wind .button:active {
  background: #002d8e;
}
.inform .wind .button .spinner div {
  background: #9b9b9b;
}
.inform .wind div[data-step="-1"] .button {
  background: #d1d4e3;
  border-color: #d1d4e3;
}
@media only screen and (max-width: 375px) {
  .inform {
    min-height: 468px;
  }
  .inform .wind {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
  }
  .inform .wind .title {
    font-weight: 400;
  }
  .inform .wind .fields .input input {
    font-weight: 400;
  }
}

.error {
  position: fixed;
  background: white;
  text-align: center;
  z-index: 44;
  opacity: 0;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.28s ease-in-out;
  -moz-transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  transition: all 0.28s ease-in-out;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.error.on {
  opacity: 1;
}
.error .mess {
  color: red;
  padding: 14px 20px;
  position: relative;
  font-size: 12px;
}

.copy {
  padding: 20px;
  color: #acacac;
  font-size: 12px;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 375px) {
  .copy {
    font-size: 10px;
    text-align: center;
    padding: 14px;
  }
}

.tuts {
  background: #e9ebf8;
  height: 280px;
  overflow: hidden;
  position: relative;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tuts .row {
  width: 998px;
  margin: 0 auto;
  padding: 10px 0;
}
.tuts .row .tb {
  display: inline-table;
}
.tuts .row .more_gr {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #e9ebf8;
  background: linear-gradient(0deg, #898b966b 0%, #898b9600 100%);
  z-index: 20;
  height: 100px;
}
.tuts .row .more_gr.on {
  display: flex;
}
.tuts .row .more {
  position: absolute;
  z-index: 22;
  bottom: 10px;
  padding: 10px 20px;
  background: #0045d8;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tuts .row .more.on {
  display: flex;
}
.tuts .row .more:hover {
  background: #003fc6;
}
.tuts .row .more:active {
  background: #0037ae;
}
.tuts .row .more .dot {
  width: 6px;
  height: 6px;
  margin: 2px;
  background: #9c9da8;
  border-radius: 100px;
}
.tuts .row .more .tx {
  font-size: 10.5px;
  color: white;
  text-transform: uppercase;
}
.tuts .artc {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  width: calc((996px / 3) - 20px);
  margin: 20px 10px;
  position: relative;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tuts .artc:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.tuts .artc:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 12;
  top: 0;
  left: 0;
  cursor: pointer;
}
.tuts .artc .vimgo {
  margin-bottom: -5px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.tuts .artc .vimgo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tuts .artc .vimgo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tuts .artc .tit {
  color: #002d8e;
  text-transform: uppercase;
  font-size: 14.5px;
  padding: 15px 10px 10px;
  line-height: 16px;
}
.tuts .artc .shor {
  font-size: 12.4px;
  padding: 0 10px 10px;
  color: #898c9c;
}
@media only screen and (max-width: 998px) {
  .tuts .row {
    width: 100%;
    display: block;
  }
  .tuts .row .col {
    display: block;
    float: none;
    width: 360px;
    margin: 0 auto;
  }
  .tuts .row .artc {
    width: auto;
  }
  .tuts .row .more, .tuts .row .more_gr {
    display: flex;
  }
}
@media only screen and (max-width: 375px) {
  .tuts .row .col.tb {
    width: 100%;
  }
}

.lay {
  position: fixed;
  background: rgba(118, 119, 126, 0.88);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  overflow-y: auto;
}
.lay .view {
  background: white;
  border-radius: 10px;
  position: relative;
  width: calc(100% - 40px);
  display: block;
  top: 0;
  margin: 20px;
  padding-bottom: 80px;
}
.lay .view .content {
  width: 980px;
  margin: 0 auto;
}
.lay .view .content .row {
  padding: 20px;
}
.lay .view iframe {
  width: 100%;
  max-height: 530px;
  height: 40vw;
}
.lay .view_load {
  display: initial;
  padding: 40px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.lay .title {
  text-align: center;
  font-size: 24px;
  padding: 20px;
}
.lay .close {
  position: fixed;
  z-index: 4;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100px;
  top: 40px;
  right: 45px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lay .close:hover {
  box-shadow: 0 0 0 10px rgba(145, 34, 20, 0.06);
  transform: rotate(-90deg);
}
.lay .close:hover:before, .lay .close:hover:after {
  background: #912214;
  height: 18px;
}
.lay .close:before, .lay .close:after {
  content: " ";
  width: 3px;
  height: 22px;
  background: #7a7a7a;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
.lay .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lay .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lay .close.ld {
  background: transparent;
  box-shadow: 0 0 0 2px white;
}
.lay .close.ld:before, .lay .close.ld:after {
  background: white;
}
@media only screen and (max-width: 375px) {
  .lay .view {
    margin: 10px;
    width: calc(100% - 20px);
  }
  .lay .close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 25px;
  }
  .lay .close:before, .lay .close:after {
    height: 16px;
  }
}

.spinner {
  width: 100px;
  text-align: center;
}
.spinner div {
  width: 14px;
  height: 14px;
  background-color: white;
  margin: 0 2px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.likelink {
  color: #002d8e;
  cursor: pointer;
}

.newa {
  position: absolute;
  left: 50%;
  background: white;
  border-radius: 8px;
  padding: 10px 14px;
  transform: translateX(-50%);
  box-shadow: 0 0 0 4px rgba(122, 163, 255, 0.3);
  border: 2px solid rgba(122, 163, 255, 0.6);
  max-width: 320px;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  line-height: 14px;
  z-index: 200;
  margin-top: 10px;
}
.newa .close {
  height: 20px;
  position: relative;
  cursor: pointer;
}
.newa .close:hover.before, .newa .close:hover.after {
  background: #7aa3ff;
}
.newa .close.before, .newa .close.after {
  content: " ";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background: rgba(122, 163, 255, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%) rotate(45deg);
}
.newa .close.after {
  transform: translate(-100%, -50%) rotate(-45deg);
}
.newa .close svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
}
.newa .close svg path {
  fill: rgba(122, 163, 255, 0.3);
}
.newa .close svg path:last-child {
  fill: rgba(122, 163, 255, 0.6);
}
.newa.on {
  opacity: 1;
  margin-top: 0px;
}
.newa.off {
  opacity: 0;
  margin-top: 10px;
}
.newa .txt {
  font-size: 12.5px;
  text-transform: capitalize;
  color: #33549c;
}
.newa .col:first-child {
  width: 40px;
}
.newa .col:last-child {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 375px) {
  .newa {
    width: 74%;
  }
}

.js-off .row {
  animation: blure 1s normal forwards;
  animation-delay: 4s;
}
.js-off .nojs {
  opacity: 0;
  animation: sho 1s normal forwards;
  animation-delay: 4s;
  position: absolute;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.js-off .nojs .mess {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #d60f10;
  padding: 0 10px;
  text-align: center;
  width: calc(100% - 20px);
}
@keyframes blure {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(4px);
  }
}
@keyframes sho {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#valid {
  display: none;
  opacity: 0;
  padding: 10px;
  background: #d7ffd8;
  margin-top: 10px;
  border-radius: 8px;
}
#valid.active {
  display: block;
  opacity: 1;
}
#valid p {
  color: #3d9e0d;
  margin-bottom: 5px;
}

/*# sourceMappingURL=style.css.map */