@charset "UTF-8";
a, *:hover, *:active, *:focus, a img, object, embed {
  outline: none;
  -moz-outline-style: none;
}

.promotion div,
.promotion a,
.promotion span,
.promotion ul,
.promotion li,
.promotion dl,
.promotion dt,
.promotion dd,
.promotion em,
.promotion button,
.promotion input,
.promotion textarea {
  box-sizing: border-box;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion button {
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion .container {
  position: relative;
}
.promotion .wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn, .grid {
  *zoom: 1;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn:before, .grid:before, #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn:after, .grid:after {
  content: "";
  display: table;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn:after, .grid:after {
  clear: both;
}

#popupPrivacy {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.slideY {
  position: absolute;
  animation: 0.4s slideUpY ease-in-out infinite alternate;
}

@keyframes slideUpY {
  0% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(-5px, 0);
  }
}
@-webkit-keyframes slideUpY {
  0% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(-5px, 0);
  }
}
.hidden,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .slick-dots {
  font-size: 0;
}
.promotion .slick-dots li {
  display: inline-block;
}
.promotion .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .sector-review .slide-box .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bounce {
  animation: bounce 1.2s infinite both;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.promotion ::placeholder,
.product ::placeholder,
.product-eco ::placeholder,
.fullservice ::placeholder {
  color: #aaa !important;
  font-weight: 700;
  font-size: 3.0555555556vw;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 18px;
  }
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

select::-ms-expand {
  display: none !important;
}

.private {
  padding: 6.9444444444vw;
  text-align: left;
  background: #f8f8f8;
}
@media screen and (min-width: 720px) {
  .private {
    padding: 50px;
  }
}
.private .agree-cont * {
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .private .agree-cont * {
    letter-spacing: -1px;
  }
}
.private .agree-cont p {
  font-size: 3.6111111111vw;
  color: #333;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .private .agree-cont p {
    font-size: 26px;
  }
}
.private .agree-cont p.agree-title {
  margin: 1.1111111111vw 0;
  font-size: 4.1666666667vw;
  color: #202020;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .private .agree-cont p.agree-title {
    margin: 8px 0;
  }
}
@media screen and (min-width: 720px) {
  .private .agree-cont p.agree-title {
    font-size: 30px;
  }
}
.private .agree-cont p strong {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .private .agree-cont p strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .private .agree-cont p {
    font-size: 14px;
  }
  .private .agree-cont p.agree-title {
    font-size: 18px;
  }
  .private .agree-cont p strong {
    font-size: 16px;
  }
}
.private .agree-cont ul li {
  color: #333;
  font-size: 3.6111111111vw;
  line-height: 1.7;
}
@media screen and (min-width: 720px) {
  .private .agree-cont ul li {
    font-size: 26px;
  }
}
.private .agree-cont ul li strong {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .private .agree-cont ul li strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .private .agree-cont ul li {
    font-size: 14px;
  }
  .private .agree-cont ul li strong {
    font-size: 16px;
  }
}
.private .agree-cont .agree_check {
  margin: 1.3888888889vw 0 2.7777777778vw;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .private .agree-cont .agree_check {
    margin: 10px 0 20px;
  }
}
.private .agree-cont .agree_check input {
  position: relative;
  top: 1.3888888889vw;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  .private .agree-cont .agree_check input {
    top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .private .agree-cont .agree_check input {
    width: 28px;
  }
}
@media screen and (min-width: 720px) {
  .private .agree-cont .agree_check input {
    height: 28px;
  }
}
@media screen and (min-width: 720px) {
  .private .agree-cont .agree_check input {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
.private .agree-cont .agree_check label {
  display: inline-block;
  margin: 0 2.0833333333vw 0 0.6944444444vw;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #222;
}
@media screen and (min-width: 720px) {
  .private .agree-cont .agree_check label {
    margin: 0 15px 0 5px;
  }
}
@media screen and (min-width: 720px) {
  .private .agree-cont .agree_check label {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .private .agree-cont .agree_check label {
    font-size: 18px;
  }
}

#eduf-layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
}
#eduf-layer.active {
  display: flex;
}
#eduf-layer.eduf-video .popup {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: normal;
  letter-spacing: normal;
  left: initial;
  top: initial;
  transform: none;
  max-width: initial;
  background-color: transparent;
  border-radius: 0;
}
#eduf-layer.eduf-video .popup-body {
  padding: 0 !important;
}
#eduf-layer.eduf-video .popup-body > div {
  background: transparent;
  padding: 0;
}
#eduf-layer.eduf-video .popup-close {
  top: -59px !important;
  right: 8px !important;
}
#eduf-layer.eduf-video .popup-close::before, #eduf-layer.eduf-video .popup-close::after {
  background: #fff !important;
}
#eduf-layer .popup {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: normal;
  letter-spacing: normal;
}
#eduf-layer .popup-body {
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 640px;
}
@media screen and (min-width: 720px) {
  #eduf-layer .popup-body {
    max-width: 720px;
  }
}
#eduf-layer .popup-body > div {
  background: #fff;
  display: none;
  color: #000;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 720px) {
  #eduf-layer .popup-body > div {
    padding: 60px 40px;
  }
}
#eduf-layer .popup-body > div.active {
  display: block;
}
#eduf-layer .popup-body p {
  font-size: 3.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  #eduf-layer .popup-body p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  #eduf-layer .popup-body p {
    font-size: 18px;
  }
}
#eduf-layer .popup-body p + p, #eduf-layer .popup-body p + ul {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  #eduf-layer .popup-body p + p, #eduf-layer .popup-body p + ul {
    margin-top: 10px;
  }
}
#eduf-layer .popup-body ul {
  margin-top: 0.3125rem;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer .popup-body ul {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer .popup-body ul {
    font-size: 22px;
  }
}
@media screen and (min-width: 1100px) {
  #eduf-layer .popup-body ul {
    font-size: 16px;
  }
}
#eduf-layer .popup-body ul li {
  margin-top: 0.15625rem;
}
@media screen and (min-width: 720px) {
  #eduf-layer .popup-body ul li {
    margin-top: 5px;
  }
}
#eduf-layer .popup-body ul li:first-child {
  margin-top: 0;
}
#eduf-layer .popup-body ul + p {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  #eduf-layer .popup-body ul + p {
    margin-top: 10px;
  }
}
#eduf-layer .popup-body #eduf-layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
}
#eduf-layer .popup-body #eduf-layer-close:before, #eduf-layer .popup-body #eduf-layer-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
#eduf-layer .popup-body #eduf-layer-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#eduf-layer .popup-body #eduf-layer-close:after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
#eduf-layer .popup-body #eduf-layer-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  #eduf-layer .popup-body #eduf-layer-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
  }
  #eduf-layer .popup-body #eduf-layer-close:before, #eduf-layer .popup-body #eduf-layer-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #000;
  }
  #eduf-layer .popup-body #eduf-layer-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #eduf-layer .popup-body #eduf-layer-close:after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #eduf-layer .popup-body #eduf-layer-close span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
  }
}
#eduf-layer[data-popup=popup1] > .popup {
  height: 80%;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body {
  width: 88.8888888889vw;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body {
    width: 640px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div {
  background: #fff;
  padding: 0;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div ::placeholder {
  color: #ccc !important;
  font-weight: 700;
  font-size: 2.7777777778vw;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div ::placeholder {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div ::placeholder {
    letter-spacing: -1px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background: #fff;
  padding: 4.1666666667vw 5.5555555556vw 5.5555555556vw;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-title {
  position: relative;
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-title {
    padding: 30px 0;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-title p {
  text-align: left;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-title p strong {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.2777777778vw;
  font-size: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-title p strong {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-title p strong {
    font-size: 35px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content {
    padding: 30px 40px 40px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .form-title,
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .label-title {
  position: relative;
  font-weight: 700;
  color: #010101;
  font-size: 2.7777777778vw;
  letter-spacing: -0.2083333333vw;
  margin-bottom: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .form-title,
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .label-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .form-title,
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .label-title {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .form-title,
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .label-title {
    margin-bottom: 14px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .form-title strong,
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .label-title strong {
  color: #aaa;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .form-title strong.comp,
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .label-title strong.comp {
  color: #ec303d;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col {
  width: 49%;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col input[type=text] {
  padding: 2.0833333333vw 2.7777777778vw;
  height: 8.3333333333vw;
  font-size: 2.7777777778vw;
  width: 100%;
  font-weight: 700;
  color: #000;
  border: 1px solid #dbdbdb;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col input[type=text] {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col input[type=text] {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col input[type=text] {
    font-size: 20px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col.col-left {
  float: left;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col.col-right {
  float: right;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col.col-full {
  float: none;
  width: 100%;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col .select-form {
  position: relative;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col .select-form select {
  padding: 2.0833333333vw 2.7777777778vw;
  height: 8.3333333333vw;
  font-size: 2.7777777778vw;
  letter-spacing: -0.2083333333vw;
  width: 100%;
  font-weight: 700;
  color: #aaa;
  border: 1px solid #dbdbdb;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col .select-form select {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col .select-form select {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col .select-form select {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col .select-form select {
    letter-spacing: -1.5px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col .select-form:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 5.9722222222vw;
  height: 2.2222222222vw;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("//img.eduwill.net/eduwill/img/2022/0/event/220208/pc/icon_arrow.jpg") 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col .select-form:after {
    width: 43px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .col .select-form:after {
    height: 16px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form + .form {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form + .form {
    margin-top: 10px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form.privacy {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form.privacy {
    margin-top: 60px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form p {
  font-weight: 400;
  color: #979797;
  font-size: 2.7777777778vw;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form p {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form p {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form p {
    font-size: 16px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table {
  width: 100%;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table {
    margin-top: 10px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table thead th {
  padding: 1.9444444444vw 0;
  font-size: 2.7777777778vw;
  letter-spacing: -0.2083333333vw;
  font-weight: 700;
  color: #000;
  text-align: center;
  background: #f6f6f6;
  border-left: 1px solid #dbdbdb;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table thead th {
    padding: 14px 0;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table thead th {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table thead th {
    letter-spacing: -1.5px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table thead tr th:first-child {
  border-left: 0;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table tbody td {
  padding: 1.9444444444vw 0;
  font-size: 2.7777777778vw;
  letter-spacing: -0.2083333333vw;
  font-weight: 400;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table tbody td {
    padding: 14px 0;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table tbody td {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table tbody td {
    letter-spacing: -1.5px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table tbody td strong {
  color: #ec303d;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table tbody tr td:first-child {
  border-left: 0;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table thead th,
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table tbody td {
    font-size: 18px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table + p {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form table + p {
    margin-top: 10px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check {
    margin-top: 30px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check input {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6944444444vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check input {
    margin-right: 5px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check input {
    width: 24px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check input {
    height: 24px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check label {
  font-weight: 700;
  color: #000;
  vertical-align: top;
  font-size: 2.7777777778vw;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check label {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check label {
    letter-spacing: -1.5px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check label + input {
  margin-left: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .form .agree-check label + input {
    margin-left: 20px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn {
  margin-top: 8.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn {
    margin-top: 60px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn button {
  position: relative;
  width: 100%;
  height: 12.5vw;
  font-size: 4.1666666667vw;
  font-weight: 700;
  color: #fff;
  background: #222;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn button {
    height: 90px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn button {
    font-size: 30px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn button:nth-child(2) {
  background: #cccccc;
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn button::before {
  content: "";
  position: absolute;
  top: 4.8611111111vw;
  right: 4.1666666667vw;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn button::before {
    top: 35px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn button::before {
    right: 30px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn button::before {
    width: 21px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .popup-btn button::before {
    height: 21px;
  }
}
#eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .base-contents .list li {
  color: #222;
  line-height: 1.5;
  word-break: keep-all;
  font-size: 3.0555555556vw;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .base-contents .list li {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .base-contents .list li {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1024px) {
  #eduf-layer[data-popup=popup1] > .popup .popup-body > div .eduf-layer-content .base-contents .list li {
    font-size: 18px;
  }
}
#eduf-layer[data-popup=popup1] #eduf-layer-close {
  background: transparent;
  top: 0;
  right: 0;
}
#eduf-layer[data-popup=popup1] #eduf-layer-close:after, #eduf-layer[data-popup=popup1] #eduf-layer-close::before {
  top: 22px !important;
  background: #000;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] #eduf-layer-close:after, #eduf-layer[data-popup=popup1] #eduf-layer-close::before {
    background: #fff;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] #eduf-layer-close {
    top: 9px;
    right: 0px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #eduf-layer[data-popup=popup1] #eduf-layer-close:after, #eduf-layer[data-popup=popup1] #eduf-layer-close::before {
    background: #222;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body {
    max-width: 900px !important;
  }
}
#eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] {
  padding: 0 !important;
}
#eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 4.4444444444vw;
  padding: 2.7777777778vw 6.9444444444vw;
  background: #effff7;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > h3 {
    padding: 20px 50px;
  }
}
#eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail {
  padding: 2.7777777778vw 6.9444444444vw 9.7222222222vw 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail {
    padding: 20px 50px 70px 50px;
  }
}
#eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent {
  position: relative;
  margin-top: 6.9444444444vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent {
    margin-top: 50px;
  }
}
#eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent h3 {
  font-size: 3.4722222222vw;
  font-weight: 500;
  width: 80%;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent h3 {
    font-size: 25px;
  }
}
#eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent > em {
  position: absolute;
  top: -5.5555555556vw;
  left: 0;
  font-size: 3.0555555556vw;
  color: #019761;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent > em {
    top: -40px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent > em {
    font-size: 22px;
  }
}
#eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent > em em {
  color: #222;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent {
    flex-direction: row;
  }
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent > em {
    font-size: 2.5vw;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .topContent > em {
    font-size: 18px;
  }
}
#eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > p {
  height: 41.6666666667vw;
  font-size: 2.7777777778vw;
  margin: 5.5555555556vw 0;
  overflow: auto;
  font-weight: 300;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > p {
    height: 300px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > p {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > p {
    margin: 40px 0;
  }
}
#eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .reviewInfo em {
  font-size: 2.5vw;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  #eduf-layer[data-popup=popup0] .popup .popup-body div[data-popupcont="0"] > .reviewDetail > .reviewInfo em {
    font-size: 18px;
  }
}

#boardPopup .eduf-layer-wrap {
  width: 91.6666666667vw;
  max-height: 800px;
  overflow: auto;
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap {
    width: 660px;
  }
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap {
    width: 152.7777777778vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap {
    width: 1100px;
  }
}
#boardPopup .eduf-layer-wrap .eduf-layer-content {
  background-color: #fff;
  padding: 6.9444444444vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content {
    padding: 50px 20px;
  }
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table {
  border-top: 2px solid #000;
  width: 100%;
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr {
  border-bottom: 1px solid #D9D9D9;
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr th, #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td {
  line-height: 1.3;
  letter-spacing: -0.72px;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr th, #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr th, #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr th, #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td {
    font-size: 18px;
  }
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr th {
  text-align: center;
  background-color: #ECF1FF;
  color: #000;
  font-weight: 700;
  width: 25%;
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td {
  word-break: break-word;
  text-align: left;
  color: #222;
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td {
    padding: 30px;
  }
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td .text-box {
  color: #666;
  height: 27.7777777778vw;
  overflow-y: auto;
  padding-right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td .text-box {
    height: 200px;
  }
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td .text-box {
    padding-right: 10px;
  }
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td .text-box {
    height: 22.2222222222vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .board-view table tr td .text-box {
    height: 160px;
  }
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .board-view .img-box {
  max-height: 20vw;
  overflow-y: auto;
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .board-view img {
  width: 100%;
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .action {
  margin-top: 8.3333333333vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .action {
    margin-top: 60px;
  }
}
#boardPopup .eduf-layer-wrap .eduf-layer-content .action a {
  margin: 0 1.0416666667vw;
}
@media screen and (min-width: 720px) {
  #boardPopup .eduf-layer-wrap .eduf-layer-content .action a {
    margin: 0 7.5px;
  }
}

.promotion .slideY {
  position: absolute;
  animation: 0.4s slideUpY ease-in-out infinite alternate;
}
@keyframes slideUpY {
  0% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(-5px, 0);
  }
}
.promotion .bounce {
  animation: bounce 1.5s infinite both;
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.promotion .motion-1 {
  opacity: 0;
  transform: scale(3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transition-timing-function: ease-out;
}
.promotion .motion-2 {
  opacity: 0;
  transform: scale(4);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transition-timing-function: ease-out;
}
.promotion .motion-3 {
  opacity: 0;
  transform: scale(4);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transition-timing-function: ease-out;
}
.promotion .motion-4 {
  opacity: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  transition-timing-function: ease-out;
}
.promotion .motion-5 {
  opacity: 0;
  transform: scale(0.99) translateY(150px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.promotion .motion-6,
.promotion .motion-7 {
  opacity: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  transition-timing-function: ease-out;
}
.promotion .active .motion-1 {
  opacity: 1;
  transform: scale(1);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.promotion .active .motion-2 {
  opacity: 1;
  transform: scale(1);
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.promotion .active .motion-3 {
  opacity: 1;
  transform: scale(1);
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.promotion .active .motion-4 {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.promotion .active .motion-5 {
  opacity: 1;
  transform: scale(1) translateY(0);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.promotion .active .motion-6,
.promotion .active .motion-7 {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  transition-timing-function: ease-out;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.promotion {
  overflow: hidden;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none !important;
}
.promotion .fix-banner {
  position: fixed;
  top: 350px;
  right: 25px;
  z-index: 100;
  opacity: 0;
}
.promotion .fix-banner a {
  display: block;
}
.promotion .fix-banner img {
  margin-bottom: 5px;
}
.promotion .slick-dots {
  margin-top: 30px;
  z-index: 7;
  text-align: center;
}
.promotion .slick-dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #e2e2e2;
  opacity: 0.5;
  border: none;
  border-radius: 50%;
  margin-left: 6px;
  transition: all 0.5s ease;
}
.promotion .slick-dots li:first-child {
  margin-left: 0;
}
.promotion .slick-dots li.slick-active {
  opacity: 1;
  transition: all 0.5s ease;
  background: #000;
}
.promotion .sector-visual {
  position: relative;
  height: 1075px;
  background: #FFF8EB url("//img.eduwill.net/eduwill/img/2024/0/event/240726/pc/visual_bg.jpg") no-repeat center top;
  background-size: cover;
}
.promotion .sector-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 223px;
  transform: translateX(-50%);
  background-color: #74AD51;
  z-index: 5;
}
.promotion .sector-visual > button {
  position: absolute;
  left: 50%;
  margin-left: -830px;
  top: 130px;
  z-index: 11;
}
.promotion .sector-visual .wrap .motionWrap {
  width: 166.6666666667vw;
  height: 107.9166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-visual .wrap .motionWrap {
    width: 1200px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-visual .wrap .motionWrap {
    height: 777px;
  }
}
.promotion .sector-visual .wrap .motionWrap img {
  position: absolute;
  z-index: 10;
  opacity: 0;
}
.promotion .sector-visual .wrap .motionWrap .title-1 {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.promotion .sector-visual .wrap .motionWrap .title-2 {
  top: 109px;
  left: 10px;
}
.promotion .sector-visual .wrap .motionWrap .title-3 {
  top: 460px;
  left: 221px;
}
.promotion .sector-visual .wrap .motionWrap .title-4 {
  top: 527px;
  left: 74px;
}
.promotion .sector-visual .wrap .motion-4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 490px;
  font-size: 3.4722222222vw;
  width: 58.3333333333vw;
  padding: 0.6944444444vw 0;
  margin: 0 auto;
  letter-spacing: -1px;
  background: #fff;
  border-radius: 25px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-visual .wrap .motion-4 {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-visual .wrap .motion-4 {
    width: 420px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-visual .wrap .motion-4 {
    padding: 5px 0;
  }
}
.promotion .sector-visual .wrap .motion-6,
.promotion .sector-visual .wrap .motion-7 {
  position: absolute;
  z-index: 10;
}
.promotion .sector-visual .wrap .motion-6 {
  top: 70px;
  left: -316px;
}
.promotion .sector-visual .wrap .motion-7 {
  top: 224px;
  right: -319px;
}
.promotion .sector-review {
  padding-bottom: 100px;
}
.promotion .sector-review .slide-box {
  width: 1100px;
  margin: 0 auto;
}
.promotion .sector-review .slide-box .slick-arrow {
  border-radius: 3px;
}
.promotion .sector-review .slide-box .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.7222222222vw;
  height: 9.7222222222vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: none;
  left: -8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-prev {
    width: 70px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-prev {
    height: 70px;
  }
}
.promotion .sector-review .slide-box .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #74AD51;
  border-bottom-width: 7px;
  border-left-width: 7px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -moz-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-prev:before {
    width: 17.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-prev:before {
    height: 17.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-prev {
    left: -60px;
  }
}
.promotion .sector-review .slide-box .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.7222222222vw;
  height: 9.7222222222vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: none;
  right: -8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-next {
    width: 70px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-next {
    height: 70px;
  }
}
.promotion .sector-review .slide-box .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #74AD51;
  border-top-width: 7px;
  border-right-width: 7px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  -moz-transform: translate(-75%, -50%) rotate(45deg);
  -ms-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-next:before {
    width: 17.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-next:before {
    height: 17.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .slide-box .slick-arrow.slick-next {
    right: -60px;
  }
}
.promotion .sector-benefit {
  background-color: #FFF8EA;
}
.promotion .sector-benefit::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 202px;
  transform: translateX(-50%);
  background-color: #F8EACE;
}
.promotion .sector-step {
  background-color: #74AD51;
}
.promotion .sector-event1 {
  background-color: #f9f9f9;
  padding: 100px 0 70px;
}
.promotion .sector-event1 .event1-btn {
  margin-top: 60px;
}
.promotion .sector-event1 .form-box {
  position: relative;
  width: 138.8888888889vw;
  margin: 0 auto 8.3333333333vw;
  padding: 11.1111111111vw 11.5277777778vw 11.1111111111vw 11.9444444444vw;
  border-radius: 20px;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .form-box {
    width: 1000px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .form-box {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .form-box {
    padding: 80px 83px 80px 86px;
  }
}
.promotion .sector-event1 .form-box .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url("//img.eduwill.net/eduwill/img/2024/0/event/240726/pc/popup-close.png") no-repeat center;
}
.promotion .sector-event1 .form-box div,
.promotion .sector-event1 .form-box a,
.promotion .sector-event1 .form-box span,
.promotion .sector-event1 .form-box input,
.promotion .sector-event1 .form-box textarea,
.promotion .sector-event1 .form-box select {
  box-sizing: border-box;
}
.promotion .sector-event1 .form-box .btn-top {
  text-align: center;
}
.promotion .sector-event1 .form-box .btn-top .btn-pointer:before {
  right: 67px;
  bottom: 11px;
}
.promotion .sector-event1 .form-box .wrap {
  display: none;
  width: 960px;
  margin-top: 70px;
  padding: 50px 60px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left !important;
}
.promotion .sector-event1 .form-box .m-txt {
  display: none;
}
.promotion .sector-event1 .form-box input[type=text],
.promotion .sector-event1 .form-box input[type=number],
.promotion .sector-event1 .form-box input[type=tel],
.promotion .sector-event1 .form-box textarea,
.promotion .sector-event1 .form-box select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #BEBEBE;
  font-size: 18px;
  outline: 0;
  vertical-align: middle;
  border-radius: 8px;
  border: 1px solid var(--Greyscale-Colors-grey-2, #E0E2E6);
  background: #FFF;
}
.promotion .sector-event1 .form-box textarea {
  height: 220px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.promotion .sector-event1 .form-box input[type=radio] {
  width: 16px;
  height: 16px;
  outline: 0;
}
.promotion .sector-event1 .form-box select {
  padding-right: 0;
}
.promotion .sector-event1 .form-box input::placeholder, .promotion .sector-event1 .form-box textarea::placeholder {
  color: #BEBEBE;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.9px;
}
.promotion .sector-event1 .form-box .tit-box {
  margin-bottom: 30px;
  color: #BEBEBE;
  font-size: 18px;
  line-height: 1.4;
}
.promotion .sector-event1 .form-box .tit-box .tit {
  color: #000;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: -2.7px;
}
.promotion .sector-event1 .form-box .tit-box .txt {
  margin-top: 4px;
  color: #333;
  font-family: "Pretendard";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  letter-spacing: -1.32px;
}
.promotion .sector-event1 .form-box .tit-box .txt_color {
  color: #74AD51;
}
.promotion .sector-event1 .form-box .field-area {
  padding-top: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] {
  position: relative;
  padding: 10px 0;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .label-txt {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .label-txt .f-color1 {
  color: #FE0000;
  margin-left: 4px;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] textarea.field {
  margin-top: 15px;
  font-weight: 400;
  color: #000;
  resize: none;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] ul li {
  color: #999;
  font-family: "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: -0.75px;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .info-txt {
  margin: 10px 0;
  color: #999;
  font-size: 15px;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .chk-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .chk-area {
  overflow: hidden;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .chk-area .item {
  float: left;
  cursor: pointer;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .chk-area .item input[type=radio] {
  vertical-align: middle;
  cursor: pointer;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .chk-area .item label {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 15px;
  cursor: pointer;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .scrl-box {
  display: none;
  margin-top: 12px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  color: #999;
  font-size: 15px;
  line-height: 22px;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .scrl-box .scrl-item {
  color: #000;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.5px;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .scrl-box .scrl-item ul {
  margin: 3px 0 5px;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item] .scrl-box .scrl-subitem {
  padding-left: 14px;
  color: #606060;
  font-family: "Pretendard";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.promotion .sector-event1 .form-box .field-area [class^=field-item].last {
  margin-top: 15px;
}
.promotion .sector-event1 .form-box .field-area .field-item1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.promotion .sector-event1 .form-box .field-area .field-item1 .field-title {
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  letter-spacing: -1.1px;
  white-space: nowrap;
}
.promotion .sector-event1 .form-box .field-area .field-item1 .field-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 0;
}
.promotion .sector-event1 .form-box .field-area .field-item1 .field-list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 50px;
  padding: 0px 19px;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  color: #000;
}
.promotion .sector-event1 .form-box .field-area .field-item1 .field-list > li a.active {
  color: #74AD51;
  border: 1px solid #74AD51;
  background: #F7FFF3;
}
.promotion .sector-event1 .form-box .field-area .field-item2 .label-txt {
  color: #000;
  font-family: "Pretendard";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 190%; /* 45.6px */
  letter-spacing: -1.2px;
}
.promotion .sector-event1 .form-box .field-area .field-item2 .label-txt.title {
  width: 128px;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
}
.promotion .sector-event1 .form-box .field-area .field-item2 .field.title {
  width: 846px;
  height: 50px;
  padding: 0 20px;
  color: #BEBEBE;
  font-size: 18px;
  outline: 0;
  vertical-align: middle;
  border-radius: 8px;
  border: 1px solid var(--Greyscale-Colors-grey-2, #E0E2E6);
  background: #FFF;
}
.promotion .sector-event1 .form-box .field-area .field-item3 {
  position: relative;
  height: 70px;
  padding-left: 151px;
  padding-bottom: 126px;
}
.promotion .sector-event1 .form-box .field-area .field-item3 .label-txt {
  position: absolute;
  top: 34px;
  left: 0;
  transform: translateY(-50%);
  width: 151px;
  height: 50px;
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 30.8px */
  letter-spacing: -1.1px;
}
.promotion .sector-event1 .form-box .field-area .field-item3 .field {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.promotion .sector-event1 .form-box .field-area .field-item3 .filebox {
  position: relative;
}
.promotion .sector-event1 .form-box .field-area .field-item3 .filebox input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  outline: 0;
  opacity: 0;
}
.promotion .sector-event1 .form-box .field-area .field-item3 .filebox input[type=text] {
  width: 562px;
}
.promotion .sector-event1 .form-box .field-area .field-item3 .filebox .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 110px;
  border-radius: 8px;
  background: #333;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  z-index: 10;
}
.promotion .sector-event1 .form-box .field-area .field-item3 .info-txt {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  text-indent: -16px;
  padding-left: 16px;
}
.promotion .sector-event1 .form-box .field-area .field-item {
  padding: 20px 24px;
  background-color: #F6F6F6;
  border-radius: 8px;
}
.promotion .sector-event1 .form-box .field-area .field-item .label-txt {
  display: inline-flex;
  align-items: center;
  margin-right: 11px;
}
.promotion .sector-event1 .form-box .field-area .field-item .btn-toggle {
  position: relative;
  margin-left: 11px;
  padding-right: 15px;
  color: #7D7D7D;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  cursor: pointer;
}
.promotion .sector-event1 .form-box .field-area .field-item .btn-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 5px;
  transform: translateY(-50%);
  background: url("//img.eduwill.net/eduwill/img/2024/0/event/240726/pc/btn_off.png") no-repeat right center;
}
.promotion .sector-event1 .form-box .field-area .field-item .btn-toggle.on::after {
  background: url("//img.eduwill.net/eduwill/img/2024/0/event/240726/pc/btn_on.png") no-repeat right center;
}
.promotion .sector-event1 .form-box .btn-area {
  margin-top: 35px;
  text-align: center;
}
.promotion .sector-event1 .form-box .btn-area button {
  display: inline-block;
  border-radius: 8px;
  background: #000;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 145.455% */
  letter-spacing: -0.5px;
  padding: 18px;
  width: 396px;
  box-sizing: border-box;
  color: #fff;
}
.promotion .sector-event1 .form-box .btn-area .icon-pointer {
  padding-right: 30px;
  position: relative;
  display: inline-block;
}
.promotion .sector-event1 .form-box .btn-area .icon-pointer:after {
  content: "";
  position: absolute;
  top: 30%;
  right: -21%;
  z-index: 1;
  display: block;
  width: 1.40625rem;
  height: 1.625rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .form-box .btn-area .icon-pointer:after {
    width: 45px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .form-box .btn-area .icon-pointer:after {
    height: 52px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
}
.promotion .sector-event1 .form-box .btn-area .icon-pointer::before {
  content: "";
  position: absolute;
  right: 70px;
  top: 50%;
  width: 25px;
  height: 24px;
  transform: translateY(-50%);
  background: url("//img.eduwill.net/eduwill/img/2024/0/event/240726/pc/button_arrow.png") no-repeat right center;
}
.promotion .sector-event1 .form-box .btn-area .icon-pointer::after {
  right: 0;
  top: 50%;
}
.promotion .sector-event1 .board-list {
  width: 138.8888888889vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .board-list {
    width: 1000px;
  }
}
.promotion .sector-event1 .board-list table {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #111;
}
.promotion .sector-event1 .board-list table tr {
  border-bottom: 1px solid #111;
}
.promotion .sector-event1 .board-list table tr th, .promotion .sector-event1 .board-list table tr td {
  padding: 2.9166666667vw;
  color: #111;
  font-size: 3.3333333333vw;
  word-break: break-all;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .board-list table tr th, .promotion .sector-event1 .board-list table tr td {
    padding: 21px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .board-list table tr th, .promotion .sector-event1 .board-list table tr td {
    font-size: 24px;
  }
}
.promotion .sector-event1 .board-list table tr th:first-child, .promotion .sector-event1 .board-list table tr td:first-child {
  width: 10%;
}
.promotion .sector-event1 .board-list table tr th {
  color: #fff;
  background: #6189F4;
}
.promotion .sector-event1 .board-list table tr td.board-num {
  font-weight: 700;
}
.promotion .sector-event1 .board-list table tr td.board-id {
  width: 126px;
}
.promotion .sector-event1 .board-list table tr td.subject {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promotion .sector-event1 .board-list table tr td.board-date {
  width: 129px;
  padding: 21px 0;
  font-size: 19px;
  color: #646464;
}
.promotion .sector-event1 .board-type {
  text-align: right;
  margin-bottom: 16px;
  color: #646464;
}
.promotion .sector-event1 .paging {
  display: block;
  margin-top: 36px;
  text-align: center;
}
.promotion .sector-event1 .paging a,
.promotion .sector-event1 .paging button {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 24px;
  margin: 0 6px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  color: #444649;
}
.promotion .sector-event1 .paging a.control,
.promotion .sector-event1 .paging button.control {
  margin: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-event1 .paging a.control::before,
.promotion .sector-event1 .paging button.control::before {
  content: " ";
  position: relative;
  top: -4px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 0;
  border-style: solid;
  border-color: #777;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.promotion .sector-event1 .paging a.control:hover::before,
.promotion .sector-event1 .paging button.control:hover::before {
  border-color: #000;
}
.promotion .sector-event1 .paging a.control-prev,
.promotion .sector-event1 .paging button.control-prev {
  margin-right: 10px;
}
.promotion .sector-event1 .paging a.control-prev::before,
.promotion .sector-event1 .paging button.control-prev::before {
  margin-left: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.promotion .sector-event1 .paging a.control-next,
.promotion .sector-event1 .paging button.control-next {
  margin-left: 10px;
}
.promotion .sector-event1 .paging a.control-next::before,
.promotion .sector-event1 .paging button.control-next::before {
  margin-right: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-event1 .paging a.active,
.promotion .sector-event1 .paging button.active {
  color: #fff;
  border-radius: 3px;
  background-color: #74AD51;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.promotion .sector-notice {
  background-color: #F2F2F2;
  padding: 56px 0;
}
.promotion .sector-notice .notice-box {
  text-align: left;
}
.promotion .sector-notice .notice-box dt {
  margin-bottom: 34px;
  color: #1E1E1E;
  font-family: "Noto Sans KR";
  font-size: 19px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 28.5px */
  letter-spacing: -0.57px;
}
.promotion .sector-notice .notice-box dd {
  margin-bottom: 14px;
}
.promotion .sector-notice .notice-box p {
  color: #666;
  font-family: "Noto Sans KR";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  letter-spacing: -0.51px;
}
.promotion .sector-notice .notice-box .notice-title {
  margin-bottom: 12px;
  color: #393939;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.54px;
}
.promotion .sector-notice .notice-box .notice-item {
  padding-left: 16px;
  text-indent: -16px;
  color: #666;
  font-family: "Noto Sans KR";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  letter-spacing: -0.51px;
}/*# sourceMappingURL=web.css.map */