<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*====================
======================
COMMON CSS
======================
====================*/
.wrapper {
  float: left;
  clear: both;
  width: 100%;
}
.primary {
  color: #077cab !important;
}
.primary.__hover--glow:hover {
  text-shadow: 0 0 10px #0ab1f4;
}
.primary-bg {
  background-color: #077cab !important;
}
.primary-bg.__hover--glow:hover {
  box-shadow: 0 5px 15px #077cab !important;
}
.primary-bg--hover:hover {
  background-color: #077cab !important;
}
.secondary {
  color: #DB8200 !important;
}
.secondary.__hover--glow:hover {
  text-shadow: 0 0 10px #ffa828;
}
.secondary-bg {
  background-color: #DB8200 !important;
}
.secondary-bg.__hover--glow:hover {
  box-shadow: 0 5px 15px #DB8200 !important;
}
.secondary-bg--hover:hover {
  background-color: #DB8200 !important;
}
.tertiary {
  color: #7DCA92 !important;
}
.tertiary.__hover--glow:hover {
  text-shadow: 0 0 10px #b3e0c0;
}
.tertiary-bg {
  background-color: #7DCA92 !important;
}
.tertiary-bg.__hover--glow:hover {
  box-shadow: 0 5px 15px #7DCA92 !important;
}
.tertiary-bg--hover:hover {
  background-color: #7DCA92 !important;
}
.white {
  color: white !important;
}
.white-bg {
  background-color: white !important;
}
.white-bg--hover:hover {
  background-color: white !important;
}
.grey {
  color: #363636 !important;
}
.grey-bg {
  background-color: #363636 !important;
}
.grey-bg--hover:hover {
  background-color: #363636 !important;
}
.grey-light {
  color: #8C8C8C !important;
}
.grey-light-bg {
  background-color: #8C8C8C !important;
}
.grey-light-bg--hover:hover {
  background-color: #8C8C8C !important;
}
.grey-lighter {
  color: #D7D7D7 !important;
}
.grey-lighter-bg {
  background-color: #D7D7D7 !important;
}
.grey-lighter-bg--hover:hover {
  background-color: #D7D7D7 !important;
}
.grey-lightest {
  color: #D7D7D7 !important;
}
.grey-lightest-bg {
  background-color: #FAFAFA !important;
}
.grey-lightest-bg--hover:hover {
  background-color: #FAFAFA !important;
}
.red {
  color: #AE5E65 !important;
}
.red-bg {
  background-color: #AE5E65 !important;
}
.red-bg--hover:hover {
  background-color: #AE5E65 !important;
}
.brand-red {
  color: #f01b2e !important;
}
.brand-red-bg {
  background-color: #f01b2e !important;
}
.brand-red-bg--hover:hover {
  background-color: #f01b2e !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.pf-light {
  font-weight: 300 !important;
}
.pf-regular {
  font-weight: 400 !important;
}
.pf-semi-bold {
  font-weight: 600 !important;
}
.pf-bold {
  font-weight: 700 !important;
}
.pf-black {
  font-weight: 900 !important;
}
.relative {
  position: relative !important;
}
.dead-center--force {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pointer {
  cursor: pointer !important;
}
.bootstrap-iso .btn {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  padding: 15px 28px 15px 28px !important;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
@media only screen and (max-width: 767px) {
  .bootstrap-iso .btn.__grow--mobile {
    width: 100%;
  }
}
.bordered.__all {
  border: 1px solid #D7D7D7;
}
.bordered.__top {
  border-top: 1px solid #D7D7D7;
}
.bordered.__right {
  border-right: 1px solid #D7D7D7;
}
.bordered.__bottom {
  border-bottom: 1px solid #D7D7D7;
}
.bordered.__left {
  border-left: 1px solid #D7D7D7;
}
.bordered.__thick {
  border-width: 2px;
}
.input-wrapper {
  margin-bottom: 20px;
}
.input-wrapper label {
  font-family: 'Raleway', Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #363636 !important;
  line-height: normal !important;
  margin-bottom: 10px;
}
.input-wrapper label sup {
  font-size: 24px;
  vertical-align: bottom;
  top: -0.1em;
  color: #077cab;
}
.input-wrapper input[type='text'],
.input-wrapper input[type='number'],
.input-wrapper input[type='email'],
.input-wrapper input[type='password'] {
  width: 100%;
  height: 45px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: normal;
  padding: 10px 20px;
  background: white;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
}
.input-wrapper .form-select {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: normal;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  height: 45px;
  padding: 10px 20px;
}
.input-wrapper .list-group {
  box-shadow: none;
}
.input-wrapper .list-group .list-group-item {
  padding: 4px 0;
  background: transparent;
  border: none;
}
.input-wrapper .list-group .list-group-item .form-check-input {
  margin: 2px 15px 0 0;
}
/* .mobile-table {
  margin-bottom: 0px;
} */
.mobile-table .table-header {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #077cab;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .mobile-table .table-header {
    margin-top: 20px;
  }
}
.mobile-table .table-row {
  border-radius: 4px;
  overflow: hidden;
}
.mobile-table .table-row .delete-btn {
  width: 100% !important;
  max-width: 60px;
  height: 80px;
  padding: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}
.table-outer {
  margin-top: 10rem;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tab-content .errorStyles {
  color: red !important;
}
.whats-new-link {
  font-weight: 500;
}
/*====================
======================
END COMMON CSS
======================
====================*/
/*====================
======================
BASE CSS
======================
====================*/
/*---------- FONTS ----------*/
/*-----
PRIMARY
-----*/
/*-----
END PRIMARY
-----*/
body {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: normal;
}
#cart-base {
  background: #FAFAFA;
}
#account-base,
#cart-base {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #account-base,
  #cart-base {
    background: #FAFAFA;
  }
}
#account-base #superfluous-bg,
#cart-base #superfluous-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#account-base #account-content,
#cart-base #account-content {
  position: relative;
  z-index: 2;
}
#account-base h1,
#cart-base h1 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
  color: #363636;
  line-height: normal;
  line-height: 1.1em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #account-base h1,
  #cart-base h1 {
    font-size: 28px;
  }
}
#account-base h2,
#cart-base h2 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #363636;
  line-height: 1.2em;
  margin: 0 0 40px 0;
}
#account-base h5,
#cart-base h5 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #363636;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.8em;
  margin: 0;
}
#account-base p,
#cart-base p {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
  margin-bottom: 20px;
}
#account-base a,
#cart-base a {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: #077cab;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#account-base ul,
#cart-base ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#account-base ul li,
#cart-base ul li {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#account-base .nav,
#cart-base .nav {
  margin-top: 8px;
}
#account-base .nav button,
#cart-base .nav button {
  text-align: left;
  color: #363636;
  margin-bottom: 12px;
  padding: 1rem 1.3rem;
  border-radius: 20px;
}
#account-base .nav button.active,
#cart-base .nav button.active {
  font-weight: 700;
  color: #363636;
  background-color: #DAECF6;
}
#account-base .nav button#v-pills-logout-tab,
#cart-base .nav button#v-pills-logout-tab {
  margin-top: 40px;
}
#account-base .pass,
#cart-base .pass {
  font-size: 27px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: #757575;
}
.table-body span {
  font-size: 16px;
}
.sub-heading-italic {
  padding-top: 10px;
}
.input-count {
  width: 60px !important;
  height: 50px !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding: 0 0 0 15px !important;
}
.modal-backdrop {
  background-color: #33354E;
}
.modal {
  z-index: 9001 !important;
}
.modal.styled-modal {
  height: 90vh;
}
.modal.styled-modal .modal-content {
  position: relative;
  border: none;
  border-radius: 10px;
  padding: 60px 60px 50px 60px;
}
.modal.styled-modal .modal-content .modal-header {
  display: block;
  padding: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #D7D7D7;
}
.modal.styled-modal .modal-content .modal-header .modal-title,
.modal.styled-modal .modal-content .modal-header .modal-sub-title {
  width: 100%;
}
.modal.styled-modal .modal-content .modal-header .modal-title {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #077cab;
  line-height: normal;
}
.modal.styled-modal .modal-content .modal-header .modal-sub-title {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #363636;
  line-height: normal;
  text-transform: uppercase;
}
.modal.styled-modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  filter: invert(32%) sepia(53%) saturate(2118%) hue-rotate(171deg) brightness(93%) contrast(94%) !important;
}
.modal.styled-modal .modal-content .modal-body {
  padding: 24px 0;
}
.modal.styled-modal .modal-content .modal-body h3 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  line-height: normal;
}
.modal.styled-modal .modal-content .modal-body p {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: normal;
  margin-bottom: 20px;
}
.modal.styled-modal .modal-content .modal-body a {
  color: #077cab;
}
.modal.styled-modal .modal-content .modal-footer {
  justify-content: center;
  padding-top: 24px;
}
.modal-dialog {
  max-width: 800px !important;
}
.modal-backdrop.in {
  z-index: 9000 !important;
  opacity: 0.9 !important;
}
.modal-backdrop.fade {
  z-index: 9000 !important;
}
.modal-header .close {
  color: #077cab;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px 10px 20px;
}
.modal-header .close span {
  font-size: 38px;
  font-weight: lighter;
}
.modal .modal-content {
  border: none !important;
}
.cartModal-dashboard,
.cartModal-dashboard .modal-content {
  width: 500px;
  top: 80px;
}
.expiring-add-content {
  width: 90%;
}
.bundle-lic-name {
  margin-bottom: 5px;
  display: block;
}
.bundle-fragments {
  font-size: 13px;
  margin: 5px 0;
  display: block;
  font-weight: 600;
  color: #757575;
}
@media (max-width: 767px) {
  #superfluous-bg {
    display: none;
  }
  #account-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #mobile-nav-dash,
  #mobile-nav-dash:focus {
    padding: 1.5rem 4.5rem 1.5rem 1.5rem !important;
    background-color: rgb(0 182 17%);
    margin-bottom: 4rem !important;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .mobile-table,
  .mobile-table.mt-4 {
    /* margin-bottom: 0px; */
    margin-top: -25px !important;
  }
  .px-4.table-content-title {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .whats-new-container {
    margin-top: -5px;
  }
  .table-content-button {
    margin-left: -1px !important;
    margin-top: 20px !important;
  }
  .expiring-add-content {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .mobile-table-wrapper .mobile-table-name {
    padding-left: 0 !important;
  }
  .px-5.input-wrapper-mobile {
    padding-left: 0 !important;
  }
  .input-count {
    padding: 0 !important;
  }
  .my-license-button {
    margin-bottom: 35px;
  }
  .add-cart {
    width: 100%;
  }
  .update-account-actions {
    display: none;
  }
  .update-account-actions-mobile button:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .update-account-actions-mobile button:last-child {
    width: 100%;
  }
  .back-continue-actions {
    margin-top: 20px;
  }
  .back-continue-actions button:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .back-continue-actions button:last-child {
    width: 100%;
  }
  .modal.styled-modal .modal-content {
    padding: 60px 40px 50px 40px !important;
  }
  .cartModal-dashboard,
  .cartModal-dashboard .modal-content {
    width: auto;
  }
  .cartModal-dashboard .modal.styled-modal .modal-content {
    padding: 60px 40px 50px 40px !important;
  }
  #cart-section-header {
    margin-bottom: 40px !important;
  }
}
/*====================
======================
END BASE CSS
======================
====================*/
</pre></body></html>