@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  overflow-x: hidden;
  font-size: 16px;
}

html .landing_page .data_science_banner {
  text-align: center;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 46px 50px 30px 50px;
  background-image: url("../images/background_darkblue.jpg");
  background-size: cover;
  background-position-y: 35%;
  background-color: #081d39;
}

@media (max-width: 767px) {
  html .landing_page .data_science_banner {
    padding: 50px 10px;
  }
}

html .landing_page .data_science_banner .holder h3.regular_plus {
  color: #ffffff;
  position: relative;
  color: #ffffff;
  z-index: 2;
}

@media (max-width: 575px) {
  html .landing_page .data_science_banner .holder h3.regular_plus {
    font-size: 2.2em;
  }
}

html .landing_page .data_science_banner .holder .fadein_list p.feature_plus {
  position: relative;
  margin-top: 1.8vw;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}

@media (max-width: 575px) {
  html .landing_page .data_science_banner .holder .fadein_list p.feature_plus {
    font-size: 0.8em;
  }
}

html .landing_page .data_science_banner .holder .fadein_list .explore {
  -webkit-animation: fadeInOne 8s;
          animation: fadeInOne 8s;
}

html .landing_page .data_science_banner .holder .fadein_list .visualize {
  -webkit-animation: fadeInTwo 8s;
          animation: fadeInTwo 8s;
}

html .landing_page .data_science_banner .holder .fadein_list .model {
  -webkit-animation: fadeInThree 8s;
          animation: fadeInThree 8s;
}

html .landing_page .data_science_banner .holder .fadein_list .difference {
  -webkit-animation: fadeInFour 8s;
          animation: fadeInFour 8s;
}

html .landing_page .data_science_banner .holder .fadein_list .insight {
  -webkit-animation: fadeInFive 8s;
          animation: fadeInFive 8s;
}

html .landing_page .data_science_banner .holder .insight {
  margin: 1.8vw 0vw 3.1vw 0vw;
}

html .landing_page .data_science_banner .holder .insight sup {
  font-weight: 400;
  font-size: 0.6em;
  margin-top: 0.6vw;
}

html .landing_page .data_science_banner .holder .buttons_box {
  text-align: center;
  margin: auto;
}

@media (max-width: 575px) {
  html .landing_page .data_science_banner .holder .buttons_box {
    margin-top: 20px;
  }
}

html .landing_page .data_science_banner .holder .buttons_box .blue_btn, html .landing_page .data_science_banner .holder .buttons_box .white_btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 25px;
  border: 1px solid #004ff4;
}

@media (max-width: 1200px) {
  html .landing_page .data_science_banner .holder .buttons_box .blue_btn, html .landing_page .data_science_banner .holder .buttons_box .white_btn {
    font-size: 0.8em;
    padding: 10px 14px;
  }
}

html .landing_page .data_science_banner .holder .buttons_box .blue_btn {
  background-color: #004ff4;
  color: #ffffff;
  margin-right: 20px;
}

html .landing_page .data_science_banner .holder .buttons_box .white_btn {
  background-color: #ffffff;
  color: #004ff4;
  border: 1px solid #004ff4;
}

@media (max-width: 1200px) {
  html .landing_page .data_science_banner .holder .buttons_box .white_btn {
    font-size: 0.8em;
    padding: 10px 14px;
  }
}

html .landing_page .data_science_banner .holder .buttons_box .blue_btn:hover {
  cursor: pointer;
  background-color: #033560;
  color: #ffffff;
  margin-right: 20px;
  border: 1px solid #033560;
}

html .landing_page .data_science_banner .holder .buttons_box .blue_btn:hover path {
  stroke: #ffffff;
}

html .landing_page .data_science_banner .holder .buttons_box .white_btn:hover {
  cursor: pointer;
  background-color: #033560;
  color: #ffffff;
  border: 1px solid #033560;
}

html .landing_page .data_science_banner .holder .buttons_box .white_btn:hover path {
  stroke: #ffffff;
}

