/*Add font ================================*/
/* --------------------------------------*/
body {
  padding: 0;
}

.section1 {
  background: #ffffff;
  padding: 30px 0 10px;
}
@media (min-width: 1100px) {
  .section1 {
    padding: 60px 0 10px;
  }
}
.section1 .box_header {
  text-align: center;
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.section1 .box_header .title {
  margin: auto;
  font-size: 20px;
}
@media (min-width: 480px) {
  .section1 .box_header .title {
    font-size: 24px;
  }
}
@media (min-width: 601px) {
  .section1 .box_header .title {
    font-size: 30px;
    max-width: 55%;
  }
}
@media (min-width: 1100px) {
  .section1 .box_header .title {
    font-size: 40px;
    max-width: 60%;
  }
}
.section1 .box_header .title span {
  color: #FF960B;
}
.section1 .box_content .item {
  text-align: center;
  font-family: "Roboto";
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .section1 .box_content .item {
    margin-bottom: 50px;
  }
}
.section1 .box_content .item h3 {
  font-weight: 600;
  padding: 25px 0 10px;
  font-size: 16px;
}
@media (min-width: 480px) {
  .section1 .box_content .item h3 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .section1 .box_content .item h3 {
    font-size: 20px;
  }
}
.section1 .box_content .item .short {
  margin: auto;
  font-size: 14px;
}
@media (min-width: 601px) {
  .section1 .box_content .item .short {
    max-width: 77%;
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .section1 .box_content .item .short {
    font-size: 18px;
  }
}

.section2 {
  background: #04457a var(--banner) no-repeat bottom center;
  color: #ffffff;
  padding: 35px 0;
}
@media (min-width: 1100px) {
  .section2 {
    padding: 55px 0;
  }
}
.section2 .box_header .title {
  font-weight: 300;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 1100px) {
  .section2 .box_header .title {
    font-size: 40px;
  }
}
@media (min-width: 601px) {
  .section2 .box_header .title {
    font-size: 30px;
  }
}
.section2 .box_header .title span {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-right: 10px;
}
.section2 .box_header .title span:after {
  content: "";
  position: absolute;
  height: 58%;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 2px;
  background: #ffffff;
}
.section2 .listen {
  text-align: center;
}
.section2 .listen .title {
  background: #FF960B;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
  margin: 25px 0 40px;
  font-size: 18px;
  min-width: 161px;
}
@media (min-width: 1100px) {
  .section2 .listen .title {
    font-size: 20px;
  }
}
.section2 .listen .box_listen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.3s all;
}
@media (min-width: 480px) {
  .section2 .listen .box_listen .item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (min-width: 993px) {
  .section2 .listen .box_listen .item {
    flex: 0 0 420px;
    max-width: 420px;
  }
}
.section2 .read {
  text-align: center;
}
.section2 .read .title {
  background: #FF960B;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
  margin: 35px 0 25px;
  font-size: 18px;
  min-width: 161px;
}
@media (min-width: 1100px) {
  .section2 .read .title {
    font-size: 20px;
  }
}
.section2 .read .box_listen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 480px) {
  .section2 .read .box_listen {
    margin: 0 -21px;
  }
}
@media (min-width: 480px) {
  .section2 .read .box_listen .item {
    flex: 0 0 calc(50% - 42px);
    max-width: calc(50% - 42px);
  }
}
@media (min-width: 993px) {
  .section2 .read .box_listen .item {
    flex: 0 0 calc(33.3333333333% - 42px);
    max-width: calc(33.3333333333% - 42px);
  }
}
.section2 .item {
  background: white;
  color: #000000;
  margin: 15px;
  border-radius: 0 25px 25px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  transition: 0.3s all;
  padding: 10px;
}
@media (min-width: 601px) {
  .section2 .item {
    padding: 21px;
  }
}
.section2 .item:hover {
  transform: scale(1.05);
  transition: 0.3s all;
}
.section2 .item .box_cont {
  margin-bottom: 10px;
}
.section2 .item .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .section2 .item .info {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section2 .item .info .circle {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  padding: 7px;
  background: linear-gradient(145deg, transparent, #D3CDD1 50%, #818181 100%);
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  .section2 .item .info .circle {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.section2 .item .info .circle h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: #FF960B;
  border-radius: 50%;
  font-size: 26px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section2 .item .info .circle h3 span {
  font-size: 11.37px;
  margin-bottom: -15px;
  flex: 0 0 100%;
}
.section2 .item .info .short {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 1100px) {
  .section2 .item .info .short {
    font-size: 20px;
  }
}
@media (min-width: 601px) {
  .section2 .item .info .short {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .section2 .item .info .short {
    flex: 0 0 100%;
  }
}
.section2 .item .content {
  text-align: left;
  font-size: 14px;
}
@media (min-width: 1100px) {
  .section2 .item .content {
    font-size: 18px;
  }
}
@media (min-width: 601px) {
  .section2 .item .content {
    font-size: 16px;
  }
  .section2 .item .content p {
    line-height: 2;
  }
}
@media (max-width: 600px) {
  .section2 .item .content img {
    width: 100px;
  }
}
.section2 .item a.join {
  font-size: 16px;
  padding: 4px 19px;
  border-radius: 25px;
  color: #ffffff;
  background: #FF960B;
  margin-top: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .section2 .item a.join {
    font-size: 18px;
  }
}
.section2 .item a.join:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -105px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  width: 70px;
  pointer-events: none;
}
.section2 .item a.join:hover:after {
  left: 120%;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.section2 .box_bottom {
  text-align: center;
  margin-top: 60px;
}
.section2 .box_bottom a {
  font-size: 20px;
  font-weight: 600;
  border-radius: 15px;
  line-height: 1.4;
  box-shadow: -8px -3px 20px 0 rgba(255, 255, 255, 0.3);
  background: linear-gradient(to right, #FCCC00, #FCC601 5%, #FDB005 20%, #FEA108 35%, #FE980A 50%, #FF960B 70%, #FF910B 73%, #FF7E0B 90%, #FF780B 100%);
  position: relative;
  overflow: hidden;
  animation: pulse 1.75s infinite;
  max-width: 90%;
  padding: 10px 20px;
}
@media (min-width: 480px) {
  .section2 .box_bottom a {
    padding: 12.5px 36.8px;
    max-width: 65%;
  }
}
@media (min-width: 824px) {
  .section2 .box_bottom a {
    max-width: 42.8%;
  }
}
@media (min-width: 1100px) {
  .section2 .box_bottom a {
    font-size: 23px;
  }
}
.section2 .box_bottom a:after {
  content: "";
  background: #ffffff;
  height: 175px;
  left: -40%;
  opacity: 0.2;
  position: absolute;
  top: 32%;
  transform: rotate(26deg) translateY(-50%);
  transition: all 0.35s;
  width: 100px;
  pointer-events: none;
}
.section2 .box_bottom a:hover:after {
  left: 120%;
  transition: all 0.35s;
}
.section2 .box_object {
  margin-top: 70px;
}
@media (min-width: 601px) {
  .section2 .box_object {
    margin: 0 -40px;
    margin-top: 110px;
  }
}
.section2 .box_object .title {
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 24px;
}
@media (min-width: 601px) {
  .section2 .box_object .title {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  .section2 .box_object .title {
    font-size: 40px;
  }
}
.section2 .box_object .slick-center .item_object {
  transform: scale(1);
  transition: 0.3s all;
}
.section2 .box_object .slick-center .item_object:after {
  opacity: 0;
}
.section2 .box_object .slick-center .item_object .start {
  display: block;
}
.section2 .box_object .item_object {
  background: #ffffff;
  text-align: center;
  border-radius: 15px;
  transform: scale(0.84);
  transition: 0.3s all;
  text-align: center;
  color: #000000;
  padding: 15px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .section2 .box_object .item_object {
    padding: 37px;
    font-size: 18px;
  }
}
.section2 .box_object .item_object:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #04457A;
  top: 0;
  left: 0;
}
.section2 .box_object .item_object img {
  display: inline-block;
}
.section2 .box_object .item_object h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 13px 0 20px;
}
.section2 .box_object .item_object .start {
  display: none;
  margin-top: 50px;
  color: #FFD400;
  font-size: 22px;
}
.section2 .box_object .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section2 .box_object .slick-prev {
  background: #ffffff;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  left: 30px;
}
@media (min-width: 1028px) {
  .section2 .box_object .slick-prev {
    left: 15px;
  }
}
@media (max-width: 525px) {
  .section2 .box_object .slick-prev {
    top: 30%;
    left: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  }
}
.section2 .box_object .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
}
.section2 .box_object .slick-next {
  background: #ffffff;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  right: 30px;
}
@media (min-width: 1028px) {
  .section2 .box_object .slick-next {
    right: 15px;
  }
}
@media (max-width: 525px) {
  .section2 .box_object .slick-next {
    top: 30%;
    right: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  }
}
.section2 .box_object .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
}
.section2 .box_object .slick-dots {
  position: relative;
  margin-top: 40px;
  bottom: 0;
}
.section2 .box_object .slick-dots li.slick-active button {
  opacity: 1;
}
.section2 .box_object .slick-dots li button {
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
}
.section2 .box_object .slick-dots li button:before {
  display: none;
}

.achievements {
  padding: 30px 0;
  background: #F4F4F4;
}
@media (min-width: 1100px) {
  .achievements {
    padding: 60px 0;
  }
}
.achievements .title {
  font-weight: bold;
  text-align: center;
  color: #04457A;
  text-transform: uppercase;
  margin-bottom: 34px;
  font-size: 24px;
}
@media (min-width: 601px) {
  .achievements .title {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  .achievements .title {
    font-size: 40px;
  }
}
.achievements .title span {
  color: #FF960B;
}
.achievements .box_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.achievements .box_item .item {
  background: #ffffff;
  border-radius: 37px 0 37px 0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
  flex: 0 0 100%;
  max-width: 0 0 100%;
  margin: 10px;
  padding: 10px;
}
@media (min-width: 824px) {
  .achievements .box_item .item {
    padding: 14px;
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 15px;
  }
}
.achievements .box_item .item:hover .inner img {
  opacity: 0.7;
  transition: 0.5s all;
}
.achievements .box_item .item .inner {
  border-radius: 37px 0 37px 0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  padding: 10px 10px 10px 5px;
}
@media (min-width: 824px) {
  .achievements .box_item .item .inner {
    padding: 14px;
  }
}
.achievements .box_item .item .inner img {
  border-top-left-radius: 15px;
  transition: 0.5s all;
}
@media (max-width: 1024px) {
  .achievements .box_item .item .inner img {
    max-width: 150px;
  }
}
.achievements .box_item .item .inner .info {
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (min-width: 769px) {
  .achievements .box_item .item .inner .info {
    padding: 21px;
  }
}
.achievements .box_item .item .inner .info .score {
  font-size: 22px;
  color: #04457A;
  font-weight: 600;
}
.achievements .box_item .item .inner .info .score span {
  font-weight: bold;
  position: relative;
  font-size: 40px;
}
@media (min-width: 769px) {
  .achievements .box_item .item .inner .info .score span {
    font-size: 50px;
  }
}
@media (min-width: 1100px) {
  .achievements .box_item .item .inner .info .score span {
    font-size: 90px;
  }
}
.achievements .box_item .item .inner .info .score span:after {
  content: "/";
}
.achievements .box_item .item .inner .info .name {
  margin-top: auto;
  padding-left: 13px;
  position: relative;
  font-size: 14px;
}
@media (min-width: 1100px) {
  .achievements .box_item .item .inner .info .name {
    font-size: 15px;
  }
}
.achievements .box_item .item .inner .info .name:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 79%;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
  left: 0;
}
.achievements .box_item .item .inner .info .name h3 {
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 1100px) {
  .achievements .box_item .item .inner .info .name h3 {
    font-size: 20px;
  }
}
.achievements .slick-prev {
  background: #ffffff;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  left: 30px;
}
@media (min-width: 1028px) {
  .achievements .slick-prev {
    left: -35px;
  }
}
@media (max-width: 769px) {
  .achievements .slick-prev {
    left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  }
}
.achievements .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
}
.achievements .slick-next {
  background: #ffffff;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  right: 30px;
}
@media (min-width: 1028px) {
  .achievements .slick-next {
    right: -35px;
  }
}
@media (max-width: 769px) {
  .achievements .slick-next {
    right: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  }
}
.achievements .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
}
.achievements .see_all {
  text-align: center;
  margin-top: 40px;
}
.achievements .see_all a {
  border-radius: 25px;
  background: #FF960B;
  color: #ffffff;
  padding: 10px 30px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .achievements .see_all a {
    font-size: 20px;
  }
}
.achievements .see_all a:after {
  content: "";
  background: #ffffff;
  height: 155px;
  left: -50%;
  opacity: 0.2;
  position: absolute;
  top: 0%;
  transform: rotate(26deg) translateY(-50%);
  transition: all 0.35s;
  width: 70px;
  pointer-events: none;
}
.achievements .see_all a:hover {
  text-decoration: underline;
}
.achievements .see_all a:hover:after {
  left: 120%;
  transition: all 0.35s;
}
.achievements .see_all a:hover i {
  transform: translateX(5px);
  transition: all 0.35s;
}
.achievements .see_all a i {
  font-weight: 400;
  font-size: 16px;
  margin-left: 3px;
  transition: all 0.35s;
}

.advisory {
  background: #F4F4F4;
  padding: 10px 0;
}
.advisory .box_header {
  font-family: "Source Sans Pro";
}
.advisory .box_header .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #04457A;
  line-height: 1;
  margin-bottom: 28px;
  font-size: 24px;
}
@media (min-width: 480px) {
  .advisory .box_header .title {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  .advisory .box_header .title {
    font-size: 40px;
  }
}
.advisory .box_header .title span {
  display: block;
  color: #FF960B;
}
.advisory .box_header .short {
  font-size: 16px;
  color: #000000;
  max-width: 95%;
}
@media (min-width: 1100px) {
  .advisory .box_header .short {
    font-size: 18px;
  }
}
.advisory .box_header .box_bottom {
  margin-top: 40px;
}
.advisory .box_header .box_bottom a {
  border-radius: 25px;
  background: #FF960B;
  color: #ffffff;
  padding: 10px 30px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media (min-width: 480px) {
  .advisory .box_header .box_bottom a {
    font-size: 20px;
  }
}
.advisory .box_header .box_bottom a:after {
  content: "";
  background: #ffffff;
  height: 155px;
  left: -60%;
  opacity: 0.2;
  position: absolute;
  top: 0%;
  transform: rotate(26deg) translateY(-50%);
  transition: all 0.35s;
  width: 70px;
  pointer-events: none;
}
.advisory .box_header .box_bottom a:hover {
  text-decoration: underline;
}
.advisory .box_header .box_bottom a:hover:after {
  left: 120%;
  transition: all 0.35s;
}
.advisory .box_header .box_bottom a:hover i {
  transform: translateX(5px);
  transition: all 0.35s;
}
.advisory .box_header .box_bottom a i {
  font-size: 16px;
  margin-left: 3px;
  transition: all 0.35s;
}
@media (max-width: 823px) {
  .advisory .box_content {
    margin-top: 30px;
  }
}
.advisory .box_content .item {
  background-image: linear-gradient(to right, #04457A, #042674);
  margin-bottom: 20px;
  border-radius: 15px;
  color: #ffffff;
  padding: 20px;
  display: flex;
  transition: 0.3s all;
}
.advisory .box_content .item:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  transition: 0.3s all;
}
.advisory .box_content .item .col_l {
  flex: 0 0 90px;
  margin-right: 20px;
}
.advisory .box_content .item .col_l .image {
  border: 3px solid rgba(244, 244, 244, 0.1);
  border-radius: 50%;
  overflow: hidden;
}
.advisory .box_content .item .col_r .inner {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  .advisory .box_content .item .col_r .inner {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .advisory .box_content .item .col_r .inner {
    flex-wrap: wrap;
  }
}
.advisory .box_content .item .col_r .inner .title {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 480px) {
  .advisory .box_content .item .col_r .inner .title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.advisory .box_content .item .col_r .inner .title:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 55%;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  display: none;
}
@media (min-width: 480px) {
  .advisory .box_content .item .col_r .inner .title:after {
    display: block;
  }
}
.advisory .box_content .item .col_r .inner .rate {
  font-size: 14px;
  color: #FFD400;
}
.advisory .box_content .item .col_r .content {
  font-size: 13px;
}
@media (min-width: 1100px) {
  .advisory .box_content .item .col_r .content {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .advisory .box_content .item .col_r .content {
    max-height: 39px;
    overflow: hidden;
  }
}

.about {
  background: #F4F4F4;
  padding-bottom: 70px;
}
.about .title {
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 34px;
  font-size: 24px;
}
@media (min-width: 480px) {
  .about .title {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  .about .title {
    font-size: 40px;
  }
}
.about .title span {
  color: #FF960B;
}
.about .content {
  background: #ffffff;
  border-radius: 15px;
  font-size: 16px;
  padding: 15px;
  padding-bottom: 40px;
}
@media (min-width: 601px) {
  .about .content {
    padding: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1100px) {
  .about .content {
    font-size: 18px;
    padding: 40px;
  }
}
.about .content strong {
  font-weight: 600;
  color: #FF960B;
  font-size: 20px;
}
@media (min-width: 1100px) {
  .about .content strong {
    font-size: 23px;
  }
}
.about .content a.view_more {
  float: right;
  font-weight: 300;
  font-size: 14px;
  color: #FF960B;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .about .content a.view_more {
    font-size: 16px;
  }
}
.about .content a.view_more:hover {
  text-decoration: underline;
}
.about .content a.view_more:hover i {
  transition: 0.3s all;
  transform: translateX(5px);
}
.about .content a.view_more i {
  font-size: 14px;
  transition: 0.3s all;
}
.about .more_content {
  display: none;
  margin-top: 10px;
}

.regis_form .video {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 824px) {
  .regis_form .video {
    flex: 0 0 calc(100% - 432px);
    max-width: calc(100% - 432px);
  }
}
@media (min-width: 1028px) {
  .regis_form .video {
    flex: 0 0 calc(100% - 502px);
    max-width: calc(100% - 502px);
  }
}
.regis_form .video iframe {
  border: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .regis_form .video iframe {
    height: 300px;
  }
}
.regis_form .form {
  width: 100%;
}
@media (min-width: 824px) {
  .regis_form .form {
    width: 400px;
  }
}
@media (min-width: 1028px) {
  .regis_form .form {
    width: 452px;
  }
}
.regis_form .form .title_register {
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 34px;
  font-size: 24px;
}
@media (min-width: 480px) {
  .regis_form .form .title_register {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  .regis_form .form .title_register {
    font-size: 40px;
  }
}
.regis_form .form .title_register span {
  color: #FF960B;
}
.regis_form .form .register_input {
  height: 53px;
  border: 0;
  background: #ffffff;
  width: 100%;
  margin-bottom: 12px;
  padding: 13px;
  padding-left: 19px;
  font-size: 16px;
}
@media (min-width: 1100px) {
  .regis_form .form .register_input {
    font-size: 18px;
  }
}
.regis_form .form .register_input::-moz-placeholder {
  font-size: 15px;
  color: #000000;
}
.regis_form .form .register_input::placeholder {
  font-size: 15px;
  color: #000000;
}
@media (min-width: 1100px) {
  .regis_form .form .register_input::-moz-placeholder {
    font-size: 18px;
  }
  .regis_form .form .register_input::placeholder {
    font-size: 18px;
  }
}
.regis_form .form .btn_send {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  background: #04457A;
  border-radius: 25px;
  padding: 10px 37px;
  margin-top: 38px;
  animation: pulse 1.7s infinite;
  font-size: 14px;
}
@media (min-width: 480px) {
  .regis_form .form .btn_send {
    font-size: 18px;
  }
}
.regis_form .form .btn_send:hover {
  background: #FF960B;
}/*# sourceMappingURL=home.css.map */