@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: Aeonik;
  src: url(../font/Aeonik-Regular.otf);
}
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 {
  animation: fadeInOne 8s;
}
html .landing_page .data_science_banner .holder .fadein_list .visualize {
  animation: fadeInTwo 8s;
}
html .landing_page .data_science_banner .holder .fadein_list .model {
  animation: fadeInThree 8s;
}
html .landing_page .data_science_banner .holder .fadein_list .difference {
  animation: fadeInFour 8s;
}
html .landing_page .data_science_banner .holder .fadein_list .insight {
  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: 4px;
  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 .statanow_banner {
  position: relative;
  overflow: hidden;
  height: 266px;
  background-color: #004ff4;
}
@media (max-width: 767px) {
  html .landing_page .statanow_banner {
    height: 276px;
  }
}
html .landing_page .statanow_banner .limit_size {
  max-width: 1440px;
  padding: 46px 56px 0px 56px;
  margin: auto;
}
@media (max-width: 992px) {
  html .landing_page .statanow_banner .limit_size {
    padding: 46px 56px 0px 56px;
  }
}
@media (max-width: 767px) {
  html .landing_page .statanow_banner .limit_size {
    padding: 30px 46px 0px 46px;
  }
}
@media (max-width: 575px) {
  html .landing_page .statanow_banner .limit_size {
    padding: 30px 16px 0px 16px;
  }
}
html .landing_page .statanow_banner .limit_size .text_box {
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  html .landing_page .statanow_banner .limit_size .text_box {
    margin-bottom: 20px;
  }
}
html .landing_page .statanow_banner .limit_size h3.regular_plus {
  font-family: Inter;
  color: #ffffff;
}
html .landing_page .statanow_banner .limit_size sup {
  top: -0.8em;
}
html .landing_page .statanow_banner .limit_size p.regular {
  font-family: Inter;
  color: #ffffff;
}
html .landing_page .statanow_banner .limit_size a {
  margin-bottom: 50px;
}
html .landing_page .statanow_banner .limit_size a div.invert_btn {
  float: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  padding: 12px 16px;
  border-radius: 4px;
}
html .landing_page .statanow_banner .limit_size a div.invert_btn p.regular {
  font-family: Inter;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1200px) {
  html .landing_page .statanow_banner .limit_size a div.invert_btn {
    font-size: 0.8em;
    padding: 10px 14px;
  }
}
html .landing_page .statanow_banner .limit_size a div.invert_btn:hover {
  background-color: #033560;
  border: 1px solid #033560;
  color: #ffffff;
}
html .landing_page .statanow_banner .limit_size a div.invert_btn:hover p.regular {
  color: #ffffff;
}
html .landing_page .statanow_banner .limit_size a:hover {
  text-decoration: none;
}
html .landing_page .statanow_banner .limit_size .image_box {
  text-align: center;
}
html .landing_page .statanow_banner .limit_size img {
  position: absolute;
  left: 55%;
  top: 30px;
  overflow: hidden;
  margin: auto;
  width: 530px;
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 767px) {
  html .landing_page .statanow_banner .limit_size img {
    position: static;
    width: 100%;
    padding: 50px;
    padding-bottom: 0px;
    margin-top: -30px;
  }
}
html .landing_page .new_in_stata_banner {
  margin: auto;
  padding: 46px 96px 30px 96px;
  background: rgb(255, 255, 255);
  background: linear-gradient(157deg, rgb(255, 255, 255) 0%, rgb(181, 201, 234) 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: 4px;
  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;
  -moz-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 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 767px) {
  html .landing_page .new_in_stata_banner .features_list .features ul {
    -moz-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: 1em;
  }
}
html .landing_page .new_in_stata_banner .features_list .features h3.statanow, html .landing_page .new_in_stata_banner .features_list .features h3.statanow2 {
  margin: 25px 0px 5px 10px;
  text-align: left;
  font-family: Inter;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: -0.03em;
}
html .landing_page .new_in_stata_banner .features_list .features h3.statanow2 {
  margin: 0px 0px 5px 10px;
  text-align: left;
  font-family: Inter;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: -0.03em;
}
html .landing_page .new_in_stata_banner .features_list .features h3.statanow2 a, html .landing_page .new_in_stata_banner .features_list .features h3.statanow a {
  text-align: left;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: -0.03em;
}
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 {
    -moz-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 {
    -moz-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: 1em;
  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: -12vw;
}
@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 .us24_banner {
  padding: 48px 96px 30px 96px;
  margin: auto;
  background-color: #2A4D48;
}
@media (max-width: 767px) {
  html .landing_page .us24_banner {
    padding: 46px 46px 30px 46px;
  }
}
@media (max-width: 575px) {
  html .landing_page .us24_banner {
    padding: 36px 16px 20px 16px;
  }
}
html .landing_page .us24_banner .limit_size {
  margin: auto;
  max-width: 1440px;
}
html .landing_page .us24_banner .limit_size .conf_info_box .conf_info h3.regular {
  color: #ffffff;
  margin: 0px;
}
@media (max-width: 575px) {
  html .landing_page .us24_banner .limit_size .conf_info_box .conf_info h3.regular {
    font-size: 2.2em;
  }
}
html .landing_page .us24_banner .limit_size .conf_info_box .conf_info p.regular {
  color: #ffffff;
  padding-top: 15px;
}
html .landing_page .us24_banner .limit_size .conf_info_box .conf_info .buttons_box {
  padding-top: 20px;
  text-align: left;
}
html .landing_page .us24_banner .limit_size .conf_info_box .conf_info .buttons_box .green_btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #65A475;
  background-color: #65A475;
  color: #ffffff;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  html .landing_page .us24_banner .limit_size .conf_info_box .conf_info .buttons_box .green_btn {
    font-size: 0.8em;
    padding: 10px 16px;
  }
}
html .landing_page .us24_banner .limit_size .conf_info_box .conf_info .buttons_box .green_btn:hover {
  cursor: pointer;
  background-color: #132016;
  color: #ffffff;
  border: 1px solid #132016;
  margin-right: 20px;
}
html .landing_page .us24_banner .limit_size .conf_info_box .conf_info .buttons_box .green_btn:hover path {
  stroke: #ffffff;
}
html .landing_page .us24_banner .limit_size .conf_info_box .conf_info .buttons_box p.regular {
  margin: 0px;
  padding-top: 0px;
}
html .landing_page .us24_banner .limit_size .conf_info_box .conf_info .buttons_box p.regular svg {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  html .landing_page .us24_banner .limit_size .conf_info_box .conf_info .buttons_box p.regular svg {
    margin-left: 4px;
  }
}
html .landing_page .us24_banner .limit_size .center_box {
  width: 100%;
}
@media (max-width: 767px) {
  html .landing_page .us24_banner .limit_size .center_box {
    margin-top: 15px;
  }
}
html .landing_page .us24_banner .limit_size .center_box .center_image {
  height: 300px;
  position: relative;
  top: 50%;
  width: 100%;
  text-align: right;
}
@media (max-width: 1200px) {
  html .landing_page .us24_banner .limit_size .center_box .center_image {
    height: 260px;
  }
}
html .landing_page .us24_banner .limit_size .center_box .center_image img {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
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: rgb(208, 223, 233);
  background-image: url("/new-in-stata/i/statanow-collage.png");
  background-size: 40%;
  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: 261px;
    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: flex;
  justify-content: center;
  align-content: center;
  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: 4px;
  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;
  }
}
html .landing_page .conferences .limit_size {
  max-width: 1440px;
  padding: 46px 96px 46px 96px;
  margin: auto;
}
@media (max-width: 992px) {
  html .landing_page .conferences .limit_size {
    padding: 46px 66px 46px 66px;
  }
}
@media (max-width: 767px) {
  html .landing_page .conferences .limit_size {
    padding: 30px 46px 30px 46px;
  }
}
@media (max-width: 575px) {
  html .landing_page .conferences .limit_size {
    padding: 30px 26px;
  }
}
html .landing_page .conferences .conferences_title {
  margin-bottom: 30px;
}
html .landing_page .conferences .conferences_title h1.regular {
  text-align: center;
  font-family: Aeonik;
  font-size: 2.5em;
  font-weight: 400;
}
html .landing_page .conferences .conferences_title p.regular {
  width: 70%;
  text-align: center;
  font-family: Aeonik;
  font-size: 1.125em;
  font-weight: 400;
  margin: auto;
}
@media (max-width: 767px) {
  html .landing_page .conferences .conferences_title p.regular {
    width: 100%;
  }
}
html .landing_page .conferences .upcoming {
  height: 325px;
}
@media (max-width: 1200px) {
  html .landing_page .conferences .upcoming {
    height: 300px;
  }
}
@media (max-width: 992px) {
  html .landing_page .conferences .upcoming {
    height: 285px;
  }
}
@media (max-width: 767px) {
  html .landing_page .conferences .upcoming {
    height: auto;
  }
}
html .landing_page .conferences .upcoming .image_box {
  position: relative;
  height: 100%;
  width: 100%;
}
html .landing_page .conferences .upcoming .image_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 767px) {
  html .landing_page .conferences .upcoming .image_box img {
    position: static;
    transform: none;
  }
}
html .landing_page .conferences .upcoming .text_box {
  position: relative;
  height: 100%;
  width: 100%;
  margin-left: 50px;
}
@media (max-width: 992px) {
  html .landing_page .conferences .upcoming .text_box {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  html .landing_page .conferences .upcoming .text_box {
    margin-top: 50px;
  }
}
html .landing_page .conferences .upcoming .text_box .text_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 767px) {
  html .landing_page .conferences .upcoming .text_box .text_content {
    position: static;
    transform: none;
  }
}
html .landing_page .conferences .upcoming .text_box .text_content h2.regular {
  font-family: Aeonik;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 20px;
}
html .landing_page .conferences .upcoming .text_box .text_content a {
  text-decoration: none;
}
html .landing_page .conferences .upcoming .text_box .text_content p.conf_title {
  text-align: left;
  font-family: Aeonik;
  font-size: 1.125em;
  font-weight: 500;
  color: #004ff4;
  padding: 0px;
  margin: 0px;
}
html .landing_page .conferences .upcoming .text_box .text_content p.date {
  text-align: left;
  font-family: Aeonik;
  font-size: 1em;
  font-weight: 400;
  color: #496080;
}
html .landing_page .conferences .upcoming .text_box .text_content .invert_btn {
  width: 260px;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #004ff4;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  html .landing_page .conferences .upcoming .text_box .text_content .invert_btn {
    width: 218px;
  }
}
html .landing_page .conferences .upcoming .text_box .text_content .invert_btn p.regular {
  font-family: Aeonik;
  color: #004ff4;
  margin: 0px;
  padding: 0px;
}

@keyframes fadeInOne {
  0% {
    opacity: 0;
  }
  15% {
    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;
  }
}
@keyframes fadeInThree {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    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;
  }
}
@keyframes fadeInFive {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=landing_page.css.map */