/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button, .selectric .callCTARow__container .ctaRow .button-outline, .callCTARow__container .ctaRow .selectric .button-outline, .selectric .button-white {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after, .selectric .callCTARow__container .ctaRow .button-outline:after, .callCTARow__container .ctaRow .selectric .button-outline:after, .selectric .button-white:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button, .selectric-hover .selectric .callCTARow__container .ctaRow .button-outline, .callCTARow__container .ctaRow .selectric-hover .selectric .button-outline, .selectric-hover .selectric .button-white {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after, .selectric-hover .selectric .callCTARow__container .ctaRow .button-outline:after, .callCTARow__container .ctaRow .selectric-hover .selectric .button-outline:after, .selectric-hover .selectric .button-white:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Roboto", sans-serif;
}

a {
  color: #2A7BE1;
}
a:hover {
  color: #00348F;
}

h1, h2, .h1, .h2 {
  color: #00348F;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 24px;
}
h1 span, h2 span, .h1 span, .h2 span {
  color: #2A7BE1;
}

h1, .h1 {
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 64px;
  }
}

h2, .h2 {
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 42px;
    line-height: normal;
  }
}

.overviewText {
  color: #3F3F3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.overviewText.color-white {
  color: #FFF;
}
.overviewText--sm {
  font-size: 14px;
}
.overviewText--lg {
  font-size: 20px;
  line-height: 150%;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: inherit;
  position: relative;
}
@media (max-width: 767px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
}

section {
  padding-bottom: 52px;
  padding-top: 52px;
}
@media (min-width: 768px) {
  section {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}

.video-container .vjs-big-play-button {
  background-color: transparent;
  width: 85.2px;
  height: 85.2px;
  margin-top: -42.6px;
  border-radius: 100%;
  background-image: url("../img/iconPlayButton.svg");
  background-repeat: no-repeat;
  background-size: 136px;
  background-position: center;
  border: none !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .video-container .vjs-big-play-button {
    width: 136px;
    height: 136px;
    margin-top: -68px;
    margin-left: -68px;
  }
}
.video-container .vjs-big-play-button:before {
  content: "";
  display: none;
}
.video-container .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 0.7;
}
.video-container .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none;
}

.bg-light-gray {
  background-color: #F2F2F2;
}

.bg-navy {
  background-color: #00348F;
}

.bg-radical-blue {
  background-color: #2A7BE1;
}

.color-white {
  color: #FFF;
}

.color-navy {
  color: #00348F;
}

.color-dark-gray {
  color: #3F3F3F;
}

@media (max-width: 767px) {
  .hide-tablet-sm-down {
    display: none;
  }
}

@media (max-width: 666px) {
  .horiz-scroll-mobile .simplebar-track.simplebar-horizontal {
    height: 10px; /* Set the thickness of the horizontal scrollbar */
    background: transparent; /* Color of the track */
    border-radius: 28px;
    position: relative;
  }
  .horiz-scroll-mobile .simplebar-track.simplebar-horizontal::before {
    background: #D8D8D8;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 98%;
  }
}