html .landing_page .data_science_banner .holder .buttons_box p.regular {
  margin: 0px;
}

html .landing_page .data_science_banner .holder .buttons_box p.regular svg {
  margin-left: 10px;
}

@media (max-width: 1200px) {
  html .landing_page .data_science_banner .holder .buttons_box p.regular svg {
    margin-left: 4px;
  }
}

html .landing_page .new_in_stata_banner {
  margin: auto;
  padding: 46px 96px 30px 96px;
  background: white;
  background: linear-gradient(157deg, white 0%, #b5c9ea 100%);
}

@media (max-width: 767px) {
  html .landing_page .new_in_stata_banner {
    padding: 46px 46px 30px 46px;
  }
}

@media (max-width: 575px) {
  html .landing_page .new_in_stata_banner {
    padding: 30px 16px 20px 16px;
  }
}

html .landing_page .new_in_stata_banner .new_in_stata {
  margin: auto;
  max-width: 1440px;
}

html .landing_page .new_in_stata_banner .new_in_stata h3.regular_plus {
  text-align: center;
  color: #004ff4;
}

@media (max-width: 575px) {
  html .landing_page .new_in_stata_banner .new_in_stata h3.regular_plus {
    font-size: 2.2em;
  }
}

html .landing_page .new_in_stata_banner .new_in_stata h3.regular_plus img {
  margin-bottom: 8px;
  height: 50px;
}

html .landing_page .new_in_stata_banner .new_in_stata .buttons_box {
  margin: auto;
  text-align: center;
  padding-top: 15px;
}

@media (max-width: 575px) {
  html .landing_page .new_in_stata_banner .new_in_stata .buttons_box {
    padding-top: 0px;
  }
}

html .landing_page .new_in_stata_banner .new_in_stata .buttons_box a {
  text-decoration: none;
}

@media (max-width: 575px) {
  html .landing_page .new_in_stata_banner .new_in_stata .buttons_box a {
    text-align: center;
  }
}

html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .blue_btn, html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .clear_btn {
  display: inline-block;
  background-color: #004ff4;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 25px;
  border: 1px solid #004ff4;
}

@media (max-width: 1200px) {
  html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .blue_btn, html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .clear_btn {
    font-size: 0.8em;
    padding: 10px 14px;
  }
}

@media (max-width: 575px) {
  html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .blue_btn, html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .clear_btn {
    width: 144px;
    padding: 10px 14px;
    margin: auto;
  }
}

html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .clear_btn {
  background-color: rgba(255, 255, 255, 0);
  color: #004ff4;
  margin-left: 20px;
}

@media (max-width: 575px) {
  html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .clear_btn {
    margin: auto;
    margin-top: 10px;
  }
}

html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .clear_btn:hover, html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .blue_btn:hover {
  cursor: pointer;
  background-color: #033560;
  color: #ffffff;
  border: solid 1px #033560;
}

html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .clear_btn:hover path, html .landing_page .new_in_stata_banner .new_in_stata .buttons_box .blue_btn:hover path {
  stroke: #ffffff;
}

html .landing_page .new_in_stata_banner .new_in_stata .buttons_box p.regular {
  margin: 0px;
}

html .landing_page .new_in_stata_banner .new_in_stata .buttons_box p.regular svg {
  margin-left: 10px;
}

@media (max-width: 1200px) {
  html .landing_page .new_in_stata_banner .new_in_stata .buttons_box p.regular svg {
    margin-left: 4px;
  }
}

html .landing_page .new_in_stata_banner .features_list {
  max-width: 1440px;
  padding: 30px 0px 0px 0px;
  margin: auto;
}

html .landing_page .new_in_stata_banner .features_list .features {
  background-color: #ffffff;
  padding: 14px 8px 8px 8px;
  border: 2px solid #004ff4;
  border-radius: 24px;
}

@media (max-width: 575px) {
  html .landing_page .new_in_stata_banner .features_list .features {
    padding: 14px 8px 8px 8px;
  }
}

html .landing_page .new_in_stata_banner .features_list .features ul {
  text-align: left;
  -webkit-column-count: 3;
          column-count: 3;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  html .landing_page .new_in_stata_banner .features_list .features ul {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 767px) {
  html .landing_page .new_in_stata_banner .features_list .features ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

html .landing_page .new_in_stata_banner .features_list .features ul li {
  list-style-type: none;
  padding-left: 10px;
}

html .landing_page .new_in_stata_banner .features_list .features ul li p {
  font-size: 0.8em;
  margin: 0px;
  margin-bottom: 5px;
}

@media (min-width: 1223px) {
  html .landing_page .new_in_stata_banner .features_list .features ul li p {
    font-size: 1.0em;
  }
}

html .landing_page .new_in_stata_banner .features_list .features #three_col {
  display: block;
}

@media (max-width: 992px) {
  html .landing_page .new_in_stata_banner .features_list .features #three_col {
    display: none;
  }
}

html .landing_page .new_in_stata_banner .features_list .features #two_col {
  display: none;
}

