html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 620;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
* {
  box-sizing: border-box;
}
body,
html {
  font-family: RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
}
@font-face {
  font-family: RightGrotesk;
  src: url(../fonts/PPRightGroteskText-Regular.woff2) format("woff2"),
    url(../fonts/PPRightGroteskText-Regular.woff) format("woff"),
    url(../fonts/PPRightGroteskText-Regular.ttf) format("truetype");
  font-weight: 340;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RightGrotesk;
  src: url(../fonts/PPRightGroteskText-RegularItalic.woff2) format("woff2"),
    url(../fonts/PPRightGroteskText-RegularItalic.woff) format("woff"),
    url(../fonts/PPRightGroteskText-RegularItalic.ttf) format("truetype");
  font-weight: 340;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: RightGrotesk;
  src: url(../fonts/PPRightGroteskText-Bold.woff2) format("woff2"),
    url(../fonts/PPRightGroteskText-Bold.woff) format("woff"),
    url(../fonts/PPRightGroteskText-Bold.ttf) format("truetype");
  font-weight: 620;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RightGrotesk;
  src: url(../fonts/PPRightGrotesk-CompactDark.woff2) format("woff2"),
    url(../fonts/PPRightGrotesk-CompactDark.woff) format("woff"),
    url(../fonts/PPRightGrotesk-CompactDark.ttf) format("truetype");
  font-weight: 770;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RightGrotesk;
  src: url(../fonts/PPRightGrotesk-CompactBlack.woff2) format("woff2"),
    url(../fonts/PPRightGrotesk-CompactBlack.woff) format("woff"),
    url(../fonts/PPRightGrotesk-CompactBlack.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
header {
  background-color: #fff;
}
.c-header__container {
  display: flex;
  height: 92px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1420px;
  padding: 0 24px;
  width: 100%;
}
.c-header__container--mobile {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.c-header__logo {
  display: flex;
  width: 160px;
  align-items: center;
}
.c-header__logo--mobile,
.o-logo {
  width: 160px;
}
.o-logo {
  height: 46px;
}
.c-footer {
  display: flex;
  height: 100px;
  width: 100%;
}
.c-footer__container,
.c-footer__links ul {
  display: flex;
  justify-content: space-between;
}
.c-footer__container {
  color: #333;
  font: 340 0.875rem/100%RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  align-items: center;
  margin: 0 auto;
  max-width: 1420px;
  padding: 0 24px;
  width: 100%;
}
.c-footer__links {
  max-width: 300px;
  width: 100%;
}
.c-footer__links ul {
  margin: 0;
  padding: 0;
}
.c-footer__links ul li {
  list-style-type: none;
}
.c-footer__links ul li a {
  color: $resolver-dark-blue;
  text-decoration: none;
}
.c-footer__links ul li a:hover {
  color: #333;
}
@media (max-width: 1080px) {
  .c-footer__container {
    flex-direction: column;
  }
  .c-footer__container,
  .c-footer__links ul {
    justify-content: space-evenly;
  }
}
.c-page-header {
  display: flex;
  width: 100%;
}
.c-page-header-l,
.c-page-header-r {
  background-color: #46a095;
  flex: 1;
  width: 100%;
}
.c-page-header-r {
  background-color: #fff;
  padding-right: 24px;
}
.c-page-header__container {
  background: #46a095 url(../cmp-assets/bg__header--right.png) no-repeat center
    right/contain;
  max-width: 1400px;
  padding: 40px 0 40px 24px;
  width: 100%;
}
.o-section {
  margin-bottom: 120px;
  width: 100%;
}
.o-section.v--blue {
  background-color: #f4f8fc;
}
.o-section.v--green {
  background-color: #46a095;
}
.o-section.v--light-grey {
  background-color: #babcc0;
}
.o-section.v--form {
  background: #fff url(../cmp-assets/bg__form--corner.png) bottom right
    no-repeat;
  background-size: 390px;
}
.u-padding--none {
  margin: 0;
}
.u-padding--large {
  padding: 120px 0;
}
.u-padding--large > .o-content__container {
  padding-top: 0;
  padding-bottom: 0;
}
.u-bg--strands {
  background: #0f3161
    url(/wp-content/themes/resolver/assets/img/bg__strands--multicolour.webp)
    center center/cover no-repeat;
}
@media (max-width: 1080px) {
  .c-page-header-l,
  .c-page-header-r {
    display: none;
  }
  .c-page-header__container {
    background-image: none;
    padding: 24px;
  }
  .o-section:not(.u-padding--none) {
    margin-bottom: 30px;
  }
  .u-padding--large {
    padding: 40px 0;
  }
  .o-section.v--form {
    background-image: none;
  }
}
.o-content__blog,
.o-content__container {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
}
.o-content__container {
  padding: 40px 24px;
}
.o-content__blog {
  min-width: 340px;
}
.o-content__blog h1,
.o-content__blog h2 {
  color: #333;
  font: 770 2.8125rem RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}
.o-content__blog h2 {
  font: 770 2.188rem RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
}
.o-content__blog li,
.o-content__blog p {
  color: #333;
  font: 340 1.125rem/150%RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
}
.o-content__blog p {
  margin: 0 0 16px;
}
.o-content__blog a {
  color: $resolver-dark-blue;
  text-decoration: underline;
}
.o-content__blog li {
  list-style-type: disc;
}
.o-smm-container {
  align-items: center;
  display: flex;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.o-intro-media {
  align-self: center;
}
@media (max-width: 1080px) {
  .o-content__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .o-content__blog h1 {
    font-size: 2.188rem;
  }
  .o-content__blog h2 {
    font-size: 1.875rem;
  }
  .o-smm-container {
    flex-direction: column;
  }
}
.o-page-header__headline {
  color: #fff;
  font: 770 4.063rem/1 RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  margin: 0;
  padding-bottom: 16px;
  letter-spacing: 0.03em;
}
.o-page-header__headline span {
  font-size: 90px;
}
.o-page-header__subheading {
  color: #fff;
  font: 340 1.5rem/1 RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  margin: 0;
}
.o-smm-headline {
  color: #333;
  font: 770 2.8125rem RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}
.o-section__headline.v--text-white,
.o-smm-copy.v--text-white,
.o-smm-headline.v--text-white,
.o-smm-text p.v--text-white {
  color: #fff;
}
.o-smm-copy,
.o-smm-text p {
  color: #333;
  font: 340 1.125rem/150%RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  margin: 0 0 16px;
}
.o-section__headline {
  color: #333;
  font: 770 3.75rem RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  margin: 0 0 24px;
  text-align: center;
  letter-spacing: 0.02em;
}
.o-section__headline--companies,
.o-section__headline--form {
  text-align: left;
  line-height: 1;
  margin-top: 0;
  letter-spacing: 0.02em;
}
.o-section__headline--companies {
  font-size: 2.5rem;
}
.o-section__headline--form {
  font: 770 3.125rem RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  margin-bottom: 24px;
}
.o-section__headline--sub {
  color: #333;
  font: 340 1.5625rem RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  margin-top: 0;
}
.o-section__headline.v--about {
  margin-bottom: 0;
  text-align: left;
}
.o-section__headline.v--wheel {
  font-size: 3.438rem;
  text-align: left;
  line-height: 100%;
}
.o-section__subheading {
  color: #333;
  font: 340 1.25rem/130%RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  margin: 0;
  text-align: center;
}
.c-grid__features p {
  font-size: 1.125rem;
}
.c-grid__features p:nth-of-type(1) {
  margin: 16px 0;
}
.c-ri-wheel__header h2,
.u-margin-none {
  margin-bottom: 0;
}
.v--text-white {
  color: #fff;
}
@media (max-width: 1080px) {
  .o-page-header__headline {
    font-size: 2.5rem;
    line-height: 130%;
  }
  .o-page-header__headline > span {
    font-size: 4.063rem;
  }
  .o-page-header__subheading {
    font-size: 1.313rem;
    line-height: 130%;
  }
  .o-smm-headline {
    font-size: 2.188rem;
    line-height: 110%;
  }
  .o-smm-copy {
    line-height: 150%;
  }
  .o-section__headline {
    font-size: 2.813rem;
    text-align: left;
    line-height: 110%;
  }
  .o-section__headline.v--wheel {
    font-size: 2.813rem;
  }
  .o-section__headline--companies,
  .o-section__headline--form {
    font-size: 2.188rem;
    line-height: 110%;
  }
  .o-section__subheading {
    font-size: 1.25rem;
    text-align: left;
    line-height: 130%;
  }
}
.c-button {
  display: inline-block;
}
.c-button-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 60px auto 0;
  width: 100%;
  justify-content: space-evenly;
  gap: 5%;
}
.c-button__primary {
  background-color: $resolver-dark-blue;
  border: 2px solid $resolver-dark-blue;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font: 620 1rem/16px RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  letter-spacing: 0.05em;
  padding: 14px 27px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  margin: 16px auto;
  cursor: pointer;
}
.c-button__primary:hover {
  color: #333;
}
.c-button__primary.v--outline,
.c-cta-link {
  color: $resolver-dark-blue;
  display: inline-block;
  text-decoration: none;
}
.c-button__primary.v--outline {
  background-color: transparent;
  border: 2px solid $resolver-dark-blue;
}
.c-button__primary.v--outline:hover {
  border: 2px solid #333;
  color: #333;
}
.c-cta-link {
  font: 620 0.9375rem/15px RightGrotesk, -apple-system, BlinkMacSystemFont,
    Roboto, "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial,
    sans-serif;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.05em;
  margin: 16px 0;
}
.c-cta-link__arrow {
  bottom: 0;
  fill: $resolver-dark-blue;
  height: 11px;
  margin-left: 6px;
  position: relative;
  top: 0.05em;
  transition: all 0.2s ease-in-out;
  width: 16px;
}
.c-cta-link:hover,
.mktoForm button.mktoButton:hover,
.mktoHtmlText > a:hover {
  color: #333;
}
.c-cta-link:hover > .c-cta-link__arrow {
  fill: #333;
  transform: translateX(2px);
}
.c-cta-link:active,
.c-cta-link:focus {
  outline: 1px dotted #eee;
}
@media (max-width: 1080px) {
  .c-button-row {
    flex-direction: column;
    gap: unset;
    align-content: center;
    margin: 0 auto;
  }
}
.o-grid__container {
  width: 100%;
  margin: 0 auto;
}
.o-grid__container.v--companies,
.o-grid__container.v--features,
.o-grid__container.v--intro {
  max-width: 1280px;
}
.o-grid__container.v--about {
  max-width: 1420px;
  padding: 40px 0;
}
.o-grid__container.v--form {
  max-width: 1080px;
  padding: 0 0 60px;
}
.c-grid__features,
.c-grid__intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}
.c-grid__features {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 90px 0;
}
.c-grid__companies {
  grid-template-columns: 50% 45%;
  margin: 40px 0;
  align-items: center;
  justify-items: center;
}
.c-grid__about,
.c-grid__companies,
.c-grid__form {
  display: grid;
  grid-column-gap: 5%;
  width: 100%;
}
.c-grid__about {
  grid-template-columns: 30% 65%;
}
.c-grid__form {
  grid-template-columns: fit-content(45%) minmax(375px, 420px);
  justify-items: center;
}
@media (max-width: 1080px) {
  .c-grid__features,
  .c-grid__intro {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .c-grid__features {
    row-gap: 16px;
    grid-auto-rows: 1fr;
    margin: 90px 0 30px;
  }
  .c-grid__companies {
    grid-column-gap: 0;
  }
  .c-grid__about,
  .c-grid__companies,
  .c-grid__form {
    grid-template-columns: 100%;
    grid-row-gap: 5%;
  }
}
.o-feature-icon {
  text-align: left;
}
.o-feature-icon > svg {
  height: 90px;
}
@media (max-width: 1080px) {
  .o-feature-icon > svg {
    height: 70px;
  }
}
.bg__half-pentagon-left {
  background: #fff
    url(/wp-content/themes/resolver/assets/img/bg__half-pentagon-left.png)
    no-repeat 0-180px;
}
.c-ri-wheel__container {
  display: grid;
  grid-template-columns: 510px auto;
  grid-template-rows: 150px auto;
  grid-column-gap: 24px;
  grid-row-gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 24px 0;
}
.c-ri-wheel__header {
  grid-area: 1/1/2/2;
}
.c-ri-wheel__features {
  grid-area: 2/1/3/2;
}
.c-ri-wheel__graphic {
  grid-area: 1/2/3/3;
  justify-self: end;
}
.c-ri-wheel__graphic img {
  width: 700px;
}
.o-ri-scroll {
  display: none;
}
.c-ri-wheel__features--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-evenly;
  margin-top: 30px;
  width: 450px;
}
.c-ri-wheel__feature {
  width: 115px;
  height: 115px;
  font-size: 1rem;
  font-weight: 620;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-ri-wheel__feature svg {
  height: 60px;
}
@media (max-width: 1080px) {
  .ri-discover-bg {
    width: 100%;
    background: #f4f8fc
      url(/wp-content/uploads/2022/06/discover-risk-intelligence-image.webp)
      no-repeat;
    height: 200px;
    background-size: 363px 200px;
  }
  .ri-discover-content {
    padding: 0 24px;
  }
  .c-ri-wheel {
    padding: 0;
  }
  .c-ri-wheel__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 60px auto auto;
    grid-column-gap: 0;
    grid-row-gap: 24px;
    padding: 50px 0 0;
  }
  .c-ri-wheel__header {
    grid-area: 1/1/2/2;
    padding: 0 24px;
  }
  .c-ri-wheel__features {
    grid-area: 4/1/5/2;
    padding: 0 24px;
  }
  .c-ri-wheel__graphic {
    grid-area: 3/1/4/2;
    overflow-x: scroll;
    justify-self: normal;
  }
  .c-ri-wheel__graphic img {
    max-width: 700px;
    padding: 0 24px;
  }
  .o-ri-scroll {
    display: block;
    grid-area: 2/1/3/2;
    padding: 0 24px;
  }
  .c-ri-video {
    background-image: url(/wp-content/themes/resolver/assets/img/bg__hero-sky.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    position: relative;
  }
  .ri-video__container,
  .ri-video__overlay {
    display: none;
  }
  .ri-video-static__container {
    display: flex;
    flex-direction: row;
    width: 340px;
    margin: 0 auto;
  }
  .ri-video-static__steps {
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 180px;
    gap: 110px;
    justify-content: flex-end;
  }
  .ri-video-static__image {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ri-video__fade-l,
  .ri-video__fade-r {
    display: none;
  }
  .c-cta__footer {
    margin-top: unset;
  }
  .c-copy-container {
    text-align: left;
  }
  .c-ri-wheel__features--grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 50px;
  }
  .c-ri-wheel__feature {
    width: 115px;
    height: 115px;
    text-align: left;
  }
}
.mktoForm {
  font-family: RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif !important;
  max-width: 450px;
  width: 100% !important;
  min-width: 375px;
}
.mktoForm .mktoClear,
.mktoForm .mktoGutter,
.mktoForm .mktoOffset,
.mktoForm .mktoAsterix {
  display: none !important;
}
.mktoForm .mktoLabel {
  display: none;
  float: none !important;
  padding: 0 0 8px;
}

.mktoForm .mktoFormRow.form-group-checkbox {
  & > .mktoFieldDescriptor.mktoFormCol {
    & > .mktoFieldWrap {
        display: flex;
        flex-flow: row-reverse nowrap;
      & > .mktoLabel {
        display: block;
      }
    }
  }
}

.mktoForm .mktoFormRow {
  & > .mktoFormCol {
    & > .mktoFieldWrap {
      & > .mktoHtmlText.mktoHasWidth {
        width: 100%!important;
      }
    }
  }
}

.mktoForm .mktoRequiredField label.mktoLabel {
  display: none;
  font-weight: 620 !important;
  font-size: 16px;
}
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {
  float: none !important;
  display: flex;
  flex-direction: column;
}
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm input[type="tel"],
.mktoForm input[type="text"],
.mktoForm textarea.mktoField {
  width: 100% !important;
  padding: 8px !important;
  border-radius: 5px;
  border: 1px solid #7b7b7b;
  font-size: 16px !important;
  font-weight: 340;
  display: block !important;
}
.mktoForm .mktoFormCol {
  margin-bottom: 16px !important;
}

.mktoForm .mktoFormRow.form-group-checkbox > .mktoFieldDescriptor.mktoFormCol > .mktoFieldWrap.mktoRequiredField {
  display: flex;
  flex-direction: row-reverse;
  gap:8px;
}

.mktoForm .mktoFormRow.form-group-checkbox > .mktoFieldDescriptor.mktoFormCol > .mktoFieldWrap.mktoRequiredField > label {
  display: block;
  font-weight: 340 !important;
}

#LblResolver_Global_Opt_In__c {
    width: unset !important;
}
/*.mktoForm div:not(.mktoErrorArrowWrap) {
  width: 100% !important;
}*/
.mktoHtmlText > a {
  color: $resolver-dark-blue;
}
.mktoButtonRow {
  text-align: center !important;
  margin-top: 24px !important;
  width:100%;
}
.mktoButtonRow > .mktoButtonWrap {
  margin: 0 !important;
}
.mktoForm button.mktoButton {
  background-color: $resolver-dark-blue !important;
  border: 2px solid $resolver-dark-blue !important;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font: 620 1rem/16px RightGrotesk, -apple-system, BlinkMacSystemFont, Roboto,
    "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif !important;
  letter-spacing: 0.05em;
  padding: 14px 27px !important;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 auto !important;
}
@media (max-width: 1080px) {
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="text"],
  .mktoForm textarea.mktoField {
    height: unset !important;
    font-size: 16px !important;
  }
}
.vidyard-player-container {
  box-shadow: 0 18px 10px -15px rgba(51, 51, 51, 0.5);
}
.vidyard-lightbox-thumbnail {
  border: 1px solid #ddd;
}
