/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  color: inherit;
  margin: 0;
  border: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

/* Fonts */
@font-face {
  font-family: "daxmedium";
  src: url("/assets/fonts/dax-medium.woff2") format("woff2"), url("/assets/fonts/dax-medium.woff") format("woff"), url("/assets/fonts/dax-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxregular";
  src: url("/assets/fonts/dax-regular.woff2") format("woff2"), url("/assets/fonts/dax-regular.woff") format("woff"), url("/assets/fonts/dax-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxbold";
  src: url("/assets/fonts/dax-bold.woff2") format("woff2"), url("/assets/fonts/dax-bold.woff") format("woff"), url("/assets/fonts/dax-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.container {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.container header {
  display: flex;
  background-color: #fff;
  justify-content: center;
  height: 100px;
}
.container header > div {
  width: 1140px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .container header > div {
    width: 96%;
    position: relative;
    justify-content: space-between;
  }
}
.container header > div .logo {
  width: 243px;
  height: 67px;
}
@media only screen and (max-width: 767px) {
  .container header > div .logo {
    display: none;
  }
}
.container header > div .logo_mobile {
  width: auto;
  height: auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .container header > div .logo_mobile {
    display: block;
  }
}
.container header > div .language-switcher {
  position: relative;
  display: block;
  font-family: "Heboo", sans-serif;
  margin-left: auto;
  margin-right: 1rem;
}
.container header > div .language-switcher button {
  cursor: pointer;
  font-family: "Heebo", sans-serif;
  font-weight: 200;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .container header > div .language-switcher button {
    font-size: 15px;
  }
}
.container header > div .language-switcher button:first-child::after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
}
.container header > div .login a {
  background: #005A9C;
  /* Updated for better contrast */
  border-radius: 49px;
  font-family: "daxregular", sans-serif;
  font-size: 1.125rem;
  /* 18px */
  color: #ffffff;
  padding: 0.9375rem 3.75rem;
  /* 15px 60px */
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .container header > div .login a {
    font-size: 1rem;
    padding: 0.5rem 0.8rem;
    margin-left: auto;
  }
}
.container .welcome {
  display: flex;
  justify-content: center;
  background-image: url('main-background.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 900px;
}
.container .welcome > div {
  width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .container .welcome > div {
    width: 100%;
  }
}

/* Background video styling */
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background-video video,
.background-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content wrapper using flexbox */
.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 40px 20px;
}

.center-circle-outer {
  margin-top: auto;
  margin-bottom: auto;
  width: 376px;
  height: 376px;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Inner circle with blur effect */
.center-circle-inner {
  width: 90%; /* Creates the gap - adjust as needed */
  height: 90%; /* Creates the gap - adjust as needed */
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.center-circle-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 87, 139, 0.37);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.circle-content {
  position: relative;
  text-align: center;
  z-index: 1;
  font-family: "daxregular";
  font-size: 68px;
  font-weight: 500;
  color: #ffffff;
  line-height: 90%;
}

.circle-content h1 {
  font-size: 3.5rem;
  margin-bottom: 0;
  line-height: 1;
}

.fw-bold {
  font-style: italic;
  font-weight: bold;
}

.circle-content h2 {
  font-size: 2.5rem;
  font-weight: normal;
}

/* Bottom text styling */
.bottom-text {
  text-align: center;
  margin-top: auto;
  font-family: "daxregular";
  font-size: 42px;
  font-weight: 500;
  color: #ffffff;
  line-height: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .center-circle-outer {
    margin-top: auto;
    margin-bottom: auto;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .center-circle {
    width: 220px;
    height: 220px;
  }
  .circle-content h1 {
    font-size: 1.5rem;
  }
  .circle-content h2 {
    font-size: 1.8rem;
  }
  .bottom-text {
    font-size: 1.3rem;
  }
}
.hero-content {
  background-color: rgb(0, 117, 190);
  display: flex;
  justify-content: center;
}
.hero-content > div {
  width: 1140px;
  display: flex;
  min-height: 400px;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-content > div {
    width: 100%;
    flex-direction: column;
  }
}
.hero-content > div .left-column {
  color: #ffffff;
  flex: 3;
  display: flex;
  align-items: center;
  padding-right: 50px;
  font-family: "Heebo", sans-serif;
  font-weight: 100;
  font-size: 32px;
}
.hero-content > div .right-column {
  flex: 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.hero-content > div .top-paragraph {
  margin-bottom: 10px;
  font-family: "Heebo", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #ffffff;
}
.hero-content > div .bottom-paragraph {
  font-family: "Heebo", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 900px) {
  .hero-content > div .left-column {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .hero-content > div .left-column h2 {
    font-size: 28px;
  }
}

.webinar-content {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.webinar-content > div {
  width: 1140px;
  display: flex;
  min-height: 400px;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .webinar-content > div {
    width: 100%;
    flex-direction: column;
  }
}
.webinar-content > div .left-column {
  color: rgb(0, 55, 88);
  flex: 3;
  display: flex;
  align-items: center;
  padding-right: 50px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 32px;
}
.webinar-content > div .right-column {
  flex: 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  color: rgb(0, 55, 88);
  /* Responsive adjustments */
}
.webinar-content > div .right-column .webinar-card {
  width: 100%;
  max-width: 700px;
  background-color: rgb(177, 229, 254);
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.webinar-content > div .right-column .card-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.webinar-content > div .right-column .webinar-label {
  color: rgb(0, 55, 88);
  margin-bottom: 5px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.webinar-content > div .right-column .webinar-title {
  color: rgb(0, 55, 88);
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 10px;
}
.webinar-content > div .right-column .description p {
  color: rgb(0, 55, 88);
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.webinar-content > div .right-column .benefits-title {
  color: rgb(0, 55, 88);
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.webinar-content > div .right-column .benefits-list {
  list-style-position: outside;
  padding-left: 20px;
}
.webinar-content > div .right-column .benefits-list li {
  color: rgb(0, 55, 88);
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
  list-style-type: disc;
}
.webinar-content > div .right-column .benefits-list li:last-child {
  margin-bottom: 0;
}
.webinar-content > div .right-column .action {
  margin-top: 15px;
}
.webinar-content > div .right-column .signup-button {
  background-color: #2675bf;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.webinar-content > div .right-column .signup-button:hover {
  background-color: #1c5c95;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  .webinar-content > div .right-column .webinar-card {
    padding: 25px;
  }
  .webinar-content > div .right-column .webinar-title {
    font-size: 1.8rem;
  }
  .webinar-content > div .right-column .description p, .webinar-content > div .right-column .benefits-list li {
    font-size: 1rem;
  }
}
@media (max-width: 900px) {
  .webinar-content > div .left-column {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .webinar-content > div .left-column h2 {
    font-size: 28px;
  }
}

.form-content {
  background-color: rgb(177, 229, 254);
  display: flex;
  justify-content: center;
}
.form-content > div {
  width: 1140px;
  display: flex;
  min-height: 400px;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .form-content > div {
    width: 100%;
    flex-direction: column;
  }
}
.form-content > div .left-column {
  color: rgb(0, 55, 88);
  flex: 3;
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
.form-content > div .left-column span {
  color: rgb(0, 55, 88);
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 32px;
}
.form-content > div .left-column p {
  color: rgb(0, 55, 88);
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 25px;
}
.form-content > div .right-column {
  flex: 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 900px) {
  .form-content > div .left-column {
    margin-bottom: 30px;
    padding-right: 0;
    display: block;
    width: 100%;
  }
  .form-content > div .left-column h2 {
    font-size: 28px;
  }
  .form-content > div .right-column {
    margin-bottom: 30px;
    padding-right: 0;
    display: block;
    width: 100%;
  }
}

.form-container {
  background-color: rgb(177, 229, 254);
  border-radius: 4px;
  font-family: "Heebo", sans-serif;
  width: 93%;
}

.form-group {
  margin-bottom: 30px;
}

.form-group a {
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: rgb(0, 55, 88);
}

.required {
  color: #ff0000;
}

input {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  background-color: #ffffff;
  font-family: "Heebo", sans-serif;
  color: rgb(0, 55, 88);
}

input.is-invalid {
  border: 1px solid #ff0000;
}

.error-message {
  color: #ff0000;
  font-size: 14px;
  margin-top: 5px;
}

.form-actions {
  margin-top: 20px;
}

.submit-btn {
  background-color: #2675bf;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 15px 60px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Heebo", sans-serif;
}

.submit-btn:hover {
  background-color: #1c5c95;
}

.submit-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.alert {
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.top-footer {
  background-image: url('top-footer.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 436px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-footer .top-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 28, 73, 0.4); /* Dark blue tint */
  z-index: 1;
}
.top-footer > div {
  width: 1140px;
  display: flex;
  min-height: 400px;
  align-items: center;
  padding: 50px;
  text-align: center;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .top-footer > div {
    width: 100%;
    flex-direction: column;
  }
}
.top-footer > div .banner-title {
  font-size: 42px;
  font-family: "daxregular", sans-serif;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.top-footer > div .highlight {
  font-style: italic;
}
.top-footer > div .read-more-btn {
  background-color: white;
  color: #003366; /* Dark blue */
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: "daxregular", sans-serif;
}
.top-footer > div .read-more-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
footer {
  background-color: rgb(0, 117, 190);
  display: flex;
  justify-content: center;
}
footer > div {
  width: 1140px;
  display: flex;
  align-items: flex-start;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  footer > div {
    width: 100%;
    flex-direction: column;
  }
}
footer > div .footer-links {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-right: 50px;
  font-family: "Heebo", sans-serif;
  font-weight: 100;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  footer > div .footer-links {
    padding-right: 0px;
  }
}
footer > div .footer-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  footer > div .footer-links ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
footer > div .footer-links ul li {
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  footer > div .footer-links ul li {
    height: 30px;
  }
}
footer > div .footer-links ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}
footer > div .footer-links ul li a:hover {
  text-decoration: underline;
}
footer > div .footer-social-links {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: "Heebo", sans-serif;
  font-weight: 100;
  font-size: 32px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  footer > div .footer-social-links {
    margin-left: 0px;
    margin-top: 30px;
  }
}
footer > div .footer-social-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
footer > div .footer-social-links ul li {
  list-style-type: none;
}
footer > div .footer-social-links ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 900px) {
  footer > div .left-column {
    margin-bottom: 30px;
    padding-right: 0;
  }
  footer > div .left-column h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .webinar-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .welcome {
    min-height: 400px !important;
  }
  .logo {
    width: 152px !important;
    height: 53px !important;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 90%;
  text-align: center;
}

.modal-content h2 {
  margin-top: 0;
  color: #2675bf;
}

.modal-content button {
  padding: 8px 16px;
  background-color: #2675bf;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}

.modal-content button:hover {
  background-color: #2675bf;
}

.previous-webinar {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.previous-webinar > div {
  width: 1140px;
  display: flex;
  min-height: 400px;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}
.previous-webinar > div .left-column {
  flex: 3;
  display: flex;
  align-items: center;
  height: 395px;
}
.previous-webinar > div .left-column span {
  color: rgb(0, 55, 88);
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.previous-webinar > div .left-column p {
  color: rgb(0, 55, 88);
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
}
.previous-webinar > div .right-column {
  flex: 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.videoBox {
  width: 702px;
  height: 395px;
  border: none;
}

/*# sourceMappingURL=styles.css.map*/