@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-play-circle-o:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.jsModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Montserrat', sans-serif; }
  .jsModal .jsModal_dialog {
    height: 90vh;
    display: flex;
    align-items: center;
    margin-top: 5vh;
    padding: 5vh 0;
    overflow: hidden; }
    .jsModal .jsModal_dialog .jsModal_content {
      position: relative;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
      padding: 30px 20px;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .jsModal .jsModal_dialog .jsModal_content::-webkit-scrollbar {
        width: 7px; }
      .jsModal .jsModal_dialog .jsModal_content::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .jsModal .jsModal_dialog .jsModal_content::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 7px; }
      .jsModal .jsModal_dialog .jsModal_content::-webkit-scrollbar-thumb:hover {
        background: #727272; }
      @media only screen and (max-width: 565px) {
        .jsModal .jsModal_dialog .jsModal_content {
          width: 100%;
          height: auto;
          display: flex;
          justify-content: center; }
          .jsModal .jsModal_dialog .jsModal_content iframe {
            width: auto; } }
  .jsModal .jsModal_close {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 75px;
    line-height: 0.7;
    color: #fff;
    opacity: .5;
    border: none;
    background-color: transparent;
    font-weight: 300;
    cursor: pointer;
    transform: translate(-100%, 100%); }
    .jsModal .jsModal_close:hover {
      opacity: 1; }

.jsModal_show {
  display: block; }

.jsModal_hide {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* 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 {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .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-arrow.slick-hidden {
  display: none; }

@custom-media --small-viewport (width >=576px);
@custom-media --medium-small-viewport (width > 768px);
@custom-media --medium-viewport (width >=992px);
@custom-media --large-viewport (width >=1200px);
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none; }
  .glightbox-container.inactive {
    display: none; }
  .glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden; }
  .glightbox-container .gslider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translate3d(0, 0, 0); }
  .glightbox-container .gslide {
    width: 100%;
    position: absolute;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; }
    .glightbox-container .gslide.current {
      opacity: 1;
      z-index: 99999;
      position: relative; }
    .glightbox-container .gslide.prev {
      opacity: 1;
      z-index: 9999; }
  .glightbox-container .gslide-inner-content {
    width: 100%; }
  .glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh; }
    .glightbox-container .ginner-container.gvideo-container {
      width: 100%;
      align-items: center; }
    @media (--medium-small-viewport) {
      .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        flex-direction: row; } }
    .glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
      flex-direction: column; }
    .glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
      max-width: 100% !important; }
    @media (--medium-small-viewport) {
      .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0; }
      .glightbox-container .ginner-container.desc-top .gslide-image,
      .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1; } }
    @media (--medium-small-viewport) {
      .glightbox-container .ginner-container.desc-left .gslide-description {
        order: 0; }
      .glightbox-container .ginner-container.desc-left .gslide-image {
        order: 1; } }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  align-items: center; }
  .gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    object-fit: cover;
    touch-action: none;
    margin: auto;
    min-width: 200px; }
    @media (--medium-small-viewport) {
      .gslide-image img {
        max-height: 97vh;
        max-width: 100%; } }
    .desc-top .gslide-image img,
    .desc-bottom .gslide-image img {
      width: auto; }
    .desc-left .gslide-image img,
    .desc-right .gslide-image img {
      width: auto;
      max-width: 100%; }
    .gslide-image img.zoomable {
      position: relative; }
      @media (--medium-small-viewport) {
        .gslide-image img.zoomable {
          cursor: zoom-in; }
          .zoomed .gslide-image img.zoomable {
            cursor: grab; } }
    .gslide-image img.dragging {
      cursor: grabbing !important;
      transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }
  .gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none; }
  .gslide-video .gvideo-wrapper {
    width: 100%;
    /* max-width: 160vmin; */
    margin: auto; }
  .gslide-video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.34);
    display: none; }
  .gslide-video.playing::before {
    display: none; }
  .gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh; }
    .gslide-video.fullscreen video {
      max-width: 100% !important;
      width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto; }
  @media (--medium-small-viewport) {
    .gslide-inline {
      max-height: 95vh; } }
  .gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%; }
  .gslide-inline .dragging {
    cursor: grabbing !important;
    transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }
  @media (--medium-small-viewport) {
    .gslide-external {
      max-height: 100vh; } }

.gslide-media {
  display: flex;
  width: auto; }
  .zoomed .gslide-media {
    box-shadow: none !important; }
  .desc-top .gslide-media,
  .desc-bottom .gslide-media {
    margin: 0 auto;
    flex-direction: column; }

.gslide-description {
  position: relative;
  flex: 1 0 100%; }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 100%; }
    @media (--medium-small-viewport) {
      .gslide-description.description-left, .gslide-description.description-right {
        max-width: 275px; } }
  .gslide-description.description-bottom, .gslide-description.description-top {
    margin: 0 auto;
    width: 100%; }
  .gslide-description p {
    margin-bottom: 12px; }
    .gslide-description p:last-child {
      margin-bottom: 0; }
  .zoomed .gslide-description {
    display: none; }

.glightbox-button-hidden {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }
  .glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: bold; }
  .glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit; }
  .glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: 0.4; }

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }
  @media (--medium-small-viewport) {
    .glightbox-open {
      height: auto; } }

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }
  .glightbox-mobile .goverlay {
    background: #000; }
  @media (--medium-small-viewport) {
    .goverlay {
      background: rgba(0, 0, 0, 0.92); } }
  @media screen and (max-height: 420px) {
    .goverlay {
      background: #000; } }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .gprev svg,
  .gnext svg,
  .gclose svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0; }
  .gprev.disabled,
  .gnext.disabled,
  .gclose.disabled {
    opacity: 0.1; }
  .gprev .garrow,
  .gnext .garrow,
  .gclose .garrow {
    stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
@media (--medium-small-viewport) {
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); } }

.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

@media (--medium-small-viewport) {
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; } }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }
  @media (--medium-small-viewport) {
    .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
      background-color: rgba(0, 0, 0, 0.32); }
      .glightbox-clean .gprev:hover,
      .glightbox-clean .gnext:hover,
      .glightbox-clean .gclose:hover {
        background-color: rgba(0, 0, 0, 0.7); } }
  .glightbox-clean .gprev path,
  .glightbox-clean .gnext path,
  .glightbox-clean .gclose path {
    fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }
  @media (--medium-small-viewport) {
    .glightbox-clean .gprev {
      top: 45%; } }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }
  @media (--medium-small-viewport) {
    .glightbox-clean .gnext {
      top: 45%; } }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }
  .glightbox-clean .gclose svg {
    width: 18px;
    height: auto; }
  @media (--medium-viewport) {
    .glightbox-clean .gclose {
      opacity: 0.7;
      right: 20px; } }
  .glightbox-clean .gclose:hover {
    opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  animation: gzoomOut 0.5s ease; }

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.otf");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot") format("eot"), url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  margin: 0;
  padding: 0;
  text-transform: none;
  color: #000;
  line-height: 1.3;
  font-weight: 300; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

picture {
  font-size: 0; }

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

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

marquee {
  width: 100%; }

ul, li {
  list-style: none; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  outline: none;
  appearance: none;
  border-radius: 0; }

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
label,
a {
  outline: none;
  cursor: pointer; }

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

table {
  width: 100%; }

td,
tr,
form {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

a,
span,
div,
button {
  outline: none !important; }

hr {
  border: 0;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #000; }

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

.row {
  display: block;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 991px) {
    .row {
      margin-left: -6.25vw;
      margin-right: -6.25vw; } }

[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 991px) {
    [class^="col-"] {
      padding-left: 6.25vw;
      padding-right: 6.25vw; } }

.col {
  float: left; }
  .col-1 {
    max-width: 8.33333%;
    width: 8.33333%;
    float: left; }
  .col-2 {
    max-width: 16.66667%;
    width: 16.66667%;
    float: left; }
  .col-3 {
    max-width: 25%;
    width: 25%;
    float: left; }
  .col-4 {
    max-width: 33.33333%;
    width: 33.33333%;
    float: left; }
  .col-5 {
    max-width: 41.66667%;
    width: 41.66667%;
    float: left; }
  .col-6 {
    max-width: 50%;
    width: 50%;
    float: left; }
  .col-7 {
    max-width: 58.33333%;
    width: 58.33333%;
    float: left; }
  .col-8 {
    max-width: 66.66667%;
    width: 66.66667%;
    float: left; }
  .col-9 {
    max-width: 75%;
    width: 75%;
    float: left; }
  .col-10 {
    max-width: 83.33333%;
    width: 83.33333%;
    float: left; }
  .col-11 {
    max-width: 91.66667%;
    width: 91.66667%;
    float: left; }
  .col-12 {
    max-width: 100%;
    width: 100%;
    float: left; }

@media (min-width: 320px) {
  .col-xs-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-xs-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-xs-3 {
    float: left;
    max-width: 25%;
    width: 25%; }
  .col-xs-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-xs-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-xs-6 {
    float: left;
    max-width: 50%;
    width: 50%; }
  .col-xs-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-xs-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-xs-9 {
    float: left;
    max-width: 75%;
    width: 75%; }
  .col-xs-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-xs-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-xs-12 {
    float: left;
    max-width: 100%;
    width: 100%; } }

@media (min-width: 768px) {
  .col-sm-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    max-width: 25%;
    width: 25%; }
  .col-sm-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    max-width: 50%;
    width: 50%; }
  .col-sm-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    max-width: 75%;
    width: 75%; }
  .col-sm-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    max-width: 100%;
    width: 100%; } }

@media (min-width: 992px) {
  .col-md-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    max-width: 25%;
    width: 25%; }
  .col-md-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    max-width: 50%;
    width: 50%; }
  .col-md-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    max-width: 75%;
    width: 75%; }
  .col-md-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    max-width: 100%;
    width: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    max-width: 25%;
    width: 25%; }
  .col-lg-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    max-width: 50%;
    width: 50%; }
  .col-lg-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    max-width: 75%;
    width: 75%; }
  .col-lg-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    max-width: 100%;
    width: 100%; } }

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #fff; }
  @media only screen and (max-width: 991px) {
    body {
      font-size: 4.375vw; } }

.global-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1920px) {
    .global-wrapper {
      max-width: 1920px; } }