.simplebar-scrollbar::before {
  background: #2A7BE1;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.header__overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .mobile-nav-open .header__overlay {
    display: block;
  }
}
@media (max-width: 767px) {
  .sticky-nav-active .header__overlay {
    z-index: 100;
  }
}
.header .navyHeader {
  background-color: #00348F;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.header .title {
  color: #00348F;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 375px) {
  .header .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .header .title {
    color: #00348F;
    font-size: 32px;
    font-style: normal;
  }
}
.header .title a {
  color: #00348F;
  font-family: "Roboto", sans-serif;
}
.header .title a:active, .header .title a:hover {
  text-decoration: none;
}
.header__toggle {
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
  left: 1px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle div {
  width: 24px;
  height: 2px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00348F;
  transition: background-color 0.3s ease;
}
.header__toggle::before, .header__toggle::after {
  width: 24px;
  content: "";
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  background: #00348F;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.header__toggle::before {
  top: 24px;
}
.header__toggle::after {
  bottom: 24px;
}
.mobile-nav-open .header__toggle div {
  display: none;
}
.mobile-nav-open .header__toggle::before {
  transform: rotate(-45deg);
  top: 12px;
}
.mobile-nav-open .header__toggle::after {
  transform: rotate(45deg);
  bottom: 20px;
}
.header__mobile {
  background-color: #FFF;
  display: none;
  left: 0;
  position: absolute;
  top: 58px;
  width: 100%;
}
.mobile-nav-open .header__mobile {
  display: block;
  z-index: 1;
}
@media (min-width: 768px) {
  .mobile-nav-open .header__mobile {
    display: none;
  }
}
.header__mobile-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
}
.header__mobile-close-btn {
  color: #00348F;
}
.header__mobile-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
.header__mobile-content .button, .header__mobile-content .callCTARow__container .ctaRow .button-outline, .callCTARow__container .ctaRow .header__mobile-content .button-outline, .header__mobile-content .button-white {
  margin-bottom: 20px;
  width: 100%;
}
.header .telNumber {
  padding: 0 12px;
}
@media (max-width: 374px) {
  .header .button--free-trial-desktop {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .mobile-nav-open .header .button--free-trial-desktop {
    display: none;
  }
}
.header .stickyHeader {
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.header .stickyHeader.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header .stickyHeader__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
  min-height: 60px;
}
@media (min-width: 768px) {
  .header .stickyHeader__container {
    padding-bottom: 16px;
    padding-top: 16px;
    min-height: initial;
  }
}
.header .stickyHeader__container__right {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}
@media (min-width: 375px) {
  .header .stickyHeader__container__right {
    gap: 12px;
  }
}
.header .stickyHeader__container__right .button-white {
  display: none;
}
@media (min-width: 768px) {
  .header .stickyHeader__container__right .button-white {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header .stickyHeader__container__right .button, .header .stickyHeader__container__right .callCTARow__container .ctaRow .button-outline, .callCTARow__container .ctaRow .header .stickyHeader__container__right .button-outline, .header .stickyHeader__container__right .button-white {
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
.header .stickyHeader__container__right .telNumber {
  display: none;
}
@media (min-width: 768px) {
  .header .stickyHeader__container__right .telNumber {
    display: flex;
  }
}
.header .stickyHeader__container .title a sup {
  font-size: 60%;
}

.footer {
  background-color: #00348F;
  background-image: url("../img/illustration-bg-2.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
@media (min-width: 768px) {
  .footer {
    mix-blend-mode: overlay;
  }
}
.footer__container {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 35px 0 43px;
}
.footer__container .logo {
  text-align: center;
}
.footer__container .logo img {
  width: 157px;
  margin: auto;
}
.footer__container .footerContent {
  margin: 18px 0;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 0 24px;
}
@media (max-width: 479px) {
  .footer__container .footerContent {
    font-size: 12px;
  }
}
.footer__container .footerContent a {
  color: #FFF;
  text-decoration: underline;
}
.footer__container .footerContent a.plainLink {
  text-decoration: none;
}
.footer__container .socialRow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.telNumber {
  display: flex;
  align-items: center;
  color: #00348F;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  gap: 8px;
  transition: color 0.3s ease;
}
.telNumber img {
  transition: transform 0.3s ease;
}
.telNumber:hover {
  color: #2A7BE1;
  text-decoration: none;
}
.telNumber:hover svg {
  transform: scale(1.1);
}

.flexCenter, .contactFormRow__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 667px) {
  .flexCenter, .contactFormRow__container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.hideOnMobile {
  display: none;
}
@media (min-width: 768px) {
  .hideOnMobile {
    display: inherit;
  }
}

.hideOnDesktop {
  display: inherit;
}
@media (min-width: 768px) {
  .hideOnDesktop {
    display: none;
  }
}

.button, .callCTARow__container .ctaRow .button-outline, .button-white {
  border-radius: 60px;
  background-color: #2A7BE1;
  color: #FFF;
  cursor: pointer;
  display: flex;
  min-height: 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 6px 20px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.button:hover, .callCTARow__container .ctaRow .button-outline:hover, .button-white:hover {
  background-color: #00348F;
  color: #FFF;
  text-decoration: none;
}

.button-white {
  border: 1px solid #2A7BE1;
  background-color: #FFF;
  color: #00348F;
}
.button-white:hover {
  border: 1px solid #00348F;
  color: #FFF;
}

.intraPageStickyNav {
  background-color: #F2F2F2;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.intraPageStickyNav__container {
  padding: 12px 0;
  position: relative;
}
@media (min-width: 667px) {
  .intraPageStickyNav__container {
    padding: 0;
  }
}
.intraPageStickyNav__container__component {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--navy, #00348F);
  background: var(--wht, #FFF);
}
@media (min-width: 667px) {
  .intraPageStickyNav__container__component {
    flex-direction: row;
    gap: 80px;
    background-color: transparent;
    border: none;
  }
}
.intraPageStickyNav__container__component.mobileOpen {
  position: absolute;
  z-index: 1001;
  width: auto;
  left: 25px;
  right: 25px;
  overflow: hidden;
}
@media (min-width: 667px) {
  .intraPageStickyNav__container__component.mobileOpen {
    position: inherit;
    width: inherit;
    left: inherit;
    right: inherit;
    overflow: inherit;
  }
}
.intraPageStickyNav__container__component.mobileOpen .item {
  display: block;
}
.intraPageStickyNav__container__component.mobileOpen .item:not(:first-child) {
  background-image: none;
}
@media (min-width: 667px) {
  .intraPageStickyNav__container__component.mobileOpen .item:not(:first-child) {
    background-image: inherit;
  }
}
.intraPageStickyNav__container__component.mobileOpen .item.active {
  background-color: aliceblue;
}
@media (min-width: 667px) {
  .intraPageStickyNav__container__component.mobileOpen .item.active {
    background-color: inherit;
  }
}
.intraPageStickyNav__container__component a {
  text-decoration: none;
}
.intraPageStickyNav__container__component a:active, .intraPageStickyNav__container__component a:hover {
  text-decoration: none;
}
.intraPageStickyNav__container__component .item {
  color: #00348F;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 21px;
  display: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3e%3cpath d='M1 1L7 7L13 1' stroke='%2300348F' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px top 17px;
}
@media (min-width: 667px) {
  .intraPageStickyNav__container__component .item {
    background-image: none;
    display: inherit;
    padding-top: 25px;
    padding-bottom: 26px;
    padding: 25px 0 26px;
  }
  .intraPageStickyNav__container__component .item:hover {
    color: #2A7BE1;
    text-decoration: none;
  }
  .intraPageStickyNav__container__component .item.active {
    border-bottom: 5px solid #2ECDDC;
  }
}
.intraPageStickyNav__container__component .item.active {
  display: inherit;
}
@media (min-width: 667px) {
  .intraPageStickyNav__container__component .item.hideOnDesktop {
    display: none;
  }
}
.mobile-nav-open .intraPageStickyNav {
  z-index: 0 !important;
}

.container, .header__container {
  max-width: 1490px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .container, .header__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.contentContainer, .pricingSection__container, .callCTARow__container, .productBenefitsGrid__container, .contactFormRow__container, .valuePropAccordionRow__container, .hero__container, .header .stickyHeader__container, .intraPageStickyNav__container {
  max-width: 1304px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .contentContainer, .pricingSection__container, .callCTARow__container, .productBenefitsGrid__container, .contactFormRow__container, .valuePropAccordionRow__container, .hero__container, .header .stickyHeader__container, .intraPageStickyNav__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero {
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
  background-image: url(/49ecdb/siteassets/xactrestore/images/hero-image-1-mobile.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .hero {
    background-image: url(/49ecdb/siteassets/xactrestore/images/hero-image-1.jpg);
    background-size: 560px;
    background-position: right;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1180px) {
  .hero {
    background-size: 520px;
  }
}
@media (min-width: 1280px) {
  .hero {
    background-size: 680px;
  }
}
@media (min-width: 1440px) {
  .hero {
    background-size: 770px;
  }
}
.hero::before {
  content: "";
  display: block;
  padding-bottom: 92%;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero::before {
    display: none;
  }
}
.hero__container {
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .hero__container {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .hero__container-left {
    width: 45%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .hero__container-left {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .hero__container-left {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.hero__container h1 {
  padding-right: 20px;
}
@media (max-width: 1279px) {
  .hero__container h1 {
    font-size: 36px;
    line-height: 44px;
    max-width: 600px;
    padding-right: 0;
  }
}
.hero__container .overviewText {
  padding-right: 20px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .hero__container .overviewText {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1279px) {
  .hero__container .overviewText {
    padding-right: 0;
  }
}
.hero__container .ctaRow {
  align-items: center;
  margin-top: 32px;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero__container .ctaRow {
    flex-direction: row;
    gap: 20px;
  }
}
.hero__container .ctaRow .button, .hero__container .callCTARow__container .ctaRow .button-outline, .callCTARow__container .hero__container .ctaRow .button-outline, .hero__container .ctaRow .button-white {
  width: 100%;
}
@media (min-width: 768px) {
  .hero__container .ctaRow .button, .hero__container .callCTARow__container .ctaRow .button-outline, .callCTARow__container .hero__container .ctaRow .button-outline, .hero__container .ctaRow .button-white {
    max-width: 180px;
  }
}
.hero__container .textRow {
  text-align: center;
}
@media (min-width: 1024px) {
  .hero__container .textRow {
    text-align: left;
  }
}

.valuePropAccordionRow__container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 667px) {
  .valuePropAccordionRow__container__left {
    flex-basis: 40%;
  }
}
.valuePropAccordionRow__container__right {
  padding-left: 65px;
}
@media (min-width: 667px) {
  .valuePropAccordionRow__container__right {
    flex-basis: 60%;
  }
}
.valuePropAccordionRow__container__full {
  flex-basis: 100%;
}
.valuePropAccordionRow__container__header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.valuePropAccordionRow .overviewText {
  margin-bottom: 80px;
}
@media (max-width: 666px) {
  .valuePropAccordionRow .overviewText {
    margin-bottom: 52px;
  }
}
.valuePropAccordionRow .video-js {
  background-color: transparent;
}
.valuePropAccordionRow .video-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.valuePropAccordionRow .glyphAccordion {
  border-top: 2px solid #D4D4D4;
  position: relative;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion {
    padding-top: 0;
    border-top: none;
    border-left: 2px solid #DCDCDC;
  }
}
.valuePropAccordionRow .glyphAccordion__glyphDesktop {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__glyphDesktop {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__glyphDesktop__right {
    flex-basis: 54%;
    padding-left: 65px;
    text-align: right;
  }
}
.valuePropAccordionRow .glyphAccordion__item {
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 2px solid #D4D4D4;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item {
    padding-left: 65px;
    flex-direction: row;
    border-bottom: none;
    margin-bottom: 56px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item__left {
    flex-basis: 40%;
  }
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item__right {
    flex-basis: 60%;
    padding-left: 65px;
    pointer-events: none;
  }
}
.valuePropAccordionRow .glyphAccordion__item__title {
  color: #2A7BE1;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  width: 82%;
  cursor: pointer;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item__title {
    width: inherit;
  }
}
.valuePropAccordionRow .glyphAccordion__item__panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.valuePropAccordionRow .glyphAccordion__item__panel p {
  color: #00348F;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  transition: opacity 0.3s ease-in;
}
@media (min-width: 768px) {
  .valuePropAccordionRow .glyphAccordion__item__panel p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
}
.valuePropAccordionRow .glyphAccordion__item.active .glyphAccordion__item-btn {
  pointer-events: auto;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item.active .glyphAccordion__item-btn {
    pointer-events: none;
    padding-right: 0;
  }
}
.valuePropAccordionRow .glyphAccordion__item.active .glyphAccordion__item__panel {
  height: auto;
  opacity: 1;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: -8.5px;
    top: 7px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 2px solid #D4D4D4;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
}
.valuePropAccordionRow .glyphAccordion__item.active::before {
  background-color: #2ECDDC;
  border: none;
  display: inline-block;
}
.valuePropAccordionRow .glyphAccordion__item.active .glyphAccordion__item__glyph {
  display: block;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item.active .glyphAccordion__item__glyph {
    display: none;
  }
}
.valuePropAccordionRow .glyphAccordion__item__glyph {
  display: none;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item__glyph {
    position: absolute;
  }
}
.valuePropAccordionRow .glyphAccordion__item__glyph img {
  max-width: 200px;
  margin: 12px auto;
}
@media (min-width: 480px) {
  .valuePropAccordionRow .glyphAccordion__item__glyph img {
    max-width: 260px;
  }
}
.valuePropAccordionRow .glyphAccordion__item-btn {
  color: #2A7BE1;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-right: 48px;
  position: relative;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item-btn {
    padding-right: 0;
    width: 82%;
  }
}
.valuePropAccordionRow .glyphAccordion__item-btn::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3e%3crect x='11.6621' width='2.65186' height='25.9753' fill='%232A7BE1'/%3e%3crect y='14.314' width='2.65186' height='25.9753' transform='rotate(-90 0 14.314)' fill='%232A7BE1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  right: 6px;
  width: 26px;
  height: 26px;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion__item-btn::after {
    background-image: none;
    top: 0;
  }
}
.valuePropAccordionRow .glyphAccordion .glyphAccordion__item.active .glyphAccordion__item-btn::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='3' viewBox='0 0 26 3' fill='none'%3e%3crect y='2.65186' width='2.65186' height='25.9753' transform='rotate(-90 0 2.65186)' fill='%232A7BE1'/%3e%3c/svg%3e");
  top: 12px;
}
@media (min-width: 667px) {
  .valuePropAccordionRow .glyphAccordion .glyphAccordion__item.active .glyphAccordion__item-btn::after {
    display: none;
  }
}

.contactFormRow {
  background-color: #00348F;
}
@media (min-width: 992px) {
  .contactFormRow {
    background: url("../img/illustration-bg-1.png"), #00348F 0px -0.598px/100% 145.44% no-repeat;
    background-size: 100%;
    background-blend-mode: overlay;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.contactFormRow__container {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .contactFormRow__container {
    flex-direction: row;
  }
}
.contactFormRow__figure {
  margin: 0;
  max-width: 400px;
}
.contactFormRow .overviewText--sm {
  margin: 16px 0 0;
}
.contactFormRow .scheduleADemoPanel {
  border-radius: 8px;
  background: var(--wht, #FFF);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 33px 27px;
  max-width: 738px;
  margin-bottom: 56px;
  position: relative;
}
@media (min-width: 992px) {
  .contactFormRow .scheduleADemoPanel {
    margin-left: 52px;
    margin-bottom: 0;
    padding: 44px 52px;
  }
}
.contactFormRow .scheduleADemoPanel .spinnerContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 43px;
  height: 43px;
  margin-left: -21px;
  margin-top: -21px;
  background-image: url("/assets/img/Spinner.svg");
  z-index: 200;
  animation: rotation 0.5s infinite linear;
  display: none;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.contactFormRow .successMessage {
  display: none;
  text-align: center;
  padding: 28px 0px;
}
@media (min-width: 768px) {
  .contactFormRow .successMessage {
    padding: 178px 69px;
  }
}
.contactFormRow .successMessage .icon {
  text-align: center;
  display: inline-block;
  margin-bottom: 32px;
}
.contactFormRow .successMessage .overviewText {
  color: var(--dark-grey, #343A40);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.contactFormRow #scheduleADemo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 32px;
}
@media (min-width: 992px) {
  .contactFormRow #scheduleADemo {
    gap: inherit;
  }
}
.contactFormRow #scheduleADemo .fieldContainer {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .contactFormRow #scheduleADemo .fieldContainer {
    flex-basis: 50%;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .contactFormRow #scheduleADemo .fieldContainer:nth-child(even) {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contactFormRow #scheduleADemo .fieldContainer:nth-child(odd) {
    padding-right: 20px;
  }
}
.contactFormRow #scheduleADemo .fieldContainer label {
  color: #3F3F3F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  margin-bottom: 4px;
}
.contactFormRow #scheduleADemo .fieldContainer label sup {
  color: #D50117;
}
.contactFormRow #scheduleADemo .fieldContainer input {
  border-radius: 4px;
  border: 1px solid #A6A6A6;
  background: #FFF;
  width: 100%;
  display: block;
  padding: 12px 16px;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contactFormRow #scheduleADemo .fieldContainer input::placeholder {
  color: #D4D4D4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contactFormRow #scheduleADemo .fieldContainer input.parsley-error {
  border-color: #D50117;
}
.contactFormRow #scheduleADemo .fieldContainer input.parsley-error::after {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 100%;
  display: inline-block;
  background-color: #D50117;
  z-index: 50;
}
.contactFormRow #scheduleADemo .fieldContainer .selectric {
  background: #ffffff;
  border-radius: 4px;
  font-family: inherit;
  border: 1px solid #A6A6A6;
  height: 42px;
}
.contactFormRow #scheduleADemo .fieldContainer .selectric .label {
  color: #3F3F3F;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  max-width: 220px;
  padding-left: 9px;
  padding-top: 1px;
}
.contactFormRow #scheduleADemo .fieldContainer .selectric .label .first {
  color: #D4D4D4;
}
.contactFormRow #scheduleADemo .fieldContainer .selectric .button, .contactFormRow #scheduleADemo .fieldContainer .selectric .callCTARow__container .ctaRow .button-outline, .callCTARow__container .ctaRow .contactFormRow #scheduleADemo .fieldContainer .selectric .button-outline, .contactFormRow #scheduleADemo .fieldContainer .selectric .button-white {
  font-size: 0px;
  background-color: transparent;
}
.contactFormRow #scheduleADemo .fieldContainer .selectric .button::after, .contactFormRow #scheduleADemo .fieldContainer .selectric .callCTARow__container .ctaRow .button-outline::after, .callCTARow__container .ctaRow .contactFormRow #scheduleADemo .fieldContainer .selectric .button-outline::after, .contactFormRow #scheduleADemo .fieldContainer .selectric .button-white::after {
  border: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3e%3cpath opacity='0.3' d='M1 1L7 7L13 1' stroke='%23343A40' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
}
.contactFormRow #scheduleADemo .fieldContainer .parsley-required, .contactFormRow #scheduleADemo .fieldContainer .parsley-type {
  border-radius: 4px;
  background: rgba(213, 1, 23, 0.1);
  color: var(--bigred, #D50117);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 13px 16px 9px;
  position: relative;
  top: -4px;
  z-index: 1;
}
.contactFormRow #scheduleADemo .footerRow {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  flex-basis: 100%;
  gap: 32px;
  justify-content: center;
}
@media (min-width: 992px) {
  .contactFormRow #scheduleADemo .footerRow {
    justify-content: flex-start;
    flex-direction: row;
    gap: 28px;
    margin-top: 12px;
  }
}
.contactFormRow #scheduleADemo .footerRow .button, .contactFormRow #scheduleADemo .footerRow .callCTARow__container .ctaRow .button-outline, .callCTARow__container .ctaRow .contactFormRow #scheduleADemo .footerRow .button-outline, .contactFormRow #scheduleADemo .footerRow .button-white {
  width: 100%;
}
@media (min-width: 992px) {
  .contactFormRow #scheduleADemo .footerRow .button, .contactFormRow #scheduleADemo .footerRow .callCTARow__container .ctaRow .button-outline, .callCTARow__container .ctaRow .contactFormRow #scheduleADemo .footerRow .button-outline, .contactFormRow #scheduleADemo .footerRow .button-white {
    max-width: 146px;
  }
}

.productBenefitsGrid__heading {
  margin: 0 auto;
  max-width: 640px;
  text-align: left;
}
@media (min-width: 667px) {
  .productBenefitsGrid__heading {
    text-align: center;
  }
}
.productBenefitsGrid__heading p {
  margin: 20px auto 0;
}
@media (min-width: 667px) {
  .productBenefitsGrid__heading p {
    max-width: 70%;
  }
}
.productBenefitsGrid__container__display {
  display: inline-flex;
  min-width: fit-content;
  margin-top: 48px;
  padding-bottom: 32px;
}
@media (min-width: 667px) {
  .productBenefitsGrid__container__display {
    display: grid;
    margin-top: 80px;
    min-width: initial;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }
}
@media (max-width: 666px) {
  .productBenefitsGrid__container__panel {
    width: 220px;
    margin-right: 32px;
  }
  .productBenefitsGrid__container__panel:last-of-type {
    margin-right: 0;
  }
}
.productBenefitsGrid__container .icon {
  color: #2A7BE1;
  max-width: 64px;
}
.productBenefitsGrid__container .title {
  color: #00348F;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 22px 0;
}

.callCTARow {
  background-color: #2A7BE1;
  color: #FFF;
}
.callCTARow__container {
  text-align: left;
}
@media (min-width: 667px) {
  .callCTARow__container {
    text-align: center;
  }
}
@media (min-width: 375px) {
  .callCTARow__container h2 {
    width: 320px;
  }
}
@media (min-width: 667px) {
  .callCTARow__container h2 {
    width: auto;
  }
}
.callCTARow__container .overviewText {
  max-width: 780px;
  margin: auto;
}
.callCTARow__container .ctaRow {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 32px;
  flex-direction: column-reverse;
}
@media (min-width: 667px) {
  .callCTARow__container .ctaRow {
    flex-direction: row;
    gap: 12px;
  }
}
.callCTARow__container .ctaRow .button-outline {
  background-color: transparent;
  border-color: #FFF;
  border-width: 1px;
  color: #FFF;
}

@media (max-width: 767px) {
  .pricingSection.bg-light-gray {
    background-color: #FFF;
  }
}
.pricingSection__intro {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 52px;
  text-align: left;
}
@media (min-width: 768px) {
  .pricingSection__intro {
    padding-bottom: 96px;
    padding-right: 30%;
  }
}
@media (min-width: 1024px) {
  .pricingSection__intro {
    padding-right: 42%;
  }
}
.pricingSection__container {
  background-color: #FFF;
  border-radius: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .pricingSection__container {
    padding: 96px 52px;
    width: 95%;
  }
}
@media (min-width: 768px) {
  .pricingSection__container {
    background-image: url("/49ecdb/siteassets/xactrestore/images/get-started-circles-img.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 350px;
  }
}
@media (min-width: 1024px) {
  .pricingSection__container {
    background-size: 450px;
  }
}
.pricingSection__container .pricingGrid {
  margin-top: 52px;
  display: grid;
  grid-row-gap: 32px;
  overflow: hidden;
}
@media (min-width: 667px) {
  .pricingSection__container .pricingGrid {
    overflow: initial;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .pricingSection__container .pricingGrid {
    margin-top: 96px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 44px;
    grid-row-gap: 0;
  }
}
.pricingSection__container .pricingGrid .pricingCell {
  border-radius: 20px;
  background: var(--5-black, #F2F2F2);
  position: relative;
}
.pricingSection__container .pricingGrid .pricingCell__header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.pricingSection__container .pricingGrid .pricingCell__content {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 44px 24px;
}
@media (min-width: 768px) {
  .pricingSection__container .pricingGrid .pricingCell__content {
    padding: 44px 44px;
  }
}
.pricingSection__container .pricingGrid .pricingCell__price {
  text-align: center;
  color: #00348F;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.pricingSection__container .pricingGrid .pricingCell__interval {
  margin: 12px 0 0;
  color: #3F3F3F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 767px) {
  .pricingSection__container .pricingGrid .pricingCell__interval {
    text-align: center;
  }
}
.pricingSection__container .pricingGrid .button, .pricingSection__container .pricingGrid .button-white, .pricingSection__container .pricingGrid .callCTARow__container .ctaRow .button-outline, .callCTARow__container .ctaRow .pricingSection__container .pricingGrid .button-outline {
  display: inline-flex;
  margin: 12px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .pricingSection__container .pricingGrid .button, .pricingSection__container .pricingGrid .button-white, .pricingSection__container .pricingGrid .callCTARow__container .ctaRow .button-outline, .callCTARow__container .ctaRow .pricingSection__container .pricingGrid .button-outline {
    max-width: 106px;
  }
}
.pricingSection__icons {
  display: inline-flex;
  min-width: fit-content;
  margin-top: 48px;
  padding-bottom: 32px;
}
@media (min-width: 667px) {
  .pricingSection__icons {
    display: grid;
    margin-top: 80px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    margin-right: 0;
    padding-bottom: 96px;
  }
}
.pricingSection__icons ul li {
  color: #3F3F3F;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.pricingSection__icons ul li:first-of-type {
  margin-top: 0;
}
.pricingSection__icons ul li span {
  margin-right: 8px;
}
.pricingSection__icons .icon {
  max-width: 64px;
}
.pricingSection__icons .title {
  color: #00348F;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 22px 0;
}
@media (max-width: 666px) {
  .pricingSection__icon-square {
    width: 220px;
    margin-right: 32px;
  }
  .pricingSection__icon-square:last-of-type {
    margin-right: 0;
  }
}
.pricingSection .callCTARow {
  background-color: #FFF;
  padding-top: 52px;
}
@media (min-width: 667px) {
  .pricingSection .callCTARow {
    border-top: 1px solid var(--neutral-15-black, #D8D8D8);
  }
}
@media (min-width: 768px) {
  .pricingSection .callCTARow {
    padding-top: 96px;
  }
}
@media (max-width: 767px) {
  .pricingSection .callCTARow .overviewText br {
    display: none;
  }
}