/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  color: #001928;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
  color: #001928;
  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;
  border-bottom: solid 1px #D9DCE1;
}
@media only screen and (max-width: 767px) {
  .container header {
    height: auto;
  }
}
.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;
    flex-direction: column;
  }
}
.container header > div .logo {
  height: 70px;
}
@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;
    height: 54px;
  }
}
.container header > div .gam_logo {
  width: 365px;
  height: 38px;
}
@media only screen and (max-width: 767px) {
  .container header > div .gam_logo {
    display: none;
  }
}
.container header > div .gam_logo_mobile {
  width: auto;
  height: auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .container header > div .gam_logo_mobile {
    display: block;
    height: 30px;
    margin-bottom: 12px;
  }
}
.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-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 {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
.hero-content > div {
  width: 1140px;
  display: flex;
  min-height: 400px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .hero-content > div {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.hero-content > div .left-column {
  flex: 4;
  display: flex;
  align-items: flex-start;
  padding-right: 50px;
  font-family: "Heebo", sans-serif;
  flex-direction: column;
  font-size: 32px;
}
.hero-content > div .left-column h1 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.14;
}
.hero-content > div .left-column h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.14;
}
.hero-content > div .left-column .date {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.hero-content > div .left-column p {
  font-size: 20px;
  font-weight: 500;
}
.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;
    margin-top: 18px;
  }
  .hero-content > div .left-column h2 {
    font-size: 28px;
  }
}
.hero-content.description {
  background-color: #F5F6F7;
  color: #001928;
  padding-top: 52px;
  padding-bottom: 52px;
}
.hero-content.description div .left-column {
  flex: 7;
}
.hero-content.description div .left-column p {
  font-size: 28px;
  line-height: 1.14;
}
.hero-content.videos > div {
  margin-top: 100px;
  flex-direction: column;
}
.hero-content.videos > div > h2 {
  font-size: 36px;
}
.hero-content.videos > div > p {
  margin-bottom: 50px;
  font-size: 20px;
}

.form-content {
  background-color: #F5F6F7;
  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: #001928;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.form-content > div .left-column p {
  color: #001928;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 25px;
}
.form-content > div .right-column {
  flex: 5;
  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: #F5F6F7;
  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);
}

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

select:invalid {
  color: gray;
}

.selectEnd {
  background-color: white;
  width: 15px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.selectEnd.is-invalid {
  border: 1px solid #ff0000;
  border-left: 0px;
}

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

select.is-invalid {
  border: 1px solid #ff0000;
  border-right: 0px;
}

.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: 8px 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Heebo", sans-serif;
}
.submit-btn.white {
  background-color: white;
  border: 2px solid #2675bf;
  color: #2675bf;
}

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

.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 {
  display: flex;
  justify-content: center;
}
.top-footer > div {
  display: flex;
  max-width: 1140px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .top-footer > div {
    width: 100%;
    flex-direction: column;
    padding: 8px;
  }
}
.top-footer > div .left-column {
  flex: 5;
}
.top-footer > div .left-column p {
  font-size: 36px;
  font-weight: bold;
}
.top-footer > div .right-column {
  flex: 5;
  display: flex;
  align-items: center;
}
.top-footer > div .right-column img {
  width: 569px;
  max-height: 189px;
}
@media only screen and (max-width: 767px) {
  .top-footer > div .right-column img {
    width: calc(100vw - 16px);
  }
}

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;
}

.flex-center-spread {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.language-switcher {
  color: #0075BE;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-family: "Heboo", sans-serif;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 1140px;
}
@media only screen and (max-width: 767px) {
  .language-switcher {
    margin-right: 16px;
  }
}
.language-switcher button {
  cursor: pointer;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .language-switcher button {
    font-size: 16px;
  }
}
.language-switcher button:first-child::after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
}

.language-switcher-section {
  display: flex;
  justify-content: center;
}

.wiwTitleImage {
  width: 691px;
  height: 469px;
}
@media only screen and (max-width: 767px) {
  .wiwTitleImage {
    width: 100vw;
    height: auto;
  }
}

.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;
}

.read-more-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.people-spread {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .people-spread {
    flex-direction: column;
  }
}

.person {
  text-align: center;
  margin: 8px;
  color: #003758;
}
.person img {
  width: 189px;
  height: 189px;
}
.person .name {
  font-size: 28px;
  line-height: 1.14;
  margin-top: 4px;
}
.person .description {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  width: 200px;
  text-transform: uppercase;
}
.person .blurb {
  text-align: start;
  font-size: 14px;
  font-weight: 300;
  margin-top: 16px;
}
.person .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.person.blueCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #E6F9FE;
  border-radius: 20px;
  padding: 25px 20px;
  margin: 5px 5px;
  max-width: 265px;
}

.RoomInfo {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.RoomInfo > div {
  flex-direction: column;
  width: 1140px;
  display: flex;
  min-height: 400px;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.RoomInfo > div h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
}
.RoomInfo > div .card {
  width: 1140px;
  display: flex;
  padding: 48px;
  background-color: #E6F9FE;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .RoomInfo > div .card {
    flex-direction: column;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.RoomInfo > div .card .left-column {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 20px;
}
.RoomInfo > div .card .left-column .submit-btn {
  padding: 10px 75px;
}
@media only screen and (max-width: 767px) {
  .RoomInfo > div .card .left-column {
    padding: 8px;
    padding-bottom: 16px;
  }
}
.RoomInfo > div .card .right-column img {
  width: 502px;
  height: 334px;
}
@media only screen and (max-width: 767px) {
  .RoomInfo > div .card .right-column img {
    flex-direction: column;
    width: 100vw;
    height: auto;
  }
}

.keyNote {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.keyNote h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
}
.keyNote p {
  font-size: 20px;
  margin-bottom: 46px;
}

.peopleList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 calc(75vw - 1240px);
}
@media only screen and (max-width: 1920px) {
  .peopleList {
    margin: 0;
  }
}

.underline {
  text-decoration: underline;
}

.video-column {
  width: 570px;
}
@media only screen and (max-width: 720px) {
  .video-column {
    width: 100vw;
  }
}

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