.upgrade-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* INTRO CSS */

.upgrade-page > .intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 120px 0;
  max-width: 1440px;
  background-image: url(../jpg/feline-arterial-thromboembolism-desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.upgrade-page .intro-text-wrapper {
  width: 100%;
  max-width: 480px;
  padding: 0 0 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.upgrade-page .boxed-tag,
.upgrade-page .boxed-tag-not-all-caps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: center;
  margin: 0 30px 30px;
}

@media only screen and (max-width: 1440px) {
  .upgrade-page > .intro {
    background-position: 61% center;
  }
}

@media only screen and (max-width: 1150px) {
  .upgrade-page > .intro {
    background-position: 54% center;
  }
}

@media only screen and (max-width: 1000px) {
  .upgrade-page > .intro {
    background-image: url(../jpg/feline-arterial-thromboembolism-mobile.jpg);
    align-items: center;
    padding: 80px 0 70vw;
    background-position: bottom;
  }
  .upgrade-page .intro-text-wrapper {
    align-items: center;
    max-width: 700px;
    padding: 0;
  }
  .upgrade-page .intro-text {
    text-align: center !important;
  }
}

@media only screen and (max-width: 760px) {
  .upgrade-page .intro-text-wrapper {
    max-width: 600px;
  }
}

/* PLANS SELECTION CSS */

.upgrade-page .plan-selection-container {
  width: 100%;
  max-width: 1440px;
  z-index: 2;
}

.upgrade-page .plan-selection-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 60px 30px;
}

@media only screen and (max-width: 1279px) {
  .upgrade-page .plan-selection-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}

.upgrade-page .plan-selection-text {
  width: 100%;
  max-width: calc(30% - 120px);
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1279px) {
  .upgrade-page .plan-selection-text {
    width: 100%;
    max-width: 600px;
  }
}

.upgrade-page .plan-selection-header {
  opacity: 0.5;
  padding: 0 30px 15px 0px;
}

.upgrade-page .plan-selection-bullet {
  padding: 8px 0px 8px 35px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/icons/pro/Icons_Checkmark_Bullet.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left;
}

.upgrade-page .plan-options-wrapper {
  width: 100%;
  max-width: calc(50% - 60px);
  margin: -120px 0 0;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  .upgrade-page .plan-options-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 40px 0 -135px;
  }
}

.upgrade-page .plan-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 40px 40px 20px;
}

.upgrade-page .plan-options-header {
  padding: 0 30px 40px;
}

.upgrade-page .plan-option-button {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 0 0 20px;
  border: 1px solid #D0D7E8;
  border-radius: 8px;
  transition: 250ms all;
}

.upgrade-page .plan-option-save-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 8px;
  color: #FFFFFF;
  background-color: #214595;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 13px;
  border-radius: 5px;
}

.upgrade-page .plan-option-button.active {
  background-color: #F4F6FC;
  border: 1px solid #F4F6FC;
  cursor: default;
}

.upgrade-page .plan-option-title {
  width: 100%;
  color: #0A2447;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 16px;
  opacity: 0.7;
  transition: 250ms all;
}

.upgrade-page .plan-option-button.active .plan-option-title {
  opacity: 1;
}

.upgrade-page .plan-option-copy {
  width: 100%;
  color: #535E79;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  opacity: 0.7;
  transition: 250ms all;
}

.upgrade-page .plan-option-button.active .plan-option-copy {
  opacity: 1;
}

.upgrade-page .gradient-button.full {
    border-radius: 0 0 10px 10px;
}

.upgrade-page .button-footnote {
  padding: 20px 0 0 0;
  margin: 0 auto;
  width: 100%;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 1000px) {
  .upgrade-page .plan-selection-container .button-footnote {
    color: #7E8BA8;
  }
}

.upgrade-page .cta-container .button-footnote {
    padding: 5px 0 0 0;
}

/* CENTERED SECTION */

.upgrade-page .centered-section-intro-container {
  padding: 130px 0 60px;
}

@media only screen and (max-width: 1000px) {
  .upgrade-page .centered-section-intro-container {
    padding: 155px 0 60px;
  }
}

.upgrade-page .pro-tag-large {
  width: 55px;
  height: 32px;
}

/* ROTATING IMAGES */

.upgrade-page .vertical-rotating-images-container {
  position: absolute;
  width: 480px;
  height: 100%;
  top: 0;
  right: 0;
}


@media only screen and (max-width: 1000px) {
  .upgrade-page .vertical-rotating-images-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vw;
    right: 0;
    /* background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/upgrade-to-pro/GoPro_Cards_Mobile_v3.0.png); */
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/features/pro/Features_QuickTools_GrayBackground_Desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media only screen and (max-width: 500px) {
  .upgrade-page .vertical-rotating-images-container {
    display: none;
  }
}

.upgrade-page .top-gradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 280px;
}

.upgrade-page .bottom-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 280px;
}

.upgrade-page .vertical-rotating-images {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  z-index: 1;
  scrollbar-width: none;
}

@media only screen and (max-width: 1000px) {
  .upgrade-page .vertical-rotating-images {
    width: 480px;
  }
}

.upgrade-page .vertical-rotating-image {
  position: absolute;
  left: 0;
  width: 100%;
}

.upgrade-page .vertical-rotating-image-mobile-container {
  display: none;
}


