/* DO NOT EDIT MANUALLY. It's content rewrites by build system. */
* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  overflow-y: scroll;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 26px;
  color: #2b373f;
}

h1,
.h1 {
  font-size: 2.111rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h2,
.h2 {
  font-size: 1.777rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: 1.555rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: 1.222rem;
  font-weight: 500;
}

.btn {
  font-size: 0.833rem;
  font-weight: 500;
}

hr {
  margin-top: 50px;
  margin-bottom: 50px;
}

ul ul {
  list-style-type: disc;
}

section header {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2b373f;
}

.font-xxl {
  font-size: 2rem;
}

.font-xl {
  font-size: 1.5rem;
}

.font-ll {
  font-size: 1.33rem;
}

.font-l {
  font-size: 1.2rem;
}

.font-m {
  font-size: 1rem;
}

.font-s {
  font-size: 0.8333rem;
}

.font-ss {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.font-xs {
  font-size: 0.667rem;
  line-height: 1rem;
}

.font-xxs {
  font-size: 0.625rem;
}

@media (max-width: 991.98px) {
  .font-s-md {
    font-size: 0.8333rem;
  }
}

.facebook {
  background: url("/images/footer/facebook.svg") center center no-repeat;
}

.twitter {
  background: url("/images/footer/twitter.svg") center center no-repeat;
}

.instagram {
  background: url("/images/footer/instagram.svg") center center no-repeat;
}

.linkedin {
  background: url("/images/footer/linkedin.svg") center center no-repeat;
}

.youtube {
  background: url("/images/footer/youtube.svg") center center no-repeat;
}

.background-contain {
  background-size: contain;
}

.btn-light {
  color: #2b373f;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-light:hover {
  color: #2b373f;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-outline-secondary {
  color: #2b373f;
  border-color: #2b373f;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-dark {
  color: #fff;
  border-color: #fff;
}

.btn-outline-dark:hover {
  color: #2b373f;
  background-color: #fff;
  border-color: #fff;
}

.img-fluid {
  min-height: 1px;
}

a:hover {
  color: #007bff;
  text-decoration: underline;
}

.modal-open {
  padding-right: 0 !important;
}

.table {
  color: #2b373f;
}

.table th {
  font-weight: 500;
}

.table .thead-light th {
  color: #2b373f;
}

.table .thead-light th.cell-default {
  background-color: #F7F7F7;
}

blockquote {
  font-style: italic;
  font-weight: 300;
  border-left: 1px solid #2b373f;
  padding-left: 48px;
}

.text-muted {
  color: #a5a5a5 !important;
}

@media all and (-ms-high-contrast: none) {
  .display-run-in {
    display: run-in;
  }
}

.blog-author-image-mini {
  display: block;
  object-fit: none;
  object-position: top;
}

.btn-wide {
  padding-left: 35px;
  padding-right: 35px;
}

.btn-secondary {
  color: #fff;
  background-color: #ffffff00;
  border-color: #fff;
}

.btn-secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-close {
  background-image: url("/images/theme/cross.svg");
  background-repeat: no-repeat;
  right: 10px;
  top: 10px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  overflow: hidden;
  position: absolute;
  opacity: 0.3;
}

.btn-close:hover {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .btn-mobile {
    width: 100%;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
}

.collapse-header {
  color: #2b373f;
  margin-bottom: 1em;
  margin-left: 2rem;
  display: block;
}

.collapse-header:hover {
  color: #2b373f;
  text-decoration: none;
}

.collapse-header::before {
  content: " ";
  background: url("/images/theme/chevron-collapse.svg") no-repeat center center;
  margin-left: -2rem;
  margin-right: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  border: 0;
  display: inline-block;
  transition: transform .25s ease;
}

.collapse-header[aria-expanded="false"]::before {
  transform: rotate(-90deg);
}

.collapse-body {
  padding-left: 2rem;
  margin-bottom: 1.5em;
}

.label {
  font-size: 1.222rem;
  line-height: 1.777rem;
  font-weight: 300;
}

.ul-0 {
  padding-left: 20px;
  counter-reset: chapter;
}

.new-row {
  min-height: 2rem;
}

.bg-1 {
  background-color: #f3f3f3;
}

.bg-2 {
  background-color: #F3F9FE;
}

.bg-intro {
  background-color: #F3F9FE;
  background-position-y: top;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-intro.bg-intro-valign-down {
  background-position-y: bottom;
  background-color: transparent;
}

.text-color-light {
  color: #fff;
}

.text-color-dark {
  color: #2b373f;
}

.cb-card {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.cb-list-item {
  margin-bottom: 1rem;
  margin-left: 1.3rem;
  display: block;
  position: relative;
}

.cb-list-item::before {
  content: " ";
  background: url("/images/theme/list-buller-1.svg") no-repeat center center;
  margin-left: -1.3rem;
  margin-right: 1rem;
  width: 0.3rem;
  height: 1.5rem;
  border: 0;
  display: inline-block;
  position: absolute;
}

.text-color-gray {
  color: #a5a5a5;
}

.text-color-white {
  color: #fff;
}

.document-link-pb {
  padding-bottom: 1em;
}

.document-link-wrapper.d-none + .document-link-wrapper:not(.d-none).document-link-pb {
  padding-bottom: 0;
}

.color-bullet-1 {
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  border-radius: 1em;
  border: 0;
  display: inline-block;
  background: #60E265;
  margin-top: 0.1em;
  vertical-align: baseline;
}

.color-bullet-2 {
  width: 0;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  border-top: 0;
  border-bottom: 1em solid #FFD305;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  display: inline-block;
  margin-top: 0.1em;
  vertical-align: baseline;
}

.color-bullet-3 {
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  border: 0;
  display: inline-block;
  background: #2378FF;
  margin-top: 0.1em;
  vertical-align: baseline;
}

footer {
  background-color: #2b373f;
  clear: both;
  font-size: 0.666rem;
  color: #fff;
}

footer .dropdown-chevron::after {
  background: url("/images/theme/chevron-light.svg") no-repeat center center;
}

footer h2 {
  margin-bottom: 0.5rem;
}

.dropdown-chevron {
  display: flex;
}

.dropdown-chevron::after {
  transition: transform .25s ease;
  cursor: pointer;
  width: 0.6em;
  height: 0.6em;
  background: url("/images/theme/chevron.svg") no-repeat center center;
  display: flex;
  margin-left: auto;
  align-self: center;
}

.dropdown-chevron.menu-mobile-chevron::after {
  width: 1em;
  height: 1em;
  background: url("/images/theme/menu-mobile-chevron.svg") no-repeat center center;
}

.dropdown-chevron[aria-expanded="true"]::after {
  content: ' ';
}

.dropdown-chevron[aria-expanded="false"]::after {
  content: ' ';
  transform: rotate(-90deg);
}

.footer-collapse {
  margin-top: 10px;
  margin-bottom: 30px;
}

.footer-collapse li {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .collapse.footer-collapse {
    display: block;
    margin-bottom: 10px;
  }
  .footer-block-title {
    pointer-events: none;
    cursor: default;
    margin-bottom: 2rem;
  }
  .dropdown-chevron::after {
    display: none;
  }
}

.footer-block-title {
  color: #fff;
  font-size: 0.888rem;
  font-weight: normal;
  margin: 0 0 0.75em;
}

.footer-block-title:hover {
  color: #fff;
  text-decoration: none;
}

.footersocial {
  clear: both;
  display: block;
  min-height: 25px;
}

.footersocial-item {
  display: inline-block;
  margin-right: 11px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footersocial-item {
    margin-right: 6px;
  }
}

.footersocial-link {
  width: 21px;
  height: 21px;
  text-indent: -9999px;
  display: block;
  opacity: 0.8;
  transition: all .2s ease-in-out;
}

.footersocial-link:hover {
  opacity: 1;
}

.form-group {
  padding-bottom: 0.5em;
}

.warning-box {
  background-color: aliceblue;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #2758aa;
}

.form-popup-wrapper {
  display: none;
  z-index: 203;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.form-popup-block {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .15s ease-out;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 40px;
  outline: 0;
  width: 400px;
}

.form-popup-block .spinner {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-cross {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 20px;
  height: 20px;
}

.form-cross:before, .form-cross:after {
  position: absolute;
  left: 11px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #2871ae;
}

.form-cross:before {
  transform: rotate(45deg);
}

.form-cross:after {
  transform: rotate(-45deg);
}

.carousel-item-inner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 600px;
}

.carousel-item-media {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel-item-text {
  height: 100%;
}

.front-carousel .row {
  height: 100%;
  align-items: center;
}

.front-carousel .col {
  margin-bottom: 50px;
}

.front-carousel picture {
  position: absolute;
  top: 0;
  margin-left: 50%;
  transform: translateX(-50%);
}

.carousel-item-text-pane {
  color: #fff;
}

.carousel-item-text-pane h2 {
  font-size: 2.111rem;
  color: #fff;
}

.rounded-image {
  border-radius: 4px;
}

.carousel-control-prev-icon {
  background-image: url("/images/theme/arrow-left.svg");
}

.carousel-control-next-icon {
  background-image: url("/images/theme/arrow-left.svg");
  transform: rotate(180deg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.carousel-nav {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}

.carousel-nav-control {
  opacity: 0.5;
  transition: opacity 250ms;
}

.carousel-nav-control:hover {
  opacity: 0.9;
}

.image-wide {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .15s ease-out;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.image-small {
  max-width: 50%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.shadow-dark {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .15s ease-out;
}

.eupopup-container {
  background-color: rgba(243, 243, 243, 0.98);
  backdrop-filter: blur(8px);
  color: #2b373f;
  display: none;
  z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eupopup-container-fixedtop {
  position: fixed;
}

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px;
}

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.eupopup-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-y-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-py-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-t-1 {
  margin-top: 20px;
}

.container-b-1 {
  margin-bottom: 20px;
}

.container-y-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-py-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-t-2 {
  margin-top: 30px;
}

.container-b-2 {
  margin-bottom: 30px;
}

.container-y-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-py-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-t-3 {
  margin-top: 50px;
}

.container-b-3 {
  margin-bottom: 50px;
}

.container-y-4 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.container-py-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-t-4 {
  margin-top: 80px;
}

.container-b-4 {
  margin-bottom: 80px;
}

.container-y-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-py-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-t-5 {
  margin-top: 100px;
}

.container-b-5 {
  margin-bottom: 100px;
}

.row-intro {
  min-height: 550px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-cb {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-header {
  color: #2b373f;
}

.link-header:hover {
  color: #2378FF;
  text-decoration: none;
}

.link-with-arrow {
  color: #2b373f;
  align-items: center;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
}

.link-with-arrow::after {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background: url("/images/theme/arrow-right-plate.svg") no-repeat center center;
  width: 17px;
  height: 13px;
  vertical-align: baseline;
  content: '';
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.link-with-arrow:hover {
  color: #2378FF;
  text-decoration: none;
}

.link-with-arrow:hover::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
  background: url("/images/theme/arrow-right-plate--hover.svg") no-repeat center center;
}

.plate-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .plate-container {
    flex-direction: column;
  }
}

.plate-with-link {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 20px;
  height: 100%;
  min-height: 287px;
  width: 237px;
  margin-right: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .plate-with-link {
    margin-left: auto;
    margin-right: auto;
  }
}

.plate-with-link:hover {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  text-decoration: none;
}

.plate-with-link:hover .link-with-arrow {
  color: #2378FF;
  text-decoration: none;
}

.plate-with-link:hover .link-with-arrow::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
  background: url("/images/theme/arrow-right-plate--hover.svg") no-repeat center center;
}

.plate-with-link:hover .file-ext {
  color: #2b373f;
}

.plate-with-link .label {
  color: #2b373f;
}

.plate-with-link .file-ext {
  color: #2b373f;
  font-weight: bold;
  font-size: 0.667rem;
  text-transform: uppercase;
}

.community-plate {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  display: block;
  color: #2b373f;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.community-plate:hover {
  text-decoration: none;
  color: #2b373f;
}

.community-plate:hover .link-with-arrow {
  color: #2378FF;
  text-decoration: none;
}

.community-plate:hover .link-with-arrow::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
  background: url("/images/theme/arrow-right-plate--hover.svg") no-repeat center center;
}

.nav-text {
  font-weight: 300;
  font-size: 0.833rem;
  transition: background-color .1s ease;
  align-content: stretch;
  display: inline-flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.nav-text-main-menu {
  font-weight: 500;
  display: flex;
}

@media (min-width: 992px) {
  .nav-text-main-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.nav-text-main-menu.active > .nav-text-main-menu-inner {
  border-bottom: 2px solid #2b373f;
}

.nav-text-main-menu-inner {
  display: inline-flex;
  height: 55px;
  align-items: center;
}

.nav-link {
  color: #2b373f;
  text-decoration: none;
  text-transform: none;
  align-items: center;
  flex-direction: row;
  transition: background-color .1s ease;
}

.nav-link:hover {
  text-decoration: none;
  color: #2b373f;
  background-color: #f3f3f3;
}

.nav-link.menu-toggle[aria-expanded="true"] {
  background-color: #f3f3f3;
}

.nav-link.menu-toggle::after {
  transition: transform .5s ease;
}

.nav-link.menu-toggle[aria-expanded="true"] .nav-arrow {
  margin-left: 5px;
  background: url("/images/theme/drop-down.svg") no-repeat center center;
  width: 7px;
  height: 7px;
  vertical-align: -.1em;
  content: '';
  transform: rotate(180deg);
  border: 0;
}

.nav-link.menu-toggle[aria-expanded="false"] .nav-arrow {
  margin-left: 5px;
  background: url("/images/theme/drop-down.svg") no-repeat center center;
  width: 7px;
  height: 7px;
  vertical-align: -.1em;
  content: '';
  border: 0;
}

.user-menu-line {
  height: 0.1px;
  width: 100%;
  background: #221F1F;
}

.dropdown-item {
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: normal;
  line-height: 1.2;
}

.dropdown-item.active {
  background-color: #f3f3f3;
  color: #2b373f;
}

.dropdown-item:hover {
  color: #2b373f;
  text-decoration: underline;
}

.dropdown-item:hover:not(.active) {
  background-color: #fff;
}

.menu-main-dropdown {
  width: 100%;
  border: 0;
  margin-top: 0;
  position: absolute;
  top: 55px !important;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0;
  transform: none !important;
  z-index: 1060;
}

.main-menu-column-title {
  font-weight: 500;
  font-size: 0.833rem;
  margin-bottom: 0.5em;
}

.menu-main-dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 21px 0 21px;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 15px 0 15px;
  }
}

.menu-item-mobile:not(:last-child) {
  box-shadow: 0px 1px 0px #eaeaea;
}

.dropdown-menu.show {
  border: 0;
}

#desktop-menu-darkness {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.navbar-expand-lg {
  z-index: 1060;
}

.navbar-expand-lg > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.menu-group-link {
  color: #2b373f;
}

.menu-group-link.active {
  background-color: #f3f3f3;
  color: #2b373f;
}

.menu-group-link:hover {
  color: #2b373f;
}

.menu-group-link::after {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background: url("/images/theme/arrow-right-menu.svg") no-repeat center center;
  width: 8px;
  height: 8px;
  content: '';
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.menu-group-link:hover::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
}

.menu-group-link-external {
  color: #212529;
}

.menu-group-link-external::after {
  transform: rotate(-45deg);
}

.menu-group-link-external:hover::after {
  transform: rotate(0deg);
  margin-left: 10px;
}

.navbar {
  padding: 0;
  background-color: #fff;
}

.navbar > .container {
  min-height: 55px;
}

.navbar-logo {
  max-height: 35px;
}

.navbar-logo-overlay {
  position: absolute;
  width: 55px;
  height: 55px;
  margin-left: -10px;
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

#toggle-nav {
  cursor: pointer;
  width: 17px;
}

#toggle-nav[aria-expanded="true"] {
  background: url("/images/theme/mobile-menu-close.svg") no-repeat center center;
}

#toggle-nav[aria-expanded="false"] {
  background: url("/images/theme/hamburger.svg") no-repeat center center;
}

#navbarNav {
  background-color: #fff;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 1060;
}

.timestamp {
  color: #abb2b7;
  font-size: 0.667rem;
  margin-left: 1em;
}

.timestamp::before {
  content: " ";
  background: url("/images/theme/timestamp-icon.svg") no-repeat center center;
  margin-left: -1em;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  border: 0;
  display: inline-block;
}

.timestamp-2 {
  font-size: 0.8333rem;
  margin-left: 1em;
}

.timestamp-2::before {
  content: " ";
  background: url("/images/theme/timestamp-icon-color-text.svg") no-repeat center center;
  margin-left: -1em;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  border: 0;
  display: inline-block;
}

.news-thumbinail {
  width: 240px;
  height: 140px;
  object-fit: cover;
}

.news-fixed {
  height: auto;
  width: 100%;
  height: 50wv;
  object-fit: cover;
}

@media (min-width: 768px) {
  .news-fixed {
    width: 50%;
  }
}

.news-featured-card {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .news-featured-card {
    position: static;
    width: 50%;
  }
}

.news-top-card {
  display: flex;
  flex: 0 0 50%;
}

.flex-50 {
  flex: 1 0 50%;
}

.xxx {
  width: 300px;
}

.top-stories {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 280px;
}

@media (max-width: 767.98px) {
  .top-stories {
    height: auto;
  }
}

.top-story {
  width: 50%;
  position: relative;
  display: flex;
}

@media (max-width: 767.98px) {
  .top-story {
    width: 100%;
    margin-bottom: 15px;
  }
}

.top-story > .top-story-image-container {
  background-size: cover;
}

.top-story > .top-story-image {
  object-fit: cover;
  border-radius: 4px;
}

.top-story > .top-story-image {
  min-width: 50%;
}

.top-story > .top-story-image.text-color-light {
  filter: brightness(50%);
}

@media (max-width: 767.98px) {
  .top-story > .top-story-image {
    width: 100%;
    height: 50vw;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-story > .top-story-image {
    width: 100%;
  }
}

.top-story > .top-story-info {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .top-story > .top-story-info {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .top-story > .top-story-info {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .top-story > .top-story-info {
    flex-direction: row;
    align-items: center;
  }
}

.top-story:nth-child(3n+1) {
  order: 1;
}

@media (min-width: 768px) {
  .top-story:nth-child(3n+1) {
    height: 280px;
    padding-right: 20px;
  }
  .top-story:nth-child(3n+1) > .top-story-image {
    height: 280px;
  }
  .top-story:nth-child(3n+1) > .top-story-info {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.top-story:nth-child(3n+1) > .top-story-image {
  width: 100%;
}

.top-story:nth-child(3n+2) {
  order: 2;
}

@media (min-width: 768px) {
  .top-story:nth-child(3n+2) {
    height: 130px;
    margin-bottom: 10px;
  }
  .top-story:nth-child(3n+2) > .top-story-info {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.top-story:nth-child(3n+3) {
  order: 2;
}

@media (min-width: 768px) {
  .top-story:nth-child(3n+3) {
    height: 130px;
    margin-top: 10px;
  }
  .top-story:nth-child(3n+3) > .top-story-info {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Force new columns */
.top-stories::before,
.top-stories::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 1;
}

.top-story-header-text {
  color: #fff;
}

.top-story-header-text:hover {
  color: #2378FF;
  text-decoration: none;
}

@media (min-width: 992px) {
  .top-story-header-text {
    color: #2b373f;
  }
}

.news-tag {
  background: #eaeaea;
  color: #666;
  padding: 12px 20px;
  line-height: 16px;
  margin: 0 0 4px 4px;
  font-size: 0.667rem;
  font-weight: 400;
  border-radius: 8px;
  display: inline-block;
}

.news-tag:hover {
  color: #2b373f;
  background: #f3f3f3;
  text-decoration: none;
}

.license h1 {
  font-weight: bold;
  text-align: center;
}

.license .ol-a {
  padding-left: 2.5rem;
}

.license .ol-a ol {
  list-style-position: inside;
  list-style: lower-latin;
  padding-left: 0;
}

.license .ol-a ol > li {
  padding-left: 1em;
  padding-bottom: 0.5em;
}

.community-form input[type="text"],
.community-form input[type="email"],
.community-form textarea {
  background: #F5F5F5;
  border: none;
}

.fieldname {
  font-weight: 400;
}

.license-card {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  margin-right: 0;
  margin-bottom: 15px;
  padding: 0.85rem 1.5em;
  background-color: #fff;
  border-radius: 4px;
  height: 90px;
  align-items: baseline;
}

.license-card .form-check-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2b373f;
  height: 100%;
}

.license-card:nth-child(4) {
  margin-right: 0;
}

.license-card .license-card-check-info {
  display: block;
  word-spacing: 100vw;
  font-weight: 300;
  font-size: 0.667rem;
  line-height: 1em;
}

.license-card.license-card-integrity {
  background: url("/images/pages/community-license/community-integrity.jpg") right center no-repeat;
  background-size: contain;
}

.license-card.license-card-alpha {
  background: url("/images/pages/community-license/community-alpha.jpg") right center no-repeat;
  background-size: contain;
}

.license-card.license-card-x86 {
  background: url("/images/pages/community-license/community-x86.jpg") right center no-repeat;
  background-size: contain;
}

.consulting-services-training-card {
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 20px;
  position: relative;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0, 0, 0.2, 1);
}

.consulting-services-training-card:hover {
  text-decoration: none;
  transform: scale(0.99);
}

.consulting-services-training-shadow {
  padding: 26px;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0, 0, 0.2, 1);
  border-radius: 20px;
}

.consulting-services-training-shadow:hover {
  background: #000000b9;
}

.consulting-services-training-header {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-top: 30px;
}

.consulting-services-training-header:hover {
  color: #fff;
  text-decoration: none;
}

.consulting-services-training-link {
  margin-top: auto;
  color: #fff;
}

.consulting-services-training-link:hover {
  color: #fff;
  text-decoration: underline;
}

.consulting-services-expert-bg {
  background-image: url("/images/pages/consulting-services/consulting-services-expert.png"), linear-gradient(#F3F9FE, #F3F9FE);
  background-position: right top, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  position: relative;
}

@media (min-width: 992px) {
  .consulting-services-expert-bg {
    min-height: 40vh;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .consulting-services-expert-bg {
    background: #F3F9FE;
  }
}

.page-contact .content-short h3 {
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.page-contact p > strong {
  font-weight: 700;
}

.page-contact .contact-us-form-wrapper {
  border-radius: 8px;
}

@media (min-width: 768px) {
  .page-contact .contact-us-form-wrapper {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
    transition: box-shadow .15s ease-out;
    background: #FFFFFF;
    padding: 30px;
  }
}

.page-contact .contact-us-form-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
  color: #2378FF;
}

.link-compass::before {
  content: '';
  background: url("/images/theme/compass.svg") no-repeat center center;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.contact-us-form label {
  font-size: 0.8333rem;
  color: #2B373F;
  margin-bottom: 0;
}

.contact-us-form textarea::placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #A5A5A5;
}

.contact-us-form input.form-control,
.contact-us-form textarea {
  border: none;
  border-bottom: 2px solid #D7D7D7;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.contact-us-form input.form-control:focus,
.contact-us-form textarea:focus {
  border-bottom: 2px solid #2378FF;
  box-shadow: none;
}

.contact-us-form label:focus-within {
  color: #2378FF;
}

.contact-us-form .btn {
  margin-left: auto;
  display: flex;
}

.dtj-card {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e0e0e0;
}

.dtj-card:not(.show) + .dtj-card.show, .dtj-card:first-child {
  border-top: 0;
}

.dtj-card .dtj-image {
  max-height: 400px;
  flex: 0 0 auto;
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  .dtj-card .dtj-image {
    flex: 0 0 30%;
  }
}

@media (max-width: 575.98px) {
  .dtj-card .btn {
    padding: .25rem .25rem;
    font-size: .7rem;
    line-height: 1.5;
    border-radius: .2rem;
  }
}

.dtj-card .dtj-row {
  display: flex;
  justify-content: space-between;
  background-image: url("/images/theme/dots.svg");
  background-repeat: repeat-x;
  background-position: top 1rem right;
}

@media (min-width: 576px) {
  .dtj-card .dtj-row {
    width: 230px;
  }
}

@media (max-width: 575.98px) {
  .dtj-card .dtj-row {
    width: 175px;
  }
}

.dtj-card .dtj-param {
  background: #fff;
  padding-right: 5px;
}

.dtj-card .dtj-value {
  background: #fff;
  padding-left: 5px;
  font-weight: 400;
}

.dtj-list ul > li {
  line-height: initial;
}

.dtj-round {
  border-radius: 8px;
}

.product-card {
  color: #2b373f;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  display: block;
  flex-flow: column;
  padding: 1em;
  height: 100%;
  transition: filter .15s ease-out;
  cursor: pointer;
}

.product-card:hover {
  filter: drop-shadow(0px 8px 24px rgba(14, 51, 82, 0.1));
  text-decoration: none;
  color: #2b373f;
}

.product-card span {
  opacity: 0;
  transition: opacity .15s ease-out;
}

@media (max-width: 991.98px) {
  .product-card span {
    opacity: 1;
  }
}

.product-download {
  font-weight: bold;
  color: #2b373f;
}

.product-card:hover span {
  opacity: 1;
}

.details {
  padding-bottom: 60px;
}

.icon-download {
  color: #2b373f;
  margin-left: 8px;
  background: url("/images/theme/download.svg") no-repeat center center;
  width: 12px;
  height: 14px;
}

.form-card {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  background: #FFFFFF;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.hpe-to-vsi-form-banner {
  background: #2B373F;
  color: white;
  min-width: 300px;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .hpe-to-vsi-form-banner {
    display: none;
  }
}

.migration-process {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.migration-process .card-header {
  display: flex;
  font-weight: 500;
  color: #2b373f;
  background-color: transparent;
  padding: 0;
  border-bottom: 0;
}

.migration-process .card-header:hover {
  text-decoration: none;
}

.migration-process .card-header::after {
  transition: transform .5s ease;
  cursor: pointer;
  width: 0.6em;
  height: 0.6em;
  background: url("/images/theme/chevron.svg") no-repeat center center;
  display: flex;
  margin-left: auto;
  align-self: center;
}

.migration-card-item {
  padding: .75rem 0;
  font-weight: bold;
  font-size: 0.8125rem;
}

.migration-card-item > svg {
  margin-right: 5px;
}

.migration-phase {
  border-radius: 10px;
  padding: 2em;
  background: #fff;
  border: solid 1px #e0e0e0;
  height: 100%;
  position: relative;
  opacity: 1;
  transform: translateY(-5px);
}

.migration-phase .migration-phase-number {
  line-height: 34px;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: -17px;
  left: calc(50% - 17px);
  border-radius: 50%;
  background-color: #2378FF;
  color: #fff;
  text-align: center;
}

.migration-phase-wrapper {
  padding: 0px 16px 24px 16px;
  height: 100%;
}

@media (max-width: 992px) {
  .migration-phase-display-large {
    display: none;
  }
}

.page-openvms h2 {
  font-weight: bold;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-openvms h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-openvms h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

.page-openvms .container-cb p {
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-openvms .container-cb p {
    font-size: 18px;
    line-height: 26px;
  }
}

.page-openvms-9-1 {
  background-size: 100vw 100vh;
  background: linear-gradient(135deg, #000117 0%, #120D49 100%);
  background-repeat: no-repeat;
}

.page-openvms-9-1 hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.w-md-80 {
  width: 80%;
}

@media (max-width: 767.98px) {
  .w-md-80 {
    width: 100%;
  }
}

.console-black {
  text-align: left;
  background: #00061C;
  height: 300px;
  padding: 20px 10px;
  font-size: 0.722rem;
  box-shadow: 0px -10px 40px 10px rgba(77, 77, 77, 0.3);
  filter: drop-shadow(0px 4px 40px rgba(0, 6, 158, 0.25));
  border: 1px solid #2e2e2e;
}

@media (max-width: 991.98px) {
  .console-black {
    height: 150px;
  }
}

.line {
  margin: 0;
  border-right: 2px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  text-align: left;
}

@media (max-width: 1199.98px) {
  .line {
    font-size: 80%;
  }
}

@media (max-width: 767.98px) {
  .line {
    font-size: 70%;
  }
}

/* Animation */
.anim-typewriter-line1 {
  animation: typewriter-line1 0.2s steps(1, end) 1s 1 normal both, blinkTextCursor-line1 500ms steps(1) 1 normal;
}

@keyframes typewriter-line1 {
  from {
    width: 0;
  }
  to {
    width: 480px;
  }
}

@keyframes blinkTextCursor-line1 {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

.anim-typewriter-line2 {
  animation: typewriter-line2 0.1s steps(1, end) 1.2s 1 normal both, blinkTextCursor-line2 500ms steps(12) 1.3s infinite normal;
}

@keyframes typewriter-line2 {
  from {
    width: 0;
  }
  to {
    width: 5.5em;
  }
}

@keyframes blinkTextCursor-line2 {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

.anim-slidein {
  animation: slidein 0.8s, appear-opacity 0.8s;
}

@keyframes slidein {
  from {
    margin-left: 30%;
    width: 100%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

@keyframes appear-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.anim-opacity {
  animation: appear-opacity 0.8s;
}

@keyframes appear-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plate-with-link-short {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 21px 30px;
  background-color: #f7f7f7;
  margin-bottom: 8px;
  transition: background-color .2s ease-in-out;
}

.plate-with-link-short:hover {
  background-color: #f3f3f3;
  color: #2b373f;
  text-decoration: none;
}

.plate-with-link-short_header {
  font-size: 0.8333rem;
  font-weight: bold;
}

.link-with-icon {
  display: flex;
  align-items: baseline;
  color: #2b373f;
}

.link-with-icon:hover {
  text-decoration: none;
  color: #2b373f;
}

.our-company-arrow-container {
  height: 150px;
  width: 205px;
}

.our-company-arrow-container:hover .our-company-arrow-down {
  top: 57px;
}

.our-company-arrow-down {
  background: url("/images/pages/our-company/arrow.svg") center center no-repeat;
  height: 25px;
  width: 8px;
  position: absolute;
  top: 47px;
  left: calc(50% - 4px);
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.triplet-container {
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-self: stretch;
}

@media (max-width: 991.98px) {
  .triplet-container {
    flex-direction: column;
  }
}

.triplet-column {
  text-align: center;
  flex: 1 0;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .triplet-column:not(:last-child) {
    border-right: 1px solid #2b373f;
  }
}

@media (max-width: 991.98px) {
  .triplet-column {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .triplet-column:not(:last-child) {
    border-bottom: 1px solid #2b373f;
  }
}

.our-company-label {
  font-size: 1.555rem;
  line-height: 1.6em;
}

.partner-card {
  color: #2b373f;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  display: block;
  flex-flow: column;
  padding: 1em;
  height: 100%;
  transition: filter .15s ease-out;
  cursor: pointer;
}

.partner-card:hover {
  filter: drop-shadow(0px 8px 24px rgba(14, 51, 82, 0.1));
  text-decoration: none;
  color: #2b373f;
}

.partner-image-wrapper {
  height: 150px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1em;
}

.partner-card-image {
  max-width: 250px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.partner-modal .modal-content {
  border-radius: 8px;
  padding: 30px 20px;
}

.partner-modal .modal-content > .flex-column > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .partner-modal .partner-card-column-1 {
    max-width: 250px;
    flex: 1 0 250px;
  }
  .partner-modal .partner-card-column-2 {
    flex: 1 0 315px;
  }
}

.product-card {
  color: #2b373f;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  display: block;
  flex-flow: column;
  padding: 1em;
  height: 100%;
  transition: filter .15s ease-out;
  cursor: pointer;
}

.product-card:hover {
  filter: drop-shadow(0px 8px 24px rgba(14, 51, 82, 0.1));
  text-decoration: none;
  color: #2b373f;
}

.question {
  background: #2b373f;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  width: 1.2em;
  font-size: 0.8em;
  vertical-align: 0.15em;
}

.question:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.background-float-bottom {
  padding-top: 260px;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .background-float-bottom {
    padding-top: 260px;
    padding-bottom: 0px;
  }
}

.nav-roadmap {
  flex-flow: column;
  font-size: 0.8333rem;
}

.nav-roadmap > .nav {
  flex-flow: column;
}

.nav-roadmap > .nav > .nav-link {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .nav-roadmap {
    border-left: none;
    background-color: #F3F9FE;
    padding: 20px;
    border-radius: 20px;
  }
  .nav-roadmap > .nav-link,
  .nav-roadmap > .nav > .nav-link {
    color: #2378FF;
  }
  .nav-roadmap > .nav-link:hover,
  .nav-roadmap > .nav > .nav-link:hover {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  .nav-roadmap .nav-link {
    border-left: 2px solid #eaeaea;
  }
  .nav-roadmap .nav-link.active {
    border-left: 2px solid #2b373f;
    font-weight: bold;
  }
}

.table-roadmap-1 tbody > tr > td:first-child {
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .table-roadmap-1 tbody > tr > td:first-child {
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  .table-roadmap-1 thead th {
    min-width: 145px;
  }
}

.table-roadmap-2 tbody > tr > :nth-child(2) {
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .table-roadmap-2 tbody > tr > :nth-child(2) {
    white-space: nowrap;
  }
}

.table-roadmap-2 tbody > tr > td:first-child {
  white-space: nowrap;
}

.page-roadmap div[data-spy="scroll"] h1 {
  margin-bottom: 50px;
}

.page-roadmap div[data-spy="scroll"] h1:not(:first-child) {
  margin-top: 80px;
}

.page-roadmap div[data-spy="scroll"] h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-roadmap div[data-spy="scroll"] h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.terminal-view {
  white-space: pre-wrap;
  margin: 0;
  padding: 10px;
  height: 400px;
  max-width: 800px;
  font-size: 14px;
  overflow-y: scroll;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}

.terminal-view::-webkit-scrollbar {
  width: 5px;
}

.terminal-view::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #818181;
}

.openvms-management-expert-bg {
  background-image: url("/images/pages/openvms-management/openvms-management-bg.png"), linear-gradient(#F3F9FE, #F3F9FE);
  background-position: right top, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  position: relative;
}

@media (min-width: 992px) {
  .openvms-management-expert-bg {
    min-height: 40vh;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .openvms-management-expert-bg {
    background: #F3F9FE;
  }
}

.webinar-card {
  color: #2b373f;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  display: block;
  flex-flow: column;
  padding: 1em;
  height: 100%;
  transition: filter .15s ease-out;
  cursor: pointer;
}

.webinar-card:hover {
  filter: drop-shadow(0px 8px 24px rgba(14, 51, 82, 0.1));
  text-decoration: none;
  color: #2b373f;
}

.webinar-modal .modal-content {
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.webinar-modal-info {
  padding: 20px 20px 20px 20px;
}

.pagination-button {
  color: #2b373f;
  display: inline-block;
  font-size: 0.8333rem;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  padding: .2rem .5rem;
  line-height: 1.5;
}

.pagination-button.pagination-link {
  color: #2b373f;
  display: inline-block;
  font-size: 0.8333rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pagination-button.pagination-link:hover {
  color: #2b373f;
  text-decoration: underline;
}

.pagination-button.active {
  border: 0.5px solid #2b373f;
  border-radius: 3px;
  box-sizing: border-box;
}

.product-carousel {
  padding: 40px 0px 80px 0px;
}

.product-carousel .carousel-item {
  transition: none;
}

.product-carousel .carousel-inner {
  border-radius: 3px;
  overflow: hidden;
}

.product-carousel .carousel-indicators {
  bottom: 0px;
}

.product-carousel .carousel-indicators li {
  background-color: #2b373f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 9px;
  margin-left: 9px;
}

@media (min-width: 1200px) {
  .slick-3 .slick-track {
    height: 355px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slick-3 .slick-track {
    height: 295px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slick-3 .slick-track {
    height: 215px;
  }
}

@media (max-width: 767.98px) {
  .slick-3 .slick-track {
    min-height: 250px;
  }
}

.slick-3 .slick-slide:focus {
  outline: none;
}

.slick-3 .slick-slide:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .slick-3 .slick-slide {
    min-height: 250px;
  }
}

.table-headed td, .table-headed th {
  border-top: 1px solid #fff;
}

.table-headed thead th {
  border-bottom: 2px solid #fff;
}

.table-striped-cols tbody > tr > :nth-child(even) {
  background-color: #EFEFEF;
}

.table-striped-cols tbody > tr > :nth-child(odd) {
  background-color: #F7F7F7;
}

.table-striped-rows tbody > :nth-child(even) {
  background-color: #EFEFEF;
}

.table-striped-rows tbody > :nth-child(odd) {
  background-color: #F7F7F7;
}

.table-fixed-0 th {
  width: 1%;
}

@media (max-width: 767.98px) {
  .table-header-nowrap-sm th {
    white-space: nowrap;
  }
  .table-fixed-1 thead th {
    min-width: 100px;
  }
}

.table-test th, .table-test td {
  vertical-align: middle;
  text-align: center;
}

.table-test th.hpe-col-left, .table-test td.hpe-col-left {
  border-left: 1px solid #e0e0e0;
}

.table-test th.hpe-col-right, .table-test td.hpe-col-right {
  border-right: 1px solid #e0e0e0;
}

.table-test thead th {
  vertical-align: middle;
}

.table-test .cell-default {
  background-color: #F7F7F7;
}

.table-test .color-table-header {
  background-color: #e9ecef;
}

.ow-tab .nav-tabs {
  justify-content: center;
  border-bottom: 4px solid #E8E8E8;
  border-left: 0;
  border-right: 0;
  border-radius: 2px;
}

.ow-tab .nav-tabs .nav-link {
  color: #9B9B9B;
  border-bottom: 4px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 1.2rem;
}

.ow-tab .nav-tabs .nav-link.active {
  color: #2b373f;
}

.ow-tab .nav-tabs .nav-link:hover {
  color: #2b373f;
  background-color: transparent;
  border-bottom-color: transparent;
}

@media (max-width: 991.98px) {
  .ow-tab .nav-tabs .nav-link {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .ow-tab .nav-tabs .nav-link {
    margin-left: 1em;
    margin-right: 1em;
  }
  .ow-tab .nav-tabs .nav-link.active {
    color: #2b373f;
    background-color: transparent;
    border-color: transparent transparent #2378FF;
    margin-bottom: -4px;
  }
  .ow-tab .nav-tabs .nav-link:hover {
    border-color: transparent transparent #D1D1D1;
    margin-bottom: -4px;
  }
}

.ow-tab .tab-content {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .ow-tab .tab-content h2 {
    display: none;
  }
}

.tooltip-inner {
  text-align: left;
}
