@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700");
.bg-silver {
  background: #EEF1F5;
}

.text-white {
  color: #FFFFFF;
}

.text-orange {
  color: #F7981D;
}

.gradient-orange {
  background: linear-gradient(180deg, #F7981D 0%, #FF6B00 100%);
}

.gradient-blue {
  background: linear-gradient(131.54deg, #1B2F54 -3.62%, #1B3055 9.38%, #1B3157 19.95%, #1B345A 28.48%, #1B385E 35.33%, #1B3C62 40.88%, #1B4168 45.49%, #1B466E 49.55%, #1B4C74 53.43%, #1B527B 57.49%, #1A5982 62.1%, #1A5F89 67.65%, #1A6590 74.5%, #1A6B97 83.03%, #1A719D 93.6%, #1A76A3 106.6%);
}

.gradient-silver {
  background: linear-gradient(0deg, #FFFFFF 0%, #EEF1F5 100%);
}

.gradient-black {
  background: linear-gradient(180deg, #01040B 0%, #1B2F54 236.76%);
}

.text-center {
  text-align: center;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-container {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
  .min-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .max-md {
    display: none !important;
  }
}

body, html {
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #01040B;
  background-color: #FFFFFF;
  height: 100vh;
  overflow-y: scroll;
}

body * {
  margin: 0;
}
body * h1, body * .h1, body * h2, body * .h2, body * h3, body * .h3, body * h4, body * .h4, body * h5, body * .h5 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
body * h1, body * .h1 {
  margin: 1rem 0;
}
@media only screen and (min-width: 992px) {
  body * h1, body * .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  body * h1, body * .h1 {
    font-size: 45px;
    margin: 1.5rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  body * h1, body * .h1 {
    font-size: 50px;
  }
}
body * h2, body * .h2 {
  font-size: 30px;
}
@media only screen and (min-width: 1600px) {
  body * h2, body * .h2 {
    font-size: 35px;
  }
}
body * h3, body * .h3 {
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  body * h3, body * .h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  body * h3, body * .h3 {
    font-size: 24px;
  }
}
body * h4, body * .h4 {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  body * h4, body * .h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  body * h4, body * .h4 {
    font-size: 20px;
  }
}
body * h5, body * .h5 {
  font-size: 16px;
}
@media only screen and (min-width: 1600px) {
  body * h5, body * .h5 {
    font-size: 18px;
  }
}
body * p:not(:last-child) {
  margin-bottom: 1rem;
}
body * section, body * section * {
  position: relative;
}
@media only screen and (min-width: 992px) {
  body * section .content-padded, body * section * .content-padded {
    max-width: 56%;
  }
}
@media only screen and (min-width: 992px) {
  body * section .content-padded.center-content, body * section * .content-padded.center-content {
    margin-left: auto;
    margin-right: auto;
  }
}
body * a:focus, body * button:focus {
  box-shadow: none !important;
}
body * button {
  border: none;
}
body * a {
  text-decoration: none;
  color: unset;
}
body * b, body * strong {
  font-weight: 600;
}

@media only screen and (max-width: 767.98px) {
  .padding-y {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .padding-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .padding-y {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .padding-t {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .padding-t {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .padding-t {
    padding-top: 4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .padding-b {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .padding-b {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .padding-b {
    padding-bottom: 4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .spacer.small {
    height: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .spacer.small {
    height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .spacer.small {
    height: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .spacer.medium {
    height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .spacer.medium {
    height: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .spacer.medium {
    height: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .spacer.large {
    height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .spacer.large {
    height: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .spacer.large {
    height: 4rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 95vw;
}
@media only screen and (min-width: 481px) and (max-width: 991.98px) {
  .container {
    max-width: 90vw;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 96vw;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

/** Animation Keyframes **/
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  html {
    scroll-padding-top: 90px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
}

header #main-nav {
  background-color: #FFFFFF;
  color: #01040B;
  height: 80px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 991.98px) {
  header #main-nav {
    width: calc(100vw - 2rem);
    left: 1rem;
    top: 1rem;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 480px) {
  header #main-nav {
    border-radius: 16px;
  }
}
header .navbar-brand img {
  width: auto;
  height: 29px;
  max-width: 200px;
}
@media only screen and (min-width: 1200px) {
  header .navbar-brand img {
    height: 32px;
    max-width: 250px;
  }
}
header .navbar-brand, header .navbar-toggler {
  z-index: 9;
}
header .navbar-toggler {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  background: #EEF1F5;
  border: none;
}
header .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0);
}
header .navbar-collapse {
  z-index: 8;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  header .navbar-collapse {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    background: white;
    z-index: 0;
    padding: 1.5rem;
    padding-top: 80px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 24px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 480px) {
  header .navbar-collapse {
    border-radius: 16px;
  }
}
header .navbar-collapse ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  header .navbar-collapse ul {
    gap: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  header .navbar-collapse ul {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar-collapse ul {
    gap: 2.5rem;
  }
}
header .navbar-collapse ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  header .navbar-collapse ul li a:not(.cta-btn) {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar-collapse ul li a {
    font-size: 16px;
  }
}
header .navbar-collapse ul li a.cta-btn {
  padding-right: 1.2rem;
  color: #FFFFFF;
}
header.hide-menu .navbar-toggler, header.hide-menu .navbar-collapse {
  display: none !important;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main div[data-order="1"], main section[data-order="1"] {
  order: 1;
}
main div[data-order="2"], main section[data-order="2"] {
  order: 2;
}
main div[data-order="3"], main section[data-order="3"] {
  order: 3;
}
main div[data-order="4"], main section[data-order="4"] {
  order: 4;
}
main div[data-order="5"], main section[data-order="5"] {
  order: 5;
}
main div[data-order="6"], main section[data-order="6"] {
  order: 6;
}
main div[data-order="7"], main section[data-order="7"] {
  order: 7;
}
main div[data-order="8"], main section[data-order="8"] {
  order: 8;
}
main div[data-order="9"], main section[data-order="9"] {
  order: 9;
}
main div[data-order="10"], main section[data-order="10"] {
  order: 10;
}
main div[data-order="11"], main section[data-order="11"] {
  order: 11;
}
main div[data-order="12"], main section[data-order="12"] {
  order: 12;
}
main div[data-order="13"], main section[data-order="13"] {
  order: 13;
}
main div[data-order="14"], main section[data-order="14"] {
  order: 14;
}
main div[data-order="15"], main section[data-order="15"] {
  order: 15;
}
main div[data-order="16"], main section[data-order="16"] {
  order: 16;
}
main div[data-order="17"], main section[data-order="17"] {
  order: 17;
}

.cta-btn, input[type=submit] {
  color: #FFFFFF;
  background: linear-gradient(131.54deg, #1B2F54 -3.62%, #1B3055 9.38%, #1B3157 19.95%, #1B345A 28.48%, #1B385E 35.33%, #1B3C62 40.88%, #1B4168 45.49%, #1B466E 49.55%, #1B4C74 53.43%, #1B527B 57.49%, #1A5982 62.1%, #1A5F89 67.65%, #1A6590 74.5%, #1A6B97 83.03%, #1A719D 93.6%, #1A76A3 106.6%);
  border-radius: 50px;
  padding: 0.8rem 1.2rem;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  box-sizing: border-box;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .cta-btn, input[type=submit] {
    font-size: 18px;
  }
}

.cta-btn, .submit-button {
  position: relative;
  padding-right: 3rem;
}
.cta-btn .cta-text:after, .submit-button .cta-text:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  background-image: url("https://423-XMA-468.mktoweb.com/rs/423-XMA-468/images/arrow-up-right-icon.svg");
  filter: invert(1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  right: -20px;
}

.cta-wrap .cta-btn {
  background: #FFFFFF;
  border: 1px solid #01040B;
  color: #01040B;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}
.cta-wrap .cta-btn:hover {
  background: #01040B;
  color: #FFFFFF;
}
.cta-wrap .cta-btn:hover .cta-text:after {
  filter: none;
}

.hero-banner {
  overflow: visible;
  position: relative;
  padding-top: 80px;
}
.hero-banner .banner-bg {
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-banner .banner-bg:not(.gradient-blue) {
  background: linear-gradient(180deg, #F7981D 0%, #FF6B00 100%);
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .banner-bg {
    height: calc(100% - 200px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.hero-banner .banner-wrap {
  padding-top: 4rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .hero-banner .banner-wrap {
    padding: 4rem 0;
  }
}
.hero-banner .banner-wrap .banner-row {
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .banner-wrap .banner-row {
    flex-direction: column;
  }
}
.hero-banner .banner-wrap .banner-row > div {
  flex: 1 0 0%;
}
.hero-banner .banner-wrap .banner-row .banner-text {
  min-width: 56%;
}
.hero-banner .banner-wrap .banner-row .banner-text * {
  color: #FFFFFF;
}
.hero-banner .banner-wrap .banner-row .banner-text p {
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .hero-banner .banner-wrap .banner-row .banner-text p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-banner .banner-wrap .banner-row .banner-text p {
    font-size: 24px;
  }
}
.hero-banner .banner-wrap .banner-row .banner-text p:first-child {
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .banner-wrap .banner-row .banner-form {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero-banner .banner-wrap .banner-row .banner-form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.hero-banner.center-content .banner-text {
  min-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner.hide-form, .hero-banner.hide-download {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-banner.hide-form .banner-bg, .hero-banner.hide-download .banner-bg {
    height: 100%;
  }
}
.hero-banner.hide-form.hide-download .banner-form {
  display: none !important;
}
.hero-banner.hide-form .form-wrapper {
  display: none !important;
}
.hero-banner.hide-download .download-wrapper {
  display: none !important;
}
.hero-banner .form-container {
  background: #FFFFFF;
  box-shadow: 0px 22px 261px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 40px;
}
@media only screen and (max-width: 480px) {
  .hero-banner .form-container {
    border-radius: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-banner .form-container {
    position: fixed;
    z-index: 8;
    top: 90px;
    transform: scale(0.9);
    width: 400px;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 992px) and (max-height: 850px) {
  .hero-banner .form-container {
    position: absolute;
    top: 0;
    max-height: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner .form-container {
    width: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-banner .form-container {
    width: 500px;
  }
}
.hero-banner .form-container .form-inner {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .hero-banner .form-container .form-inner {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767.98px) {
  .hero-banner .form-container .form-inner {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero-banner .form-container .form-inner {
    padding: 2rem 2.5rem;
  }
}
.hero-banner .form-container .form-inner h2 {
  text-align: center;
  margin-bottom: 1.25rem !important;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .hero-banner .form-container .form-inner h2 {
    font-size: 30px;
    margin-bottom: 1.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .hero-banner.show-download .banner-form {
    max-width: 0 !important;
  }
}
.hero-banner.show-download .form-container {
  min-height: unset !important;
}
@media only screen and (min-width: 992px) {
  .hero-banner.show-download .form-container {
    top: 500px;
  }
}
.hero-banner .download-wrapper {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero-banner .download-wrapper h2 {
    margin-bottom: 1rem;
  }
}
.hero-banner .download-wrapper .cta-btn {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner .download-wrapper .cta-btn .cta-text:after {
  display: none;
}

form, .mktoForm {
  position: relative;
  width: 100% !important;
}
@media only screen and (max-width: 767.98px) {
  form, .mktoForm {
    padding: 0 !important;
  }
}
form .mktoFormRow, form .mktoFormCol, form .mktoFieldWrap, form .mktoButtonRow, .mktoForm .mktoFormRow, .mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap, .mktoForm .mktoButtonRow {
  width: 100% !important;
}
form .mktoFormCol, .mktoForm .mktoFormCol {
  margin: 0 !important;
}
form .mktoHtmlText.mktoHasWidth, .mktoForm .mktoHtmlText.mktoHasWidth {
  max-width: 100%;
}
form .form-control, form .mktoFieldWrap, .mktoForm .form-control, .mktoForm .mktoFieldWrap {
  margin-bottom: 1rem;
  padding: 0;
  border: none;
}
form .form-control label, form .form-control .mktoLabel, form .mktoFieldWrap label, form .mktoFieldWrap .mktoLabel, .mktoForm .form-control label, .mktoForm .form-control .mktoLabel, .mktoForm .mktoFieldWrap label, .mktoForm .mktoFieldWrap .mktoLabel {
  display: none !important;
}
form .form-control input:not([type=checkbox]):not([type=submit]), form .form-control select, form .form-control textarea, form .mktoFieldWrap input:not([type=checkbox]):not([type=submit]), form .mktoFieldWrap select, form .mktoFieldWrap textarea, .mktoForm .form-control input:not([type=checkbox]):not([type=submit]), .mktoForm .form-control select, .mktoForm .form-control textarea, .mktoForm .mktoFieldWrap input:not([type=checkbox]):not([type=submit]), .mktoForm .mktoFieldWrap select, .mktoForm .mktoFieldWrap textarea {
  padding: 0.75rem 1.5rem !important;
  border-radius: 20px;
  outline: none;
  box-shadow: none;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 1.5;
  width: 100% !important;
  background: #EEF1F5;
  border: 2px solid #EEF1F5;
}
form .form-control input:not([type=checkbox]):not([type=submit]):focus, form .form-control select:focus, form .form-control textarea:focus, form .mktoFieldWrap input:not([type=checkbox]):not([type=submit]):focus, form .mktoFieldWrap select:focus, form .mktoFieldWrap textarea:focus, .mktoForm .form-control input:not([type=checkbox]):not([type=submit]):focus, .mktoForm .form-control select:focus, .mktoForm .form-control textarea:focus, .mktoForm .mktoFieldWrap input:not([type=checkbox]):not([type=submit]):focus, .mktoForm .mktoFieldWrap select:focus, .mktoForm .mktoFieldWrap textarea:focus {
  border-color: #F7981D;
}
form .form-control input:not([type=checkbox]):not([type=submit]).mktoInvalid:not(:focus), form .form-control select.mktoInvalid:not(:focus), form .form-control textarea.mktoInvalid:not(:focus), form .mktoFieldWrap input:not([type=checkbox]):not([type=submit]).mktoInvalid:not(:focus), form .mktoFieldWrap select.mktoInvalid:not(:focus), form .mktoFieldWrap textarea.mktoInvalid:not(:focus), .mktoForm .form-control input:not([type=checkbox]):not([type=submit]).mktoInvalid:not(:focus), .mktoForm .form-control select.mktoInvalid:not(:focus), .mktoForm .form-control textarea.mktoInvalid:not(:focus), .mktoForm .mktoFieldWrap input:not([type=checkbox]):not([type=submit]).mktoInvalid:not(:focus), .mktoForm .mktoFieldWrap select.mktoInvalid:not(:focus), .mktoForm .mktoFieldWrap textarea.mktoInvalid:not(:focus) {
  color: #E50000 !important;
  border-color: #E50000;
}
@media only screen and (min-width: 1600px) {
  form .form-control input:not([type=checkbox]):not([type=submit]), form .form-control select, form .form-control textarea, form .mktoFieldWrap input:not([type=checkbox]):not([type=submit]), form .mktoFieldWrap select, form .mktoFieldWrap textarea, .mktoForm .form-control input:not([type=checkbox]):not([type=submit]), .mktoForm .form-control select, .mktoForm .form-control textarea, .mktoForm .mktoFieldWrap input:not([type=checkbox]):not([type=submit]), .mktoForm .mktoFieldWrap select, .mktoForm .mktoFieldWrap textarea {
    font-size: 18px !important;
  }
}
form .form-control input:not([type=checkbox]):not([type=submit]), form .form-control select, form .mktoFieldWrap input:not([type=checkbox]):not([type=submit]), form .mktoFieldWrap select, .mktoForm .form-control input:not([type=checkbox]):not([type=submit]), .mktoForm .form-control select, .mktoForm .mktoFieldWrap input:not([type=checkbox]):not([type=submit]), .mktoForm .mktoFieldWrap select {
  height: auto !important;
}
form .form-control select, form .mktoFieldWrap select, .mktoForm .form-control select, .mktoForm .mktoFieldWrap select {
  background-image: linear-gradient(45deg, transparent 50%, #01040B 50%), linear-gradient(135deg, #01040B 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  appearance: none;
  min-height: 50px;
  color: #898A8D;
}
form .form-control textarea, form .mktoFieldWrap textarea, .mktoForm .form-control textarea, .mktoForm .mktoFieldWrap textarea {
  min-height: 100px !important;
}
form .form-control.checkbox, form .form-control .mktoCheckboxList, form .mktoFieldWrap.checkbox, form .mktoFieldWrap .mktoCheckboxList, .mktoForm .form-control.checkbox, .mktoForm .form-control .mktoCheckboxList, .mktoForm .mktoFieldWrap.checkbox, .mktoForm .mktoFieldWrap .mktoCheckboxList {
  display: display !important;
  align-items: center !important;
  gap: 0.5rem !important;
  width: 100% !important;
  padding: 0;
}
form .form-control.checkbox label, form .form-control .mktoCheckboxList label, form .mktoFieldWrap.checkbox label, form .mktoFieldWrap .mktoCheckboxList label, .mktoForm .form-control.checkbox label, .mktoForm .form-control .mktoCheckboxList label, .mktoForm .mktoFieldWrap.checkbox label, .mktoForm .mktoFieldWrap .mktoCheckboxList label {
  font-size: 13px;
  position: relative;
  color: #636669;
  display: block !important;
  margin: 0 !important;
  text-align: left;
}
form .form-control a, form .mktoFieldWrap a, .mktoForm .form-control a, .mktoForm .mktoFieldWrap a {
  padding: 0;
}
form .mktoOffset, form .mktoGutter, .mktoForm .mktoOffset, .mktoForm .mktoGutter {
  display: none !important;
}
form .submit-button, form .mktoButtonRow .mktoButtonWrap.mktoBluePill, .mktoForm .submit-button, .mktoForm .mktoButtonRow .mktoButtonWrap.mktoBluePill {
  width: 100%;
  position: relative;
  padding-left: 0 !important;
  margin: 0 !important;
}
form .submit-button input[type=submit], form .submit-button .mktoButton, form .mktoButtonRow .mktoButtonWrap.mktoBluePill input[type=submit], form .mktoButtonRow .mktoButtonWrap.mktoBluePill .mktoButton, .mktoForm .submit-button input[type=submit], .mktoForm .submit-button .mktoButton, .mktoForm .mktoButtonRow .mktoButtonWrap.mktoBluePill input[type=submit], .mktoForm .mktoButtonRow .mktoButtonWrap.mktoBluePill .mktoButton {
  width: 100% !important;
  color: #FFFFFF !important;
  background: linear-gradient(131.54deg, #1B2F54 -3.62%, #1B3055 9.38%, #1B3157 19.95%, #1B345A 28.48%, #1B385E 35.33%, #1B3C62 40.88%, #1B4168 45.49%, #1B466E 49.55%, #1B4C74 53.43%, #1B527B 57.49%, #1A5982 62.1%, #1A5F89 67.65%, #1A6590 74.5%, #1A6B97 83.03%, #1A719D 93.6%, #1A76A3 106.6%) !important;
  border-radius: 50px !important;
  padding: 0.8rem 1.2rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: inline-flex !important;
  box-sizing: border-box !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: "Poppins", sans-serif !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  text-transform: capitalize !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  form .submit-button input[type=submit], form .submit-button .mktoButton, form .mktoButtonRow .mktoButtonWrap.mktoBluePill input[type=submit], form .mktoButtonRow .mktoButtonWrap.mktoBluePill .mktoButton, .mktoForm .submit-button input[type=submit], .mktoForm .submit-button .mktoButton, .mktoForm .mktoButtonRow .mktoButtonWrap.mktoBluePill input[type=submit], .mktoForm .mktoButtonRow .mktoButtonWrap.mktoBluePill .mktoButton {
    font-size: 18px !important;
  }
}
form .submit-button:after, form .mktoButtonRow .mktoButtonWrap.mktoBluePill:after, .mktoForm .submit-button:after, .mktoForm .mktoButtonRow .mktoButtonWrap.mktoBluePill:after {
  filter: none;
}
form .mktoError, .mktoForm .mktoError {
  position: relative !important;
  bottom: unset !important;
  right: unset !important;
}
form .mktoError .mktoErrorArrowWrap, .mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}
form .mktoError .mktoErrorMsg, .mktoForm .mktoError .mktoErrorMsg {
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #E50000 !important;
  margin-top: 55px !important;
  padding: 0.5rem 1.5rem !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  position: relative !important;
  text-shadow: none !important;
}
@media only screen and (max-width: 480px) {
  form .mktoError .mktoErrorMsg, .mktoForm .mktoError .mktoErrorMsg {
    margin-top: 0px !important;
    padding-top: 60px !important;
  }
}
form .mktoLogicalField + .mktoError .mktoErrorMsg, .mktoForm .mktoLogicalField + .mktoError .mktoErrorMsg {
  margin-top: 20px !important;
}
@media only screen and (max-width: 480px) {
  form .mktoLogicalField + .mktoError .mktoErrorMsg, .mktoForm .mktoLogicalField + .mktoError .mktoErrorMsg {
    padding-top: 40px !important;
  }
}

::placeholder {
  color: #898A8D;
  opacity: 1;
}

#eventInfo h3 {
  color: #F7981D;
}

#assetThumb .asset-thumb {
  width: 83%;
}
#assetThumb .asset-thumb.width-4 {
  width: 66.6%;
}
#assetThumb .asset-thumb.width-5 {
  width: 83%;
}
#assetThumb .asset-thumb.width-6 {
  width: 100%;
}
#assetThumb img {
  border-radius: 40px;
}
@media only screen and (max-width: 480px) {
  #assetThumb img {
    border-radius: 24px;
  }
}

#bulletedList ul {
  list-style-type: none;
  padding: 0;
}
#bulletedList ul li {
  position: relative;
  padding-left: 1.5rem;
}
#bulletedList ul li:not(:last-child) {
  margin-bottom: 1rem;
}
#bulletedList ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #F7981D 0%, #FF6B00 100%);
  width: 1.5px;
  height: 100%;
}

.events table {
  width: 100%;
  margin-bottom: 0.5rem;
  border: none !important;
}
.events table tr:first-child th {
  background: #EEF1F5;
  border-radius: 24px 24px 0px 0px;
  margin: 0;
  font-size: 24px !important;
  font-family: "Poppins", sans-serif !important;
  border: none !important;
  line-height: 1.2;
  font-weight: 600;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 480px) {
  .events table tr:first-child th {
    padding: 1rem;
  }
}
.events table tr:first-child th h3 {
  margin: 0;
}
.events table tr:not(:first-child) {
  border-top: 1px solid #BBBBBC;
}
@media only screen and (max-width: 767.98px) {
  .events table tr:not(:first-child) {
    display: flex;
    flex-direction: column;
  }
}
.events table tr:not(:first-child) td {
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  border: none !important;
}
@media only screen and (max-width: 767.98px) {
  .events table tr:not(:first-child) td {
    min-width: 100%;
  }
}
.events table tr:not(:first-child) td h4 {
  font-size: 16px;
  margin: 0;
}
.events table tr:not(:first-child) td:first-child {
  padding: 1rem 0rem 1rem 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .events table tr:not(:first-child) td:first-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .events table tr:not(:first-child) td:first-child {
    padding-left: 1rem;
  }
}
.events table tr:not(:first-child) td:first-child p {
  display: block;
  margin-top: 0.5rem;
}
.events table tr:not(:first-child) td:nth-child(2) {
  min-width: 240px;
  vertical-align: top;
  color: #636669;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 480px) {
  .events table tr:not(:first-child) td:nth-child(2) {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .events table tr:not(:first-child) td:nth-child(2) {
    padding-top: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .events table tr:not(:first-child) td:nth-child(2) {
    text-align: right;
  }
}
.events .day h3 {
  background: #EEF1F5;
  border-radius: 24px 24px 0px 0px;
  padding: 1rem 1.5rem;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .events .day h3 {
    font-size: 16px;
    padding: 1rem 1.5rem;
  }
}
.events .event {
  border-top: 1px solid #BBBBBC;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 480px) {
  .events .event {
    padding: 1rem;
  }
}
.events .event .event-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 1.5rem;
  flex-wrap: wrap;
}
.events .event .event-wrap .wrap-left {
  max-width: calc(100% - 180px);
}
.events .event .event-wrap * {
  font-size: 16px;
}
.events .event .event-wrap .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.events .event .event-wrap .description {
  margin: 0.5rem 0;
}
.events .event .event-wrap .time {
  color: #636669;
}

.icon-list-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.icon-list-columns .icon-list-item {
  max-width: calc(50% - 1rem);
}
@media only screen and (max-width: 480px) {
  .icon-list-columns .icon-list-item {
    min-width: 100%;
  }
}
.icon-list-columns .icon-list-item .icon {
  margin-bottom: 1rem;
}

.icon-list-rows .icon-list-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.icon-list-rows .icon-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.icon-list-rows .icon-list-item .icon {
  min-width: 48px;
}
.icon-list-rows .icon-list-item .icon img {
  width: 48px;
  height: 48px;
}
.icon-list-rows .icon-list-item .text * {
  font-size: 15px;
  margin: 0;
}

.video-thumbnail .play-button {
  width: 100px;
  height: 100px;
  background-size: 35px;
  background-position: 35px center;
  background-repeat: no-repeat;
  background-image: url("https://423-XMA-468.mktoweb.com/rs/423-XMA-468/images/play-button.svg");
  background-color: #FFFFFF;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  cursor: pointer;
}
.video-thumbnail .play-button:hover {
  transform: scale(1.1);
}
.video-thumbnail video {
  border-radius: 30px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .testimonial-quote .block-wrap {
    padding-left: 60px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-quote .block-wrap {
    background: linear-gradient(0deg, #FFFFFF 0%, #EEF1F5 100%);
    padding: 2rem;
    border-radius: 24px;
  }
}
.testimonial-quote .block-wrap > img, .testimonial-quote .block-wrap > .mktoImg {
  border-radius: 20px;
  width: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-quote .block-wrap > img, .testimonial-quote .block-wrap > .mktoImg {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-quote .block-wrap > img, .testimonial-quote .block-wrap > .mktoImg {
    position: absolute;
    left: 0;
    top: 2rem;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-quote .block-wrap .content {
    background: linear-gradient(0deg, #FFFFFF 0%, #EEF1F5 100%);
    border-radius: 24px;
    padding: 2rem 2.5rem;
    padding-left: 4rem;
  }
}
.testimonial-quote .block-wrap .content h4 {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.5;
}
.testimonial-quote .block-wrap .content h5 {
  font-size: 16px;
}
.testimonial-quote .block-wrap .content h6, .testimonial-quote .block-wrap .content p {
  font-size: 15px;
}
.testimonial-quote .block-wrap .content h4, .testimonial-quote .block-wrap .content h5, .testimonial-quote .block-wrap .content h6 {
  font-weight: 600;
}
.testimonial-quote .block-wrap .content h5, .testimonial-quote .block-wrap .content h6, .testimonial-quote .block-wrap .content p {
  margin-bottom: 0.25rem;
}
.testimonial-quote .block-wrap .content img {
  margin-top: 1rem;
}

.statistics-wrap {
  display: flex;
  justify-content: space-between;
  row-gap: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .statistics-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767.98px) {
  .statistics-wrap .stat-block {
    min-width: 100%;
  }
}
.statistics-wrap .stat-block .block-wrap {
  border-top: 2px solid #F7981D;
  padding-top: 1.5rem;
}
.statistics-wrap .stat-block .block-wrap .number, .statistics-wrap .stat-block .block-wrap h3 {
  line-height: 1;
  font-weight: 600;
  position: relative;
  background: linear-gradient(180deg, #F7981D 0%, #FF6B00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  font-size: 75px;
}
@media only screen and (min-width: 992px) {
  .statistics-wrap .stat-block .block-wrap .number, .statistics-wrap .stat-block .block-wrap h3 {
    font-size: 90px;
  }
}
.statistics-wrap .stat-block .block-wrap .number sup, .statistics-wrap .stat-block .block-wrap .number sub, .statistics-wrap .stat-block .block-wrap h3 sup, .statistics-wrap .stat-block .block-wrap h3 sub {
  background: linear-gradient(180deg, #F7981D 0%, #FF6B00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
@media only screen and (min-width: 992px) {
  .statistics-wrap .stat-block .block-wrap .number sup, .statistics-wrap .stat-block .block-wrap .number sub, .statistics-wrap .stat-block .block-wrap h3 sup, .statistics-wrap .stat-block .block-wrap h3 sub {
    font-size: 35px;
  }
}
.statistics-wrap .stat-block .block-wrap .number sup, .statistics-wrap .stat-block .block-wrap h3 sup {
  top: -2.5rem;
}
.statistics-wrap .stat-block .block-wrap .number sub, .statistics-wrap .stat-block .block-wrap h3 sub {
  bottom: 0;
}
.statistics-wrap .stat-block .block-wrap .description, .statistics-wrap .stat-block .block-wrap p {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .statistics-wrap.count-2 .stat-block {
    min-width: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
  .statistics-wrap.count-2 .stat-block:nth-child(3) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .statistics-wrap.count-3 .stat-block {
    min-width: calc(33.3% - 1rem);
    max-width: calc(33.3% - 1rem);
  }
}

.headshots-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.headshots-wrap .headshot-block {
  max-width: calc(50% - 1rem);
}
@media only screen and (max-width: 480px) {
  .headshots-wrap .headshot-block {
    min-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .headshots-wrap .headshot-block {
    max-width: calc(33.3% - 1rem);
  }
}
.headshots-wrap .headshot-block .block-wrap .image img {
  border-radius: 24px;
  margin-bottom: 1rem;
  width: 350px;
}
.headshots-wrap .headshot-block .block-wrap h3, .headshots-wrap .headshot-block .block-wrap p {
  margin-bottom: 0.5rem;
}
.headshots-wrap .headshot-block .block-wrap h3 {
  font-size: 16px;
}
@media only screen and (min-width: 1600px) {
  .headshots-wrap .headshot-block .block-wrap h3 {
    font-size: 18px;
  }
}

.speaker-bio {
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .speaker-bio {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .speaker-bio {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .speaker-bio {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .speaker-bio {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .speaker-bio .bio-image {
    max-width: calc(33.3% - 1rem);
  }
}
@media only screen and (min-width: 1200px) {
  .speaker-bio .bio-image {
    max-width: calc(33.3% - 1rem);
  }
}
.speaker-bio .bio-image img {
  border-radius: 24px;
  width: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .speaker-bio .bio-content {
    max-width: calc(66.6% - 1rem);
  }
}
@media only screen and (min-width: 1200px) {
  .speaker-bio .bio-content {
    max-width: calc(66.6% - 1rem);
  }
}
.speaker-bio .bio-content img {
  margin-bottom: 1rem;
}
.speaker-bio .bio-content p {
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.logos-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.logos-wrap:not(:last-child) {
  margin-bottom: 1.25rem;
}
.logos-wrap .logo {
  flex-basis: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
@media only screen and (min-width: 576px) {
  .logos-wrap .logo {
    flex-basis: calc(33.3% - 1rem);
    max-width: calc(33.3% - 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .logos-wrap .logo {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .logos-wrap .logo {
    flex-basis: calc(33.3% - 1rem);
    max-width: calc(33.3% - 1rem);
  }
}
@media only screen and (min-width: 1200px) {
  .logos-wrap .logo {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}
.logos-wrap .logo img {
  border-radius: 16px;
  box-shadow: 0px 2.75px 32.68px 0px rgba(0, 0, 0, 0.0705882353);
}

footer {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #01040B 0%, #1B2F54 236.76%);
  padding: 3rem 0;
}
footer * {
  text-align: center;
  color: #BBBBBC;
}
footer .footer-logo {
  margin-bottom: 1rem;
}
footer .copyright p {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
footer .footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-menu ul {
    flex-direction: column;
  }
}
footer .footer-menu ul li a {
  font-size: 12px;
  text-decoration: underline;
}

.iframe-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px !important;
  height: 0;
  overflow: hidden;
  border-radius: 40px;
}
.iframe-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wistia-video-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

#videoAndText .video-and-text {
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  #videoAndText .video-and-text {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  #videoAndText .video-and-text {
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  #videoAndText .video-and-text {
    margin: 0 auto;
    max-width: 1200px;
  }
}
#videoAndText .video-and-text > div {
  min-width: 50%;
}
@media only screen and (max-width: 991.98px) {
  #videoAndText .video-and-text .vat-text {
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  #videoAndText .video-and-text .vat-text {
    padding-left: 4rem;
  }
}
#videoAndText .video-and-text .vat-text p:first-child strong {
  color: #F7981D;
}

#recommendedResources h2 {
  font-size: 24px;
  margin-bottom: 1.5rem;
}
#recommendedResources .resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
#recommendedResources .resources .resource {
  max-width: calc(50% - 1.5rem);
}
@media only screen and (max-width: 576px) {
  #recommendedResources .resources .resource {
    min-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #recommendedResources .resources .resource {
    max-width: calc(25% - 1.5rem);
  }
}
#recommendedResources .resources .resource .block-wrap {
  border-radius: 24px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1490196078);
  height: 100%;
  padding: 2rem 1.5rem;
}
#recommendedResources .resources .resource .block-wrap h3 {
  font-size: 14px;
  padding: 0.5rem 0.75rem;
  background: #EEF1F5;
  border-radius: 10px;
  display: inline-block;
}
#recommendedResources .resources .resource .block-wrap h4 {
  color: #DB6015;
  font-size: 14px;
}
#recommendedResources .resources .resource .block-wrap p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.demo-form {
  background: #EEF1F5;
  min-height: 100vh;
}
.demo-form .form-container {
  background: #FFFFFF;
  margin: 1.5rem 0;
  padding: 0 3rem;
  border-radius: 40px;
}
@media only screen and (max-width: 767.98px) {
  .demo-form .form-container {
    border-radius: 24px;
    padding: 0 1.5rem;
  }
}
.demo-form .form-container h2 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .demo-form .form-container h2 {
    font-size: 24px;
  }
}
.demo-form .form-container .submit-button, .demo-form .form-container .mktoButtonRow {
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .demo-form .form-container .submit-button .mktoButtonWrap.mktoBluePill .mktoButton, .demo-form .form-container .mktoButtonRow .mktoButtonWrap.mktoBluePill .mktoButton {
    width: auto !important;
    min-width: 220px !important;
  }
}
.demo-form .form-container .mktoHtmlText {
  min-width: 100%;
}
