<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Inter&amp;family=Sora:wght@400;500;600;700&amp;display=swap");
:root {
  --ff_primary: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
      sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  --ff_secondary: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
      sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

body {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.nav &gt; li &gt; a {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.cb-link {
  font-family: var(--ff_primary);
  text-decoration: underline;
}

.ca-landing__actions {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ca-landing__actions {
    display: block;
  }
}
.ca-landing__actions a {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--ff_primary);
  border-radius: 4px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ca-landing__actions a {
    display: block;
  }
}

.gad {
  display: inherit;
  margin-right: 12px;
}
.gad a {
  background-color: var(--lime-500);
  color: var(--blue-900);
  border-color: var(--lime-500);
  border-style: solid;
  border-width: 2px;
}
.gad a:hover {
  background-color: rgb(255, 255, 255);
  border-color: var(--white);
  color: var(--blue-900);
}
@media (max-width: 767px) {
  .gad {
    margin-right: 0;
  }
}

.sff {
  display: inherit;
  margin-left: 12px;
}
.sff a {
  color: var(--lime-500);
  border: 2px solid var(--lime-500);
  background: transparent;
}
.sff a:hover {
  background: var(--lime-500);
  color: var(--blue-900);
}
@media (max-width: 767px) {
  .sff {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .cb-l-main__row:not(:first-child) {
    padding-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cb-l-main__row:not(:first-child) {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .cb-l-main__row:not(:first-child) {
    padding-top: 80px;
  }
}
.cb-link {
  color: rgb(1, 42, 56);
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--fw_medium);
}
.cb-link:hover, .cb-link:focus, .cb-link:active {
  text-decoration: none;
  outline: none;
  color: rgb(1, 42, 56);
  opacity: 1;
}
@media (max-width: 767px) {
  .cb-link {
    font-size: 14px;
    line-height: 22px;
  }
}
.cb-action {
  color: rgb(1, 42, 56);
  font: normal var(--fw_medium) 16px/24px var(--ff_primary);
  border: 1px solid rgb(1, 42, 56);
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
  margin-top: 8px;
  opacity: 0.875;
}
@media (max-width: 767px) {
  .cb-action {
    font-size: 14px;
    line-height: 22px;
  }
}
.cb-action:not(:last-child) {
  margin-right: 8px;
}
.cb-action__disabled {
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  cursor: default;
  pointer-events: none;
}
.cb-action:hover, .cb-action:focus, .cb-action:active {
  color: rgb(1, 42, 56);
  opacity: 1;
}
.cb-affix {
  width: 100%;
  position: absolute;
  left: 0;
  max-width: 200px;
}
@media (min-width: 1440px) {
  .cb-affix {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .cb-affix-content:not(:first-child) {
    padding-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cb-affix-content:not(:first-child) {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .cb-affix-content:not(:first-child) {
    padding-top: 48px;
  }
}
.cb-affix__item a {
  color: var(--blue-900);
  font: normal var(--fw_base) 14px/20px var(--ff_secondary);
  padding: 8px 30px !important;
}
.cb-affix__item a:hover, .cb-affix__item a:active, .cb-affix__item a:focus {
  background-color: transparent !important;
}
.cb-affix__item.active {
  position: relative;
}
.cb-affix__item.active::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 6px;
  background-color: var(--orange-500);
  left: 0;
  top: 15px;
  z-index: 999;
}
.cb-affix__item.active a {
  color: var(--orange-500);
  opacity: 0.875;
  font: 600 14px/20px var(--ff_secondary);
}
.cb-affix__item.active a:hover, .cb-affix__item.active a:active, .cb-affix__item.active a:focus {
  background-color: transparent;
  color: var(--orange-500);
  opacity: 1;
}
.cb-affix-container {
  position: relative;
}
.cb-hero__title {
  color: #fff;
  letter-spacing: -1.8px;
}
@media (min-width: 1024px) {
  .cb-hero__title {
    font: normal var(--fw_bold) 48px/68px var(--ff_primary);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cb-hero__title {
    font: normal var(--fw_bold) 42px/54px var(--ff_primary);
  }
}
@media (max-width: 767px) {
  .cb-hero__title {
    font: normal var(--fw_bold) 32px/40px var(--ff_primary);
  }
}
.cb-hero__desc {
  color: #fff;
  font: normal var(--fw_base) 16px/24px;
}
@media (max-width: 767px) {
  .cb-hero__desc {
    font: normal var(--fw_base) 14px/22px;
  }
}
.cb-factor {
  color: #012a38;
}
.cb-factor__title {
  color: #012a38;
  letter-spacing: -0.99px;
}
@media (min-width: 1024px) {
  .cb-factor__title {
    font: normal var(--fw_bold) 32px/40px var(--ff_primary);
    margin-left: 8.33333333%;
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cb-factor__title {
    font: normal var(--fw_bold) 30px/38px var(--ff_primary);
  }
}
@media (max-width: 767px) {
  .cb-factor__title {
    font: normal var(--fw_bold) 24px/32px var(--ff_primary);
    margin-bottom: 20px;
  }
}
.cb-factor__heading {
  color: #012a38;
  font: normal var(--fw_bold) 20px/28px var(--ff_primary);
}
@media (max-width: 767px) {
  .cb-factor__heading {
    font: normal var(--fw_bold) 14px/16px var(--ff_primary);
  }
}
.cb-factor__desc {
  color: var(--blue-800);
  font: normal var(--fw_base) 16px/24px "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 767px) {
  .cb-factor__desc {
    font: normal var(--fw_base) 14px/22px "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
}
.cb-factor__img {
  margin: auto;
  margin-top: 30px;
}
.cb-factor__item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cb-factor__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.cb-factor__action a {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--ff_primary);
  border-radius: 4px;
  font-weight: 600;
  background: var(--blue-900);
  color: var(--white);
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .cb-clients__container {
    text-align: center;
  }
}
.cb-clients__title {
  color: #012a38;
  font: normal var(--fw_base) 24px/36px var(--ff_primary);
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .cb-clients__title {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cb-clients__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .cb-clients__title {
    margin-bottom: 8px;
  }
}
.cb-clients__logos {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cb-clients__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cb-clients__logo {
    display: inline-block;
    vertical-align: middle;
    margin: 12px;
  }
}
.cb-clients__action {
  font-family: var(--ff_primary);
  color: var(--blue-900);
  font-weight: var(--fw_medium);
  display: block;
  margin-top: 20px;
  opacity: 0.875;
}
.cb-clients__action:hover, .cb-clients__action:focus, .cb-clients__action:active {
  color: rgb(1, 42, 56);
  opacity: 1;
}
@media (max-width: 767px) {
  .cb-clients__action {
    text-align: center;
    margin-top: 10px;
  }
}

.cb-cta {
  border: 1px solid #e8e8e8;
  padding: 24px 32px;
  border-radius: 6px;
  max-width: 700px;
  background: #f5f5f6;
  display: flex;
  align-items: center;
  background-color: var(--blue-900);
}
@media (min-width: 1024px) {
  .cb-cta {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .cb-cta {
    display: block;
  }
}
.cb-cta__header {
  flex: 1;
}
@media (max-width: 767px) {
  .cb-cta__header {
    margin-bottom: 15px;
  }
}
.cb-cta__title {
  font: normal bold 32px/36px var(--ff_primary);
  color: var(--white);
  letter-spacing: -0.6px;
}
@media (min-width: 1024px) {
  .cb-cta__title {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cb-cta__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.cb-cta__desc {
  margin-top: 3px;
  font-size: 14px;
  color: var(--white);
}
.cb-cta__actions {
  font-size: 0;
}
.cb-cta__action {
  background-color: var(--lime-500);
  border-width: 0;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue-900);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.2s ease;
  height: 44px;
  line-height: 42px;
}
.cb-cta__action:hover, .cb-cta__action:focus {
  color: var(--blue-900);
  background-color: var(--white);
  outline: 0;
  text-decoration: none;
}

[cb-mob-more] {
  display: none;
}

@media (max-width: 991px) {
  [cb-mob-restrict] {
    position: relative;
    max-height: 260px;
    overflow: hidden;
  }
  [cb-mob-more] {
    display: inline-block;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
    left: 0;
    right: 0;
    padding: 48px 0 16px 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
  }
  [cb-mob-more]:before {
    content: "Read More";
    color: var(--white);
    background-color: var(--blue-900);
    border-radius: 10px;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--ff_primary);
    font-size: 14px;
  }
}
.cb-link:after {
  content: "";
  background: url(../images/webinars/black-arrow.svg) no-repeat;
  width: 12px;
  height: 11px;
  background-size: cover;
  display: inline-block;
  margin-left: 4px;
}
.cb-link:hover {
  text-decoration: underline;
}

.nav &gt; li &gt; a:focus {
  box-shadow: none;
}

.cb-actions a.cb-action {
  border: 1px solid var(--blue-900);
}
.cb-actions a.cb-action:hover {
  background-color: var(--blue-900);
  color: var(--white);
}

a:focus {
  text-decoration: none;
}</pre></body></html>