@media (max-width: 992px) {
  html .landing_page .new_in_stata_banner .features_list .features #two_col {
    display: block;
  }
}

@media (max-width: 767px) {
  html .landing_page .new_in_stata_banner .features_list .features #two_col {
    display: none;
  }
}

html .landing_page .new_in_stata_banner .features_list .features #one_col {
  display: none;
}

@media (max-width: 767px) {
  html .landing_page .new_in_stata_banner .features_list .features #one_col {
    display: block;
  }
}

html .landing_page .new_in_stata_banner .features_list .features a {
  color: #004ff4;
  text-decoration: none;
}

html .landing_page .new_in_stata_banner .features_list .features a:hover {
  cursor: pointer;
  text-decoration: underline;
}

html .landing_page .ds_software_banner {
  position: relative;
  background-image: url("/includes/images/blue-triangles.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

html .landing_page .ds_software_banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

html .landing_page .ds_software_banner .software {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding: 48px 96px 30px 96px;
  margin: 0px auto;
  text-align: center;
  z-index: 2;
}

@media (max-width: 767px) {
  html .landing_page .ds_software_banner .software {
    padding: 46px 46px 30px 46px;
  }
}

@media (max-width: 575px) {
  html .landing_page .ds_software_banner .software {
    padding: 36px 16px 20px 16px;
  }
}

html .landing_page .ds_software_banner .software h3.regular_plus {
  text-align: center;
  color: #125f90;
  padding: 0px 0px 20px 0px;
}

@media (max-width: 575px) {
  html .landing_page .ds_software_banner .software h3.regular_plus {
    font-size: 2.2em;
  }
}

@media (max-width: 1200px) {
  html .landing_page .ds_software_banner .software .features_lists {
    margin: auto;
  }
}

html .landing_page .ds_software_banner .software .list {
  color: #125f90;
  text-align: left;
  padding-left: 175px;
}

@media (max-width: 1200px) {
  html .landing_page .ds_software_banner .software .list {
    padding-left: 100px;
  }
}

@media (max-width: 992px) {
  html .landing_page .ds_software_banner .software .list {
    -webkit-column-count: 2;
            column-count: 2;
    margin: auto;
    width: 80%;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
  }
}

@media (max-width: 575px) {
  html .landing_page .ds_software_banner .software .list {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

html .landing_page .ds_software_banner .software .list a {
  color: #222934;
  font-family: Inter;
  font-weight: 400;
  font-size: 1.000em;
  font-weight: 500;
  text-decoration: none;
}

html .landing_page .ds_software_banner .software .list a:hover {
  cursor: pointer;
  text-decoration: underline;
}

html .landing_page .ds_software_banner .software .interface_image {
  margin-top: 3.25vw;
  margin-left: -12.0vw;
}

@media (max-width: 992px) {
  html .landing_page .ds_software_banner .software .interface_image {
    margin: auto;
    margin-top: 40px;
  }
}

html .landing_page .ds_software_banner .software .interface_image .interface_img {
  width: 80%;
  max-width: 690px;
  margin: auto;
}

@media (max-width: 992px) {
  html .landing_page .ds_software_banner .software .interface_image .interface_img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  html .landing_page .ds_software_banner .software .interface_image .interface_img {
    width: 80%;
  }
}

@media (max-width: 575px) {
  html .landing_page .ds_software_banner .software .interface_image .interface_img {
    width: 100%;
  }
}

html .landing_page .stata_conf_2023_banner {
  padding: 48px 96px 30px 96px;
  margin: auto;
  background-color: #022039;
}

@media (max-width: 767px) {
  html .landing_page .stata_conf_2023_banner {
    padding: 46px 46px 30px 46px;
  }
}

@media (max-width: 575px) {
  html .landing_page .stata_conf_2023_banner {
    padding: 36px 16px 20px 16px;
  }
}

html .landing_page .stata_conf_2023_banner .conference {
  margin: auto;
  max-width: 1440px;
}

html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info h3.regular_plus, html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info h3.regular {
  color: #de982e;
  margin: 0px;
}

@media (max-width: 575px) {
  html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info h3.regular_plus, html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info h3.regular {
    font-size: 2.2em;
  }
}

html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info p.regular {
  color: #ffffff;
  padding-top: 15px;
}

html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info .buttons_box {
  padding-top: 20px;
  text-align: left;
}

html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info .buttons_box .gold_btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 25px;
  border: 1px solid #de982e;
  background-color: #de982e;
  color: #ffffff;
  margin-right: 20px;
}

@media (max-width: 1200px) {
  html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info .buttons_box .gold_btn {
    font-size: 0.8em;
    padding: 10px 16px;
  }
}

html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info .buttons_box .gold_btn:hover {
  cursor: pointer;
  background-color: #033560;
  color: #ffffff;
  border: 1px solid #033560;
  margin-right: 20px;
}

html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info .buttons_box .gold_btn:hover path {
  stroke: #ffffff;
}

html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info .buttons_box p.regular {
  margin: 0px;
  padding-top: 0px;
}

html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info .buttons_box p.regular svg {
  margin-left: 10px;
}

@media (max-width: 1200px) {
  html .landing_page .stata_conf_2023_banner .conference .conf_info_box .conf_info .buttons_box p.regular svg {
    margin-left: 4px;
  }
}

html .landing_page .stata_conf_2023_banner .conference .img_box {
  text-align: center;
}

html .landing_page .stata_conf_2023_banner .conference .img_box img {
  margin: auto;
  width: 60%;
}

@media (max-width: 1200px) {
  html .landing_page .stata_conf_2023_banner .conference .img_box img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  html .landing_page .stata_conf_2023_banner .conference .img_box img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  html .landing_page .stata_conf_2023_banner .conference .img_box img {
    width: 80%;
  }
}

@media (max-width: 575px) {
  html .landing_page .stata_conf_2023_banner .conference .img_box img {
    width: 100%;
  }
}

html .landing_page .your_research_banner {
  background-image: url("/includes/images/disciplines-home_l_rotate.jpg");
  background-size: cover;
  background-position: 100%;
}

html .landing_page .your_research_banner .your_research {
  text-align: center;
  padding: 48px 96px 30px 96px;
}

@media (max-width: 767px) {
  html .landing_page .your_research_banner .your_research {
    padding: 46px 46px 30px 46px;
  }
}

@media (max-width: 575px) {
  html .landing_page .your_research_banner .your_research {
    padding: 16px;
  }
}

html .landing_page .your_research_banner .your_research h3.regular_plus {
  color: #ffffff;
}

@media (max-width: 575px) {
  html .landing_page .your_research_banner .your_research h3.regular_plus {
    font-size: 2.2em;
  }
}

html .landing_page .your_research_banner .your_research h5.mini_plus {
  color: #56caf5;
  font-weight: 500;
  padding: 15px 0px;
}

@media (max-width: 575px) {
  html .landing_page .your_research_banner .your_research h5.mini_plus {
    font-size: 1.2em;
  }
}

html .landing_page .your_research_banner .your_research img {
  padding: 5px 0px;
}

html .landing_page .your_research_banner .your_research a {
  color: #56caf5;
  font-weight: 500;
  text-decoration: none;
}

html .landing_page .your_research_banner .your_research a:hover {
  cursor: pointer;
  text-decoration: underline;
}

html .landing_page .netcourse_banner {
  background-color: #d0dfe9;
  background-image: url("/new-in-stata/i/termial_image.png");
  background-size: auto 75%;
  background-position: 80% 35%;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  html .landing_page .netcourse_banner {
    background-size: auto 65%;
    background-position: 80% 40%;
  }
}

@media (max-width: 992px) {
  html .landing_page .netcourse_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 550px;
    padding: 96px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
}

html .landing_page .netcourse_banner .netcourse_container {
  max-width: 1440px;
  position: relative;
  text-align: center;
  padding: 48px 96px 30px 96px;
  margin: auto;
  z-index: 2;
}

@media (max-width: 992px) {
  html .landing_page .netcourse_banner .netcourse_container {
    padding: 48px 66px 30px 66px;
  }
}

@media (max-width: 767px) {
  html .landing_page .netcourse_banner .netcourse_container {
    padding: 46px 46px 30px 46px;
    background-size: auto 60%;
    background-position: 95% 35%;
  }
}

@media (max-width: 575px) {
  html .landing_page .netcourse_banner .netcourse_container {
    padding: 36px 16px 30px 16px;
  }
}

html .landing_page .netcourse_banner .netcourse_container .netcourse {
  max-width: 1440px;
}

html .landing_page .netcourse_banner .netcourse_container .netcourse .words {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .landing_page .netcourse_banner .netcourse_container .netcourse .words h3.regular_plus {
  color: #125f90;
  text-align: left;
}

@media (max-width: 575px) {
  html .landing_page .netcourse_banner .netcourse_container .netcourse .words h3.regular_plus {
    font-size: 2.2em;
  }
}

html .landing_page .netcourse_banner .netcourse_container .netcourse .words h5.mini_plus {
  text-align: left;
  color: #222934;
  padding: 15px 0px;
}

@media (max-width: 575px) {
  html .landing_page .netcourse_banner .netcourse_container .netcourse .words h5.mini_plus {
    font-size: 1.2em;
  }
}

html .landing_page .netcourse_banner .netcourse_container .netcourse .words .buttons_box {
  padding-top: 20px;
  text-align: left;
}

html .landing_page .netcourse_banner .netcourse_container .netcourse .words .buttons_box .blue_btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 25px;
  border: 1px solid #125f90;
  background-color: #125f90;
  color: #ffffff;
  margin-right: 20px;
}

@media (max-width: 1200px) {
  html .landing_page .netcourse_banner .netcourse_container .netcourse .words .buttons_box .blue_btn {
    font-size: 0.8em;
    padding: 10px 16px;
  }
}

html .landing_page .netcourse_banner .netcourse_container .netcourse .words .buttons_box .blue_btn:hover {
  cursor: pointer;
  background-color: #033560;
  color: #ffffff;
  border: 1px solid #033560;
  margin-right: 20px;
}

html .landing_page .netcourse_banner .netcourse_container .netcourse .words .buttons_box .blue_btn:hover path {
  stroke: #ffffff;
}

html .landing_page .netcourse_banner .netcourse_container .netcourse .words .buttons_box p.regular {
  margin: 0px;
  padding-top: 0px;
}

html .landing_page .netcourse_banner .netcourse_container .netcourse .words .buttons_box p.regular svg {
  margin-left: 10px;
}

@media (max-width: 1200px) {
  html .landing_page .netcourse_banner .netcourse_container .netcourse .words .buttons_box p.regular svg {
    margin-left: 4px;
  }
}

@-webkit-keyframes fadeInOne {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOne {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInTwo {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInTwo {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInThree {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInThree {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInFour {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFour {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInFive {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFive {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=landing_page.css.map */