@media only screen and (max-width: 500px) {
  .upgrade-page .vertical-rotating-image-mobile-container {
    display: flex;
    position: relative;
    width: 100%;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/features/pro/Features_QuickTools_GrayBackground_Desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media only screen and (max-width: 1000px) {
  .upgrade-page .vertical-rotating-images-container::before,
  .upgrade-page .vertical-rotating-image-mobile-container::before {
    content: "";
    box-shadow: inset 0 0 30px #0A2447;
    opacity: .15;
    width: 140%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: -30px;
  }
}

.upgrade-page .bullet-information-header {
  width: 100%;
  max-width: 450px;
}

.upgrade-page .bullet-information-copy {
  width: 100%;
  max-width: 500px;
}

/* BULLETS CSS */

.upgrade-page .bullets-information-wrapper {
  max-width: 55%;
}

@media only screen and (max-width: 1200px) {
  .upgrade-page .bullets-information-wrapper {
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .upgrade-page .bullets-information-wrapper {
    max-width: 600px;
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .upgrade-page .bullets-wrapper {
    padding: 30px 0 40px;
  }
}

.upgrade-page .bullets-copy.desktop {
  display: block;
}

@media only screen and (max-width: 1000px) {
  .upgrade-page .bullets-copy.desktop {
    display: none;
  }
}

.upgrade-page .bullets-information-mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .upgrade-page .bullets-information-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0 30px;
  }
}

/* STICKY ICONS */

.upgrade-page .pro-tag {
  width: 37px;
  height: 20px;
  margin: 0 0 0 10px;
}

.upgrade-page  .clinical-briefs-icon {
  width: 27px;
  height: 30px;
  margin: 0 10px 0 0;
}

.upgrade-page  .algorithms-icon {
  width: 32px;
  height: 27px;
  margin: 0 10px 0 0;
}

.upgrade-page  .patient-guides-icon {
  width: 31px;
  height: 33px;
  margin: 0 10px 0 0;
}

/* EXTENDED GRADIENT SECTION */

.upgrade-page .extended-gradient-container {
  width: 100%;
  max-width: 1440px;
}

@media only screen and (max-width: 1200px) {
  .upgrade-page .extended-gradient-container {
    display: none;
  }
}

.upgrade-page .extended-gradient-wrapper {
  width: 100%;
  height: 80px;
}

/* WATCH A DEMO */

.upgrade-page .everything-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

@media only screen and (max-width: 1100px) {
  .upgrade-page .everything-container {
    padding: 0px;
  }
}

.upgrade-page .everything-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0 840px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/upgrade-to-pro/UpgradeToPro_Footer_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media only screen and (max-width: 1440px) {
  .upgrade-page .everything-wrapper {
    padding: 80px 0 58vw;
  }
}

@media only screen and (max-width: 800px) {
  .upgrade-page .everything-wrapper {
    padding: 80px 0 120vw;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/upgrade-to-pro/UpgradeToPro_Footer_Mobile.jpg);
  }
}

.upgrade-page .everything-header {
  max-width: 780px;
}

.upgrade-page .everything-copy {
  max-width: 500px;
}

.upgrade-page .everything-button {
  width: 100%;
  max-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 24px 18px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #0590D5;
  border-radius: 5px;
  transition: all 250ms;
  user-select: none;
  cursor: pointer;
}

.upgrade-page .everything-button:hover {
  box-shadow: rgba(7, 142, 227, 0.4) 0px 2px 24px;
}

/* Pricing Column */
.upgrade-page .solutions-pricing-container.content-above {
    padding: 100px 0;
}

/* Video */
.upgrade-page .jwplayer.jw-flag-aspect-mode {
    margin: 0 0 -120px;
    width: 100% !important;
    max-width: 60%;
    height: 0 !important;
    padding-bottom: 38.8%;
}

@media only screen and (max-width: 1279px) {
  .upgrade-page .jwplayer.jw-flag-aspect-mode {
    max-width: 60%;
    padding-bottom: 38.8%;
  }
}

@media only screen and (max-width: 1100px) {
  .upgrade-page .jwplayer.jw-flag-aspect-mode {
    max-width: 70%;
    padding-bottom: 45.3%;
  }
}

@media only screen and (max-width: 900px) {
  .upgrade-page .jwplayer.jw-flag-aspect-mode {
    max-width: 80%;
    padding-bottom: 51.8%;
  }
}

@media only screen and (max-width: 700px) {
  .upgrade-page .jwplayer.jw-flag-aspect-mode {
    max-width: 90%;
    padding-bottom: 58.3%;
  }
}

/* Standards text carousel -- testimonial overrides */

.upgrade-page .testimonials-carousel-container .quote-copy {
  background: none;
}

.upgrade-page .testimonials-carousel-container .testimonials-header {
  background-image: url('data:image/svg+xml,<svg width="175" height="44" viewBox="0 0 175 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6229 4.10933C18.5511 1.66708 15.376 0.0225566 12.2115 0.0816844C10.135 0.120436 8.15037 0.802081 6.3537 1.65666C3.72819 2.90557 1.27476 4.67835 0.373753 7.05512C-0.313777 8.86876 -0.0121367 10.875 0.919197 12.6139C1.85053 14.3528 3.37495 15.8434 5.10361 17.1074L14.8989 12.1225C17.2601 10.9401 19.0454 9.7536 19.7709 7.66189C20.1727 6.50361 20.1201 5.24242 19.6229 4.10933Z" fill="url(%23paint0_radial_2508_37307)"/><path d="M0.414619 25.1007C1.48637 27.5429 4.66148 29.1875 7.82596 29.1283C9.9025 29.0896 11.8871 28.4079 13.6838 27.5534C16.3093 26.3045 18.7627 24.5317 19.6637 22.1549C20.3513 20.3413 20.0496 18.335 19.1183 16.5961C18.1869 14.8572 16.6625 13.3666 14.9339 12.1026L5.1386 17.0876C2.77736 18.2699 0.992035 19.4564 0.266552 21.5481C-0.135193 22.7064 -0.0826276 23.9676 0.414619 25.1007Z" fill="url(%23paint1_radial_2508_37307)"/><path d="M35.7929 24.6905C34.2044 24.6905 32.6712 24.4965 31.1935 24.1086C29.7343 23.7023 28.5428 23.1851 27.6193 22.557L29.4202 18.5118C30.2884 19.0659 31.2859 19.5277 32.4126 19.8971C33.5579 20.2481 34.6938 20.4236 35.8206 20.4236C36.5779 20.4236 37.1875 20.3589 37.6493 20.2296C38.1111 20.0818 38.4436 19.8971 38.6467 19.6755C38.8684 19.4353 38.9793 19.1583 38.9793 18.8442C38.9793 18.4009 38.7761 18.05 38.3697 17.7914C37.9633 17.5328 37.4369 17.3203 36.7904 17.1541C36.1438 16.9879 35.4235 16.8216 34.6292 16.6554C33.8534 16.4891 33.0684 16.2767 32.2741 16.0181C31.4983 15.7595 30.7871 15.427 30.1406 15.0206C29.4941 14.5958 28.9677 14.0509 28.5613 13.3859C28.1549 12.7025 27.9517 11.8435 27.9517 10.8091C27.9517 9.64542 28.2658 8.59254 28.8938 7.65049C29.5403 6.70844 30.5008 5.95111 31.7753 5.37849C33.0499 4.80587 34.6384 4.51956 36.541 4.51956C37.8155 4.51956 39.0624 4.66733 40.2815 4.96288C41.5191 5.23995 42.6181 5.65556 43.5787 6.20971L41.8885 10.2827C40.9649 9.78395 40.0506 9.41452 39.1455 9.17439C38.2404 8.91579 37.363 8.78649 36.5133 8.78649C35.756 8.78649 35.1464 8.86961 34.6847 9.03586C34.2229 9.18363 33.8904 9.38681 33.6872 9.64541C33.484 9.90402 33.3824 10.1996 33.3824 10.532C33.3824 10.9569 33.5763 11.2986 33.9642 11.5572C34.3706 11.7974 34.8971 12.0005 35.5436 12.1668C36.2086 12.3146 36.9289 12.4716 37.7047 12.6378C38.499 12.804 39.284 13.0165 40.0598 13.2751C40.8541 13.5152 41.5745 13.8477 42.221 14.2725C42.8675 14.6789 43.3847 15.2238 43.7726 15.9073C44.179 16.5722 44.3822 17.4127 44.3822 18.4286C44.3822 19.5554 44.059 20.599 43.4125 21.5596C42.7844 22.5016 41.8331 23.2589 40.5586 23.8316C39.3025 24.4042 37.714 24.6905 35.7929 24.6905Z" fill="white"/><path d="M48.0295 23.1395C49.1008 24.0816 50.597 24.5526 52.518 24.5526C53.22 24.5526 53.8942 24.4787 54.5407 24.3309C55.1872 24.2016 55.7321 23.9892 56.1754 23.6937L54.8732 20.0086C54.4299 20.3226 53.8942 20.4796 53.2662 20.4796C52.8044 20.4796 52.4257 20.3318 52.1301 20.0363C51.8346 19.7223 51.6868 19.2974 51.6868 18.7617V12.7555H55.1226V8.82102H51.6868V6.08502C51.6868 5.37259 51.074 4.91429 50.3585 4.91429H46.4224V8.82102H44.2336V12.7555H46.4224V18.8172C46.4224 20.7382 46.9581 22.179 48.0295 23.1395Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M118.033 22.3606C117.728 22.9448 117.304 23.4167 116.758 23.7763C115.964 24.2935 114.911 24.5521 113.599 24.5521C112.399 24.5521 111.383 24.3489 110.552 23.9425C109.72 23.5361 109.083 22.982 108.64 22.2801C108.215 21.5781 108.003 20.7931 108.003 19.9249C108.003 19.0014 108.233 18.2071 108.695 17.5421C109.175 16.8587 109.905 16.3415 110.884 15.9905C111.863 15.6211 113.128 15.4364 114.68 15.4364H117.666C117.623 14.7126 117.367 14.1493 116.897 13.7462C116.398 13.2844 115.594 13.0535 114.486 13.0535C113.766 13.0535 113.036 13.1736 112.297 13.4137C111.558 13.6354 110.93 13.9494 110.413 14.3558L108.64 10.7815C109.49 10.2274 110.505 9.80253 111.688 9.50699C112.888 9.19297 114.08 9.03596 115.262 9.03596C117.7 9.03596 119.584 9.59935 120.914 10.7261C122.263 11.8344 122.937 13.58 122.937 15.9628V24.3027H118.033V22.3606ZM117.672 18.1794H115.4C114.551 18.1794 113.95 18.3179 113.599 18.595C113.267 18.8721 113.101 19.2415 113.101 19.7033C113.101 20.1651 113.276 20.5345 113.627 20.8116C113.978 21.0886 114.458 21.2272 115.068 21.2272C115.641 21.2272 116.158 21.0886 116.62 20.8116C117.1 20.516 117.451 20.0727 117.672 19.4816V18.1794Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M66.5243 22.3612C66.2201 22.9454 65.7953 23.4172 65.2498 23.7768C64.4555 24.294 63.4026 24.5526 62.0912 24.5526C60.8905 24.5526 59.8746 24.3494 59.0434 23.943C58.2121 23.5367 57.5749 22.9825 57.1316 22.2806C56.7067 21.5787 56.4943 20.7936 56.4943 19.9255C56.4943 19.0019 56.7252 18.2076 57.187 17.5426C57.6672 16.8592 58.3969 16.342 59.3758 15.991C60.3548 15.6216 61.6201 15.4369 63.1718 15.4369H66.1577C66.115 14.7132 65.8586 14.1498 65.3883 13.7467C64.8896 13.2849 64.0861 13.0541 62.9778 13.0541C62.2574 13.0541 61.5278 13.1741 60.7889 13.4142C60.0501 13.6359 59.422 13.9499 58.9048 14.3563L57.1316 10.7821C57.9812 10.2279 58.9972 9.80306 60.1794 9.50752C61.38 9.1935 62.5714 9.03649 63.7536 9.03649C66.1918 9.03649 68.0759 9.59988 69.4059 10.7266C70.7543 11.8349 71.4285 13.5805 71.4285 15.9633V24.3032H66.5243V22.3612ZM66.1641 18.1799H63.8921C63.0425 18.1799 62.4421 18.3184 62.0912 18.5955C61.7587 18.8726 61.5924 19.242 61.5924 19.7038C61.5924 20.1656 61.7679 20.535 62.1189 20.8121C62.4698 21.0892 62.9501 21.2277 63.5597 21.2277C64.1323 21.2277 64.6495 21.0892 65.1113 20.8121C65.5915 20.5166 65.9425 20.0732 66.1641 19.4822V18.1799Z" fill="white"/><path d="M85.7427 9.75635C84.8007 9.27609 83.7478 9.03596 82.5841 9.03596C81.328 9.03596 80.2013 9.31304 79.2038 9.86718C78.6844 10.1461 78.2226 10.5002 77.8185 10.9293V9.28533H72.8034V24.3027H78.0678V17.0434C78.0678 16.2122 78.1971 15.5379 78.4557 15.0207C78.7143 14.5035 79.0745 14.1249 79.5363 13.8847C79.9981 13.6261 80.506 13.4968 81.0602 13.4968C81.836 13.4968 82.4363 13.7462 82.8612 14.2449C83.3045 14.7252 83.5261 15.501 83.5261 16.5724V24.3027H88.7905V15.7134C88.7905 14.1618 88.5135 12.8965 87.9593 11.9175C87.4236 10.9385 86.6848 10.2181 85.7427 9.75635Z" fill="white"/><path d="M129.328 11.0927C129.712 10.6039 130.183 10.2047 130.741 9.89489C131.738 9.32227 132.948 9.03596 134.37 9.03596V13.7739C134.13 13.737 133.918 13.7185 133.733 13.7185C133.567 13.7 133.382 13.6908 133.179 13.6908C132.108 13.6908 131.239 13.9863 130.574 14.5774C129.909 15.15 129.577 16.0921 129.577 17.4036V24.3027H124.313V9.28533H129.328V11.0927Z" fill="white"/><path d="M159.504 24.5521C158.23 24.5521 156.983 24.4043 155.764 24.1087C154.563 23.8132 153.594 23.4438 152.855 23.0005L154.434 19.3985C155.136 19.8233 155.958 20.1651 156.9 20.4237C157.842 20.6638 158.766 20.7839 159.671 20.7839C160.557 20.7839 161.167 20.6915 161.499 20.5068C161.85 20.3221 162.026 20.0727 162.026 19.7587C162.026 19.4631 161.86 19.2507 161.527 19.1214C161.213 18.9737 160.788 18.8628 160.253 18.7889C159.735 18.7151 159.163 18.6319 158.535 18.5396C157.907 18.4472 157.269 18.3271 156.623 18.1794C155.995 18.0131 155.413 17.773 154.877 17.459C154.36 17.1265 153.945 16.6832 153.631 16.129C153.317 15.5749 153.159 14.873 153.159 14.0233C153.159 13.0628 153.437 12.2131 153.991 11.4742C154.563 10.7169 155.395 10.1258 156.484 9.70094C157.574 9.25762 158.904 9.03596 160.474 9.03596C161.527 9.03596 162.589 9.14679 163.661 9.36845C164.75 9.57164 165.665 9.88566 166.404 10.3105L164.824 13.8847C164.085 13.4599 163.347 13.1736 162.608 13.0258C161.869 12.8596 161.167 12.7765 160.502 12.7765C159.615 12.7765 158.987 12.878 158.618 13.0812C158.267 13.2844 158.091 13.5338 158.091 13.8293C158.091 14.1249 158.248 14.3558 158.562 14.522C158.876 14.6698 159.292 14.7898 159.809 14.8822C160.345 14.9561 160.927 15.0392 161.555 15.1316C162.183 15.2055 162.811 15.3255 163.439 15.4918C164.085 15.658 164.667 15.9074 165.184 16.2399C165.72 16.5539 166.145 16.988 166.459 17.5421C166.773 18.0778 166.93 18.7705 166.93 19.6202C166.93 20.5437 166.644 21.375 166.071 22.1138C165.517 22.8527 164.686 23.4438 163.577 23.8871C162.488 24.3304 161.13 24.5521 159.504 24.5521Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M138.343 23.6116C139.47 24.2396 140.717 24.5536 142.084 24.5536C143.432 24.5536 144.55 24.2765 145.436 23.7224C145.831 23.4755 146.182 23.1701 146.489 22.806V24.3042H151.504V4.91614H147.57C146.855 4.91614 146.24 5.37366 146.24 6.08687V10.5773C145.973 10.3032 145.677 10.0671 145.353 9.86873C144.467 9.31458 143.377 9.03751 142.084 9.03751C140.717 9.03751 139.47 9.35152 138.343 9.97956C137.235 10.6076 136.348 11.5035 135.683 12.6672C135.018 13.8124 134.686 15.1793 134.686 16.7678C134.686 18.3749 135.018 19.7602 135.683 20.9239C136.348 22.0692 137.235 22.9651 138.343 23.6116ZM144.771 19.9542C144.31 20.2313 143.783 20.3698 143.192 20.3698C142.583 20.3698 142.038 20.2313 141.557 19.9542C141.096 19.6771 140.726 19.2707 140.449 18.7351C140.172 18.1809 140.034 17.5252 140.034 16.7678C140.034 16.0105 140.172 15.3732 140.449 14.856C140.726 14.3204 141.096 13.914 141.557 13.6369C142.038 13.3598 142.583 13.2213 143.192 13.2213C143.783 13.2213 144.31 13.3598 144.771 13.6369C145.252 13.914 145.63 14.3204 145.907 14.856C146.185 15.3732 146.323 16.0105 146.323 16.7678C146.323 17.5252 146.185 18.1809 145.907 18.7351C145.63 19.2707 145.252 19.6771 144.771 19.9542Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M93.714 23.6116C94.8408 24.2396 96.0876 24.5536 97.4545 24.5536C98.803 24.5536 99.9205 24.2765 100.807 23.7224C101.202 23.4755 101.553 23.1701 101.86 22.806V24.3042H106.875V4.91614H102.941C102.226 4.91614 101.611 5.37366 101.611 6.08687V10.5773C101.343 10.3032 101.048 10.0671 100.724 9.86873C99.8374 9.31458 98.7475 9.03751 97.4545 9.03751C96.0876 9.03751 94.8408 9.35152 93.714 9.97956C92.6057 10.6076 91.7191 11.5035 91.0541 12.6672C90.3892 13.8124 90.0567 15.1793 90.0567 16.7678C90.0567 18.3749 90.3892 19.7602 91.0541 20.9239C91.7191 22.0692 92.6057 22.9651 93.714 23.6116ZM100.142 19.9542C99.6804 20.2313 99.1539 20.3698 98.5628 20.3698C97.9533 20.3698 97.4084 20.2313 96.9281 19.9542C96.4663 19.6771 96.0969 19.2707 95.8198 18.7351C95.5427 18.1809 95.4042 17.5252 95.4042 16.7678C95.4042 16.0105 95.5427 15.3732 95.8198 14.856C96.0969 14.3204 96.4663 13.914 96.9281 13.6369C97.4084 13.3598 97.9533 13.2213 98.5628 13.2213C99.1539 13.2213 99.6804 13.3598 100.142 13.6369C100.622 13.914 101.001 14.3204 101.278 14.856C101.555 15.3732 101.694 16.0105 101.694 16.7678C101.694 17.5252 101.555 18.1809 101.278 18.7351C101.001 19.2707 100.622 19.6771 100.142 19.9542Z" fill="white"/><path d="M169.931 12.962H170.543V10.815H171.39V10.3161H169.084V10.815H169.931V12.962Z" fill="white"/><path d="M175.004 12.962L174.996 10.3161H174.494L173.519 11.9603L172.528 10.3161H172.022V12.962H172.596V11.4085L173.371 12.6823H173.647L174.426 11.3745L174.43 12.962H175.004Z" fill="white"/><path d="M86.0176 43.2498L84.6676 38.3898H85.5076L86.2276 41.1998C86.3376 41.6598 86.4276 42.0998 86.5176 42.5498H86.5576C86.6676 42.0998 86.7676 41.6498 86.8876 41.1998L87.6376 38.3898H88.4376L89.1976 41.1998C89.3176 41.6598 89.4276 42.0998 89.5376 42.5498H89.5776C89.6876 42.0998 89.7776 41.6598 89.8776 41.1998L90.5876 38.3898H91.3676L90.0676 43.2498H89.0676L88.3676 40.6398C88.2476 40.1798 88.1576 39.7298 88.0376 39.2398H87.9976C87.8876 39.7298 87.7876 40.1898 87.6576 40.6498L86.9776 43.2498H86.0176Z" fill="white"/><path d="M92.3053 43.2498V38.3898H93.1253V43.2498H92.3053ZM92.7253 37.3898C92.4053 37.3898 92.1553 37.1698 92.1553 36.8598C92.1553 36.5398 92.4053 36.3298 92.7253 36.3298C93.0453 36.3298 93.2953 36.5398 93.2953 36.8598C93.2953 37.1698 93.0453 37.3898 92.7253 37.3898Z" fill="white"/><path d="M96.1763 43.3698C95.1363 43.3698 94.7863 42.7098 94.7863 41.7498V39.0598H94.0663V38.4398L94.8263 38.3898L94.9263 37.0298H95.6163V38.3898H96.9263V39.0598H95.6163V41.7598C95.6163 42.3598 95.8063 42.6998 96.3663 42.6998C96.5363 42.6998 96.7563 42.6298 96.9163 42.5698L97.0763 43.1898C96.8063 43.2798 96.4763 43.3698 96.1763 43.3698Z" fill="white"/><path d="M97.9052 43.2498V36.1298H98.7252V38.0698L98.6952 39.0698C99.1552 38.6298 99.6452 38.2698 100.315 38.2698C101.335 38.2698 101.795 38.9298 101.795 40.1698V43.2498H100.975V40.2798C100.975 39.3698 100.695 38.9798 100.055 38.9798C99.5552 38.9798 99.2152 39.2398 98.7252 39.7298V43.2498H97.9052Z" fill="white"/><path d="M128.24 42.9487V34.0059H130.054C130.384 34.0059 130.668 34.2169 130.668 34.5459V42.9487H128.24Z" fill="white"/><path d="M132.824 42.7334C133.275 42.9549 133.782 43.0657 134.345 43.0657C134.873 43.0657 135.363 42.9421 135.814 42.6951C136.036 42.5696 136.232 42.4134 136.402 42.2264V42.9507H138.715V36.0239H136.897C136.567 36.0239 136.287 36.2389 136.287 36.5639V39.3595C136.287 39.7429 136.228 40.0581 136.108 40.3052C135.989 40.5438 135.831 40.7184 135.635 40.8292C135.439 40.9399 135.222 40.9953 134.984 40.9953C134.617 40.9953 134.332 40.8803 134.127 40.6503C133.931 40.4202 133.833 40.0368 133.833 39.5001V36.5639C133.833 36.2389 133.557 36.0239 133.227 36.0239H131.405V39.8962C131.405 40.6204 131.529 41.2211 131.776 41.6982C132.031 42.1668 132.381 42.5119 132.824 42.7334Z" fill="white"/><path d="M159.116 34.2103C159.116 33.4587 159.725 32.8498 160.476 32.8498C161.228 32.8498 161.837 33.4587 161.837 34.2103C161.837 35.881 160.317 36.5724 159.557 36.6895L159.913 35.4492C159.443 35.2352 159.116 34.761 159.116 34.2103Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M125.774 34.4007C125.186 34.1365 124.483 34.0045 123.665 34.0045H119.575V42.9505H122.106V40.6117H123.665C124.483 40.6117 125.186 40.4797 125.774 40.2156C126.37 39.9429 126.83 39.5595 127.154 39.0654C127.478 38.5712 127.64 37.9876 127.64 37.3145C127.64 36.6329 127.478 36.045 127.154 35.5509C126.83 35.0482 126.37 34.6648 125.774 34.4007ZM124.687 38.273C124.432 38.503 124.04 38.6181 123.512 38.6181H122.106V35.9982H123.512C124.04 35.9982 124.432 36.1132 124.687 36.3432C124.952 36.5733 125.084 36.897 125.084 37.3145C125.084 37.7235 124.952 38.043 124.687 38.273Z" fill="white"/><path d="M149.917 36.238C149.499 36.0165 149.022 35.9057 148.485 35.9057C147.838 35.9057 147.263 36.0676 146.76 36.3914C146.498 36.5585 146.271 36.7602 146.078 36.9967C145.919 36.7504 145.72 36.5486 145.482 36.3914C145.013 36.0676 144.468 35.9057 143.846 35.9057C143.301 35.9057 142.807 36.0335 142.364 36.2891C142.145 36.4112 141.949 36.5633 141.776 36.7456V36.0208H139.462V42.9475H141.891V39.5097C141.891 39.1519 141.942 38.8622 142.044 38.6407C142.155 38.4106 142.3 38.2402 142.479 38.1295C142.666 38.0187 142.879 37.9633 143.118 37.9633C143.45 37.9633 143.705 38.0783 143.884 38.3084C144.072 38.5299 144.166 38.8877 144.166 39.3819V42.9475H146.594V39.5097C146.594 39.1519 146.645 38.8622 146.747 38.6407C146.849 38.4106 146.994 38.2402 147.182 38.1295C147.369 38.0187 147.578 37.9633 147.808 37.9633C148.132 37.9633 148.387 38.0783 148.575 38.3084C148.762 38.5299 148.856 38.8877 148.856 39.3819V42.9475H151.284V38.9857C151.284 38.27 151.16 37.6864 150.913 37.2349C150.675 36.7833 150.343 36.451 149.917 36.238Z" fill="white"/><path d="M163.505 43.0644C162.917 43.0644 162.342 42.9962 161.78 42.8599C161.226 42.7236 160.779 42.5532 160.438 42.3487L161.166 40.6873C161.49 40.8832 161.869 41.0409 162.304 41.1601C162.738 41.2709 163.164 41.3263 163.582 41.3263C163.991 41.3263 164.272 41.2837 164.425 41.1985C164.587 41.1133 164.668 40.9983 164.668 40.8534C164.668 40.7171 164.592 40.6191 164.438 40.5595C164.293 40.4913 164.097 40.4402 163.85 40.4061C163.612 40.372 163.348 40.3337 163.058 40.2911C162.768 40.2485 162.474 40.1931 162.176 40.125C161.886 40.0483 161.618 39.9375 161.371 39.7927C161.132 39.6393 160.941 39.4348 160.796 39.1792C160.651 38.9236 160.579 38.5999 160.579 38.208C160.579 37.7649 160.706 37.373 160.962 37.0322C161.226 36.6829 161.61 36.4102 162.112 36.2143C162.615 36.0098 163.228 35.9076 163.953 35.9076C164.438 35.9076 164.928 35.9587 165.422 36.0609C165.925 36.1546 166.347 36.2995 166.687 36.4954L165.959 38.1441C165.618 37.9481 165.277 37.816 164.937 37.7479C164.596 37.6712 164.272 37.6329 163.965 37.6329C163.556 37.6329 163.267 37.6797 163.096 37.7734C162.934 37.8672 162.853 37.9822 162.853 38.1185C162.853 38.2548 162.926 38.3613 163.071 38.438C163.216 38.5062 163.407 38.5615 163.646 38.6041C163.893 38.6382 164.161 38.6766 164.451 38.7192C164.741 38.7532 165.03 38.8086 165.32 38.8853C165.618 38.962 165.887 39.077 166.125 39.2304C166.372 39.3752 166.568 39.5754 166.713 39.831C166.858 40.0781 166.93 40.3976 166.93 40.7895C166.93 41.2155 166.798 41.5989 166.534 41.9397C166.278 42.2805 165.895 42.5532 165.384 42.7576C164.881 42.9621 164.255 43.0644 163.505 43.0644Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M158.074 42.6292C157.554 42.9188 156.979 43.0637 156.349 43.0637C155.727 43.0637 155.211 42.9359 154.802 42.6803C154.62 42.5664 154.458 42.4255 154.317 42.2576V42.9487H152.003V34.0059H153.818C154.148 34.0059 154.432 34.2169 154.432 34.5459V36.6171C154.555 36.4907 154.691 36.3817 154.84 36.2903C155.249 36.0347 155.752 35.9069 156.349 35.9069C156.979 35.9069 157.554 36.0517 158.074 36.3414C158.585 36.6311 158.994 37.0443 159.301 37.581C159.607 38.1093 159.761 38.7398 159.761 39.4725C159.761 40.2137 159.607 40.8527 159.301 41.3895C158.994 41.9177 158.585 42.331 158.074 42.6292ZM155.109 40.9422C155.322 41.07 155.565 41.1339 155.837 41.1339C156.118 41.1339 156.37 41.07 156.591 40.9422C156.804 40.8144 156.975 40.6269 157.103 40.3799C157.23 40.1243 157.294 39.8218 157.294 39.4725C157.294 39.1232 157.23 38.8292 157.103 38.5907C156.975 38.3436 156.804 38.1561 156.591 38.0283C156.37 37.9005 156.118 37.8367 155.837 37.8367C155.565 37.8367 155.322 37.9005 155.109 38.0283C154.887 38.1561 154.713 38.3436 154.585 38.5907C154.457 38.8292 154.393 39.1232 154.393 39.4725C154.393 39.8218 154.457 40.1243 154.585 40.3799C154.713 40.6269 154.887 40.8144 155.109 40.9422Z" fill="white"/><path d="M169.793 38.3665L169.517 37.972C169.677 37.9036 169.77 37.7686 169.77 37.5845C169.77 37.3093 169.565 37.1392 169.237 37.1392H168.706V38.3665H168.99V38.0246H169.251L169.487 38.3665H169.793ZM169.482 37.5845C169.482 37.7178 169.395 37.7984 169.221 37.7984H168.99V37.3706H169.221C169.395 37.3706 169.482 37.4495 169.482 37.5845Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M169.205 36.7189C168.632 36.7189 168.168 37.1831 168.168 37.7556C168.168 38.3282 168.632 38.7924 169.205 38.7924C169.777 38.7924 170.241 38.3282 170.241 37.7556C170.241 37.1831 169.777 36.7189 169.205 36.7189ZM167.891 37.7556C167.891 37.0302 168.479 36.442 169.205 36.442C169.93 36.442 170.518 37.0302 170.518 37.7556C170.518 38.4811 169.93 39.0693 169.205 39.0693C168.479 39.0693 167.891 38.4811 167.891 37.7556Z" fill="white"/><path d="M109.168 33.2929C108.524 33.4363 107.293 33.7607 107.295 34.4972V42.6099C107.295 42.6045 107.297 42.5995 107.297 42.5942C107.297 42.1514 107.869 41.8738 108.203 41.7256C109.397 41.1961 110.692 41.1522 111.964 40.9651L112.004 40.9586C113.123 40.7756 114.252 40.414 115.051 39.5572C115.449 39.1128 115.737 38.5815 115.892 38.0058C116.048 37.4301 116.066 36.826 115.947 36.2419C115.827 35.6577 115.572 35.1097 115.203 34.6416C114.833 34.1735 114.36 33.7983 113.819 33.5461C112.504 32.9574 110.721 32.959 109.329 33.2579C109.281 33.2682 109.227 33.2798 109.168 33.2929Z" fill="url(%23paint2_radial_2508_37307)"/><path d="M107.295 42.6019C107.295 42.6045 107.294 42.6071 107.294 42.6099C107.29 43.0855 107.944 43.4454 107.944 43.4454C108.048 43.498 108.155 43.544 108.265 43.5831L108.265 43.5841C108.792 43.7736 109.347 43.8781 109.908 43.8937C109.993 43.8983 110.078 43.8853 110.158 43.8557C110.238 43.8261 110.311 43.7804 110.372 43.7216C110.434 43.6627 110.483 43.5918 110.516 43.5133C110.55 43.4348 110.57 43.3504 110.57 43.2652L110.568 41.1432C109.76 41.2489 108.961 41.3893 108.203 41.7256C107.869 41.8738 107.296 42.1513 107.296 42.5942C107.296 42.5968 107.296 42.5994 107.295 42.6019L107.295 42.6019Z" fill="url(%23paint3_radial_2508_37307)"/><defs><radialGradient id="paint0_radial_2508_37307" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18.0302 1.7106) rotate(129.395) scale(24.8004 33.0544)"><stop stop-color="%23FFB29E"/><stop offset="0.343883" stop-color="%23FF9583"/><stop offset="0.644981" stop-color="%23FF6C74"/><stop offset="1" stop-color="%23F23C6F"/></radialGradient><radialGradient id="paint1_radial_2508_37307" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2.4271 27.6471) rotate(-54.3248) scale(32.3853 29.6516)"><stop stop-color="%232E69F1"/><stop offset="0.465317" stop-color="%23214595"/><stop offset="0.766397" stop-color="%230A2447"/></radialGradient><radialGradient id="paint2_radial_2508_37307" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(102.467 35.9908) scale(13.3833 13.3833)"><stop stop-color="%2352D6FF"/><stop offset="0.444172" stop-color="%2300C4F2"/><stop offset="0.656357" stop-color="%23078EE3"/><stop offset="0.957859" stop-color="%23214595"/></radialGradient><radialGradient id="paint3_radial_2508_37307" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(110.024 45.3039) rotate(-26.0683) scale(5.54892 5.65649)"><stop offset="0.28" stop-color="%23214595"/><stop offset="0.84" stop-color="%230A2447"/></radialGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: 175px;
  padding-top: 84px;
}

.upgrade-page .testimonials-carousel-container .quote-copy {
    padding: 0 30px;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
}

.upgrade-page .testimonials-carousel-container .quote-wrapper {
  padding: 0;
}

.upgrade-page .testimonials-carousel-wrapper.secondary-dark-gradient-grain {
  background: url(https://cdn.brief.vet/plumbs/marketing-site/images/grain/noise_seamless_125.png), linear-gradient(90deg, #0A2447 37%, #0E2454 60 #214595 100%);
  background-size: 200px, auto;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

@media only screen and (max-width: 760px) {
  h2.testimonials-header .color-primary {
    color: #fff;
  }
}

.upgrade-page h1.intro-text.din-header {
background-image: url('data:image/svg+xml,<svg width="175" height="44" viewBox="0 0 175 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6229 4.10939C18.5511 1.66714 15.376 0.0226177 12.2115 0.0817454C10.135 0.120498 8.15037 0.802142 6.3537 1.65672C3.72819 2.90563 1.27476 4.67841 0.373753 7.05518C-0.313777 8.86882 -0.0121367 10.875 0.919197 12.6139C1.85053 14.3529 3.37495 15.8435 5.10361 17.1075L14.8989 12.1225C17.2601 10.9402 19.0454 9.75366 19.7709 7.66195C20.1727 6.50367 20.1201 5.24248 19.6229 4.10939Z" fill="url(%23paint0_radial_2507_37269)"/><path d="M0.414619 25.1008C1.48637 27.543 4.66148 29.1875 7.82596 29.1284C9.9025 29.0896 11.8871 28.408 13.6838 27.5534C16.3093 26.3045 18.7627 24.5317 19.6637 22.155C20.3513 20.3413 20.0496 18.3351 19.1183 16.5962C18.1869 14.8573 16.6625 13.3667 14.9339 12.1027L5.1386 17.0876C2.77736 18.27 0.992035 19.4565 0.266552 21.5482C-0.135193 22.7065 -0.0826276 23.9677 0.414619 25.1008Z" fill="url(%23paint1_radial_2507_37269)"/><path d="M35.7929 24.6905C34.2044 24.6905 32.6712 24.4966 31.1935 24.1087C29.7343 23.7023 28.5428 23.1851 27.6193 22.5571L29.4202 18.5118C30.2884 19.0659 31.2859 19.5277 32.4126 19.8972C33.5579 20.2481 34.6938 20.4236 35.8206 20.4236C36.5779 20.4236 37.1875 20.3589 37.6493 20.2296C38.1111 20.0819 38.4436 19.8972 38.6467 19.6755C38.8684 19.4354 38.9793 19.1583 38.9793 18.8443C38.9793 18.401 38.7761 18.05 38.3697 17.7914C37.9633 17.5328 37.4369 17.3204 36.7903 17.1541C36.1438 16.9879 35.4235 16.8216 34.6292 16.6554C33.8534 16.4892 33.0684 16.2767 32.2741 16.0181C31.4983 15.7595 30.7871 15.427 30.1406 15.0207C29.4941 14.5958 28.9677 14.0509 28.5613 13.3859C28.1549 12.7025 27.9517 11.8436 27.9517 10.8092C27.9517 9.64545 28.2658 8.59257 28.8938 7.65052C29.5403 6.70847 30.5008 5.95114 31.7753 5.37852C33.0499 4.8059 34.6384 4.51959 36.541 4.51959C37.8155 4.51959 39.0624 4.66736 40.2815 4.96291C41.5191 5.23998 42.6181 5.65559 43.5786 6.20974L41.8885 10.2827C40.9649 9.78398 40.0506 9.41455 39.1455 9.17442C38.2404 8.91582 37.363 8.78652 36.5133 8.78652C35.756 8.78652 35.1464 8.86964 34.6847 9.03589C34.2229 9.18366 33.8904 9.38684 33.6872 9.64545C33.484 9.90405 33.3824 10.1996 33.3824 10.5321C33.3824 10.9569 33.5763 11.2986 33.9642 11.5573C34.3706 11.7974 34.8971 12.0006 35.5436 12.1668C36.2086 12.3146 36.9289 12.4716 37.7047 12.6378C38.499 12.8041 39.284 13.0165 40.0598 13.2751C40.8541 13.5152 41.5745 13.8477 42.221 14.2726C42.8675 14.6789 43.3847 15.2239 43.7726 15.9073C44.179 16.5723 44.3822 17.4127 44.3822 18.4287C44.3822 19.5554 44.059 20.5991 43.4124 21.5596C42.7844 22.5016 41.8331 23.259 40.5586 23.8316C39.3025 24.4042 37.714 24.6905 35.7929 24.6905Z" fill="%230A2447"/><path d="M48.0295 23.1395C49.1008 24.0816 50.597 24.5526 52.518 24.5526C53.22 24.5526 53.8942 24.4787 54.5407 24.3309C55.1872 24.2016 55.7321 23.9892 56.1754 23.6937L54.8732 20.0086C54.4299 20.3226 53.8942 20.4796 53.2662 20.4796C52.8044 20.4796 52.4257 20.3319 52.1301 20.0363C51.8346 19.7223 51.6868 19.2974 51.6868 18.7618V12.7555H55.1225V8.82105H51.6868V6.08505C51.6868 5.37262 51.074 4.91432 50.3585 4.91432H46.4224V8.82105H44.2336V12.7555H46.4224V18.8172C46.4224 20.7382 46.9581 22.179 48.0295 23.1395Z" fill="%230A2447"/><path fill-rule="evenodd" clip-rule="evenodd" d="M118.033 22.3607C117.728 22.9449 117.304 23.4167 116.758 23.7763C115.964 24.2935 114.911 24.5521 113.599 24.5521C112.399 24.5521 111.383 24.3489 110.552 23.9425C109.72 23.5362 109.083 22.982 108.64 22.2801C108.215 21.5782 108.003 20.7931 108.003 19.925C108.003 19.0014 108.233 18.2071 108.695 17.5421C109.175 16.8587 109.905 16.3415 110.884 15.9905C111.863 15.6211 113.128 15.4364 114.68 15.4364H117.666C117.623 14.7127 117.367 14.1493 116.897 13.7462C116.398 13.2844 115.594 13.0536 114.486 13.0536C113.766 13.0536 113.036 13.1736 112.297 13.4138C111.558 13.6354 110.93 13.9494 110.413 14.3558L108.64 10.7816C109.489 10.2274 110.505 9.80256 111.688 9.50702C112.888 9.193 114.08 9.03599 115.262 9.03599C117.7 9.03599 119.584 9.59938 120.914 10.7261C122.263 11.8344 122.937 13.58 122.937 15.9628V24.3027H118.033V22.3607ZM117.672 18.1794H115.4C114.551 18.1794 113.95 18.3179 113.599 18.595C113.267 18.8721 113.101 19.2415 113.101 19.7033C113.101 20.1651 113.276 20.5345 113.627 20.8116C113.978 21.0887 114.458 21.2272 115.068 21.2272C115.641 21.2272 116.158 21.0887 116.62 20.8116C117.1 20.5161 117.451 20.0727 117.672 19.4817V18.1794Z" fill="%230A2447"/><path fill-rule="evenodd" clip-rule="evenodd" d="M66.5243 22.3612C66.2201 22.9454 65.7953 23.4173 65.2498 23.7768C64.4555 24.294 63.4026 24.5526 62.0912 24.5526C60.8905 24.5526 59.8746 24.3494 59.0434 23.9431C58.2121 23.5367 57.5749 22.9825 57.1316 22.2806C56.7067 21.5787 56.4943 20.7937 56.4943 19.9255C56.4943 19.0019 56.7252 18.2076 57.187 17.5427C57.6672 16.8592 58.3969 16.342 59.3758 15.9911C60.3548 15.6216 61.6201 15.4369 63.1717 15.4369H66.1577C66.115 14.7132 65.8586 14.1498 65.3883 13.7468C64.8896 13.285 64.0861 13.0541 62.9778 13.0541C62.2574 13.0541 61.5278 13.1741 60.7889 13.4143C60.0501 13.6359 59.422 13.95 58.9048 14.3563L57.1316 10.7821C57.9812 10.2279 58.9972 9.80309 60.1794 9.50755C61.38 9.19353 62.5714 9.03652 63.7536 9.03652C66.1918 9.03652 68.0759 9.59991 69.4059 10.7267C70.7543 11.835 71.4285 13.5805 71.4285 15.9634V24.3033H66.5243V22.3612ZM66.1641 18.1799H63.8921C63.0424 18.1799 62.4421 18.3185 62.0912 18.5955C61.7587 18.8726 61.5924 19.2421 61.5924 19.7038C61.5924 20.1656 61.7679 20.5351 62.1189 20.8121C62.4698 21.0892 62.9501 21.2277 63.5596 21.2277C64.1323 21.2277 64.6495 21.0892 65.1113 20.8121C65.5915 20.5166 65.9425 20.0733 66.1641 19.4822V18.1799Z" fill="%230A2447"/><path d="M85.7427 9.75638C84.8007 9.27612 83.7478 9.03599 82.5841 9.03599C81.328 9.03599 80.2013 9.31307 79.2038 9.86721C78.6844 10.1461 78.2226 10.5002 77.8184 10.9293V9.28536H72.8034V24.3027H78.0678V17.0434C78.0678 16.2122 78.1971 15.538 78.4557 15.0208C78.7143 14.5036 79.0745 14.1249 79.5363 13.8848C79.9981 13.6262 80.506 13.4969 81.0602 13.4969C81.836 13.4969 82.4363 13.7462 82.8612 14.245C83.3045 14.7252 83.5261 15.501 83.5261 16.5724V24.3027H88.7905V15.7135C88.7905 14.1618 88.5135 12.8965 87.9593 11.9176C87.4236 10.9386 86.6848 10.2182 85.7427 9.75638Z" fill="%230A2447"/><path d="M129.328 11.0927C129.712 10.604 130.183 10.2047 130.741 9.89492C131.738 9.3223 132.948 9.03599 134.37 9.03599V13.7739C134.13 13.737 133.918 13.7185 133.733 13.7185C133.567 13.7001 133.382 13.6908 133.179 13.6908C132.108 13.6908 131.239 13.9864 130.574 14.5775C129.909 15.1501 129.577 16.0921 129.577 17.4036V24.3027H124.313V9.28536H129.328V11.0927Z" fill="%230A2447"/><path d="M159.504 24.5521C158.23 24.5521 156.983 24.4043 155.764 24.1088C154.563 23.8132 153.594 23.4438 152.855 23.0005L154.434 19.3985C155.136 19.8234 155.958 20.1651 156.9 20.4237C157.842 20.6638 158.766 20.7839 159.671 20.7839C160.557 20.7839 161.167 20.6915 161.499 20.5068C161.85 20.3221 162.026 20.0727 162.026 19.7587C162.026 19.4632 161.86 19.2508 161.527 19.1215C161.213 18.9737 160.788 18.8629 160.253 18.789C159.735 18.7151 159.163 18.632 158.535 18.5396C157.907 18.4472 157.269 18.3272 156.623 18.1794C155.995 18.0132 155.413 17.773 154.877 17.459C154.36 17.1265 153.945 16.6832 153.631 16.1291C153.317 15.5749 153.159 14.873 153.159 14.0233C153.159 13.0628 153.437 12.2131 153.991 11.4742C154.563 10.7169 155.395 10.1258 156.484 9.70097C157.574 9.25765 158.904 9.03599 160.474 9.03599C161.527 9.03599 162.589 9.14682 163.661 9.36848C164.75 9.57167 165.665 9.88569 166.404 10.3105L164.824 13.8848C164.085 13.4599 163.347 13.1736 162.608 13.0258C161.869 12.8596 161.167 12.7765 160.502 12.7765C159.615 12.7765 158.987 12.8781 158.618 13.0813C158.267 13.2844 158.091 13.5338 158.091 13.8294C158.091 14.1249 158.248 14.3558 158.562 14.522C158.876 14.6698 159.292 14.7899 159.809 14.8822C160.345 14.9561 160.927 15.0392 161.555 15.1316C162.183 15.2055 162.811 15.3256 163.439 15.4918C164.085 15.658 164.667 15.9074 165.184 16.2399C165.72 16.5539 166.145 16.988 166.459 17.5421C166.773 18.0778 166.93 18.7705 166.93 19.6202C166.93 20.5438 166.644 21.375 166.071 22.1138C165.517 22.8527 164.686 23.4438 163.577 23.8871C162.488 24.3304 161.13 24.5521 159.504 24.5521Z" fill="%230A2447"/><path fill-rule="evenodd" clip-rule="evenodd" d="M138.343 23.6116C139.47 24.2396 140.717 24.5536 142.084 24.5536C143.432 24.5536 144.55 24.2766 145.436 23.7224C145.831 23.4756 146.182 23.1701 146.489 22.806V24.3043H151.504V4.91617H147.57C146.855 4.91617 146.24 5.3737 146.24 6.0869V10.5773C145.973 10.3033 145.677 10.0671 145.353 9.86876C144.467 9.31461 143.377 9.03754 142.084 9.03754C140.717 9.03754 139.47 9.35155 138.343 9.97959C137.235 10.6076 136.348 11.5035 135.683 12.6672C135.018 13.8124 134.686 15.1793 134.686 16.7679C134.686 18.3749 135.018 19.7603 135.683 20.924C136.348 22.0692 137.235 22.9651 138.343 23.6116ZM144.771 19.9542C144.31 20.2313 143.783 20.3698 143.192 20.3698C142.583 20.3698 142.038 20.2313 141.557 19.9542C141.096 19.6771 140.726 19.2708 140.449 18.7351C140.172 18.181 140.033 17.5252 140.033 16.7679C140.033 16.0105 140.172 15.3733 140.449 14.8561C140.726 14.3204 141.096 13.914 141.557 13.637C142.038 13.3599 142.583 13.2213 143.192 13.2213C143.783 13.2213 144.31 13.3599 144.771 13.637C145.252 13.914 145.63 14.3204 145.907 14.8561C146.185 15.3733 146.323 16.0105 146.323 16.7679C146.323 17.5252 146.185 18.181 145.907 18.7351C145.63 19.2708 145.252 19.6771 144.771 19.9542Z" fill="%230A2447"/><path fill-rule="evenodd" clip-rule="evenodd" d="M93.714 23.6116C94.8408 24.2396 96.0876 24.5536 97.4545 24.5536C98.803 24.5536 99.9205 24.2766 100.807 23.7224C101.202 23.4756 101.553 23.1701 101.86 22.806V24.3043H106.875V4.91617H102.941C102.226 4.91617 101.611 5.3737 101.611 6.0869V10.5773C101.343 10.3033 101.048 10.0671 100.724 9.86876C99.8374 9.31461 98.7475 9.03754 97.4545 9.03754C96.0876 9.03754 94.8408 9.35155 93.714 9.97959C92.6057 10.6076 91.7191 11.5035 91.0541 12.6672C90.3892 13.8124 90.0567 15.1793 90.0567 16.7679C90.0567 18.3749 90.3892 19.7603 91.0541 20.924C91.7191 22.0692 92.6057 22.9651 93.714 23.6116ZM100.142 19.9542C99.6803 20.2313 99.1539 20.3698 98.5628 20.3698C97.9533 20.3698 97.4084 20.2313 96.9281 19.9542C96.4663 19.6771 96.0969 19.2708 95.8198 18.7351C95.5427 18.181 95.4042 17.5252 95.4042 16.7679C95.4042 16.0105 95.5427 15.3733 95.8198 14.8561C96.0969 14.3204 96.4663 13.914 96.9281 13.637C97.4084 13.3599 97.9533 13.2213 98.5628 13.2213C99.1539 13.2213 99.6803 13.3599 100.142 13.637C100.622 13.914 101.001 14.3204 101.278 14.8561C101.555 15.3733 101.694 16.0105 101.694 16.7679C101.694 17.5252 101.555 18.181 101.278 18.7351C101.001 19.2708 100.622 19.6771 100.142 19.9542Z" fill="%230A2447"/><path d="M169.931 12.9621H170.543V10.8151H171.39V10.3161H169.084V10.8151H169.931V12.9621Z" fill="%230A2447"/><path d="M175.004 12.9621L174.996 10.3161H174.494L173.519 11.9604L172.528 10.3161H172.022V12.9621H172.596V11.4085L173.371 12.6823H173.647L174.426 11.3745L174.429 12.9621H175.004Z" fill="%230A2447"/><path d="M86.0176 43.2498L84.6676 38.3898H85.5076L86.2276 41.1998C86.3376 41.6598 86.4276 42.0998 86.5176 42.5498H86.5576C86.6676 42.0998 86.7676 41.6498 86.8876 41.1998L87.6376 38.3898H88.4376L89.1976 41.1998C89.3176 41.6598 89.4276 42.0998 89.5376 42.5498H89.5776C89.6876 42.0998 89.7776 41.6598 89.8776 41.1998L90.5876 38.3898H91.3676L90.0676 43.2498H89.0676L88.3676 40.6398C88.2476 40.1798 88.1576 39.7298 88.0376 39.2398H87.9976C87.8876 39.7298 87.7876 40.1898 87.6576 40.6498L86.9776 43.2498H86.0176Z" fill="%23535E79"/><path d="M92.3053 43.2498V38.3898H93.1253V43.2498H92.3053ZM92.7253 37.3898C92.4053 37.3898 92.1553 37.1698 92.1553 36.8598C92.1553 36.5398 92.4053 36.3298 92.7253 36.3298C93.0453 36.3298 93.2953 36.5398 93.2953 36.8598C93.2953 37.1698 93.0453 37.3898 92.7253 37.3898Z" fill="%23535E79"/><path d="M96.1763 43.3698C95.1363 43.3698 94.7863 42.7098 94.7863 41.7498V39.0598H94.0663V38.4398L94.8263 38.3898L94.9263 37.0298H95.6163V38.3898H96.9263V39.0598H95.6163V41.7598C95.6163 42.3598 95.8063 42.6998 96.3663 42.6998C96.5363 42.6998 96.7563 42.6298 96.9163 42.5698L97.0763 43.1898C96.8063 43.2798 96.4763 43.3698 96.1763 43.3698Z" fill="%23535E79"/><path d="M97.9052 43.2498V36.1298H98.7252V38.0698L98.6952 39.0698C99.1552 38.6298 99.6452 38.2698 100.315 38.2698C101.335 38.2698 101.795 38.9298 101.795 40.1698V43.2498H100.975V40.2798C100.975 39.3698 100.695 38.9798 100.055 38.9798C99.5552 38.9798 99.2152 39.2398 98.7252 39.7298V43.2498H97.9052Z" fill="%23535E79"/><path d="M128.24 42.9487V34.0059H130.054C130.384 34.0059 130.668 34.217 130.668 34.5459V42.9487H128.24Z" fill="%230A2447"/><path d="M132.824 42.7334C133.275 42.9549 133.782 43.0657 134.345 43.0657C134.873 43.0657 135.363 42.9422 135.814 42.6951C136.036 42.5696 136.232 42.4134 136.402 42.2264V42.9507H138.715V36.0239H136.897C136.567 36.0239 136.287 36.2389 136.287 36.5639V39.3595C136.287 39.7429 136.228 40.0581 136.108 40.3052C135.989 40.5438 135.831 40.7184 135.635 40.8292C135.439 40.94 135.222 40.9953 134.984 40.9953C134.617 40.9953 134.332 40.8803 134.127 40.6503C133.931 40.4202 133.833 40.0368 133.833 39.5001V36.5639C133.833 36.2389 133.557 36.0239 133.227 36.0239H131.405V39.8963C131.405 40.6205 131.529 41.2211 131.776 41.6982C132.031 42.1668 132.381 42.5119 132.824 42.7334Z" fill="%230A2447"/><path d="M159.116 34.2103C159.116 33.4588 159.725 32.8499 160.476 32.8499C161.228 32.8499 161.837 33.4588 161.837 34.2103C161.837 35.881 160.317 36.5725 159.557 36.6896L159.913 35.4493C159.443 35.2352 159.116 34.7611 159.116 34.2103Z" fill="%230A2447"/><path fill-rule="evenodd" clip-rule="evenodd" d="M125.774 34.4007C125.186 34.1366 124.483 34.0045 123.665 34.0045H119.575V42.9505H122.106V40.6118H123.665C124.483 40.6118 125.186 40.4797 125.774 40.2156C126.37 39.943 126.83 39.5596 127.154 39.0654C127.478 38.5712 127.64 37.9876 127.64 37.3145C127.64 36.6329 127.478 36.0451 127.154 35.5509C126.83 35.0482 126.37 34.6648 125.774 34.4007ZM124.687 38.273C124.432 38.5031 124.04 38.6181 123.512 38.6181H122.106V35.9982H123.512C124.04 35.9982 124.432 36.1132 124.687 36.3433C124.952 36.5733 125.084 36.8971 125.084 37.3145C125.084 37.7235 124.952 38.043 124.687 38.273Z" fill="%230A2447"/><path d="M149.917 36.238C149.499 36.0165 149.022 35.9058 148.485 35.9058C147.838 35.9058 147.263 36.0676 146.76 36.3914C146.498 36.5585 146.271 36.7603 146.078 36.9968C145.919 36.7505 145.72 36.5487 145.482 36.3914C145.013 36.0676 144.468 35.9058 143.846 35.9058C143.301 35.9058 142.807 36.0336 142.364 36.2892C142.145 36.4112 141.949 36.5634 141.776 36.7457V36.0208H139.462V42.9475H141.891V39.5097C141.891 39.1519 141.942 38.8622 142.044 38.6407C142.155 38.4106 142.3 38.2402 142.479 38.1295C142.666 38.0187 142.879 37.9633 143.118 37.9633C143.45 37.9633 143.705 38.0784 143.884 38.3084C144.072 38.5299 144.166 38.8878 144.166 39.3819V42.9475H146.594V39.5097C146.594 39.1519 146.645 38.8622 146.747 38.6407C146.849 38.4106 146.994 38.2402 147.182 38.1295C147.369 38.0187 147.578 37.9633 147.808 37.9633C148.132 37.9633 148.387 38.0784 148.575 38.3084C148.762 38.5299 148.856 38.8878 148.856 39.3819V42.9475H151.284V38.9857C151.284 38.2701 151.16 37.6864 150.913 37.2349C150.675 36.7833 150.343 36.451 149.917 36.238Z" fill="%230A2447"/><path d="M163.505 43.0644C162.917 43.0644 162.342 42.9962 161.78 42.8599C161.226 42.7236 160.779 42.5532 160.438 42.3487L161.166 40.6873C161.49 40.8833 161.869 41.0409 162.304 41.1602C162.738 41.2709 163.164 41.3263 163.582 41.3263C163.991 41.3263 164.272 41.2837 164.425 41.1985C164.587 41.1133 164.668 40.9983 164.668 40.8535C164.668 40.7171 164.592 40.6192 164.438 40.5595C164.293 40.4914 164.097 40.4402 163.85 40.4062C163.612 40.3721 163.348 40.3337 163.058 40.2911C162.768 40.2485 162.474 40.1932 162.176 40.125C161.886 40.0483 161.618 39.9376 161.371 39.7927C161.132 39.6394 160.941 39.4349 160.796 39.1793C160.651 38.9237 160.579 38.5999 160.579 38.208C160.579 37.765 160.706 37.373 160.962 37.0322C161.226 36.6829 161.61 36.4103 162.112 36.2143C162.615 36.0098 163.228 35.9076 163.953 35.9076C164.438 35.9076 164.928 35.9587 165.422 36.061C165.925 36.1547 166.347 36.2995 166.687 36.4955L165.959 38.1441C165.618 37.9481 165.277 37.8161 164.937 37.7479C164.596 37.6712 164.272 37.6329 163.965 37.6329C163.556 37.6329 163.267 37.6798 163.096 37.7735C162.934 37.8672 162.853 37.9822 162.853 38.1185C162.853 38.2549 162.926 38.3614 163.071 38.438C163.216 38.5062 163.407 38.5616 163.646 38.6042C163.893 38.6383 164.161 38.6766 164.451 38.7192C164.741 38.7533 165.03 38.8087 165.32 38.8853C165.618 38.962 165.887 39.077 166.125 39.2304C166.372 39.3752 166.568 39.5755 166.713 39.8311C166.858 40.0781 166.93 40.3976 166.93 40.7896C166.93 41.2156 166.798 41.599 166.534 41.9398C166.278 42.2806 165.895 42.5532 165.384 42.7577C164.881 42.9622 164.255 43.0644 163.505 43.0644Z" fill="%230A2447"/><path fill-rule="evenodd" clip-rule="evenodd" d="M158.074 42.6292C157.554 42.9189 156.979 43.0637 156.349 43.0637C155.727 43.0637 155.211 42.9359 154.802 42.6803C154.62 42.5664 154.458 42.4255 154.317 42.2576V42.9487H152.003V34.0059H153.818C154.148 34.0059 154.432 34.217 154.432 34.5459V36.6171C154.555 36.4907 154.691 36.3818 154.84 36.2903C155.249 36.0347 155.752 35.9069 156.349 35.9069C156.979 35.9069 157.554 36.0517 158.074 36.3414C158.585 36.6311 158.994 37.0443 159.301 37.5811C159.607 38.1093 159.761 38.7398 159.761 39.4725C159.761 40.2138 159.607 40.8528 159.301 41.3895C158.994 41.9178 158.585 42.331 158.074 42.6292ZM155.109 40.9422C155.322 41.07 155.565 41.1339 155.837 41.1339C156.118 41.1339 156.37 41.07 156.591 40.9422C156.804 40.8144 156.975 40.627 157.103 40.3799C157.23 40.1243 157.294 39.8218 157.294 39.4725C157.294 39.1232 157.23 38.8293 157.103 38.5907C156.975 38.3436 156.804 38.1562 156.591 38.0284C156.37 37.9006 156.118 37.8367 155.837 37.8367C155.565 37.8367 155.322 37.9006 155.109 38.0284C154.887 38.1562 154.713 38.3436 154.585 38.5907C154.457 38.8293 154.393 39.1232 154.393 39.4725C154.393 39.8218 154.457 40.1243 154.585 40.3799C154.713 40.627 154.887 40.8144 155.109 40.9422Z" fill="%230A2447"/><path d="M169.793 38.3665L169.517 37.972C169.677 37.9037 169.77 37.7687 169.77 37.5846C169.77 37.3093 169.565 37.1392 169.237 37.1392H168.706V38.3665H168.99V38.0246H169.251L169.487 38.3665H169.793ZM169.482 37.5846C169.482 37.7178 169.395 37.7985 169.221 37.7985H168.99V37.3707H169.221C169.395 37.3707 169.482 37.4496 169.482 37.5846Z" fill="%230A2447"/><path fill-rule="evenodd" clip-rule="evenodd" d="M169.205 36.7189C168.632 36.7189 168.168 37.1831 168.168 37.7557C168.168 38.3283 168.632 38.7924 169.205 38.7924C169.777 38.7924 170.241 38.3283 170.241 37.7557C170.241 37.1831 169.777 36.7189 169.205 36.7189ZM167.891 37.7557C167.891 37.0302 168.479 36.4421 169.205 36.4421C169.93 36.4421 170.518 37.0302 170.518 37.7557C170.518 38.4812 169.93 39.0693 169.205 39.0693C168.479 39.0693 167.891 38.4812 167.891 37.7557Z" fill="%230A2447"/><path d="M109.168 33.2929C108.524 33.4363 107.293 33.7607 107.295 34.4972V42.61C107.295 42.6045 107.297 42.5996 107.297 42.5943C107.297 42.1514 107.869 41.8739 108.203 41.7257C109.397 41.1961 110.692 41.1523 111.964 40.9651L112.004 40.9587C113.123 40.7757 114.252 40.4141 115.051 39.5573C115.449 39.1128 115.737 38.5815 115.892 38.0058C116.048 37.4301 116.066 36.8261 115.947 36.2419C115.827 35.6577 115.572 35.1097 115.203 34.6416C114.833 34.1735 114.36 33.7984 113.819 33.5461C112.504 32.9574 110.721 32.9591 109.329 33.258C109.281 33.2682 109.227 33.2798 109.168 33.2929Z" fill="url(%23paint2_radial_2507_37269)"/><path d="M107.295 42.6019C107.295 42.6045 107.294 42.6072 107.294 42.6099C107.29 43.0856 107.944 43.4455 107.944 43.4455C108.048 43.4981 108.155 43.5441 108.265 43.5832L108.265 43.5841C108.792 43.7736 109.347 43.8781 109.908 43.8938C109.993 43.8983 110.078 43.8853 110.158 43.8557C110.238 43.8261 110.311 43.7805 110.372 43.7216C110.434 43.6627 110.483 43.5919 110.516 43.5134C110.55 43.4349 110.57 43.3504 110.57 43.2652L110.568 41.1432C109.76 41.2489 108.961 41.3893 108.203 41.7256C107.869 41.8738 107.296 42.1514 107.296 42.5942C107.296 42.5969 107.296 42.5994 107.295 42.6019L107.295 42.6019Z" fill="url(%23paint3_radial_2507_37269)"/><defs><radialGradient id="paint0_radial_2507_37269" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18.0302 1.71067) rotate(129.395) scale(24.8004 33.0544)"><stop stop-color="%23FFB29E"/><stop offset="0.343883" stop-color="%23FF9583"/><stop offset="0.644981" stop-color="%23FF6C74"/><stop offset="1" stop-color="%23F23C6F"/></radialGradient><radialGradient id="paint1_radial_2507_37269" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2.4271 27.6472) rotate(-54.3248) scale(32.3853 29.6516)"><stop stop-color="%232E69F1"/><stop offset="0.465317" stop-color="%23214595"/><stop offset="0.766397" stop-color="%230A2447"/></radialGradient><radialGradient id="paint2_radial_2507_37269" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(102.467 35.9908) scale(13.3833 13.3833)"><stop stop-color="%2352D6FF"/><stop offset="0.444172" stop-color="%2300C4F2"/><stop offset="0.656357" stop-color="%23078EE3"/><stop offset="0.957859" stop-color="%23214595"/></radialGradient><radialGradient id="paint3_radial_2507_37269" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(110.024 45.3039) rotate(-26.0683) scale(5.54892 5.65649)"><stop offset="0.28" stop-color="%23214595"/><stop offset="0.84" stop-color="%230A2447"/></radialGradient></defs></svg>');
background-repeat: no-repeat;
background-size: 175px;
padding-top: 84px;
background-position: 30px 0;
}

@media only screen and (max-width: 1000px) {
  .upgrade-page h1.intro-text.din-header {
    background-position: center 0;
  }
}


.upgrade-page h2 .standards-logo {
  width: 254px;
  height: 42px;
  position: relative;
  top: 8px;
}

@media only screen and (max-width: 760px) {
  .upgrade-page h2 .standards-logo {
    width: 182px;
    transform: translateY(6px) scale(1.1);
    transform-origin: left;
  }
}

.upgrade-page .pricing-plans .price,
.upgrade-page .pricing-plans .per-copy,
.upgrade-page .pricing-plans .occurrence,
.upgrade-page .pricing-plans .occurrence-replacement {
  color: #214595;
}

.upgrade-page .pricing-plans .occurrence, .pricing-plans .occurrence-replacement {
  padding: 5px 0 40px;
}

.upgrade-page .pricing-plans .price-block {
  padding: 40px 30px 60px;
}

.upgrade-page .ddx-icon {
  margin: 0 10px 0 0;
}

/* Sticky Images */
.sticky-images-wrapper.fixed {
  position: fixed;
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 1440px) {
  .sticky-images-wrapper.fixed {
    margin: 0;
  }
}
