/**
 * Bootstrap variables override
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container-fluid,
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container-fluid,
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container-fluid,
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container-fluid,
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container-fluid,
    .container {
      max-width: 1170px; } }
  @media (min-width: 1440px) {
    .container-fluid,
    .container {
      max-width: 1440px; } }
  @media (min-width: 1200px) {
    .container-fluid,
    .container {
      padding-left: 38px;
      padding-right: 38px; } }
  @media (min-width: 1486px) {
    .container-fluid,
    .container {
      max-width: 1486px; } }

.vodi-landing-featured-section__inner,
.tab-content__features,
.unsubscribe {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.vodi-landing-featured-section__caption,
.vodi-landing-featured-section__featured-image,
.feature,
.unsubscribe__content,
.unsubscribe__thumbnail {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/**
 * Dropdown styles
 */
.menu-item-has-children {
  position: relative; }
  .menu-item-has-children > a {
    display: flex;
    align-items: center; }

.site-header .menu-item-has-children:hover > .sub-menu, .site-header .menu-item-has-children:focus > .sub-menu,
.site-footer .menu-item-has-children:hover > .sub-menu,
.site-footer .menu-item-has-children:focus > .sub-menu {
  display: block; }

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .sub-menu > .menu-item > a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 0.5rem 1.5rem; }
    .sub-menu > .menu-item > a:hover, .sub-menu > .menu-item > a:focus {
      color: #16181b;
      text-decoration: none;
      background-color: #f8f9fa; }
    .sub-menu > .menu-item > a.active, .sub-menu > .menu-item > a:active {
      color: #fff;
      text-decoration: none;
      background-color: #007bff; }
    .sub-menu > .menu-item > a.disabled, .sub-menu > .menu-item > a:disabled {
      color: #6c757d;
      background-color: transparent; }
    .sub-menu > .menu-item > a:active {
      background-color: #f8f9fa;
      color: #19272e; }
  .sub-menu .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .sub-menu .sub-menu {
    left: 100%;
    top: -8px; }

.vodi-landing-hero-banner__btn-action,
.tab__btn-action,
.btn-secondary,
.btn-primary {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .vodi-landing-hero-banner__btn-action,
    .tab__btn-action,
    .btn-secondary,
    .btn-primary {
      transition: none; } }
  .vodi-landing-hero-banner__btn-action:hover, .vodi-landing-hero-banner__btn-action:focus,
  .tab__btn-action:hover,
  .tab__btn-action:focus,
  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    text-decoration: none; }
  .vodi-landing-hero-banner__btn-action:focus, .vodi-landing-hero-banner__btn-action.focus,
  .tab__btn-action:focus,
  .tab__btn-action.focus,
  .btn-secondary:focus,
  .btn-secondary.focus,
  .btn-primary:focus,
  .btn-primary.focus {
    outline: 0; }
  .vodi-landing-hero-banner__btn-action.disabled, .vodi-landing-hero-banner__btn-action:disabled,
  .tab__btn-action.disabled,
  .tab__btn-action:disabled,
  .btn-secondary.disabled,
  .btn-secondary:disabled,
  .btn-primary.disabled,
  .btn-primary:disabled {
    opacity: 0.65; }
  .vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled),
  .tab__btn-action:not(:disabled):not(.disabled),
  .btn-secondary:not(:disabled):not(.disabled),
  .btn-primary:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled):active, .vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled).active,
  .tab__btn-action:not(:disabled):not(.disabled):active,
  .tab__btn-action:not(:disabled):not(.disabled).active,
  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active {
    background-image: none; }

