.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 544px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

.video-widget {
  overflow: hidden; }
  .video-widget .custom-html-text h1,
  .video-widget .custom-html-text h2,
  .video-widget .custom-html-text h3,
  .video-widget .custom-html-text h4,
  .video-widget .custom-html-text h5,
  .video-widget .custom-html-text h6,
  .video-widget .custom-html-text p {
    font-size: inherit;
    margin: 0;
    line-height: 1; }
  .video-widget .full-height {
    height: 100vh; }
  @media (max-width: 1199.98px) {
    .video-widget[data-full-height-mobile="full-height"] .freecaster-player {
      height: 100vh; } }

.video-widget-pre-title {
  font-size: 12px;
  margin: 0 0 20px; }

.video-widget-title {
  font-size: 24px;
  margin: 0 0 20px; }
  @media (min-width: 1200px) {
    .video-widget-title {
      font-size: 32px; } }

.video-widget-subtitle {
  font-size: 18px;
  margin: 0 0 20px; }

.video-widget-description {
  font-size: 14px;
  margin: 0 0 20; }

.video-widget-cta-wrapper {
  margin: 20px 0 0; }

div + .video-widget-btn-wrapper {
  margin-top: 20px; }

.video-widget-cta {
  border-color: inherit; }
  .video-widget-cta:hover {
    color: #fff !important; }

.video-widget-content {
  padding: 20px; }

[class*="overlay"] .video-widget-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  padding: 0; }

[class*="overlay"] .video-widget-content {
  pointer-events: all; }

.overlay-top-left .video-widget-container {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.overlay-top-center .video-widget-container {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.overlay-top-right .video-widget-container {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.overlay-middle-left .video-widget-container {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }

.overlay-middle-center .video-widget-container {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.overlay-middle-right .video-widget-container {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center; }

.overlay-bottom-left .video-widget-container {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end; }

.overlay-bottom-center .video-widget-container {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end; }

.overlay-bottom-right .video-widget-container {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end; }

.video-widget.video-ratio-enabled::after {
  content: "";
  padding-top: var(--ratio-padding-small);
  display: block; }
  @media (min-width: 769px) {
    .video-widget.video-ratio-enabled::after {
      padding-top: var(--ratio-padding-large); } }

.video-widget.video-ratio-enabled .fp-ratio {
  display: none; }

.video-widget.video-ratio-enabled .freecaster-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-widget .video-widget-title {
  margin: 0 auto 107px; }
  .video-widget .video-widget-title.custom-html-text > * {
    font-family: "PPeikoLight", "arial", "sans-serif";
    font-size: 60px;
    line-height: 1;
    max-width: 530px;
    margin: 0; }
    @media (min-width: 1200px) {
      .video-widget .video-widget-title.custom-html-text > * {
        font-size: 120px; } }

.video-widget .video-widget-pre-title.custom-html-text > *,
.video-widget .video-widget-title.custom-html-text > *,
.video-widget .video-widget-subtitle.custom-html-text > *,
.video-widget .video-widget-description.custom-html-text > * {
  color: inherit; }

.video-widget .video-widget-cta-wrapper {
  text-align: center; }

.video-widget .btn-secondary {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  border-color: transparent;
  padding: 39px 5px; }
  @media (min-width: 769px) {
    .video-widget .btn-secondary {
      width: 120px;
      height: 120px;
      padding: 47px 5px; } }
  .video-widget .btn-secondary span {
    color: #393939; }

.video-widget .video-widget-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  padding: 0; }

.video-widget.overlay-bottom-left .video-widget-container {
  margin: 0;
  bottom: 0;
  padding: 0 24px 32px;
  transform: translate(-24px, 0);
  left: 24px; }
  @media (min-width: 1200px) {
    .video-widget.overlay-bottom-left .video-widget-container {
      padding: 0 80px 64px;
      transform: translate(-80px, 0);
      left: 80px; } }

.video-widget.overlay-bottom-left .video-widget-title {
  margin: 0;
  max-width: 100%; }
  @media (min-width: 769px) {
    .video-widget.overlay-bottom-left .video-widget-title {
      bottom: 80px; } }

.video-widget.overlay-bottom-left .custom-html-text > * {
  font-size: 24px;
  line-height: 32px; }
  @media (min-width: 1200px) {
    .video-widget.overlay-bottom-left .custom-html-text > * {
      line-height: 44px;
      font-size: 34px; } }

.video-widget.overlay-bottom-center .video-widget-content {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

[class*="overlay"] .video-widget-container {
  bottom: 100px; }
  @media (min-width: 769px) {
    [class*="overlay"] .video-widget-container {
      bottom: 60px; } }


/*# sourceMappingURL=videoWidget.css.map*/