.container {
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (min-width: 1400px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .container {
      width: 60.9375vw; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 970px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding-left: 6.25vw;
      padding-right: 6.25vw; } }

.cta-btn, a.link {
  color: #fff; }
  .cta-btn:hover, .cta-btn:visited, .cta-btn:focus, a.link:hover, a.link:visited, a.link:focus {
    color: #fff; }

img {
  max-width: 100%; }

ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0; }

a, a:hover, a:visited, a:active, a:focus {
  text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both; }

.section {
  position: relative; }

.show-elem {
  transform: translateX(0) !important; }

.show-item {
  opacity: 1 !important; }

.hidden {
  display: none !important; }

.center-block {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.left-bg, .right-bg {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.left-bg {
  left: 0; }

.right-bg {
  right: 0; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.pos-abs {
  position: absolute; }

.margin {
  margin: 0 !important; }

.padding {
  padding: 0 !important; }

.relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.full {
  width: 100%; }

@media only screen and (min-width: 1200px) {
  .no-gutter-lg {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .no-gutter-md {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .no-gutter-sm {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 767px) {
  .no-gutter-xs {
    padding-left: 0;
    padding-right: 0; } }

.center-block {
  margin: 0 auto;
  float: none; }

.white {
  color: #fff; }

.black {
  color: #000; }

.blue {
  color: #3694FD; }

.pink {
  color: #ff2463; }

.prBlue {
  color: #000a2b; }

.flex {
  display: flex; }
  @media only screen and (max-width: 991px) {
    .flex {
      flex-wrap: wrap; } }
  .flex-row {
    flex-direction: row; }
  .flex-row-reverse {
    flex-direction: row-reverse; }
  .flex-column {
    flex-direction: column; }
  .flex-column-reverse {
    flex-direction: column-reverse; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex-no-wrap {
    flex-wrap: nowrap; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-middle {
  align-items: center; }

.align-stretch {
  align-items: stretch; }

.align-baseline {
  align-items: baseline; }

.align-self-top {
  align-self: flex-start; }

.align-self-bottom {
  align-self: flex-end; }

.align-self-middle {
  align-self: center; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-uppercase {
  text-transform: uppercase; }

.text-capital {
  text-transform: capitalize; }

.text-underline {
  text-decoration: underline; }

.text-cursive {
  font-style: italic; }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis; }

.text-white {
  color: #fff; }

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important; } }

@media only screen and (min-width: 1300px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1201px) and (max-width: 1399px) {
  .hidden-lp {
    display: none !important; } }

@media (min-width: 1300px) and (max-width: 1599px) {
  .hidden-hd {
    display: none !important; } }

@media only screen and (min-width: 1600px) {
  .hidden-fhd {
    display: none !important; } }

.cta-btn {
  font-size: 20px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 20px;
  min-width: 125px;
  padding-left: 47.5px;
  color: #000a2b !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  transition: all .5s ease;
  display: inline-block; }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cta-btn {
      padding: 0.52083vw 1.30208vw;
      padding-left: 2.44792vw;
      font-size: 1.04167vw;
      border-radius: 1.04167vw; } }
  @media only screen and (max-width: 991px) {
    .cta-btn {
      border-radius: 4.6875vw;
      padding: 1.5625vw 4.6875vw;
      padding-left: 9.375vw;
      font-size: 4.375vw; } }
  .cta-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: width .5s ease;
    z-index: -1;
    border-radius: 20px;
    left: calc(-100% + 38px);
    background-color: #3694FD; }
    @media (min-width: 992px) and (max-width: 1920px) {
      .cta-btn:before {
        left: calc(-100% + 1.97917vw);
        border-radius: 1.04167vw; } }
    @media only screen and (max-width: 991px) {
      .cta-btn:before {
        left: calc(-100% + 7.5vw);
        border-radius: 4.6875vw; } }
  .cta-btn:after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    top: 50%;
    transform: translateY(-50%);
    line-height: 38px;
    left: 15px;
    font-size: 22px;
    color: #fff; }
    @media (min-width: 992px) and (max-width: 1920px) {
      .cta-btn:after {
        font-size: 1.14583vw;
        line-height: 1.97917vw;
        left: 0.78125vw; } }
    @media only screen and (max-width: 991px) {
      .cta-btn:after {
        font-size: 4.375vw;
        line-height: 8.75vw;
        left: 3.125vw; } }
  .cta-btn:hover {
    color: #fff !important; }
    .cta-btn:hover:after {
      content: "";
      width: 15px;
      height: 100%;
      background-image: url("../images/icons/arrow-right-white.png");
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center; }
    .cta-btn:hover:before {
      width: 200%; }
  .cta-btn-white {
    color: #fff !important; }
    .cta-btn-white:before {
      background-color: #fff; }
    .cta-btn-white:after {
      color: #000a2b !important; }
    .cta-btn-white:hover {
      color: #000a2b !important; }
      .cta-btn-white:hover:after {
        background-image: url("../images/icons/arrow-right-dark-blue.png"); }
  .cta-btn-blue-white {
    color: #fff !important; }
    .cta-btn-blue-white:after {
      color: #fff !important; }
    .cta-btn-blue-white:hover {
      color: #fff !important; }
      .cta-btn-blue-white:hover:after {
        background-image: url("../images/icons/arrow-right-white.png"); }
  .cta-btn-lt-blue-white {
    color: #fff !important; }
    .cta-btn-lt-blue-white:before {
      background-color: #00ffff; }
    .cta-btn-lt-blue-white:after {
      color: #fff !important; }
    .cta-btn-lt-blue-white:hover {
      color: #fff !important; }
      .cta-btn-lt-blue-white:hover:after {
        background-image: url("../images/icons/arrow-right-white.png"); }

h1, .h1 {
  color: #fff;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 56px; }
  @media (min-width: 992px) and (max-width: 1920px) {
    h1, .h1 {
      font-size: 2.91667vw; } }
  @media only screen and (max-width: 991px) {
    h1, .h1 {
      font-size: 7.5vw; } }

h2, .h2 {
  font-size: 40px;
  font-family: 'Lexend', sans-serif;
  line-height: 1.3;
  font-weight: 700; }
  @media (min-width: 992px) and (max-width: 1920px) {
    h2, .h2 {
      font-size: 2.08333vw; } }
  @media only screen and (max-width: 991px) {
    h2, .h2 {
      font-size: 6.875vw; } }

h3, .h3 {
  font-size: 30px;
  font-family: 'Be Vietnam Pro', sans-serif;
  line-height: 1.1;
  font-weight: 400; }
  @media (min-width: 992px) and (max-width: 1920px) {
    h3, .h3 {
      font-size: 1.5625vw; } }

p {
  font-size: 16px; }
  @media (min-width: 992px) and (max-width: 1920px) {
    p {
      font-size: 0.83333vw; } }
  @media only screen and (max-width: 991px) {
    p {
      font-size: 3.75vw; } }

.header {
  position: relative; }
  .header .top-header {
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9; }
    @media (min-width: 992px) and (max-width: 1920px) {
      .header .top-header {
        padding-top: 1.30208vw;
        padding-bottom: 0.78125vw; } }
    .header .top-header-fixed {
      position: fixed; }
    @media only screen and (max-width: 991px) {
      .header .top-header .header-logo img {
        max-height: 7.8125vw;
        width: auto; } }
    .header .top-header .cta-btn {
      color: #fff !important;
      padding-left: 25px;
      padding-right: 47.5px;
      font-weight: 300; }
      @media (min-width: 992px) and (max-width: 1920px) {
        .header .top-header .cta-btn {
          padding-left: 1.30208vw;
          padding-right: 2.47396vw; } }
      .header .top-header .cta-btn:before {
        background-color: #000;
        left: 0; }
      .header .top-header .cta-btn:after {
        left: auto; }
        @media only screen and (min-width: 1921px) {
          .header .top-header .cta-btn:after {
            right: 15px; } }
        @media (min-width: 992px) and (max-width: 1920px) {
          .header .top-header .cta-btn:after {
            right: 0.78125vw; } }
  .header .middle-header {
    position: relative;
    z-index: 2;
    background-image: url("../images/header/header-bg-1.1.webp?v=2"); }
    @media only screen and (min-width: 1921px) {
      .header .middle-header {
        padding-top: 140px;
        padding-bottom: 50px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .header .middle-header {
        padding-top: 7.29167vw;
        padding-bottom: 2.60417vw; } }
    @media only screen and (max-width: 991px) {
      .header .middle-header {
        padding-top: 31.25vw;
        padding-bottom: 6.25vw; } }
    @media only screen and (max-width: 991px) {
      .header .middle-header-inner {
        flex-direction: column; } }
    @media only screen and (min-width: 992px) {
      .header .middle-header-inner .text-block, .header .middle-header-inner .img-block {
        flex-basis: 45%;
        width: 45%; } }
    @media only screen and (min-width: 1921px) {
      .header .middle-header .text-block h1 {
        margin-bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .header .middle-header .text-block h1 {
        margin-bottom: 1.04167vw; } }
    @media only screen and (max-width: 991px) {
      .header .middle-header .text-block h1 {
        margin-bottom: 3.125vw; } }
    .header .middle-header .text-block p {
      font-weight: 400; }
      @media only screen and (min-width: 1921px) {
        .header .middle-header .text-block p {
          font-size: 26px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .header .middle-header .text-block p {
          font-size: 1.35417vw; } }
      @media only screen and (max-width: 991px) {
        .header .middle-header .text-block p {
          font-size: 3.75vw; } }
    @media only screen and (min-width: 1921px) {
      .header .middle-header .text-block .img-wrap {
        margin-top: 75px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .header .middle-header .text-block .img-wrap {
        margin-top: 3.90625vw; } }
    @media only screen and (max-width: 991px) {
      .header .middle-header .text-block .img-wrap {
        margin: 9.375vw 0; } }

.open-menu-btn {
  background: transparent;
  border: 0px;
  position: relative;
  z-index: 10; }
  @media (max-width: 560px) {
    .open-menu-btn {
      margin-right: 5px;
      padding-left: 0; } }
  .open-menu-btn span {
    display: block;
    width: 42px;
    height: 3px;
    background-color: #000;
    transition: all .3s ease-out; }
    @media only screen and (max-width: 1199px) {
      .open-menu-btn span {
        width: 40px; } }
    @media only screen and (max-width: 560px) {
      .open-menu-btn span {
        width: 25px; } }
    .open-menu-btn span:nth-child(2) {
      margin: 7px 0px;
      transition: all .3s ease-out; }
      @media only screen and (max-width: 1199px) {
        .open-menu-btn span:nth-child(2) {
          margin: 8px 0; } }
      @media only screen and (max-width: 560px) {
        .open-menu-btn span:nth-child(2) {
          margin: 4px 0; } }

.menu-wrapper {
  position: fixed;
  top: 50%;
  transition: all 1s ease; }
  @media only screen and (min-width: 1921px) {
    .menu-wrapper {
      left: 80px; } }
  @media (min-width: 1200px) and (max-width: 1920px) {
    .menu-wrapper {
      left: 4.16667vw; } }
  @media only screen and (min-width: 1200px) {
    .menu-wrapper {
      z-index: 10;
      visibility: hidden;
      opacity: 0;
      transform: translateY(-50%); } }
  @media only screen and (max-width: 1199px) {
    .menu-wrapper {
      background-color: rgba(0, 0, 0, 0.9);
      z-index: -1;
      opacity: 0;
      transition: all 0.5s ease-out;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; } }
  .menu-wrapper-visible {
    visibility: visible;
    opacity: 1; }
  @media only screen and (min-width: 1200px) {
    .menu-wrapper .close-menu-btn {
      display: none; } }
  @media only screen and (min-width: 1200px) {
    .menu-wrapper .menu ul {
      display: flex;
      flex-direction: column; } }
  @media only screen and (max-width: 1199px) {
    .menu-wrapper .menu ul {
      margin-top: 24.0625vw;
      display: flex;
      flex-direction: column;
      padding-left: 6.25vw; } }
  @media only screen and (min-width: 1921px) {
    .menu-wrapper .menu ul li {
      margin-bottom: 5px; } }
  @media (min-width: 1200px) and (max-width: 1920px) {
    .menu-wrapper .menu ul li {
      margin-bottom: 0.26042vw; } }
  @media only screen and (max-width: 1199px) {
    .menu-wrapper .menu ul li {
      margin-bottom: 7.8125vw; } }
  .menu-wrapper .menu ul li a {
    position: relative;
    color: #bababa;
    display: block; }
    @media only screen and (min-width: 1921px) {
      .menu-wrapper .menu ul li a {
        padding: 15px 0 15px 18px;
        font-size: 14px; } }
    @media (min-width: 1200px) and (max-width: 1920px) {
      .menu-wrapper .menu ul li a {
        padding: 0.78125vw 0 0.78125vw 0.9375vw;
        font-size: 0.72917vw; } }
    @media only screen and (max-width: 1199px) {
      .menu-wrapper .menu ul li a {
        padding-left: 4.6875vw; } }
    .menu-wrapper .menu ul li a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background-color: #bababa; }
      @media only screen and (min-width: 1921px) {
        .menu-wrapper .menu ul li a:before {
          width: 7px;
          border-radius: 3px; } }
      @media (min-width: 1200px) and (max-width: 1920px) {
        .menu-wrapper .menu ul li a:before {
          width: 0.36458vw;
          border-radius: 0.15625vw; } }
      @media only screen and (max-width: 1199px) {
        .menu-wrapper .menu ul li a:before {
          width: 1.5625vw;
          border-radius: 0.9375vw; } }
    .menu-wrapper .menu ul li a:hover {
      color: #000;
      font-weight: 600; }
      .menu-wrapper .menu ul li a:hover:before {
        background-color: #3694fc; }
    @media only screen and (max-width: 1199px) {
      .menu-wrapper .menu ul li a:not(.cta-btn) {
        font-size: 5vw; } }
  .menu-wrapper .menu ul li.active a {
    font-weight: 600; }
    @media only screen and (min-width: 1200px) {
      .menu-wrapper .menu ul li.active a {
        color: #000; } }
    .menu-wrapper .menu ul li.active a:before {
      background-color: #3694fc; }
  .menu-wrapper.menu-opened {
    overflow-y: hidden;
    transform: translateX(0);
    z-index: 11;
    opacity: 1; }
    @media only screen and (max-width: 1199px) {
      .menu-wrapper.menu-opened {
        transform: translateX(0); } }

.close-menu-btn {
  background: transparent;
  border: 0px;
  position: relative;
  z-index: 10;
  top: 28px;
  right: -50px;
  position: relative;
  min-height: 35px;
  z-index: 12; }
  @media only screen and (max-width: 1199px) {
    .close-menu-btn {
      position: absolute;
      right: 10px;
      left: auto; } }
  @media (max-width: 560px) {
    .close-menu-btn {
      margin-right: 10px;
      padding-left: 0; } }
  .close-menu-btn span {
    display: block;
    height: 3px;
    background-color: #fff;
    transition: all .3s ease-out; }
    @media only screen and (max-width: 1199px) {
      .close-menu-btn span {
        width: 6.25vw; } }
    .close-menu-btn span:first-child {
      transform: rotate(45deg);
      margin-bottom: -3px; }
    .close-menu-btn span:last-child {
      transform: rotate(-45deg);
      margin-top: -3px; }
    @media only screen and (max-width: 1199px) {
      .close-menu-btn span {
        background-color: #fff; } }

.footer {
  padding: 85px 0; }
  @media (min-width: 992px) and (max-width: 1920px) {
    .footer {
      padding: 4.42708vw 0; } }
  @media only screen and (max-width: 991px) {
    .footer {
      padding: 10.9375vw 0; } }
  @media only screen and (max-width: 991px) {
    .footer .container > div {
      flex-direction: column;
      align-items: center; } }
  @media only screen and (max-width: 991px) {
    .footer .footer-logo {
      margin-bottom: 9.375vw;
      text-align: center; } }
  .footer .socials li {
    transition: all 0.5s ease-out; }
    .footer .socials li:not(:first-child) {
      margin-left: 20px; }
      @media (min-width: 992px) and (max-width: 1920px) {
        .footer .socials li:not(:first-child) {
          margin-left: 1.04167vw; } }
    .footer .socials li:hover {
      transform: translateY(-5px); }
    .footer .socials li .fa {
      color: #fff;
      font-size: 28px; }
  .footer .links {
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .footer .links {
        margin-bottom: 9.375vw; } }
    .footer .links a {
      color: #fff; }
      .footer .links a:hover {
        opacity: 0.8; }
  .footer .nice-link, .footer .footer-slogan {
    margin-top: 30px;
    font-size: 18px;
    color: #fff; }
    @media (min-width: 992px) and (max-width: 1920px) {
      .footer .nice-link, .footer .footer-slogan {
        margin-top: 1.5625vw;
        font-size: 0.9375vw; } }
    @media only screen and (max-width: 991px) {
      .footer .nice-link, .footer .footer-slogan {
        margin-top: 1.5625vw; } }
    .footer .nice-link:hover, .footer .footer-slogan:hover {
      opacity: 0.8; }
  @media only screen and (max-width: 991px) {
    .footer .button-wrapper {
      margin-top: 9.375vw; } }

.content {
  position: relative;
  background: linear-gradient(to bottom, #f2f0eb 0%, #ffffff 25%, #ffffff 75%, #f2f0eb 100%); }

.form-section-inner {
  display: flex;
  background: linear-gradient(to bottom, #eb693d 0%, #e94560 100%);
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 1921px) {
    .form-section-inner {
      padding: 70px;
      border-radius: 20px;
      margin-top: -210px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .form-section-inner {
      padding: 3.64583vw;
      border-radius: 1.04167vw;
      margin-top: -10.9375vw; } }
  @media only screen and (max-width: 991px) {
    .form-section-inner {
      margin-top: -15.625vw;
      padding: 6.25vw;
      flex-direction: column;
      border-radius: 3.125vw; } }
  .form-section-inner .anchor {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%); }
    @media (min-width: 992px) and (max-width: 1920px) {
      .form-section-inner .anchor img {
        width: 3.17708vw; } }
    @media only screen and (max-width: 991px) {
      .form-section-inner .anchor img {
        width: 9.375vw; } }
  @media only screen and (min-width: 992px) {
    .form-section-inner .left-block {
      flex-basis: 45%;
      width: 45%;
      padding-right: 13%; } }
  .form-section-inner .left-block h2 {
    font-weight: 700;
    line-height: 1.2; }
    @media only screen and (min-width: 1921px) {
      .form-section-inner .left-block h2 {
        margin-bottom: 25px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .form-section-inner .left-block h2 {
        margin-bottom: 1.30208vw; } }
    @media only screen and (max-width: 991px) {
      .form-section-inner .left-block h2 {
        margin-bottom: 4.6875vw; } }
  @media only screen and (min-width: 1921px) {
    .form-section-inner .left-block .img-wrap {
      margin-top: 40px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .form-section-inner .left-block .img-wrap {
      margin-top: 2.08333vw; } }
  @media only screen and (max-width: 991px) {
    .form-section-inner .left-block .img-wrap {
      margin: 4.6875vw 0; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .form-section-inner .left-block .img-wrap img {
      max-width: 9.89583vw; } }
  @media only screen and (min-width: 992px) {
    .form-section-inner .right-block {
      flex-basis: 55%;
      width: 55%; } }

.quotes {
  position: relative; }
  @media only screen and (min-width: 1921px) {
    .quotes {
      padding-top: 150px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .quotes {
      padding-top: 7.8125vw; } }
  @media only screen and (max-width: 991px) {
    .quotes {
      padding-top: 9.375vw; } }
  @media only screen and (max-width: 991px) {
    .quotes .quote-slider {
      width: 100%; } }
  .quotes .quote-slider .slick-dots {
    width: auto; }
    @media only screen and (min-width: 1921px) {
      .quotes .quote-slider .slick-dots {
        bottom: 30px;
        left: 348px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .quotes .quote-slider .slick-dots {
        bottom: 1.5625vw;
        left: 18.125vw; } }
    @media only screen and (max-width: 991px) {
      .quotes .quote-slider .slick-dots {
        bottom: 6.25vw;
        left: 4.6875vw;
        display: none !important; } }
    .quotes .quote-slider .slick-dots li button {
      padding: 0;
      border-radius: 50%;
      background-color: #B9B9B9; }
      @media only screen and (min-width: 1921px) {
        .quotes .quote-slider .slick-dots li button {
          width: 12px;
          height: 12px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .quotes .quote-slider .slick-dots li button {
          width: 0.625vw;
          height: 0.625vw; } }
      @media only screen and (max-width: 991px) {
        .quotes .quote-slider .slick-dots li button {
          width: 3.125vw;
          height: 3.125vw; } }
      .quotes .quote-slider .slick-dots li button:before {
        content: ''; }
    .quotes .quote-slider .slick-dots li.slick-active button {
      background-color: #3694FD; }
  .quotes .quote-slider .quote-slide {
    width: 100%;
    max-width: 100%; }
    @media only screen and (min-width: 1921px) {
      .quotes .quote-slider .quote-slide {
        padding-top: 20px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .quotes .quote-slider .quote-slide {
        padding-top: 1.04167vw; } }
    .quotes .quote-slider .quote-slide-inner {
      display: flex;
      background-color: #fff; }
      @media only screen and (min-width: 1921px) {
        .quotes .quote-slider .quote-slide-inner {
          padding: 60px 100px 60px 0;
          border-radius: 20px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .quotes .quote-slider .quote-slide-inner {
          padding: 3.125vw 5.20833vw 3.125vw 0;
          border-radius: 1.04167vw; } }
      @media only screen and (min-width: 992px) {
        .quotes .quote-slider .quote-slide-inner {
          max-width: 86%;
          margin: 0 auto; } }
      @media only screen and (max-width: 991px) {
        .quotes .quote-slider .quote-slide-inner {
          flex-direction: column;
          padding: 4.6875vw;
          border-radius: 9.375vw;
          padding-bottom: 6.25vw; } }
    .quotes .quote-slider .quote-slide .img-wrap {
      flex: 0 0 auto; }
      @media only screen and (min-width: 992px) {
        .quotes .quote-slider .quote-slide .img-wrap {
          transform: translateX(-26%); } }
      @media only screen and (max-width: 991px) {
        .quotes .quote-slider .quote-slide .img-wrap {
          margin-bottom: 6.25vw; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .quotes .quote-slider .quote-slide .img-wrap img {
          max-width: 14.32292vw; } }
    .quotes .quote-slider .quote-slide .descr-wrap {
      flex: 1 1 0; }
  .quotes .quote-slider .slick-arrow {
    bottom: 0;
    left: 0;
    top: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    transform: translateY(100%); }
    @media only screen and (min-width: 992px) {
      .quotes .quote-slider .slick-arrow:hover {
        opacity: .4; } }
    .quotes .quote-slider .slick-arrow:before {
      display: none; }
    @media only screen and (min-width: 1921px) {
      .quotes .quote-slider .slick-arrow {
        width: 39px;
        height: 39px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .quotes .quote-slider .slick-arrow {
        width: 2.03125vw;
        height: 2.03125vw; } }
    @media only screen and (max-width: 991px) {
      .quotes .quote-slider .slick-arrow {
        width: 8.125vw;
        height: 8.125vw; } }
    .quotes .quote-slider .slick-arrow.slick-prev {
      background-image: url("../images/icons/slick-arrow-prev.png"); }
    .quotes .quote-slider .slick-arrow.slick-next {
      background-image: url("../images/icons/slick-arrow-next.png"); }
      @media only screen and (min-width: 1921px) {
        .quotes .quote-slider .slick-arrow.slick-next {
          left: 50px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .quotes .quote-slider .slick-arrow.slick-next {
          left: 2.60417vw; } }
      @media only screen and (max-width: 991px) {
        .quotes .quote-slider .slick-arrow.slick-next {
          left: 12.5vw; } }
  @media only screen and (min-width: 1921px) {
    .quotes .title-slider {
      margin-bottom: 50px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .quotes .title-slider {
      margin-bottom: 2.60417vw; } }
  @media only screen and (max-width: 991px) {
    .quotes .title-slider {
      margin-bottom: 6.25vw; } }
  .quotes .title-slider h2 {
    color: #000; }
  .quotes-wrap {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .quotes-wrap {
        justify-content: space-between; } }
    @media only screen and (max-width: 991px) {
      .quotes-wrap {
        flex-direction: column; } }
  @media only screen and (min-width: 1921px) {
    .quotes .text-block {
      padding-left: 30px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .quotes .text-block {
      padding-left: 1.5625vw; } }
  .quotes .text-block h3 {
    font-weight: 700; }
    @media only screen and (min-width: 1921px) {
      .quotes .text-block h3 {
        font-size: 24px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .quotes .text-block h3 {
        font-size: 1.25vw; } }
    @media only screen and (max-width: 991px) {
      .quotes .text-block h3 {
        font-size: 5vw; } }
    .quotes .text-block h3 span {
      font-weight: 500;
      display: block; }
      @media only screen and (min-width: 1921px) {
        .quotes .text-block h3 span {
          font-size: 34px;
          margin-top: 5px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .quotes .text-block h3 span {
          font-size: 1.77083vw;
          margin-top: 0.26042vw; } }
      @media only screen and (max-width: 991px) {
        .quotes .text-block h3 span {
          font-size: 6.25vw;
          margin-top: 1.5625vw; } }
  .quotes .text-block p {
    color: #000; }
    @media only screen and (min-width: 1921px) {
      .quotes .text-block p {
        margin-bottom: 15px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .quotes .text-block p {
        margin-bottom: 0.78125vw; } }
    @media only screen and (max-width: 991px) {
      .quotes .text-block p {
        margin-bottom: 3.125vw; } }
  @media only screen and (min-width: 1921px) {
    .quotes .text-block .stars {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .quotes .text-block .stars {
      margin-top: 0.78125vw;
      margin-bottom: 0.78125vw; } }
  @media only screen and (max-width: 991px) {
    .quotes .text-block .stars {
      margin-top: 3.125vw;
      margin-bottom: 3.125vw; } }

@media only screen and (min-width: 1921px) {
  .resources {
    padding-top: 0;
    padding-bottom: 200px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .resources {
    padding-top: 0;
    padding-bottom: 10.41667vw; } }

@media only screen and (max-width: 991px) {
  .resources {
    padding-top: 9.375vw;
    background-size: contain; } }

@media only screen and (min-width: 1921px) {
  .resources h2 + p {
    margin-top: 40px;
    margin-bottom: 70px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .resources h2 + p {
    margin-top: 2.08333vw;
    margin-bottom: 3.64583vw; } }

@media only screen and (max-width: 991px) {
  .resources h2 + p {
    margin-top: 6.25vw;
    margin-bottom: 15.625vw; } }

@media only screen and (min-width: 992px) {
  .resources .resource-assets {
    justify-content: space-between; } }

@media only screen and (max-width: 991px) {
  .resources .resource-assets {
    flex-direction: column; } }

@media only screen and (min-width: 992px) {
  .resources .resource-assets .resource-asset {
    flex-basis: 23%;
    width: 23%; } }

@media only screen and (max-width: 991px) {
  .resources .resource-assets .resource-asset {
    width: 100%;
    margin-bottom: 15.625vw; } }

.resources .resource-assets .resource-asset h3 {
  line-height: 1.4;
  font-weight: 500; }
  @media only screen and (min-width: 1921px) {
    .resources .resource-assets .resource-asset h3 {
      margin-top: 40px;
      margin-bottom: 30px;
      font-size: 21px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .resources .resource-assets .resource-asset h3 {
      margin-top: 2.08333vw;
      margin-bottom: 1.5625vw;
      font-size: 1.09375vw; } }
  @media only screen and (max-width: 991px) {
    .resources .resource-assets .resource-asset h3 {
      margin: 3.125vw 0;
      font-size: 5vw; } }

@media only screen and (min-width: 1921px) {
  .resources .resource-assets .resource-asset .btn-wrap {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .resources .resource-assets .resource-asset .btn-wrap {
    margin-top: 1.5625vw; } }

@media only screen and (max-width: 991px) {
  .resources .resource-assets .resource-asset .btn-wrap {
    margin-top: 6.25vw; } }

@media only screen and (min-width: 1921px) {
  .deliver {
    padding: 130px 0; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .deliver {
    padding: 6.77083vw 0; } }

@media only screen and (max-width: 991px) {
  .deliver {
    padding-bottom: 15.625vw; } }

@media only screen and (min-width: 992px) {
  .deliver .container > p {
    padding: 0 8%; } }

@media only screen and (min-width: 1921px) {
  .deliver .container > p {
    margin-bottom: 35px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .deliver .container > p {
    margin-bottom: 1.82292vw; } }

@media only screen and (max-width: 991px) {
  .deliver .container > p {
    margin-bottom: 4.6875vw; } }

@media only screen and (min-width: 1921px) {
  .deliver h2 {
    margin-bottom: 30px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .deliver h2 {
    margin-bottom: 1.5625vw; } }

@media only screen and (max-width: 991px) {
  .deliver h2 {
    margin-bottom: 6.25vw; } }

@media only screen and (min-width: 992px) {
  .deliver .deliver-assets {
    justify-content: space-between; } }

@media only screen and (max-width: 991px) {
  .deliver .deliver-assets {
    flex-direction: column; } }

.deliver .deliver-assets .deliver-asset {
  background-color: #F2F0EB; }
  @media only screen and (min-width: 992px) {
    .deliver .deliver-assets .deliver-asset {
      flex-basis: 32%;
      width: 32%; } }
  @media only screen and (min-width: 1921px) {
    .deliver .deliver-assets .deliver-asset {
      border-radius: 20px;
      padding: 30px 50px 40px 30px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .deliver .deliver-assets .deliver-asset {
      border-radius: 1.04167vw;
      padding: 1.5625vw 2.60417vw 2.08333vw 1.5625vw; } }
  @media only screen and (max-width: 991px) {
    .deliver .deliver-assets .deliver-asset {
      margin-bottom: 9.375vw;
      border-radius: 3.125vw;
      padding: 7.8125vw 6.25vw; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .deliver .deliver-assets .deliver-asset .img-wrap img {
      max-width: 5.36458vw; } }
  @media only screen and (max-width: 991px) {
    .deliver .deliver-assets .deliver-asset .img-wrap img {
      max-width: 18.75vw; } }
  .deliver .deliver-assets .deliver-asset h3 {
    color: #000;
    font-weight: 500; }
    @media only screen and (min-width: 1921px) {
      .deliver .deliver-assets .deliver-asset h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 21px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .deliver .deliver-assets .deliver-asset h3 {
        margin-top: 1.04167vw;
        margin-bottom: 1.04167vw;
        font-size: 1.09375vw; } }
    @media only screen and (max-width: 991px) {
      .deliver .deliver-assets .deliver-asset h3 {
        margin: 3.125vw 0;
        font-size: 5.625vw;
        font-weight: 600; } }
  .deliver .deliver-assets .deliver-asset ul li {
    position: relative;
    color: #000; }
    .deliver .deliver-assets .deliver-asset ul li:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #000; }
    @media only screen and (min-width: 1921px) {
      .deliver .deliver-assets .deliver-asset ul li {
        margin-bottom: 20px;
        padding-left: 12px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .deliver .deliver-assets .deliver-asset ul li {
        margin-bottom: 1.04167vw;
        padding-left: 0.625vw;
        font-size: 0.83333vw; } }
    @media only screen and (max-width: 991px) {
      .deliver .deliver-assets .deliver-asset ul li {
        margin-bottom: 3.125vw;
        padding-left: 3.125vw; } }
    .deliver .deliver-assets .deliver-asset ul li b {
      font-weight: 500; }
  @media only screen and (min-width: 1921px) {
    .deliver .deliver-assets .deliver-asset .btn-wrap {
      margin-top: 50px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .deliver .deliver-assets .deliver-asset .btn-wrap {
      margin-top: 2.60417vw; } }
  @media only screen and (max-width: 991px) {
    .deliver .deliver-assets .deliver-asset .btn-wrap {
      margin-top: 6.25vw; } }
  .deliver .deliver-assets .deliver-asset .btn-wrap .cta-btn {
    color: #fff !important; }
    .deliver .deliver-assets .deliver-asset .btn-wrap .cta-btn:before {
      background-color: #fff; }
    .deliver .deliver-assets .deliver-asset .btn-wrap .cta-btn:after {
      color: #e93f66; }
    .deliver .deliver-assets .deliver-asset .btn-wrap .cta-btn:hover {
      color: #e93f66 !important; }
      .deliver .deliver-assets .deliver-asset .btn-wrap .cta-btn:hover:after {
        background-image: url("../images/icons/arrow-right-pink.png"); }

.discover {
  position: relative; }
  @media only screen and (min-width: 1921px) {
    .discover {
      padding-top: 10px;
      padding-bottom: 140px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .discover {
      padding-top: 0.52083vw;
      padding-bottom: 7.29167vw; } }
  @media only screen and (max-width: 991px) {
    .discover {
      padding-top: 15.625vw;
      padding-bottom: 15.625vw;
      background-size: cover;
      background-image: url("../images/content/discover/gradient_container.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }
  .discover .container {
    position: relative; }
    @media only screen and (max-width: 991px) {
      .discover .container {
        z-index: 2; } }
  .discover .texture-img {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .discover .texture-img img {
        width: 140%;
        max-width: none; } }
  .discover h2 {
    z-index: 2;
    color: #fff;
    font-weight: 600; }
    @media only screen and (min-width: 992px) {
      .discover h2 {
        position: absolute;
        top: 30%; } }
    @media only screen and (min-width: 1921px) {
      .discover h2 {
        left: 80px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .discover h2 {
        left: 4.16667vw; } }
  @media only screen and (min-width: 992px) {
    .discover .customers-slider {
      position: absolute;
      top: 0; } }
  @media only screen and (min-width: 1921px) {
    .discover .customers-slider {
      right: -148px;
      width: 1280px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .discover .customers-slider {
      right: -7.70833vw;
      width: 66.66667vw; } }
  @media only screen and (max-width: 991px) {
    .discover .customers-slider {
      margin: 25vw 0 0 0; } }
  @media only screen and (max-width: 991px) {
    .discover .customers-slider .slick-slide {
      padding: 0 6.25vw; } }
  @media only screen and (min-width: 1921px) {
    .discover .customers-slider .slick-track {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .discover .customers-slider .slick-track {
      padding-top: 5.20833vw;
      padding-bottom: 5.20833vw; } }
  .discover .customers-slider .slick-arrow {
    left: 0;
    top: auto;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    z-index: 3; }
    .discover .customers-slider .slick-arrow:hover {
      opacity: .4; }
    .discover .customers-slider .slick-arrow:before {
      display: none; }
    @media only screen and (min-width: 1921px) {
      .discover .customers-slider .slick-arrow {
        left: -325px;
        bottom: 225px;
        width: 60px;
        height: 60px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .discover .customers-slider .slick-arrow {
        bottom: 11.71875vw;
        left: -16.92708vw;
        width: 3.125vw;
        height: 3.125vw; } }
    @media only screen and (max-width: 991px) {
      .discover .customers-slider .slick-arrow {
        top: -12.5vw;
        left: 6.25vw;
        width: 9.375vw;
        height: 9.375vw; } }
    .discover .customers-slider .slick-arrow.slick-prev {
      background-image: url("../images/icons/slick-arrow-prev.png?v=2"); }
    .discover .customers-slider .slick-arrow.slick-next {
      background-image: url("../images/icons/slick-arrow-next.png?v=2"); }
      @media only screen and (min-width: 1921px) {
        .discover .customers-slider .slick-arrow.slick-next {
          left: -255px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .discover .customers-slider .slick-arrow.slick-next {
          left: -13.28125vw; } }
      @media only screen and (max-width: 991px) {
        .discover .customers-slider .slick-arrow.slick-next {
          left: 18.75vw; } }
  .discover .customers-slider .customer-slide {
    background-color: #fff; }
    @media only screen and (min-width: 992px) {
      .discover .customers-slider .customer-slide {
        box-shadow: -5px 5px 13px -5px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: -5px 5px 13px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -5px 5px 13px -5px rgba(0, 0, 0, 0.75); } }
    @media only screen and (min-width: 1921px) {
      .discover .customers-slider .customer-slide {
        width: 610px !important;
        min-height: 580px;
        border-radius: 20px;
        margin-left: 30px;
        padding: 40px 70px 60px 50px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .discover .customers-slider .customer-slide {
        width: 31.77083vw !important;
        min-height: 30.20833vw;
        margin-left: 1.04167vw;
        border-radius: 1.04167vw;
        padding: 2.08333vw 3.64583vw 3.125vw 2.60417vw; } }
    @media only screen and (max-width: 991px) {
      .discover .customers-slider .customer-slide {
        border-radius: 3.125vw;
        padding: 6.25vw 6.25vw 9.375vw 6.25vw; } }
    .discover .customers-slider .customer-slide h4 {
      font-weight: 700; }
      @media only screen and (min-width: 1921px) {
        .discover .customers-slider .customer-slide h4 {
          margin-top: 35px;
          margin-bottom: 20px;
          font-size: 16px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .discover .customers-slider .customer-slide h4 {
          margin-top: 1.82292vw;
          margin-bottom: 1.04167vw;
          font-size: 0.83333vw; } }
      @media only screen and (max-width: 991px) {
        .discover .customers-slider .customer-slide h4 {
          margin-top: 7.8125vw;
          margin-bottom: 3.125vw; } }
    @media only screen and (min-width: 1921px) {
      .discover .customers-slider .customer-slide ul {
        margin-bottom: 30px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .discover .customers-slider .customer-slide ul {
        margin-bottom: 1.5625vw; } }
    @media only screen and (max-width: 991px) {
      .discover .customers-slider .customer-slide ul {
        margin-bottom: 9.375vw; } }
    .discover .customers-slider .customer-slide ul li {
      position: relative; }
      .discover .customers-slider .customer-slide ul li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #000; }
      @media only screen and (min-width: 1921px) {
        .discover .customers-slider .customer-slide ul li {
          margin-bottom: 10px;
          padding-left: 12px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .discover .customers-slider .customer-slide ul li {
          margin-bottom: 0.52083vw;
          padding-left: 0.625vw;
          font-size: 0.83333vw; } }
      @media only screen and (max-width: 991px) {
        .discover .customers-slider .customer-slide ul li {
          margin-bottom: 3.125vw;
          padding-left: 3.125vw; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .discover .customers-slider .customer-slide .img-wrap img {
        max-height: 4.21875vw; } }
    @media only screen and (max-width: 991px) {
      .discover .customers-slider .customer-slide .img-wrap img {
        max-height: 12.5vw; } }

#bottom-form {
  background-color: #101820; }
  @media only screen and (min-width: 1921px) {
    #bottom-form {
      padding: 110px 0 150px 0; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    #bottom-form {
      padding: 5.72917vw 0 7.8125vw 0; } }
  @media only screen and (max-width: 991px) {
    #bottom-form {
      padding: 9.375vw 0; } }
  #bottom-form .mktoForm .mktoButtonRow {
    text-align: center; }
    @media only screen and (min-width: 1921px) {
      #bottom-form .mktoForm .mktoButtonRow {
        margin-top: 20px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      #bottom-form .mktoForm .mktoButtonRow {
        margin-top: 1.04167vw; } }
    #bottom-form .mktoForm .mktoButtonRow .mktoButton {
      background-image: url("../images/content/form-section/submit_CTA.png") !important;
      background-repeat: no-repeat !important;
      background-size: 100% !important;
      background-position: 0 0 !important;
      padding: 0 !important;
      background-color: transparent !important;
      text-indent: -1000px; }
      @media only screen and (min-width: 1921px) {
        #bottom-form .mktoForm .mktoButtonRow .mktoButton {
          width: 253px !important;
          height: 84px !important; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        #bottom-form .mktoForm .mktoButtonRow .mktoButton {
          width: 13.17708vw !important;
          height: 4.375vw !important; } }
      @media only screen and (max-width: 991px) {
        #bottom-form .mktoForm .mktoButtonRow .mktoButton {
          width: 47.5vw !important;
          height: 16.25vw !important; } }
      #bottom-form .mktoForm .mktoButtonRow .mktoButton:hover {
        opacity: 0.8; }
      #bottom-form .mktoForm .mktoButtonRow .mktoButton:after {
        display: none; }
  @media only screen and (min-width: 1921px) {
    #bottom-form h2 {
      margin-bottom: 70px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    #bottom-form h2 {
      margin-bottom: 3.64583vw; } }
  @media only screen and (max-width: 991px) {
    #bottom-form h2 {
      margin-bottom: 6.25vw; } }

@media only screen and (min-width: 1201px) {
  #ai-demo iframe, #ventana-video iframe, #video-3 iframe {
    width: 898px;
    height: 505px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #ai-demo iframe, #ventana-video iframe, #video-3 iframe {
    width: 700px;
    height: 400px; } }

.ai-demo .jsModal_close, .ventana-video .jsModal_close, .video-3 .jsModal_close {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-image: url("../images/icons/close-icon.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: translate(-100%, -50%); }

.after_submit {
  display: none;
  color: #fff; }


.enlighten-ai-demo form.mktoForm,
.frost-popup form.mktoForm,
.details-dig-cx-popup form.mktoForm,
.leaders-guide-popup form.mktoForm,
.next-revenue-popup form.mktoForm {
  max-width: none; }


.enlighten-ai-demo .jsModal_close,
.frost-popup .jsModal_close,
.details-dig-cx-popup .jsModal_close,
.leaders-guide-popup .jsModal_close,
.next-revenue-popup .jsModal_close {
  top: 20px;
  right: 20px;
  width: 16px;
  height: 19px;
  background-image: url("../images/icons/close-icon.png");
  background-repeat: no-repeat;
  background-size: 16px;
  text-indent: -10000px; }
  @media only screen and (max-width: 991px) {
    
    .enlighten-ai-demo .jsModal_close,
    .frost-popup .jsModal_close,
    .details-dig-cx-popup .jsModal_close,
    .leaders-guide-popup .jsModal_close,
    .next-revenue-popup .jsModal_close {
      top: 0;
      right: 0; } }


.enlighten-ai-demo .jsModal_dialog,
.frost-popup .jsModal_dialog,
.details-dig-cx-popup .jsModal_dialog,
.leaders-guide-popup .jsModal_dialog,
.next-revenue-popup .jsModal_dialog {
  padding: 0; }
  @media only screen and (max-width: 991px) {
    
    .enlighten-ai-demo .jsModal_dialog,
    .frost-popup .jsModal_dialog,
    .details-dig-cx-popup .jsModal_dialog,
    .leaders-guide-popup .jsModal_dialog,
    .next-revenue-popup .jsModal_dialog {
      height: 100vh;
      margin-top: 0;
      overflow-y: auto;
      background: linear-gradient(to bottom, #c16be2 0%, #7d36fe 100%); } }
  
  .enlighten-ai-demo .jsModal_dialog .jsModal_content,
  .frost-popup .jsModal_dialog .jsModal_content,
  .details-dig-cx-popup .jsModal_dialog .jsModal_content,
  .leaders-guide-popup .jsModal_dialog .jsModal_content,
  .next-revenue-popup .jsModal_dialog .jsModal_content {
    padding: 8px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #c16be2 0%, #7d36fe 100%); }
    @media only screen and (max-width: 991px) {
      
      .enlighten-ai-demo .jsModal_dialog .jsModal_content,
      .frost-popup .jsModal_dialog .jsModal_content,
      .details-dig-cx-popup .jsModal_dialog .jsModal_content,
      .leaders-guide-popup .jsModal_dialog .jsModal_content,
      .next-revenue-popup .jsModal_dialog .jsModal_content {
        padding: 0 9.375vw;
        background-color: transparent; }
        
        .enlighten-ai-demo .jsModal_dialog .jsModal_content p,
        .frost-popup .jsModal_dialog .jsModal_content p,
        .details-dig-cx-popup .jsModal_dialog .jsModal_content p,
        .leaders-guide-popup .jsModal_dialog .jsModal_content p,
        .next-revenue-popup .jsModal_dialog .jsModal_content p {
          font-size: 4.375vw; } }


.enlighten-ai-demo h2,
.frost-popup h2,
.details-dig-cx-popup h2,
.leaders-guide-popup h2,
.next-revenue-popup h2 {
  margin-bottom: 30px; }
  @media (min-width: 992px) and (max-width: 1920px) {
    
    .enlighten-ai-demo h2,
    .frost-popup h2,
    .details-dig-cx-popup h2,
    .leaders-guide-popup h2,
    .next-revenue-popup h2 {
      margin-bottom: 1.5625vw; } }
  
  .enlighten-ai-demo h2 span,
  .frost-popup h2 span,
  .details-dig-cx-popup h2 span,
  .leaders-guide-popup h2 span,
  .next-revenue-popup h2 span {
    font-size: 30px;
    display: inline-block;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 992px) and (max-width: 1920px) {
      
      .enlighten-ai-demo h2 span,
      .frost-popup h2 span,
      .details-dig-cx-popup h2 span,
      .leaders-guide-popup h2 span,
      .next-revenue-popup h2 span {
        font-size: 1.5625vw; } }
    @media only screen and (max-width: 991px) {
      
      .enlighten-ai-demo h2 span,
      .frost-popup h2 span,
      .details-dig-cx-popup h2 span,
      .leaders-guide-popup h2 span,
      .next-revenue-popup h2 span {
        font-size: 6.25vw; } }


#enlighten-ai-demo,
#frost-popup,
#details-dig-cx-popup,
#leaders-guide-popup,
#next-revenue-popup {
  max-width: 1150px;
  padding: 75px; }
  @media (min-width: 992px) and (max-width: 1920px) {
    
    #enlighten-ai-demo,
    #frost-popup,
    #details-dig-cx-popup,
    #leaders-guide-popup,
    #next-revenue-popup {
      padding: 3.90625vw; } }
  @media only screen and (max-width: 991px) {
    
    #enlighten-ai-demo,
    #frost-popup,
    #details-dig-cx-popup,
    #leaders-guide-popup,
    #next-revenue-popup {
      padding: 0;
      max-width: 100%;
      padding: 4.6875vw; } }

.mktoForm {
  width: 100% !important;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  @media only screen and (max-width: 991px) {
    .mktoForm {
      padding: 0px !important; } }
  .mktoForm .mktoFormCol {
    width: 100% !important;
    float: none !important; }
  .mktoForm .mktoFieldWrap, .mktoForm .mktoOffset, .mktoForm .mktoGutter {
    float: none !important; }
  .mktoForm .mktoOffset {
    display: none !important; }
  .mktoForm .mktoAsterix {
    float: left !important;
    display: inline-block !important;
    margin-left: 5px !important;
    color: #fff !important;
    padding-left: 0 !important; }
  .mktoForm .mktoRequiredField > label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; }
    @media only screen and (min-width: 1921px) {
      .mktoForm .mktoRequiredField > label {
        font-size: 14px !important; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .mktoForm .mktoRequiredField > label {
        font-size: 0.72917vw !important; } }
  .mktoForm .mktoLabel {
    width: 100% !important;
    color: #fff !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 23px !important;
    font-weight: 300 !important; }
    @media only screen and (max-width: 991px) {
      .mktoForm .mktoLabel {
        font-size: 3.75vw !important; } }
  .mktoForm .mktoSelectWrap {
    position: relative; }
    .mktoForm .mktoSelectWrap .select-placeholder {
      position: absolute;
      z-index: 1;
      left: 5px;
      top: 2px;
      width: 88%;
      pointer-events: none;
      background: #f0f0f0;
      font-family: 'Be Vietnam Pro', sans-serif !important;
      font-size: 1rem !important;
      height: 34px;
      display: flex;
      align-items: center;
      color: #828282; }
      @media only screen and (max-width: 767px) {
        .mktoForm .mktoSelectWrap .select-placeholder {
          background: #e5e5e5;
          height: 32px; } }
      .mktoForm .mktoSelectWrap .select-placeholder.select {
        color: #fff; }
  .mktoForm .mktoTemplateBox, .mktoForm .mktoTemplateBox span, .mktoForm .mktoTemplateBox a {
    color: #fff !important;
    font-family: 'Be Vietnam Pro', sans-serif !important; }
  .mktoForm .mktoButtonRow {
    width: 100% !important;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .mktoForm .mktoButtonRow {
        margin-bottom: 9.375vw; } }
    @media only screen and (max-width: 991px) {
      .mktoForm .mktoButtonRow {
        margin-top: 3.125vw; } }
  .mktoForm ::-webkit-input-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm ::-moz-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm :-moz-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm :-ms-input-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm :focus::-webkit-input-placeholder {
    color: #7d7f80; }
  .mktoForm :focus::-moz-placeholder {
    color: #7d7f80; }
  .mktoForm :focus:-moz-placeholder {
    color: #7d7f80; }
  .mktoForm :focus:-ms-input-placeholder {
    color: #7d7f80; }
  .mktoForm .mktoFormRow input[type="text"],
  .mktoForm .mktoFormRow input[type="email"],
  .mktoForm .mktoFormRow input[type="tel"],
  .mktoForm .mktoFormRow select {
    border: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    font-size: 18px !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    padding: 5px 15px !important;
    height: 38px;
    width: 100% !important;
    color: #5d5e5f !important;
    opacity: 1;
    border-radius: 4px !important; }
    @media (min-width: 992px) and (max-width: 1920px) {
      .mktoForm .mktoFormRow input[type="text"],
      .mktoForm .mktoFormRow input[type="email"],
      .mktoForm .mktoFormRow input[type="tel"],
      .mktoForm .mktoFormRow select {
        height: 1.97917vw;
        font-size: 0.9375vw !important; } }
    @media only screen and (max-width: 991px) {
      .mktoForm .mktoFormRow input[type="text"],
      .mktoForm .mktoFormRow input[type="email"],
      .mktoForm .mktoFormRow input[type="tel"],
      .mktoForm .mktoFormRow select {
        padding: 0.9375vw 3.125vw !important;
        height: 8.125vw;
        min-height: 8.125vw !important;
        font-size: 4.0625vw !important; } }
    .mktoForm .mktoFormRow input[type="text"]:focus, .mktoForm .mktoFormRow input[type="text"]:hover, .mktoForm .mktoFormRow input[type="text"]:active,
    .mktoForm .mktoFormRow input[type="email"]:focus,
    .mktoForm .mktoFormRow input[type="email"]:hover,
    .mktoForm .mktoFormRow input[type="email"]:active,
    .mktoForm .mktoFormRow input[type="tel"]:focus,
    .mktoForm .mktoFormRow input[type="tel"]:hover,
    .mktoForm .mktoFormRow input[type="tel"]:active,
    .mktoForm .mktoFormRow select:focus,
    .mktoForm .mktoFormRow select:hover,
    .mktoForm .mktoFormRow select:active {
      color: #5d5e5f !important;
      outline: none !important;
      background-color: #fff !important; }
  .mktoForm .mktoFormRow select option {
    color: #000;
    background-color: #fff; }
  .mktoForm .mktoFormRow textarea {
    width: 100% !important;
    height: 100px !important;
    border: 0px !important;
    box-shadow: none !important;
    font-size: 20px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 400 !important; }
  .mktoForm .mktoHtmlText {
    width: 100% !important; }
    .mktoForm .mktoHtmlText, .mktoForm .mktoHtmlText span {
      color: #fff !important;
      font-size: 15px !important; }
      @media only screen and (max-width: 991px) {
        .mktoForm .mktoHtmlText, .mktoForm .mktoHtmlText span {
          font-size: 4.6875vw !important; } }
    .mktoForm .mktoHtmlText a, .mktoForm .mktoHtmlText strong {
      color: #009edb !important;
      padding: 0; }


#enlighten-ai-demo .mktoForm:before,
#enlighten-ai-demo .mktoForm:after,
#frost-popup .mktoForm:before,
#frost-popup .mktoForm:after,
#details-dig-cx-popup .mktoForm:before,
#details-dig-cx-popup .mktoForm:after,
#leaders-guide-popup .mktoForm:before,
#leaders-guide-popup .mktoForm:after,
#next-revenue-popup
.mktoForm:before,
#next-revenue-popup
.mktoForm:after, #form-section .mktoForm:before, #form-section .mktoForm:after, #bottom-form .mktoForm:before, #bottom-form .mktoForm:after {
  display: table;
  clear: both;
  content: ""; }


#enlighten-ai-demo .mktoForm .error-wrapper input[type=text],
#enlighten-ai-demo .mktoForm .error-wrapper input[type=url],
#enlighten-ai-demo .mktoForm .error-wrapper input[type=email],
#enlighten-ai-demo .mktoForm .error-wrapper input[type=tel],
#enlighten-ai-demo .mktoForm .error-wrapper input[type=number],
#enlighten-ai-demo .mktoForm .error-wrapper input[type=date],
#enlighten-ai-demo .mktoForm .error-wrapper textarea.mktoField,
#enlighten-ai-demo .mktoForm .error-wrapper select.mktoField,
#frost-popup .mktoForm .error-wrapper input[type=text],
#frost-popup .mktoForm .error-wrapper input[type=url],
#frost-popup .mktoForm .error-wrapper input[type=email],
#frost-popup .mktoForm .error-wrapper input[type=tel],
#frost-popup .mktoForm .error-wrapper input[type=number],
#frost-popup .mktoForm .error-wrapper input[type=date],
#frost-popup .mktoForm .error-wrapper textarea.mktoField,
#frost-popup .mktoForm .error-wrapper select.mktoField,
#details-dig-cx-popup .mktoForm .error-wrapper input[type=text],
#details-dig-cx-popup .mktoForm .error-wrapper input[type=url],
#details-dig-cx-popup .mktoForm .error-wrapper input[type=email],
#details-dig-cx-popup .mktoForm .error-wrapper input[type=tel],
#details-dig-cx-popup .mktoForm .error-wrapper input[type=number],
#details-dig-cx-popup .mktoForm .error-wrapper input[type=date],
#details-dig-cx-popup .mktoForm .error-wrapper textarea.mktoField,
#details-dig-cx-popup .mktoForm .error-wrapper select.mktoField,
#leaders-guide-popup .mktoForm .error-wrapper input[type=text],
#leaders-guide-popup .mktoForm .error-wrapper input[type=url],
#leaders-guide-popup .mktoForm .error-wrapper input[type=email],
#leaders-guide-popup .mktoForm .error-wrapper input[type=tel],
#leaders-guide-popup .mktoForm .error-wrapper input[type=number],
#leaders-guide-popup .mktoForm .error-wrapper input[type=date],
#leaders-guide-popup .mktoForm .error-wrapper textarea.mktoField,
#leaders-guide-popup .mktoForm .error-wrapper select.mktoField,
#next-revenue-popup
.mktoForm .error-wrapper input[type=text],
#next-revenue-popup
.mktoForm .error-wrapper input[type=url],
#next-revenue-popup
.mktoForm .error-wrapper input[type=email],
#next-revenue-popup
.mktoForm .error-wrapper input[type=tel],
#next-revenue-popup
.mktoForm .error-wrapper input[type=number],
#next-revenue-popup
.mktoForm .error-wrapper input[type=date],
#next-revenue-popup
.mktoForm .error-wrapper textarea.mktoField,
#next-revenue-popup
.mktoForm .error-wrapper select.mktoField, #form-section .mktoForm .error-wrapper input[type=text], #form-section .mktoForm .error-wrapper input[type=url],
#form-section .mktoForm .error-wrapper input[type=email], #form-section .mktoForm .error-wrapper input[type=tel],
#form-section .mktoForm .error-wrapper input[type=number], #form-section .mktoForm .error-wrapper input[type=date],
#form-section .mktoForm .error-wrapper textarea.mktoField, #form-section .mktoForm .error-wrapper select.mktoField, #bottom-form .mktoForm .error-wrapper input[type=text], #bottom-form .mktoForm .error-wrapper input[type=url],
#bottom-form .mktoForm .error-wrapper input[type=email], #bottom-form .mktoForm .error-wrapper input[type=tel],
#bottom-form .mktoForm .error-wrapper input[type=number], #bottom-form .mktoForm .error-wrapper input[type=date],
#bottom-form .mktoForm .error-wrapper textarea.mktoField, #bottom-form .mktoForm .error-wrapper select.mktoField {
  border-bottom: 1px solid #ff0000;
  background-color: #f8f8f8; }


#enlighten-ai-demo .mktoForm .error-wrapper .mktoLabel .mktoAsterix,
#frost-popup .mktoForm .error-wrapper .mktoLabel .mktoAsterix,
#details-dig-cx-popup .mktoForm .error-wrapper .mktoLabel .mktoAsterix,
#leaders-guide-popup .mktoForm .error-wrapper .mktoLabel .mktoAsterix,
#next-revenue-popup
.mktoForm .error-wrapper .mktoLabel .mktoAsterix, #form-section .mktoForm .error-wrapper .mktoLabel .mktoAsterix, #bottom-form .mktoForm .error-wrapper .mktoLabel .mktoAsterix {
  color: #ff0000; }


#enlighten-ai-demo .mktoForm .mktoError,
#frost-popup .mktoForm .mktoError,
#details-dig-cx-popup .mktoForm .mktoError,
#leaders-guide-popup .mktoForm .mktoError,
#next-revenue-popup
.mktoForm .mktoError, #form-section .mktoForm .mktoError, #bottom-form .mktoForm .mktoError {
  width: 100%;
  bottom: -20px !important;
  right: 0 !important; }
  @media (min-width: 992px) and (max-width: 1920px) {
    
    #enlighten-ai-demo .mktoForm .mktoError,
    #frost-popup .mktoForm .mktoError,
    #details-dig-cx-popup .mktoForm .mktoError,
    #leaders-guide-popup .mktoForm .mktoError,
    #next-revenue-popup
.mktoForm .mktoError, #form-section .mktoForm .mktoError, #bottom-form .mktoForm .mktoError {
      bottom: -1.04167vw; } }
  
  #enlighten-ai-demo .mktoForm .mktoError .mktoErrorArrowWrap,
  #frost-popup .mktoForm .mktoError .mktoErrorArrowWrap,
  #details-dig-cx-popup .mktoForm .mktoError .mktoErrorArrowWrap,
  #leaders-guide-popup .mktoForm .mktoError .mktoErrorArrowWrap,
  #next-revenue-popup
.mktoForm .mktoError .mktoErrorArrowWrap, #form-section .mktoForm .mktoError .mktoErrorArrowWrap, #bottom-form .mktoForm .mktoError .mktoErrorArrowWrap {
    display: none; }
  
  #enlighten-ai-demo .mktoForm .mktoError .mktoErrorMsg,
  #frost-popup .mktoForm .mktoError .mktoErrorMsg,
  #details-dig-cx-popup .mktoForm .mktoError .mktoErrorMsg,
  #leaders-guide-popup .mktoForm .mktoError .mktoErrorMsg,
  #next-revenue-popup
.mktoForm .mktoError .mktoErrorMsg, #form-section .mktoForm .mktoError .mktoErrorMsg, #bottom-form .mktoForm .mktoError .mktoErrorMsg {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    background: none;
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
    text-align: right;
    text-shadow: none;
    background-image: none;
    font-size: 10px; }
    @media (min-width: 992px) and (max-width: 1920px) {
      
      #enlighten-ai-demo .mktoForm .mktoError .mktoErrorMsg,
      #frost-popup .mktoForm .mktoError .mktoErrorMsg,
      #details-dig-cx-popup .mktoForm .mktoError .mktoErrorMsg,
      #leaders-guide-popup .mktoForm .mktoError .mktoErrorMsg,
      #next-revenue-popup
.mktoForm .mktoError .mktoErrorMsg, #form-section .mktoForm .mktoError .mktoErrorMsg, #bottom-form .mktoForm .mktoError .mktoErrorMsg {
        font-size: 0.52083vw; } }
    
    #enlighten-ai-demo .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail,
    #frost-popup .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail,
    #details-dig-cx-popup .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail,
    #leaders-guide-popup .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail,
    #next-revenue-popup
.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail, #form-section .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail, #bottom-form .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
      display: inline; }


#enlighten-ai-demo .mktoForm .mktoButtonWrap,
#frost-popup .mktoForm .mktoButtonWrap,
#details-dig-cx-popup .mktoForm .mktoButtonWrap,
#leaders-guide-popup .mktoForm .mktoButtonWrap,
#next-revenue-popup
.mktoForm .mktoButtonWrap, #form-section .mktoForm .mktoButtonWrap, #bottom-form .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  display: inline-block;
  background: transparent !important;
  padding: 2px;
  border-radius: 22px;
  text-align: right !important; }


#enlighten-ai-demo .mktoForm .mktoButton,
#frost-popup .mktoForm .mktoButton,
#details-dig-cx-popup .mktoForm .mktoButton,
#leaders-guide-popup .mktoForm .mktoButton,
#next-revenue-popup
.mktoForm .mktoButton, #form-section .mktoForm .mktoButton, #bottom-form .mktoForm .mktoButton {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  color: #000 !important;
  padding: 20px 70px 20px 40px !important;
  background: none !important;
  background-color: #fff !important;
  border-radius: 30px !important;
  box-shadow: none !important;
  line-height: 1;
  border: 0px !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
  text-shadow: none !important;
  font-weight: 500 !important;
  box-shadow: none;
  font-size: 18px !important;
  width: auto !important;
  transition: all .5s ease; }
  @media (min-width: 992px) and (max-width: 1920px) {
    
    #enlighten-ai-demo .mktoForm .mktoButton,
    #frost-popup .mktoForm .mktoButton,
    #details-dig-cx-popup .mktoForm .mktoButton,
    #leaders-guide-popup .mktoForm .mktoButton,
    #next-revenue-popup
.mktoForm .mktoButton, #form-section .mktoForm .mktoButton, #bottom-form .mktoForm .mktoButton {
      padding: 1.04167vw 3.64583vw 1.04167vw 2.08333vw !important;
      font-size: 0.9375vw !important;
      border-radius: 1.5625vw !important; } }
  @media only screen and (max-width: 991px) {
    
    #enlighten-ai-demo .mktoForm .mktoButton,
    #frost-popup .mktoForm .mktoButton,
    #details-dig-cx-popup .mktoForm .mktoButton,
    #leaders-guide-popup .mktoForm .mktoButton,
    #next-revenue-popup
.mktoForm .mktoButton, #form-section .mktoForm .mktoButton, #bottom-form .mktoForm .mktoButton {
      border-radius: 4.6875vw !important;
      padding: 1.5625vw 7.8125vw 1.5625vw 4.6875vw !important;
      font-size: 4.375vw !important; } }
  
  #enlighten-ai-demo .mktoForm .mktoButton:after,
  #frost-popup .mktoForm .mktoButton:after,
  #details-dig-cx-popup .mktoForm .mktoButton:after,
  #leaders-guide-popup .mktoForm .mktoButton:after,
  #next-revenue-popup
.mktoForm .mktoButton:after, #form-section .mktoForm .mktoButton:after, #bottom-form .mktoForm .mktoButton:after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 24px;
    top: 48%;
    transform: translateY(-50%);
    line-height: 38px;
    right: 40px;
    font-size: 30px; }
    @media (min-width: 992px) and (max-width: 1920px) {
      
      #enlighten-ai-demo .mktoForm .mktoButton:after,
      #frost-popup .mktoForm .mktoButton:after,
      #details-dig-cx-popup .mktoForm .mktoButton:after,
      #leaders-guide-popup .mktoForm .mktoButton:after,
      #next-revenue-popup
.mktoForm .mktoButton:after, #form-section .mktoForm .mktoButton:after, #bottom-form .mktoForm .mktoButton:after {
        font-size: 1.5625vw;
        line-height: 1.97917vw;
        right: 2.08333vw; } }
    @media only screen and (max-width: 991px) {
      
      #enlighten-ai-demo .mktoForm .mktoButton:after,
      #frost-popup .mktoForm .mktoButton:after,
      #details-dig-cx-popup .mktoForm .mktoButton:after,
      #leaders-guide-popup .mktoForm .mktoButton:after,
      #next-revenue-popup
.mktoForm .mktoButton:after, #form-section .mktoForm .mktoButton:after, #bottom-form .mktoForm .mktoButton:after {
        font-size: 4.375vw;
        line-height: 8.75vw;
        right: 3.125vw; } }
  
  #enlighten-ai-demo .mktoForm .mktoButton:hover,
  #frost-popup .mktoForm .mktoButton:hover,
  #details-dig-cx-popup .mktoForm .mktoButton:hover,
  #leaders-guide-popup .mktoForm .mktoButton:hover,
  #next-revenue-popup
.mktoForm .mktoButton:hover, #form-section .mktoForm .mktoButton:hover, #bottom-form .mktoForm .mktoButton:hover {
    color: #5e656b !important; }


#enlighten-ai-demo .mktoFormRow,
#frost-popup .mktoFormRow,
#details-dig-cx-popup .mktoFormRow,
#leaders-guide-popup .mktoFormRow,
#next-revenue-popup
.mktoFormRow, #form-section .mktoFormRow, #bottom-form .mktoFormRow {
  width: 50% !important;
  float: left !important;
  clear: none; }
  @media only screen and (min-width: 991px) {
    
    #enlighten-ai-demo .mktoFormRow:nth-child(even),
    #frost-popup .mktoFormRow:nth-child(even),
    #details-dig-cx-popup .mktoFormRow:nth-child(even),
    #leaders-guide-popup .mktoFormRow:nth-child(even),
    #next-revenue-popup
.mktoFormRow:nth-child(even), #form-section .mktoFormRow:nth-child(even), #bottom-form .mktoFormRow:nth-child(even) {
      padding-right: 2%; } }
  @media only screen and (min-width: 991px) {
    
    #enlighten-ai-demo .mktoFormRow:nth-child(odd),
    #frost-popup .mktoFormRow:nth-child(odd),
    #details-dig-cx-popup .mktoFormRow:nth-child(odd),
    #leaders-guide-popup .mktoFormRow:nth-child(odd),
    #next-revenue-popup
.mktoFormRow:nth-child(odd), #form-section .mktoFormRow:nth-child(odd), #bottom-form .mktoFormRow:nth-child(odd) {
      padding-left: 2%; } }
  @media only screen and (max-width: 991px) {
    
    #enlighten-ai-demo .mktoFormRow,
    #frost-popup .mktoFormRow,
    #details-dig-cx-popup .mktoFormRow,
    #leaders-guide-popup .mktoFormRow,
    #next-revenue-popup
.mktoFormRow, #form-section .mktoFormRow, #bottom-form .mktoFormRow {
      width: 100% !important; } }
  
  #enlighten-ai-demo .mktoFormRow.checkbox-label,
  #frost-popup .mktoFormRow.checkbox-label,
  #details-dig-cx-popup .mktoFormRow.checkbox-label,
  #leaders-guide-popup .mktoFormRow.checkbox-label,
  #next-revenue-popup
.mktoFormRow.checkbox-label, #form-section .mktoFormRow.checkbox-label, #bottom-form .mktoFormRow.checkbox-label {
    width: 100% !important; }
    
    #enlighten-ai-demo .mktoFormRow.checkbox-label .mktoFieldWrap,
    #frost-popup .mktoFormRow.checkbox-label .mktoFieldWrap,
    #details-dig-cx-popup .mktoFormRow.checkbox-label .mktoFieldWrap,
    #leaders-guide-popup .mktoFormRow.checkbox-label .mktoFieldWrap,
    #next-revenue-popup
.mktoFormRow.checkbox-label .mktoFieldWrap, #form-section .mktoFormRow.checkbox-label .mktoFieldWrap, #bottom-form .mktoFormRow.checkbox-label .mktoFieldWrap {
      display: flex;
      flex-direction: row-reverse; }
    
    #enlighten-ai-demo .mktoFormRow.checkbox-label .mktoAsterix,
    #frost-popup .mktoFormRow.checkbox-label .mktoAsterix,
    #details-dig-cx-popup .mktoFormRow.checkbox-label .mktoAsterix,
    #leaders-guide-popup .mktoFormRow.checkbox-label .mktoAsterix,
    #next-revenue-popup
.mktoFormRow.checkbox-label .mktoAsterix, #form-section .mktoFormRow.checkbox-label .mktoAsterix, #bottom-form .mktoFormRow.checkbox-label .mktoAsterix {
      margin-left: 0 !important;
      margin-right: 3px; }
    
    #enlighten-ai-demo .mktoFormRow.checkbox-label label,
    #frost-popup .mktoFormRow.checkbox-label label,
    #details-dig-cx-popup .mktoFormRow.checkbox-label label,
    #leaders-guide-popup .mktoFormRow.checkbox-label label,
    #next-revenue-popup
.mktoFormRow.checkbox-label label, #form-section .mktoFormRow.checkbox-label label, #bottom-form .mktoFormRow.checkbox-label label {
      flex-basis: 97%; }
      
      #enlighten-ai-demo .mktoFormRow.checkbox-label label,
      #enlighten-ai-demo .mktoFormRow.checkbox-label label span,
      #enlighten-ai-demo .mktoFormRow.checkbox-label label a,
      #frost-popup .mktoFormRow.checkbox-label label,
      #frost-popup .mktoFormRow.checkbox-label label span,
      #frost-popup .mktoFormRow.checkbox-label label a,
      #details-dig-cx-popup .mktoFormRow.checkbox-label label,
      #details-dig-cx-popup .mktoFormRow.checkbox-label label span,
      #details-dig-cx-popup .mktoFormRow.checkbox-label label a,
      #leaders-guide-popup .mktoFormRow.checkbox-label label,
      #leaders-guide-popup .mktoFormRow.checkbox-label label span,
      #leaders-guide-popup .mktoFormRow.checkbox-label label a,
      #next-revenue-popup
.mktoFormRow.checkbox-label label,
      #next-revenue-popup
.mktoFormRow.checkbox-label label span,
      #next-revenue-popup
.mktoFormRow.checkbox-label label a, #form-section .mktoFormRow.checkbox-label label, #form-section .mktoFormRow.checkbox-label label span, #form-section .mktoFormRow.checkbox-label label a, #bottom-form .mktoFormRow.checkbox-label label, #bottom-form .mktoFormRow.checkbox-label label span, #bottom-form .mktoFormRow.checkbox-label label a {
        color: #fff !important; }
        @media only screen and (min-width: 1921px) {
          
          #enlighten-ai-demo .mktoFormRow.checkbox-label label,
          #enlighten-ai-demo .mktoFormRow.checkbox-label label span,
          #enlighten-ai-demo .mktoFormRow.checkbox-label label a,
          #frost-popup .mktoFormRow.checkbox-label label,
          #frost-popup .mktoFormRow.checkbox-label label span,
          #frost-popup .mktoFormRow.checkbox-label label a,
          #details-dig-cx-popup .mktoFormRow.checkbox-label label,
          #details-dig-cx-popup .mktoFormRow.checkbox-label label span,
          #details-dig-cx-popup .mktoFormRow.checkbox-label label a,
          #leaders-guide-popup .mktoFormRow.checkbox-label label,
          #leaders-guide-popup .mktoFormRow.checkbox-label label span,
          #leaders-guide-popup .mktoFormRow.checkbox-label label a,
          #next-revenue-popup
.mktoFormRow.checkbox-label label,
          #next-revenue-popup
.mktoFormRow.checkbox-label label span,
          #next-revenue-popup
.mktoFormRow.checkbox-label label a, #form-section .mktoFormRow.checkbox-label label, #form-section .mktoFormRow.checkbox-label label span, #form-section .mktoFormRow.checkbox-label label a, #bottom-form .mktoFormRow.checkbox-label label, #bottom-form .mktoFormRow.checkbox-label label span, #bottom-form .mktoFormRow.checkbox-label label a {
            font-size: 14px !important; } }
        @media (min-width: 992px) and (max-width: 1920px) {
          
          #enlighten-ai-demo .mktoFormRow.checkbox-label label,
          #enlighten-ai-demo .mktoFormRow.checkbox-label label span,
          #enlighten-ai-demo .mktoFormRow.checkbox-label label a,
          #frost-popup .mktoFormRow.checkbox-label label,
          #frost-popup .mktoFormRow.checkbox-label label span,
          #frost-popup .mktoFormRow.checkbox-label label a,
          #details-dig-cx-popup .mktoFormRow.checkbox-label label,
          #details-dig-cx-popup .mktoFormRow.checkbox-label label span,
          #details-dig-cx-popup .mktoFormRow.checkbox-label label a,
          #leaders-guide-popup .mktoFormRow.checkbox-label label,
          #leaders-guide-popup .mktoFormRow.checkbox-label label span,
          #leaders-guide-popup .mktoFormRow.checkbox-label label a,
          #next-revenue-popup
.mktoFormRow.checkbox-label label,
          #next-revenue-popup
.mktoFormRow.checkbox-label label span,
          #next-revenue-popup
.mktoFormRow.checkbox-label label a, #form-section .mktoFormRow.checkbox-label label, #form-section .mktoFormRow.checkbox-label label span, #form-section .mktoFormRow.checkbox-label label a, #bottom-form .mktoFormRow.checkbox-label label, #bottom-form .mktoFormRow.checkbox-label label span, #bottom-form .mktoFormRow.checkbox-label label a {
            font-size: 0.72917vw !important; } }
      
      #enlighten-ai-demo .mktoFormRow.checkbox-label label a,
      #frost-popup .mktoFormRow.checkbox-label label a,
      #details-dig-cx-popup .mktoFormRow.checkbox-label label a,
      #leaders-guide-popup .mktoFormRow.checkbox-label label a,
      #next-revenue-popup
.mktoFormRow.checkbox-label label a, #form-section .mktoFormRow.checkbox-label label a, #bottom-form .mktoFormRow.checkbox-label label a {
        text-decoration: underline; }
        
        #enlighten-ai-demo .mktoFormRow.checkbox-label label a:hover,
        #frost-popup .mktoFormRow.checkbox-label label a:hover,
        #details-dig-cx-popup .mktoFormRow.checkbox-label label a:hover,
        #leaders-guide-popup .mktoFormRow.checkbox-label label a:hover,
        #next-revenue-popup
.mktoFormRow.checkbox-label label a:hover, #form-section .mktoFormRow.checkbox-label label a:hover, #bottom-form .mktoFormRow.checkbox-label label a:hover {
          opacity: 0.7; }
    
    #enlighten-ai-demo .mktoFormRow.checkbox-label .mktoCheckboxList,
    #frost-popup .mktoFormRow.checkbox-label .mktoCheckboxList,
    #details-dig-cx-popup .mktoFormRow.checkbox-label .mktoCheckboxList,
    #leaders-guide-popup .mktoFormRow.checkbox-label .mktoCheckboxList,
    #next-revenue-popup
.mktoFormRow.checkbox-label .mktoCheckboxList, #form-section .mktoFormRow.checkbox-label .mktoCheckboxList, #bottom-form .mktoFormRow.checkbox-label .mktoCheckboxList {
      flex-basis: 3%;
      width: 3% !important; }
  
  #enlighten-ai-demo .mktoFormRow .mktoFormCol,
  #frost-popup .mktoFormRow .mktoFormCol,
  #details-dig-cx-popup .mktoFormRow .mktoFormCol,
  #leaders-guide-popup .mktoFormRow .mktoFormCol,
  #next-revenue-popup
.mktoFormRow .mktoFormCol, #form-section .mktoFormRow .mktoFormCol, #bottom-form .mktoFormRow .mktoFormCol {
    width: 100% !important;
    margin-bottom: 20px !important; }
    @media only screen and (max-width: 991px) {
      
      #enlighten-ai-demo .mktoFormRow .mktoFormCol,
      #frost-popup .mktoFormRow .mktoFormCol,
      #details-dig-cx-popup .mktoFormRow .mktoFormCol,
      #leaders-guide-popup .mktoFormRow .mktoFormCol,
      #next-revenue-popup
.mktoFormRow .mktoFormCol, #form-section .mktoFormRow .mktoFormCol, #bottom-form .mktoFormRow .mktoFormCol {
        width: 100% !important;
        float: none !important;
        margin-bottom: 3.125vw !important; } }
    
    #enlighten-ai-demo .mktoFormRow .mktoFormCol .mktoFieldWrap > label,
    #frost-popup .mktoFormRow .mktoFormCol .mktoFieldWrap > label,
    #details-dig-cx-popup .mktoFormRow .mktoFormCol .mktoFieldWrap > label,
    #leaders-guide-popup .mktoFormRow .mktoFormCol .mktoFieldWrap > label,
    #next-revenue-popup
.mktoFormRow .mktoFormCol .mktoFieldWrap > label, #form-section .mktoFormRow .mktoFormCol .mktoFieldWrap > label, #bottom-form .mktoFormRow .mktoFormCol .mktoFieldWrap > label {
      margin-bottom: 5px; }

#enlighten-ai-demo .mktoForm .mktoButtonRow, #frost-popup .mktoForm .mktoButtonRow, #details-dig-cx-popup .mktoForm .mktoButtonRow, #leaders-guide-popup .mktoForm .mktoButtonRow {
  text-align: center !important; }

#enlighten-ai-demo .mktoForm .mktoButtonWrap, #frost-popup .mktoForm .mktoButtonWrap, #details-dig-cx-popup .mktoForm .mktoButtonWrap, #leaders-guide-popup .mktoForm .mktoButtonWrap {
  margin: 0 auto !important; }