.btn-primary,
.vodi-landing-hero-banner__btn-action,
.landing-tabs-features__btn-action {
  padding: 12px 16px;
  border-radius: 37px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  background-color: #24baef;
  color: #ffffff; }
  @media (min-width: 768px) {
    .btn-primary,
    .vodi-landing-hero-banner__btn-action,
    .landing-tabs-features__btn-action {
      padding: 21px 42px;
      font-size: 18px; } }

.landing-btn-secondary {
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  padding: 13px;
  border: 2px solid;
  background-color: transparent;
  border-radius: 31px;
  margin-top: 10px;
  border-color: #19272e;
  color: #19272e;
  display: inline-block; }
  @media (min-width: 768px) {
    .landing-btn-secondary {
      font-size: 18px;
      margin-top: 35px;
      padding: 16px 54px; } }
  .landing-btn-secondary:hover, .landing-btn-secondary:focus {
    background-color: #19272e;
    color: #ffffff; }

.vodi-landing-hero-banner__btn-action:hover, .vodi-landing-hero-banner__btn-action:focus {
  background-color: #fff;
  color: #19272e; }

.landing-tabs-features__btn-action:hover, .landing-tabs-features__btn-action:focus {
  background-color: #3aa4ca;
  color: #fff; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide figure {
    margin: 0; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-dots {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  width: 100%; }
  .slick-dots > li + li {
    margin-left: 14px; }
  .slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d3d3d3;
    text-indent: -9999px;
    padding: 0;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    outline: none; }
  .slick-dots .slick-active button {
    width: 30px;
    border-radius: 3px;
    background-color: #24baef; }

.header-landing-v1.site-header {
  height: 80px;
  box-shadow: none;
  margin-bottom: 0;
  font-family: "Montserrat", "Open Sans", sans-serif;
  display: none; }
  @media (min-width: 1200px) {
    .header-landing-v1.site-header {
      display: flex;
      align-items: center; } }
  .header-landing-v1.site-header .site-header__logo a {
    display: block;
    padding: 13px;
    padding-left: 0; }
  .header-landing-v1.site-header .landing-nav > .menu-item > a,
  .header-landing-v1.site-header .site-header__user-account > a {
    display: block;
    white-space: nowrap;
    padding: 20px 12px; }
    .header-landing-v1.site-header .landing-nav > .menu-item > a:hover, .header-landing-v1.site-header .landing-nav > .menu-item > a:focus,
    .header-landing-v1.site-header .site-header__user-account > a:hover,
    .header-landing-v1.site-header .site-header__user-account > a:focus {
      text-decoration: none; }
  .header-landing-v1.site-header .site-header__user-account > a {
    font-weight: 700;
    padding-right: 0; }
  .header-landing-v1.site-header .site-header__user-account .handheld-header__user-account--link {
    display: none; }
  .header-landing-v1.site-header .site-header__user-account .site-header__user-account--link {
    padding: 10px; }
    .header-landing-v1.site-header .site-header__user-account .site-header__user-account--link:hover, .header-landing-v1.site-header .site-header__user-account .site-header__user-account--link:focus {
      background: #fff;
      color: #000; }
  .header-landing-v1.site-header .site-header__user-account .sub-menu li a {
    padding: 0.5rem 1.5rem; }

.header-landing-v1.transparent + .site-header + .site-content section:first-child {
  margin-top: -80px;
  padding-top: 80px; }

.site-footer-landing {
  border-top: 1px solid;
  padding-top: 50px;
  padding-bottom: 68px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  display: none; }
  @media (min-width: 1200px) {
    .site-footer-landing {
      display: block; } }
  .site-footer-landing .site-footer__landing-bar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .site-footer-landing .site-footer__info {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #949cb0;
    padding-top: 14px; }
  .site-footer-landing .landing-footer-menu {
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap; }
    .site-footer-landing .landing-footer-menu a {
      padding: 8px;
      display: block;
      white-space: nowrap; }
      @media (min-width: 992px) {
        .site-footer-landing .landing-footer-menu a {
          padding: 10px 21px; } }
      .site-footer-landing .landing-footer-menu a:hover, .site-footer-landing .landing-footer-menu a:focus {
        text-decoration: none; }
    .site-footer-landing .landing-footer-menu > .menu-item-has-children > .sub-menu {
      margin: 0; }
      .site-footer-landing .landing-footer-menu > .menu-item-has-children > .sub-menu:before {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid;
        position: absolute;
        top: -10px;
        left: 20%; }
    .site-footer-landing .landing-footer-menu .sub-menu .menu-item-has-children > a {
      display: flex; }
  .site-footer-landing .menu-item-has-children a:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 600;
    display: inline-block;
    margin-left: 9px;
    position: relative;
    top: 2px;
    content: none; }
  .site-footer-landing .menu-item-has-children .menu-item:not(.menu-item-has-children) a:after {
    content: none; }
  .site-footer-landing .menu-item-has-children .menu-item-has-children a:after {
    transform: rotate(270deg); }
  .site-footer-landing .highlight a {
    font-weight: 700; }
  .site-footer-landing .social-icons {
    display: flex;
    padding-left: 0;
    list-style: none; }
  .site-footer-landing .footer-social-icon {
    display: block; }
    .site-footer-landing .footer-social-icon .fa-stack {
      height: 40px;
      width: 40px;
      line-height: 40px; }
    .site-footer-landing .footer-social-icon .fa-stack-2x {
      font-size: 40px; }
    .site-footer-landing .footer-social-icon .social-media-item__icon {
      font-size: 22px;
      margin-right: 0; }
    .site-footer-landing .footer-social-icon .social-media-item__title {
      display: none; }
  .site-footer-landing .footer-social-icons.social-label .social-media-item + .social-media-item {
    margin-left: 6px; }

.site-header__landing-nav {
  display: flex;
  align-items: center;
  margin-left: 80px; }
  .site-header__landing-nav .landing-nav {
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .site-header__landing-nav .landing-nav > .menu-item-has-children > .sub-menu:before {
      content: ' ';
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 10px solid;
      position: absolute;
      top: -10px;
      left: 20%; }
  .site-header__landing-nav .sub-menu {
    transition: all .24s;
    margin: 0; }
  .site-header__landing-nav .menu-item-has-children a:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 600;
    display: inline-block;
    margin-left: 9px;
    position: relative;
    top: 1px; }
  .site-header__landing-nav .menu-item-has-children .menu-item:not(.menu-item-has-children) a:after {
    content: none; }
  .site-header__landing-nav .menu-item-has-children .menu-item-has-children a:after {
    transform: rotate(270deg); }
  .site-header__landing-nav .highlight a {
    font-weight: 700; }

.landing-features-list .features,
.lp-v2-section-plans__inner,
.landing-features-list__inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.landing-features-list__caption,
.landing-features-list__content,
.landing-features-list .feature,
.lp-v2-section-plans__plan-box {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.header-landing-v2 {
  box-shadow: none;
  margin-bottom: 0;
  font-family: "Montserrat", "Open Sans", sans-serif;
  display: none; }
  @media (min-width: 1200px) {
    .header-landing-v2 {
      display: block; } }
  .header-landing-v2 .site-header__inner {
    padding: 0 15px;
    display: block; }
  .header-landing-v2 .site-header__logo {
    text-align: center; }
    .header-landing-v2 .site-header__logo a {
      display: block; }

.site-header__landing-back-option {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 46px; }
  @media (min-width: 768px) {
    .site-header__landing-back-option {
      padding-top: 30px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .site-header__landing-back-option {
      padding-top: 30px;
      padding-bottom: 92px; } }
  .site-header__landing-back-option a {
    font-weight: 700;
    text-decoration: underline; }

.coming-soon-header {
  margin: 0;
  box-shadow: none;
  border-bottom: 1px solid #9b9b9b;
  font-family: "Montserrat", "Open Sans", sans-serif;
  display: none; }
  @media (min-width: 1200px) {
    .coming-soon-header {
      display: block; } }
  .coming-soon-header.site-header .site-header__logo a {
    padding: 18px 0;
    display: inline-block; }
  .coming-soon-header.site-header .site-header__inner {
    height: auto;
    position: relative; }
  .coming-soon-header.site-header .site-header__comingsoon-offcanvas-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%; }
  .coming-soon-header.site-header .site-header__btn-link {
    display: inline-block;
    padding-right: 0; }
    .coming-soon-header.site-header .site-header__btn-link i {
      font-size: 23px; }
  .coming-soon-header.site-header .menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .coming-soon-header.site-header .menu-item-has-children a {
      flex: 1; }
    .coming-soon-header.site-header .menu-item-has-children:after {
      content: '\f107';
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      font-weight: 600;
      padding: 0 20px; }
    .coming-soon-header.site-header .menu-item-has-children:hover:after {
      transform: rotate(180deg); }
  .coming-soon-header.site-header .sub-menu {
    width: 100%;
    top: 78%;
    border-radius: 0;
    outline: 0;
    border: 0;
    left: 0;
    right: 0;
    transition: all .24s; }
  .coming-soon-header .comingsoon-offcanvas-nav {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .coming-soon-header .collapse {
    display: none; }
  .coming-soon-header .show {
    display: block; }
  .coming-soon-header .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.50s ease; }
  .coming-soon-header .show,
  .coming-soon-header .collapsing {
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    width: 100%; }
  .coming-soon-header .menu-item a {
    display: block;
    padding: 10px 20px;
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #121a21; }
    .coming-soon-header .menu-item a:hover, .coming-soon-header .menu-item a:focus {
      background-color: #eee;
      text-decoration: none; }

.site-footer-comingsoon {
  font-family: "Montserrat", "Open Sans", sans-serif;
  display: none; }
  @media (min-width: 1200px) {
    .site-footer-comingsoon {
      display: block; } }
  .site-footer-comingsoon .site-footer__comingsoon-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 39px 0; }
  .site-footer-comingsoon .site-footer__info {
    align-self: center;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.01em;
    font-family: "Open Sans", sans-serif;
    color: #464d5f;
    z-index: 5; }
  .site-footer-comingsoon .site-footer .footer-social-icon {
    display: block; }
    .site-footer-comingsoon .site-footer .footer-social-icon .fa-stack {
      height: 40px;
      width: 40px;
      line-height: 40px; }
    .site-footer-comingsoon .site-footer .footer-social-icon .fa-stack-2x {
      font-size: 40px; }
    .site-footer-comingsoon .site-footer .footer-social-icon .social-media-item__icon {
      font-size: 22px;
      margin-right: 0; }
    .site-footer-comingsoon .site-footer .footer-social-icon .social-media-item__title {
      display: none; }
  .site-footer-comingsoon .site-footer .footer-social-icons.social-label .social-media-item + .social-media-item {
    margin-left: 6px; }

.comingsoon-bg-image {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover; }

.page-template-template-comingsoon {
  position: relative; }

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