@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-arrow-right:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-linkedin: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; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  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 {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.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; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  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; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.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;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  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 {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  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; }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 */
.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.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; }

.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; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .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 {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

@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: 20px;
  font-weight: 300;
  background-color: #fff;
  color: #fff; }
  @media (min-width: 992px) and (max-width: 1920px) {
    body {
      font-size: 1.04167vw; } }
  @media only screen and (max-width: 991px) {
    body {
      font-size: 3.125vw; } }

.global-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #000; }
  @media only screen and (min-width: 2560px) {
    .global-wrapper {
      max-width: 2560px; } }

.container {
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (min-width: 1400px) {
    .container {
      width: 1280px; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .container {
      width: 1170px; } }
  @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; } }
  @media only screen and (min-width: 1600px) {
    .container-wide {
      width: 80%; } }

b, strong {
  font-weight: 600; }

.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: #23c9ff; }

.pink {
  color: #fa0062; }

.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 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  padding: 8px 54px 8px 35px;
  border-top-right-radius: 17px;
  border-top-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background: linear-gradient(to right, #ff2662 0%, #ff5d2a 100%);
  color: #fff;
  font-size: 21px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 300;
  line-height: 1; }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cta-btn {
      padding: 0.41667vw 2.8125vw 0.41667vw 1.82292vw;
      border-top-right-radius: 0.88542vw;
      border-top-left-radius: 0.88542vw;
      border-bottom-right-radius: 0.88542vw;
      font-size: 1.09375vw; } }
  @media only screen and (max-width: 991px) {
    .cta-btn {
      font-size: 3.4375vw;
      padding: 1.5625vw 9.375vw 1.5625vw 6.25vw;
      border-top-right-radius: 3.75vw;
      border-top-left-radius: 3.75vw;
      border-bottom-right-radius: 3.75vw; } }
  .cta-btn:after {
    content: '';
    position: absolute;
    top: 52%;
    left: auto;
    background-image: url("../images/icons/arrow-right-white.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    transform: translateY(-50%);
    transition: all .5s ease; }
    @media only screen and (min-width: 1921px) {
      .cta-btn:after {
        right: 25px;
        width: 16px;
        height: 11px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .cta-btn:after {
        right: 1.30208vw;
        width: 0.83333vw;
        height: 0.57292vw; } }
    @media only screen and (max-width: 991px) {
      .cta-btn:after {
        right: 4.0625vw;
        width: 3.4375vw;
        height: 2.1875vw; } }
  @media only screen and (min-width: 1921px) {
    .cta-btn:hover:after {
      right: 20px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cta-btn:hover:after {
      right: 1.04167vw; } }

h1, .h1 {
  color: #fff;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 28px; }
  @media only screen and (min-width: 1921px) {
    h1, .h1 {
      margin-bottom: 25px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    h1, .h1 {
      font-size: 1.45833vw;
      margin-bottom: 1.30208vw; } }
  @media only screen and (max-width: 991px) {
    h1, .h1 {
      font-size: 4.375vw;
      margin-bottom: 0.78125vw; } }

h2, .h2 {
  font-size: 43px;
  font-family: 'Be Vietnam Pro', sans-serif;
  line-height: 1.3;
  font-weight: 300;
  color: #fff; }
  @media (min-width: 992px) and (max-width: 1920px) {
    h2, .h2 {
      font-size: 2.23958vw; } }
  @media only screen and (max-width: 991px) {
    h2, .h2 {
      font-size: 5.625vw; } }

h3, .h3 {
  font-size: 20px;
  font-family: 'Be Vietnam Pro', sans-serif;
  line-height: 1.3;
  font-weight: 600;
  color: #fff; }
  @media (min-width: 992px) and (max-width: 1920px) {
    h3, .h3 {
      font-size: 1.04167vw; } }

p {
  font-size: 20px;
  color: #fff; }
  @media (min-width: 992px) and (max-width: 1920px) {
    p {
      font-size: 1.04167vw; } }
  @media only screen and (max-width: 991px) {
    p {
      font-size: 3.125vw; } }

.header {
  position: relative;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 1921px) {
    .header {
      padding-top: 150px; } }
  @media only screen and (min-width: 2200px) {
    .header {
      padding-top: 350px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .header {
      padding-top: 7.8125vw; } }
  @media only screen and (max-width: 991px) {
    .header {
      padding-top: 28.125vw;
      background-image: url("../images/header/header-bg-mob.jpg?v=2");
      background-size: 100%;
      background-position: 0 0; } }
  .header .top-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }
    @media only screen and (min-width: 1921px) {
      .header .top-header {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .header .top-header {
        padding-top: 1.04167vw;
        padding-bottom: 1.04167vw; } }
    @media only screen and (max-width: 991px) {
      .header .top-header {
        padding: 3.125vw 0; } }
    .header .top-header.top-header_fixed {
      position: fixed;
      z-index: 15;
      background-color: rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 991px) {
      .header .top-header .header-logo img {
        max-height: 6.25vw;
        width: auto; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .header .middle-header .title-text {
      max-width: 25.05208vw; } }
  @media only screen and (max-width: 991px) {
    .header .middle-header .title-text {
      max-width: 53.125vw; } }
  @media only screen and (max-width: 991px) {
    .header .middle-header h1 {
      padding-right: 33%; } }
  @media only screen and (min-width: 1921px) {
    .header .middle-header p {
      margin-top: 25px;
      font-size: 30px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .header .middle-header p {
      margin-top: 25px;
      font-size: 1.5625vw; } }
  @media only screen and (max-width: 991px) {
    .header .middle-header p {
      max-width: 46.875vw; } }
  @media only screen and (min-width: 992px) {
    .header .gallery-carousel {
      transform: translateY(50%); } }
  @media only screen and (min-width: 1921px) {
    .header .gallery-carousel {
      margin-top: 60px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .header .gallery-carousel {
      margin-top: 3.125vw; } }

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: 0 auto; }
  @media only screen and (max-width: 991px) {
    .bg-video video {
      width: auto !important;
      height: 100% !important; } }

.footer {
  position: relative;
  width: 100%;
  background-color: #000;
  z-index: 12; }
  @media only screen and (min-width: 1921px) {
    .footer {
      padding: 70px 0 60px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .footer {
      padding: 3.64583vw 0 3.125vw; } }
  @media only screen and (max-width: 991px) {
    .footer {
      padding: 9.375vw 0; } }
  @media only screen and (max-width: 991px) {
    .footer .container > div {
      display: block;
      text-align: center; } }
  @media only screen and (max-width: 991px) {
    .footer .container > div > div {
      align-items: center; } }
  @media only screen and (min-width: 1921px) {
    .footer .socials {
      margin-bottom: 17px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .footer .socials {
      margin-bottom: 0.88542vw; } }
  .footer .socials li {
    transition: all 0.5s ease-out;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .footer .socials li:not(:first-child) {
      margin-left: 10px; }
      @media only screen and (max-width: 900px) {
        .footer .socials li:not(:first-child) {
          margin-left: 4px; } }
    .footer .socials li:hover {
      transform: translateY(-5px); }
    .footer .socials li .fa {
      color: #000;
      font-size: 18px; }
      @media (min-width: 1200px) and (max-width: 1366px) {
        .footer .socials li .fa {
          font-size: 15px; } }
      .footer .socials li .fa.fa-twitter:before, .footer .socials li .fa.fa-youtube:before {
        content: '';
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 25px; }
      .footer .socials li .fa.fa-twitter:before {
        background-image: url("../images/icons/x-twitter.png"); }
      .footer .socials li .fa.fa-youtube:before {
        background-image: url("../images/icons/yt.png");
        width: 30px;
        height: 30px; }
    .footer .socials li a {
      line-height: 0; }
  .footer .links {
    color: #fff; }
    @media only screen and (max-width: 1200px) {
      .footer .links {
        color: #fff; } }
    @media only screen and (max-width: 640px) {
      .footer .links {
        margin-top: 20px;
        padding-top: 0; } }
    .footer .links span {
      font-size: 13px; }
      @media only screen and (max-width: 991px) {
        .footer .links span {
          font-size: 20px; } }
    .footer .links a {
      color: #fff;
      font-size: 15px; }
      @media only screen and (max-width: 991px) {
        .footer .links a {
          color: #fff; } }
      @media only screen and (max-width: 991px) {
        .footer .links a {
          font-size: 20px; } }
      @media only screen and (max-width: 560px) {
        .footer .links a {
          font-size: 14px; } }
      .footer .links a:hover {
        opacity: 0.8; }

@media only screen and (min-width: 992px) {
  .cx-innovation-difference-sections-wrap {
    background-image: url("../images/content/innov-diff-sect-bg.jpg"); } }

.glightbox-container .gprev, .glightbox-container .gnext {
  display: none; }

@media only screen and (max-width: 991px) {
  .content {
    font-size: 3.125vw;
    background-image: url("../images/body-bg-mob.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40.625vw;
    margin-top: -40.625vw; } }

.back-arrow {
  align-items: center;
  position: fixed;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  transition: all 1s ease;
  bottom: 20px; }
  @media only screen and (min-width: 1921px) {
    .back-arrow {
      right: 60px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .back-arrow {
      right: 3.125vw; } }
  .back-arrow_visible {
    opacity: 1;
    visibility: visible; }
  .back-arrow img {
    transition: all 0.6s ease; }
    @media only screen and (min-width: 1921px) {
      .back-arrow img {
        margin-bottom: 10px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .back-arrow img {
        margin-bottom: 0.52083vw; } }
  @media only screen and (min-width: 1921px) {
    .back-arrow:hover img {
      margin-bottom: 15px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .back-arrow:hover img {
      margin-bottom: 0.78125vw; } }
  .back-arrow p {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85); }
    @media only screen and (min-width: 1921px) {
      .back-arrow p {
        font-size: 12px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .back-arrow p {
        font-size: 0.625vw; } }

.cx-innovation {
  position: relative; }
  @media only screen and (min-width: 1921px) {
    .cx-innovation {
      padding-bottom: 160px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cx-innovation {
      padding-bottom: 8.33333vw; } }
  @media only screen and (min-width: 992px) {
    .cx-innovation {
      padding-top: 340px; } }
  @media only screen and (max-width: 991px) {
    .cx-innovation {
      padding-top: 6.25vw; } }
  @media only screen and (min-width: 1921px) {
    .cx-innovation h2 {
      margin-bottom: 20px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cx-innovation h2 {
      margin-bottom: 1.04167vw; } }
  @media only screen and (max-width: 991px) {
    .cx-innovation h2 + p {
      margin-top: 2.1875vw;
      margin-bottom: 6.25vw; } }
  .cx-innovation .innovation-assets {
    position: relative;
    z-index: 11; }
  @media only screen and (max-width: 991px) {
    .cx-innovation .innovation-asset-row {
      align-items: flex-start; } }
  @media only screen and (max-width: 991px) {
    .cx-innovation .innovation-asset-row:first-child {
      margin-bottom: 6.25vw; } }
  @media only screen and (min-width: 992px) {
    .cx-innovation .innovation-asset-row:first-child .innovation-asset:first-child .img-block:after {
      right: 0;
      bottom: 0;
      border-bottom-right-radius: 0;
      background-image: url("../images/content/cx-innovation/asset-bg-1.jpg"); } }
  @media only screen and (min-width: 992px) {
    .cx-innovation .innovation-asset-row:first-child .innovation-asset:first-child.hovered .img-block .form {
      transform: translate(0%, -5%) scale(1.1, 1.1); } }
  @media only screen and (min-width: 992px) {
    .cx-innovation .innovation-asset-row:first-child .innovation-asset:last-child .img-block:after {
      left: 0;
      bottom: 0;
      border-bottom-left-radius: 0;
      background-image: url("../images/content/cx-innovation/asset-bg-2.jpg"); } }
  @media only screen and (min-width: 992px) {
    .cx-innovation .innovation-asset-row:first-child .innovation-asset:last-child.hovered .img-block .form {
      transform: translate(5%, -5%) scale(1.1, 1.1); } }
  @media only screen and (min-width: 992px) {
    .cx-innovation .innovation-asset-row:last-child .innovation-asset:first-child .img-block:after {
      border-top-right-radius: 0;
      background-image: url("../images/content/cx-innovation/asset-bg-4.jpg");
      bottom: 0;
      right: 0; } }
  @media only screen and (min-width: 992px) {
    .cx-innovation .innovation-asset-row:last-child .innovation-asset:first-child.hovered .img-block .form {
      transform: translate(-5%, -5%) scale(1.1, 1.1); } }
  @media only screen and (min-width: 992px) {
    .cx-innovation .innovation-asset-row:last-child .innovation-asset:last-child .img-block:after {
      left: 0;
      bottom: 0;
      border-top-left-radius: 0;
      background-image: url("../images/content/cx-innovation/asset-bg-3.jpg"); } }
  @media only screen and (min-width: 992px) {
    .cx-innovation .innovation-asset-row:last-child .innovation-asset:last-child.hovered .img-block .form {
      transform: translate(5%, -5%) scale(1.1, 1.1); } }
  .cx-innovation .innovation-asset {
    display: flex;
    justify-content: space-between;
    flex-basis: 50%;
    align-items: center; }
    @media only screen and (min-width: 1921px) {
      .cx-innovation .innovation-asset {
        margin-top: 100px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .cx-innovation .innovation-asset {
        margin-top: 5.20833vw; } }
    @media only screen and (min-width: 1921px) {
      .cx-innovation .innovation-asset:first-child {
        padding-right: 15px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .cx-innovation .innovation-asset:first-child {
        padding-right: 0.78125vw; } }
    @media only screen and (max-width: 991px) {
      .cx-innovation .innovation-asset:first-child {
        flex-direction: column-reverse;
        padding-right: 4.6875vw;
        align-items: flex-end; } }
    .cx-innovation .innovation-asset:first-child .text-block {
      text-align: right; }
      @media only screen and (min-width: 1921px) {
        .cx-innovation .innovation-asset:first-child .text-block {
          padding-right: 20px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .cx-innovation .innovation-asset:first-child .text-block {
          padding-right: 1.04167vw; } }
    @media only screen and (min-width: 1921px) {
      .cx-innovation .innovation-asset:last-child {
        padding-left: 15px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .cx-innovation .innovation-asset:last-child {
        padding-left: 0.78125vw; } }
    @media only screen and (max-width: 991px) {
      .cx-innovation .innovation-asset:last-child {
        flex-direction: column;
        padding-left: 4.6875vw;
        align-items: flex-start; } }
    .cx-innovation .innovation-asset:last-child .text-block {
      text-align: left; }
      @media only screen and (min-width: 1921px) {
        .cx-innovation .innovation-asset:last-child .text-block {
          padding-left: 20px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .cx-innovation .innovation-asset:last-child .text-block {
          padding-left: 1.04167vw; } }
    .cx-innovation .innovation-asset .img-block {
      flex-basis: 60%;
      text-align: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      cursor: pointer;
      transition: all 0.7s ease-in; }
      @media only screen and (min-width: 1921px) {
        .cx-innovation .innovation-asset .img-block {
          border-radius: 20px;
          padding-bottom: 23px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .cx-innovation .innovation-asset .img-block {
          border-radius: 1.04167vw;
          padding-bottom: 1.19792vw; } }
      @media only screen and (min-width: 1921px) {
        .cx-innovation .innovation-asset .img-block:after {
          border-radius: 20px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .cx-innovation .innovation-asset .img-block:after {
          border-radius: 1.04167vw; } }
      @media only screen and (min-width: 992px) {
        .cx-innovation .innovation-asset .img-block:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 0;
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: 0 0;
          transition: all 0.3s linear; } }
      .cx-innovation .innovation-asset .img-block img {
        transition: all 0.3s linear;
        position: relative;
        z-index: 1; }
      .cx-innovation .innovation-asset .img-block .text {
        width: auto;
        display: block;
        margin: 0 auto; }
        @media only screen and (min-width: 1921px) {
          .cx-innovation .innovation-asset .img-block .text {
            max-height: 44px;
            margin-top: 25px; } }
        @media (min-width: 992px) and (max-width: 1920px) {
          .cx-innovation .innovation-asset .img-block .text {
            max-height: 2.29167vw;
            margin-top: 1.30208vw; } }
        @media only screen and (max-width: 991px) {
          .cx-innovation .innovation-asset .img-block .text {
            max-height: 7.8125vw;
            width: auto;
            margin-bottom: 3.125vw; } }
      @media only screen and (min-width: 1921px) {
        .cx-innovation .innovation-asset .img-block .form {
          max-width: 169px;
          margin-top: -50px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .cx-innovation .innovation-asset .img-block .form {
          max-width: 8.80208vw;
          margin-top: -2.60417vw; } }
      @media only screen and (max-width: 991px) {
        .cx-innovation .innovation-asset .img-block .form {
          display: none; } }
    .cx-innovation .innovation-asset .text-block {
      color: #fff;
      flex-basis: 40%;
      transition: all 0.7s ease-in; }

.difference .container {
  position: relative; }
  @media only screen and (min-width: 1921px) {
    .difference .container {
      padding-bottom: 80px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .difference .container {
      padding-bottom: 4.16667vw; } }
  @media only screen and (max-width: 991px) {
    .difference .container {
      padding-top: 7.8125vw;
      padding-right: 0; } }

.difference .avatar-img {
  top: auto;
  right: 0;
  z-index: 2; }
  @media only screen and (min-width: 1921px) {
    .difference .avatar-img {
      right: -100px;
      bottom: -200px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .difference .avatar-img {
      right: -5.20833vw;
      max-width: 23.38542vw;
      bottom: -10.83333vw;
      max-width: 24.32292vw; } }
  @media only screen and (max-width: 991px) {
    .difference .avatar-img {
      display: none; } }

@media only screen and (min-width: 1921px) {
  .difference h2 {
    margin-bottom: 50px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .difference h2 {
    margin-bottom: 2.60417vw; } }

@media only screen and (max-width: 991px) {
  .difference h2 {
    margin-bottom: 7.8125vw; } }

@media only screen and (max-width: 991px) {
  .difference-assets {
    flex-direction: column; } }

.difference-asset {
  flex-basis: 50%;
  padding: 2px; }
  @media only screen and (min-width: 1921px) {
    .difference-asset {
      border-radius: 20px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .difference-asset {
      border-radius: 1.04167vw; } }
  @media only screen and (max-width: 991px) {
    .difference-asset {
      background: linear-gradient(to right, #222222 0%, #c24f23 50%, #fa3c4c 100%);
      border-top-left-radius: 4.6875vw;
      border-bottom-left-radius: 4.6875vw;
      padding-right: 0; } }
  @media only screen and (min-width: 1921px) {
    .difference-asset:first-child {
      margin-right: 10px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .difference-asset:first-child {
      margin-right: 0.52083vw; } }
  @media only screen and (min-width: 992px) {
    .difference-asset:first-child {
      background: linear-gradient(to right, #121212 0%, #821735 100%); } }
  @media only screen and (max-width: 991px) {
    .difference-asset:first-child {
      margin-bottom: 4.6875vw; } }
  @media only screen and (min-width: 1921px) {
    .difference-asset:first-child .difference-asset-inner {
      padding-right: 65px;
      padding-left: 130px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .difference-asset:first-child .difference-asset-inner {
      padding-right: 3.38542vw;
      padding-left: 6.77083vw; } }
  @media only screen and (max-width: 991px) {
    .difference-asset:first-child .img-wrap {
      margin-top: -8.75vw; } }
  @media only screen and (min-width: 992px) {
    .difference-asset:first-child .text-wrap {
      text-align: right; } }
  @media only screen and (min-width: 992px) {
    .difference-asset:first-child .difference-asset-inner {
      background: linear-gradient(to right, #010100 0%, #1d1d1d 100%); } }
  @media only screen and (min-width: 1921px) {
    .difference-asset:last-child {
      margin-left: 10px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .difference-asset:last-child {
      margin-left: 0.52083vw; } }
  @media only screen and (min-width: 992px) {
    .difference-asset:last-child {
      background: linear-gradient(to right, #821735 0%, #121212 100%); } }
  @media only screen and (min-width: 1921px) {
    .difference-asset:last-child .difference-asset-inner {
      padding-left: 65px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .difference-asset:last-child .difference-asset-inner {
      padding-left: 3.38542vw; } }
  @media only screen and (min-width: 992px) {
    .difference-asset:last-child .difference-asset-inner {
      flex-direction: column;
      background: linear-gradient(to right, #1d1d1d 0%, #010100 100%); } }
  .difference-asset:last-child .difference-asset-inner .text-wrap {
    display: flex;
    flex-direction: column;
    padding-left: 0; }
    @media only screen and (max-width: 991px) {
      .difference-asset:last-child .difference-asset-inner .text-wrap {
        padding-left: 3.125vw; } }
  .difference-asset-inner {
    height: 100%;
    display: flex; }
    @media only screen and (min-width: 1921px) {
      .difference-asset-inner {
        border-radius: 20px;
        padding-top: 20px;
        padding-bottom: 25px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .difference-asset-inner {
        border-radius: 1.04167vw;
        padding-top: 1.04167vw;
        padding-bottom: 1.30208vw; } }
    @media only screen and (max-width: 991px) {
      .difference-asset-inner {
        padding: 3.125vw 6.25vw 3.125vw 3.125vw;
        background: linear-gradient(to right, #0c0c0c 0%, #171717 100%);
        border-top-left-radius: 4.6875vw;
        border-bottom-left-radius: 4.6875vw; } }
    .difference-asset-inner .img-wrap {
      flex-shrink: 0;
      font-size: 0; }
      @media (min-width: 992px) and (max-width: 1920px) {
        .difference-asset-inner .img-wrap {
          max-width: 8.28125vw; } }
      @media only screen and (max-width: 991px) {
        .difference-asset-inner .img-wrap {
          max-width: 25vw; } }
    @media only screen and (min-width: 1921px) {
      .difference-asset-inner .text-wrap {
        padding-left: 15px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .difference-asset-inner .text-wrap {
        padding-left: 15px; } }
    @media only screen and (max-width: 991px) {
      .difference-asset-inner .text-wrap {
        padding-left: 3.125vw;
        text-align: left; } }
    @media only screen and (min-width: 1921px) {
      .difference-asset-inner .text-wrap h3 {
        margin-top: 10px;
        margin-bottom: 15px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .difference-asset-inner .text-wrap h3 {
        margin-top: 0.52083vw;
        margin-bottom: 0.78125vw; } }
    @media only screen and (max-width: 991px) {
      .difference-asset-inner .text-wrap h3 {
        font-size: 3.125vw;
        margin-bottom: 3.125vw; } }
    @media only screen and (min-width: 1921px) {
      .difference-asset-inner .text-wrap .btn-wrap {
        margin-top: 25px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .difference-asset-inner .text-wrap .btn-wrap {
        margin-top: 1.30208vw; } }
    @media only screen and (max-width: 991px) {
      .difference-asset-inner .text-wrap .btn-wrap {
        margin-top: 3.125vw !important; } }

@media only screen and (min-width: 1921px) {
  .ai-ways {
    padding: 110px 0; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .ai-ways {
    padding: 5.72917vw 0; } }

@media only screen and (max-width: 991px) {
  .ai-ways {
    padding: 9.375vw 0; } }

@media only screen and (min-width: 1921px) {
  .ai-ways h2 {
    margin-bottom: 35px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .ai-ways h2 {
    margin-bottom: 1.82292vw; } }

@media only screen and (max-width: 991px) {
  .ai-ways h2 {
    margin-bottom: 4.6875vw; } }

@media only screen and (min-width: 1921px) {
  .ai-ways h2 + p {
    margin-bottom: 55px;
    font-size: 30px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .ai-ways h2 + p {
    margin-bottom: 2.86458vw;
    font-size: 1.5625vw; } }

@media only screen and (max-width: 991px) {
  .ai-ways h2 + p {
    margin-bottom: 6.25vw; } }

@media only screen and (min-width: 992px) {
  .ai-ways .way-assets {
    justify-content: flex-end; } }

.ai-ways .way-asset {
  cursor: pointer; }
  @media only screen and (min-width: 1921px) {
    .ai-ways .way-asset {
      padding: 40px 15px 15px 15px;
      height: 630px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .ai-ways .way-asset {
      padding: 2.08333vw 0.78125vw 0.78125vw 0.78125vw;
      height: 32.8125vw; } }
  @media only screen and (max-width: 991px) {
    .ai-ways .way-asset {
      padding: 6.25vw 3.125vw 3.125vw 6.25vw;
      width: 100%; } }
  @media only screen and (min-width: 992px) {
    .ai-ways .way-asset {
      flex-basis: 17%;
      width: 17%; } }
  .ai-ways .way-asset:first-child {
    background: linear-gradient(to bottom, #ff2463 0%, #ff5e2a 100%); }
    .ai-ways .way-asset:first-child.opened:before {
      background: linear-gradient(to bottom, #ff2463 0%, #ff5e2a 100%); }
  .ai-ways .way-asset:nth-child(2) {
    background: linear-gradient(-390deg, #ff2463 0%, #7300ff 100%); }
    .ai-ways .way-asset:nth-child(2).opened:before {
      background: linear-gradient(-390deg, #ff2463 0%, #7300ff 100%); }
  .ai-ways .way-asset:nth-child(3) {
    background: linear-gradient(-390deg, #39017d 0%, #3c00ff 100%); }
    .ai-ways .way-asset:nth-child(3).opened:before {
      background: linear-gradient(-390deg, #39017d 0%, #3c00ff 100%); }
  .ai-ways .way-asset:last-child {
    background: linear-gradient(-390deg, #23c9ff 0%, #0006ff 100%); }
    .ai-ways .way-asset:last-child.opened:before {
      background: linear-gradient(-390deg, #23c9ff 0%, #0006ff 100%);
      left: auto;
      right: 0; }
  .ai-ways .way-asset h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Lexend', sans-serif;
    letter-spacing: -1px; }
    @media only screen and (min-width: 1921px) {
      .ai-ways .way-asset h3 {
        margin-bottom: 5px;
        font-size: 26px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .ai-ways .way-asset h3 {
        margin-bottom: 0.26042vw;
        font-size: 1.35417vw; } }
    .ai-ways .way-asset h3 + p {
      line-height: 1.5; }
      .ai-ways .way-asset h3 + p span {
        font-weight: 600; }
      @media only screen and (min-width: 1921px) {
        .ai-ways .way-asset h3 + p + img {
          margin-top: 10px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .ai-ways .way-asset h3 + p + img {
          margin-top: 0.52083vw; } }
      @media only screen and (min-width: 992px) {
        .ai-ways .way-asset h3 + p + img {
          display: block; } }
      @media only screen and (max-width: 991px) {
        .ai-ways .way-asset h3 + p img {
          width: 3.125vw;
          max-width: 16px;
          margin-left: 3.125vw; } }
  .ai-ways .way-asset ul {
    list-style-type: decimal; }
    @media only screen and (min-width: 1921px) {
      .ai-ways .way-asset ul {
        padding-inline-start: 22px;
        margin-top: 20px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .ai-ways .way-asset ul {
        padding-inline-start: 1.14583vw;
        margin-top: 1.04167vw; } }
    @media only screen and (min-width: 992px) {
      .ai-ways .way-asset ul {
        opacity: 0;
        visibility: hidden; } }
    @media only screen and (max-width: 991px) {
      .ai-ways .way-asset ul {
        padding-inline-start: 3.125vw;
        margin-top: 3.125vw;
        display: none; } }
    .ai-ways .way-asset ul li {
      list-style-type: decimal; }
      @media only screen and (min-width: 1921px) {
        .ai-ways .way-asset ul li:not(:last-child) {
          margin-bottom: 28px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .ai-ways .way-asset ul li:not(:last-child) {
          margin-bottom: 1.45833vw; } }
      @media only screen and (max-width: 991px) {
        .ai-ways .way-asset ul li:not(:last-child) {
          margin-bottom: 3.125vw; } }
  .ai-ways .way-asset.opened {
    position: relative;
    background: linear-gradient(-390deg, #363636 0%, #0d0d0d 100%); }
    @media only screen and (min-width: 992px) {
      .ai-ways .way-asset.opened {
        flex-basis: 49%; } }
  @media only screen and (min-width: 992px) and (min-width: 1921px) {
    .ai-ways .way-asset.opened {
      padding: 40px 75px 70px 40px; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1920px) {
    .ai-ways .way-asset.opened {
      padding: 2.08333vw 3.90625vw 3.64583vw 2.08333vw; } }
    .ai-ways .way-asset.opened:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0; }
      @media only screen and (min-width: 992px) {
        .ai-ways .way-asset.opened:before {
          width: 6px;
          height: 100%; } }
      @media only screen and (max-width: 991px) {
        .ai-ways .way-asset.opened:before {
          width: 100%;
          height: 6px; } }
    @media only screen and (min-width: 992px) {
      .ai-ways .way-asset.opened h3 + p span {
        background: #FF5D2B;
        background: linear-gradient(to right, #FF5D2B 0%, #FF2760 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; } }
    .ai-ways .way-asset.opened h3 + p + img {
      display: none; }
    .ai-ways .way-asset.opened h3 + p img {
      display: none; }
    .ai-ways .way-asset.opened ul {
      transition: all ease 0.4s; }
      @media only screen and (min-width: 992px) {
        .ai-ways .way-asset.opened ul {
          visibility: visible;
          opacity: 1;
          transition-delay: 0.4s; } }
      @media only screen and (max-width: 991px) {
        .ai-ways .way-asset.opened ul {
          display: block; } }

.bottom-videos {
  position: relative; }
  @media only screen and (min-width: 1921px) {
    .bottom-videos h2 {
      margin-bottom: 70px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .bottom-videos h2 {
      margin-bottom: 3.64583vw; } }
  @media only screen and (max-width: 991px) {
    .bottom-videos .container {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (min-width: 992px) {
  .experts {
    background-image: url("../images/content/experts/sect-bg.jpg"); } }

@media only screen and (max-width: 991px) {
  .experts {
    padding-bottom: 6.25vw; } }

.experts .container {
  position: relative; }
  @media only screen and (min-width: 1921px) {
    .experts .container {
      padding-top: 340px;
      padding-bottom: 100px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .experts .container {
      padding-top: 17.70833vw;
      padding-bottom: 5.20833vw; } }
  .experts .container > div {
    position: relative;
    z-index: 12; }

@media only screen and (max-width: 991px) {
  .experts h2 {
    margin-bottom: 4.6875vw; } }

.experts .avatar-img {
  position: absolute;
  top: auto;
  left: 0;
  z-index: 1; }
  @media only screen and (min-width: 1921px) {
    .experts .avatar-img {
      bottom: -110px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .experts .avatar-img {
      bottom: -5.72917vw;
      max-width: 19.21875vw; } }
  @media only screen and (min-width: 2001px) {
    .experts .avatar-img {
      width: 450px;
      transform: translateX(-65%); } }
  @media (min-width: 1600px) and (max-width: 2000px) {
    .experts .avatar-img {
      transform: translateX(-45%); } }
  @media only screen and (max-width: 991px) {
    .experts .avatar-img {
      display: none; } }

.experts .sect-title {
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 991px) {
    .experts .sect-title {
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1921px) {
    .experts .sect-title img {
      margin-left: 30px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .experts .sect-title img {
      margin-left: 1.5625vw;
      max-width: 7.86458vw; } }
  @media only screen and (max-width: 991px) {
    .experts .sect-title img {
      max-width: 25vw;
      margin-bottom: 3.125vw; } }

@media only screen and (min-width: 1921px) {
  .experts .expert-assets {
    margin-top: 45px;
    margin-bottom: 120px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .experts .expert-assets {
    margin-top: 2.34375vw;
    margin-bottom: 6.25vw; } }

@media only screen and (max-width: 991px) {
  .experts .expert-assets {
    flex-direction: column;
    margin-bottom: 9.375vw; } }

@media only screen and (max-width: 991px) {
  .experts .expert-assets + h2 br {
    display: none; } }

.experts .expert-asset {
  text-align: center;
  -webkit-box-shadow: 10px 10px 18px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px 3px rgba(0, 0, 0, 0.75);
  cursor: pointer; }
  @media only screen and (min-width: 1921px) {
    .experts .expert-asset {
      width: 320px;
      border-radius: 30px;
      padding: 50px 10px 60px 10px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .experts .expert-asset {
      width: 16.66667vw;
      border-radius: 1.5625vw;
      padding: 2.60417vw 1.04167vw 3.125vw 1.04167vw; } }
  @media only screen and (max-width: 991px) {
    .experts .expert-asset {
      width: 100%;
      border-radius: 4.6875vw;
      border-bottom-right-radius: 0;
      margin-bottom: 3.125vw;
      padding: 4.6875vw 3.125vw 3.125vw 3.125vw; } }
  .experts .expert-asset:first-child {
    background: linear-gradient(135deg, #8a277e 0%, #210083 100%);
    border-bottom-right-radius: 0; }
  .experts .expert-asset:nth-child(2) {
    background: linear-gradient(390deg, #3d0066 0%, #035a62 100%);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    @media only screen and (min-width: 1921px) {
      .experts .expert-asset:nth-child(2) {
        margin: 0 30px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .experts .expert-asset:nth-child(2) {
        margin: 0 1.5625vw; } }
  .experts .expert-asset:last-child {
    background: linear-gradient(420deg, #071117 0%, #448ca4 100%);
    border-bottom-left-radius: 0; }
  .experts .expert-asset h3 {
    font-weight: 300; }
    @media only screen and (min-width: 1921px) {
      .experts .expert-asset h3 {
        margin-bottom: 20px;
        font-size: 30px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .experts .expert-asset h3 {
        font-size: 1.5625vw;
        margin-bottom: 1.04167vw; } }
    @media only screen and (max-width: 991px) {
      .experts .expert-asset h3 {
        margin-bottom: 1.5625vw; } }
    @media only screen and (max-width: 991px) {
      .experts .expert-asset h3 br {
        display: none; } }
    .experts .expert-asset h3 + p {
      font-weight: 600; }
      @media only screen and (max-width: 991px) {
        .experts .expert-asset h3 + p br {
          display: none; } }
  @media only screen and (max-width: 991px) {
    .experts .expert-asset h3, .experts .expert-asset p {
      font-size: 3.125vw; } }
  @media only screen and (min-width: 1921px) {
    .experts .expert-asset .img-wrap {
      margin-top: 55px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .experts .expert-asset .img-wrap {
      margin-top: 2.86458vw; } }
  @media only screen and (max-width: 991px) {
    .experts .expert-asset .img-wrap {
      margin-top: 1.5625vw; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .experts .expert-asset .img-wrap img {
      max-width: 2.91667vw; } }
  @media only screen and (max-width: 991px) {
    .experts .expert-asset .img-wrap img {
      max-width: 6.25vw; } }

@media only screen and (min-width: 1921px) {
  .experts .btn-wrap {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .experts .btn-wrap {
    margin-top: 1.5625vw; } }

@media only screen and (min-width: 992px) {
  #gallery-carousel {
    width: 465px;
    height: 253px;
    margin-top: -100px; } }

.gallery-carousel, .gallery-bottom-carousel {
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 991px) {
    .gallery-carousel, .gallery-bottom-carousel {
      padding: 0 1.5625vw; } }
  .gallery-carousel .descr, .gallery-bottom-carousel .descr {
    display: none; }
  .gallery-carousel .gallery-slide, .gallery-bottom-carousel .gallery-slide {
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .gallery-carousel .gallery-slide, .gallery-bottom-carousel .gallery-slide {
        padding: 9.375vw 0; } }
    .gallery-carousel .gallery-slide img, .gallery-bottom-carousel .gallery-slide img {
      max-width: 100%;
      height: auto; }
    .gallery-carousel .gallery-slide a, .gallery-bottom-carousel .gallery-slide a {
      display: block;
      height: 100%; }
    @media only screen and (max-width: 991px) {
      .gallery-carousel .gallery-slide.slick-current, .gallery-bottom-carousel .gallery-slide.slick-current {
        transform: scale(1.3, 1.3); } }
  .gallery-carousel .slick-prev, .gallery-carousel .slick-next, .gallery-bottom-carousel .slick-prev, .gallery-bottom-carousel .slick-next {
    width: 4.0625vw;
    height: 6.875vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 5; }
    .gallery-carousel .slick-prev:before, .gallery-carousel .slick-next:before, .gallery-bottom-carousel .slick-prev:before, .gallery-bottom-carousel .slick-next:before {
      content: ''; }
  @media only screen and (max-width: 991px) {
    .gallery-carousel .slick-prev, .gallery-bottom-carousel .slick-prev {
      background-image: url("../images/icons/slick-prev.png");
      left: 6.25vw; } }
  @media only screen and (max-width: 991px) {
    .gallery-carousel .slick-next, .gallery-bottom-carousel .slick-next {
      background-image: url("../images/icons/slick-next.png");
      right: 6.25vw; } }
  .gallery-carousel .active-slide, .gallery-carousel .slick-current, .gallery-bottom-carousel .active-slide, .gallery-bottom-carousel .slick-current {
    width: 100%;
    height: 100%; }
    .gallery-carousel .active-slide img, .gallery-carousel .slick-current img, .gallery-bottom-carousel .active-slide img, .gallery-bottom-carousel .slick-current img {
      border: 1px solid #fff; }
    .gallery-carousel .active-slide .play-btn, .gallery-carousel .slick-current .play-btn, .gallery-bottom-carousel .active-slide .play-btn, .gallery-bottom-carousel .slick-current .play-btn {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 77px;
      height: 77px;
      background-image: url("../images/header/slider/play-btn.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 10;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        .gallery-carousel .active-slide .play-btn, .gallery-carousel .slick-current .play-btn, .gallery-bottom-carousel .active-slide .play-btn, .gallery-bottom-carousel .slick-current .play-btn {
          width: 6.25vw;
          height: 6.25vw;
          top: 32%; } }
    .gallery-carousel .active-slide .descr, .gallery-carousel .slick-current .descr, .gallery-bottom-carousel .active-slide .descr, .gallery-bottom-carousel .slick-current .descr {
      display: block;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.34);
      border-bottom-left-radius: 13px;
      border-bottom-right-radius: 13px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-top: none; }
      @media only screen and (min-width: 992px) {
        .gallery-carousel .active-slide .descr, .gallery-carousel .slick-current .descr, .gallery-bottom-carousel .active-slide .descr, .gallery-bottom-carousel .slick-current .descr {
          padding: 18px;
          transform: translateY(100%);
          position: absolute;
          bottom: 0;
          left: 0; } }
      @media only screen and (max-width: 991px) {
        .gallery-carousel .active-slide .descr, .gallery-carousel .slick-current .descr, .gallery-bottom-carousel .active-slide .descr, .gallery-bottom-carousel .slick-current .descr {
          padding: 1.5625vw; } }
      .gallery-carousel .active-slide .descr h3, .gallery-carousel .slick-current .descr h3, .gallery-bottom-carousel .active-slide .descr h3, .gallery-bottom-carousel .slick-current .descr h3 {
        margin-bottom: 10px;
        font-weight: 700;
        color: #fff; }
        @media only screen and (max-width: 991px) {
          .gallery-carousel .active-slide .descr h3, .gallery-carousel .slick-current .descr h3, .gallery-bottom-carousel .active-slide .descr h3, .gallery-bottom-carousel .slick-current .descr h3 {
            font-size: 2.1875vw;
            margin-bottom: 0.625vw; } }
        @media only screen and (max-width: 991px) {
          .gallery-carousel .active-slide .descr h3 + p, .gallery-carousel .slick-current .descr h3 + p, .gallery-bottom-carousel .active-slide .descr h3 + p, .gallery-bottom-carousel .slick-current .descr h3 + p {
            font-size: 2.1875vw; } }

@media only screen and (min-width: 1401px) {
  .gallery-bottom-carousel {
    width: 880px;
    height: 494px;
    margin-bottom: -80px; } }

@media (min-width: 992px) and (max-width: 1400px) {
  .gallery-bottom-carousel {
    width: 400px;
    height: 224px;
    margin-bottom: -50px; } }

@media (min-width: 992px) and (max-width: 1400px) {
  .gallery-bottom-carousel .gallery-slide img {
    width: 400px;
    height: 224px; } }

@media only screen and (max-width: 991px) {
  .gallery-bottom-carousel .gallery-slide img {
    border-radius: 4.6875vw; } }

@media only screen and (max-width: 991px) {
  .gallery-bottom-carousel .slick-prev, .gallery-bottom-carousel .slick-next {
    top: 26%; } }

@media only screen and (max-width: 991px) {
  .gallery-bottom-carousel .slick-prev {
    background-image: url("../images/icons/slick-prev-bl-border.png"); } }

@media only screen and (max-width: 991px) {
  .gallery-bottom-carousel .slick-next {
    background-image: url("../images/icons/slick-next-bl-border.png"); } }

@media only screen and (max-width: 991px) {
  .gallery-bottom-carousel .active-slide, .gallery-bottom-carousel .slick-current {
    transform: scale(2, 2) !important;
    padding: 18.75vw 0; } }

@media only screen and (max-width: 991px) {
  .gallery-bottom-carousel .active-slide .play-btn, .gallery-bottom-carousel .slick-current .play-btn {
    top: 40%; } }

.gallery-bottom-carousel .active-slide img, .gallery-bottom-carousel .active-slide .descr, .gallery-bottom-carousel .slick-current img, .gallery-bottom-carousel .slick-current .descr {
  border: none; }

.gallery-bottom-carousel .active-slide img, .gallery-bottom-carousel .slick-current img {
  border-radius: 1.5625vw; }

.gallery-bottom-carousel .active-slide .descr, .gallery-bottom-carousel .slick-current .descr {
  background-color: transparent; }
  .gallery-bottom-carousel .active-slide .descr h3, .gallery-bottom-carousel .slick-current .descr h3 {
    background: #FF5E2A;
    background: linear-gradient(to right, #FF5E2A 0%, #FF2463 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

@media only screen and (max-width: 991px) {
  .gallery-carousel-descr .descr h3, .gallery-carousel-descr .descr p {
    padding: 0 4.6875vw; } }

@media only screen and (max-width: 991px) {
  .gallery-carousel-descr .descr h3 {
    margin-bottom: 3.125vw; } }

@media only screen and (min-width: 1201px) {
  
  #header-video-1 iframe {
    width: 898px;
    height: 505px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  
  #header-video-1 iframe {
    width: 700px;
    height: 400px; } }


#header-video-1 .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; }


.speak-to-an-expert form.mktoForm,
.dummies-popup form.mktoForm,
.forrester-planning-guide-popup form.mktoForm {
  max-width: none; }


.speak-to-an-expert .jsModal_close,
.dummies-popup .jsModal_close,
.forrester-planning-guide-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) {
    
    .speak-to-an-expert .jsModal_close,
    .dummies-popup .jsModal_close,
    .forrester-planning-guide-popup .jsModal_close {
      top: 0;
      right: 0; } }


.speak-to-an-expert .jsModal_dialog,
.dummies-popup .jsModal_dialog,
.forrester-planning-guide-popup .jsModal_dialog {
  padding: 0; }
  @media only screen and (max-width: 991px) {
    
    .speak-to-an-expert .jsModal_dialog,
    .dummies-popup .jsModal_dialog,
    .forrester-planning-guide-popup .jsModal_dialog {
      height: 100vh;
      margin-top: 0;
      overflow-y: auto;
      background-color: #000; } }
  
  .speak-to-an-expert .jsModal_dialog .jsModal_content,
  .dummies-popup .jsModal_dialog .jsModal_content,
  .forrester-planning-guide-popup .jsModal_dialog .jsModal_content {
    padding: 8px;
    background-color: #000; }
    @media only screen and (max-width: 991px) {
      
      .speak-to-an-expert .jsModal_dialog .jsModal_content,
      .dummies-popup .jsModal_dialog .jsModal_content,
      .forrester-planning-guide-popup .jsModal_dialog .jsModal_content {
        padding: 0 9.375vw;
        background-color: transparent; }
        
        .speak-to-an-expert .jsModal_dialog .jsModal_content p,
        .dummies-popup .jsModal_dialog .jsModal_content p,
        .forrester-planning-guide-popup .jsModal_dialog .jsModal_content p {
          font-size: 4.375vw; } }


.speak-to-an-expert h2 span,
.dummies-popup h2 span,
.forrester-planning-guide-popup h2 span {
  display: inline-block;
  font-family: 'Be Vietnam Pro', sans-serif;
  background: #FF5E2A;
  background: linear-gradient(to right, #FF5E2A 0%, #FF2463 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300; }
  @media only screen and (min-width: 1921px) {
    
    .speak-to-an-expert h2 span,
    .dummies-popup h2 span,
    .forrester-planning-guide-popup h2 span {
      font-size: 40px;
      margin-bottom: 20px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    
    .speak-to-an-expert h2 span,
    .dummies-popup h2 span,
    .forrester-planning-guide-popup h2 span {
      margin-bottom: 1.04167vw;
      font-size: 2.08333vw; } }
  @media only screen and (max-width: 991px) {
    
    .speak-to-an-expert h2 span,
    .dummies-popup h2 span,
    .forrester-planning-guide-popup h2 span {
      font-size: 6.25vw; } }


.speak-to-an-expert h3,
.dummies-popup h3,
.forrester-planning-guide-popup h3 {
  font-weight: 300; }
  @media only screen and (min-width: 1921px) {
    
    .speak-to-an-expert h3,
    .dummies-popup h3,
    .forrester-planning-guide-popup h3 {
      font-size: 30px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    
    .speak-to-an-expert h3,
    .dummies-popup h3,
    .forrester-planning-guide-popup h3 {
      font-size: 1.5625vw; } }


#speak-to-an-expert,
#dummies-popup,
#forrester-planning-guide-popup {
  max-width: 740px;
  padding: 30px 65px 30px 35px; }
  @media (min-width: 992px) and (max-width: 1920px) {
    
    #speak-to-an-expert,
    #dummies-popup,
    #forrester-planning-guide-popup {
      padding: 1.5625vw 2.86458vw 1.5625vw 1.82292vw; } }
  @media (min-width: 992px) and (max-width: 1500px) {
    
    #speak-to-an-expert,
    #dummies-popup,
    #forrester-planning-guide-popup {
      padding: 1.04167vw 1.82292vw 1.04167vw 1.82292vw; } }
  @media only screen and (max-width: 991px) {
    
    #speak-to-an-expert,
    #dummies-popup,
    #forrester-planning-guide-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-right: 8px !important;
    color: #d82a8c !important;
    padding-left: 0 !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;
    display: none !important; }
    .mktoForm .mktoLabel.LblSingle_Opt_In__c, .mktoForm .mktoLabel#LblSingle_Opt_In__c {
      display: block !important;
      width: 100% !important; }
      .mktoForm .mktoLabel.LblSingle_Opt_In__c span, .mktoForm .mktoLabel#LblSingle_Opt_In__c span {
        color: #fff !important;
        width: 100% !important;
        display: block; }
    @media only screen and (max-width: 991px) {
      .mktoForm .mktoLabel {
        font-size: 4.375vw !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: #fff !important;
    opacity: 1; }
  .mktoForm ::-moz-placeholder {
    color: #fff !important;
    opacity: 1; }
  .mktoForm :-moz-placeholder {
    color: #fff !important;
    opacity: 1; }
  .mktoForm :-ms-input-placeholder {
    color: #fff !important;
    opacity: 1; }
  .mktoForm :focus::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1; }
  .mktoForm :focus::-moz-placeholder {
    color: #fff !important;
    opacity: 1; }
  .mktoForm :focus:-moz-placeholder {
    color: #fff !important;
    opacity: 1; }
  .mktoForm :focus:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1; }
  .mktoForm .mktoFormRow input[type="text"],
  .mktoForm .mktoFormRow input[type="email"],
  .mktoForm .mktoFormRow input[type="tel"],
  .mktoForm .mktoFormRow select {
    border: none !important;
    border-bottom: 1px solid #ff0000 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    padding: 8px 15px 8px 0 !important;
    width: 100% !important;
    color: #fff !important;
    opacity: 1;
    min-height: auto !important;
    height: auto !important;
    line-height: 1 !important; }
    @media (min-width: 992px) and (max-width: 1500px) {
      .mktoForm .mktoFormRow input[type="text"],
      .mktoForm .mktoFormRow input[type="email"],
      .mktoForm .mktoFormRow input[type="tel"],
      .mktoForm .mktoFormRow select {
        padding: 0.26042vw 0.78125vw 0.26042vw 0 !important;
        font-size: 0.83333vw !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;
        font-size: 4.6875vw !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: #fff !important;
      outline: none !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 .mktoFormRow input:-webkit-autofill,
  .mktoForm .mktoFormRow input:-webkit-autofill:hover,
  .mktoForm .mktoFormRow input:-webkit-autofill:focus,
  .mktoForm .mktoFormRow input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px black inset !important;
    background-color: #000 !important; }
  .mktoForm .mktoFormRow input:-webkit-autofill {
    -webkit-text-fill-color: #fff !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; }


#speak-to-an-expert .mktoForm:before,
#speak-to-an-expert .mktoForm:after,
#dummies-popup .mktoForm:before,
#dummies-popup .mktoForm:after,
#forrester-planning-guide-popup .mktoForm:before,
#forrester-planning-guide-popup .mktoForm:after {
  display: table;
  clear: both;
  content: ""; }


#speak-to-an-expert .mktoForm .error-wrapper input[type=text],
#speak-to-an-expert .mktoForm .error-wrapper input[type=url],
#speak-to-an-expert .mktoForm .error-wrapper input[type=email],
#speak-to-an-expert .mktoForm .error-wrapper input[type=tel],
#speak-to-an-expert .mktoForm .error-wrapper input[type=number],
#speak-to-an-expert .mktoForm .error-wrapper input[type=date],
#speak-to-an-expert .mktoForm .error-wrapper textarea.mktoField,
#speak-to-an-expert .mktoForm .error-wrapper select.mktoField,
#dummies-popup .mktoForm .error-wrapper input[type=text],
#dummies-popup .mktoForm .error-wrapper input[type=url],
#dummies-popup .mktoForm .error-wrapper input[type=email],
#dummies-popup .mktoForm .error-wrapper input[type=tel],
#dummies-popup .mktoForm .error-wrapper input[type=number],
#dummies-popup .mktoForm .error-wrapper input[type=date],
#dummies-popup .mktoForm .error-wrapper textarea.mktoField,
#dummies-popup .mktoForm .error-wrapper select.mktoField,
#forrester-planning-guide-popup .mktoForm .error-wrapper input[type=text],
#forrester-planning-guide-popup .mktoForm .error-wrapper input[type=url],
#forrester-planning-guide-popup .mktoForm .error-wrapper input[type=email],
#forrester-planning-guide-popup .mktoForm .error-wrapper input[type=tel],
#forrester-planning-guide-popup .mktoForm .error-wrapper input[type=number],
#forrester-planning-guide-popup .mktoForm .error-wrapper input[type=date],
#forrester-planning-guide-popup .mktoForm .error-wrapper textarea.mktoField,
#forrester-planning-guide-popup .mktoForm .error-wrapper select.mktoField {
  border-bottom: 1px solid #ff0000;
  background-color: #f8f8f8; }


#speak-to-an-expert .mktoForm .error-wrapper .mktoLabel .mktoAsterix,
#dummies-popup .mktoForm .error-wrapper .mktoLabel .mktoAsterix,
#forrester-planning-guide-popup .mktoForm .error-wrapper .mktoLabel .mktoAsterix {
  color: #ff0000; }


#speak-to-an-expert .mktoForm .mktoError,
#dummies-popup .mktoForm .mktoError,
#forrester-planning-guide-popup .mktoForm .mktoError {
  width: 100%;
  bottom: -25px !important;
  right: 0 !important; }
  
  #speak-to-an-expert .mktoForm .mktoError .mktoErrorArrowWrap,
  #dummies-popup .mktoForm .mktoError .mktoErrorArrowWrap,
  #forrester-planning-guide-popup .mktoForm .mktoError .mktoErrorArrowWrap {
    display: none; }
  
  #speak-to-an-expert .mktoForm .mktoError .mktoErrorMsg,
  #dummies-popup .mktoForm .mktoError .mktoErrorMsg,
  #forrester-planning-guide-popup .mktoForm .mktoError .mktoErrorMsg {
    width: 100%;
    max-width: 100%;
    padding-right: 7%;
    background: none;
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
    text-align: right;
    text-shadow: none;
    background-image: none;
    font-size: 12px; }
    
    #speak-to-an-expert .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail,
    #dummies-popup .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail,
    #forrester-planning-guide-popup .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
      display: inline; }


#speak-to-an-expert .mktoForm .mktoButtonWrap,
#dummies-popup .mktoForm .mktoButtonWrap,
#forrester-planning-guide-popup .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  display: inline-block;
  background: transparent !important;
  padding: 2px;
  border-radius: 22px;
  text-align: right !important; }


#speak-to-an-expert .mktoForm .mktoButton,
#dummies-popup .mktoForm .mktoButton,
#forrester-planning-guide-popup .mktoForm .mktoButton {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  padding: 8px 54px 8px 35px !important;
  border: none !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 17px !important;
  border-top-left-radius: 17px !important;
  border-bottom-right-radius: 17px !important;
  background: linear-gradient(to right, #ff2662 0%, #ff5d2a 100%) !important;
  color: #fff !important;
  font-size: 21px !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
  font-weight: 300 !important;
  line-height: 1 !important; }
  @media (min-width: 992px) and (max-width: 1920px) {
    
    #speak-to-an-expert .mktoForm .mktoButton,
    #dummies-popup .mktoForm .mktoButton,
    #forrester-planning-guide-popup .mktoForm .mktoButton {
      padding: 0.41667vw 2.8125vw 0.41667vw 1.82292vw !important;
      border-top-right-radius: 0.88542vw !important;
      border-top-left-radius: 0.88542vw !important;
      border-bottom-right-radius: 0.88542vw !important;
      font-size: 1.09375vw !important; } }
  
  #speak-to-an-expert .mktoForm .mktoButton:after,
  #dummies-popup .mktoForm .mktoButton:after,
  #forrester-planning-guide-popup .mktoForm .mktoButton:after {
    content: '';
    position: absolute;
    top: 52%;
    left: auto;
    background-image: url("../images/icons/arrow-right-white.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    transform: translateY(-50%);
    transition: all .5s ease; }
    @media only screen and (min-width: 1921px) {
      
      #speak-to-an-expert .mktoForm .mktoButton:after,
      #dummies-popup .mktoForm .mktoButton:after,
      #forrester-planning-guide-popup .mktoForm .mktoButton:after {
        right: 25px;
        width: 16px;
        height: 11px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      
      #speak-to-an-expert .mktoForm .mktoButton:after,
      #dummies-popup .mktoForm .mktoButton:after,
      #forrester-planning-guide-popup .mktoForm .mktoButton:after {
        right: 1.30208vw;
        width: 0.83333vw;
        height: 0.57292vw; } }
  
  #speak-to-an-expert .mktoForm .mktoButton:hover:after,
  #dummies-popup .mktoForm .mktoButton:hover:after,
  #forrester-planning-guide-popup .mktoForm .mktoButton:hover:after {
    right: 20px; }


#speak-to-an-expert .mktoFormRow,
#dummies-popup .mktoFormRow,
#forrester-planning-guide-popup .mktoFormRow {
  width: 50% !important;
  float: left !important;
  clear: none; }
  @media only screen and (min-width: 991px) {
    
    #speak-to-an-expert .mktoFormRow:nth-child(even),
    #dummies-popup .mktoFormRow:nth-child(even),
    #forrester-planning-guide-popup .mktoFormRow:nth-child(even) {
      padding-right: 2%; } }
  @media only screen and (min-width: 991px) {
    
    #speak-to-an-expert .mktoFormRow:nth-child(odd),
    #dummies-popup .mktoFormRow:nth-child(odd),
    #forrester-planning-guide-popup .mktoFormRow:nth-child(odd) {
      padding-left: 2%; } }
  @media only screen and (max-width: 991px) {
    
    #speak-to-an-expert .mktoFormRow,
    #dummies-popup .mktoFormRow,
    #forrester-planning-guide-popup .mktoFormRow {
      width: 100% !important; } }
  
  #speak-to-an-expert .mktoFormRow.checkbox-label,
  #dummies-popup .mktoFormRow.checkbox-label,
  #forrester-planning-guide-popup .mktoFormRow.checkbox-label {
    width: 3% !important;
    float: left;
    padding-right: 2% !important;
    padding-left: 0 !important; }
    
    #speak-to-an-expert .mktoFormRow.checkbox-label .mktoCheckboxList,
    #dummies-popup .mktoFormRow.checkbox-label .mktoCheckboxList,
    #forrester-planning-guide-popup .mktoFormRow.checkbox-label .mktoCheckboxList {
      padding: 0 !important; }
      
      #speak-to-an-expert .mktoFormRow.checkbox-label .mktoCheckboxList #Single_Opt_In__c,
      #dummies-popup .mktoFormRow.checkbox-label .mktoCheckboxList #Single_Opt_In__c,
      #forrester-planning-guide-popup .mktoFormRow.checkbox-label .mktoCheckboxList #Single_Opt_In__c {
        position: relative;
        z-index: 10; }
  
  #speak-to-an-expert .mktoFormRow.checkbox-text,
  #dummies-popup .mktoFormRow.checkbox-text,
  #forrester-planning-guide-popup .mktoFormRow.checkbox-text {
    float: left; }
    @media only screen and (min-width: 992px) {
      
      #speak-to-an-expert .mktoFormRow.checkbox-text,
      #dummies-popup .mktoFormRow.checkbox-text,
      #forrester-planning-guide-popup .mktoFormRow.checkbox-text {
        width: 97% !important; } }
    @media only screen and (max-width: 991px) {
      
      #speak-to-an-expert .mktoFormRow.checkbox-text,
      #dummies-popup .mktoFormRow.checkbox-text,
      #forrester-planning-guide-popup .mktoFormRow.checkbox-text {
        width: 92% !important;
        margin-left: 5%; } }
    @media only screen and (max-width: 991px) {
      
      #speak-to-an-expert .mktoFormRow.checkbox-text strong,
      #dummies-popup .mktoFormRow.checkbox-text strong,
      #forrester-planning-guide-popup .mktoFormRow.checkbox-text strong {
        display: inline-block; } }
  
  #speak-to-an-expert .mktoFormRow.full,
  #dummies-popup .mktoFormRow.full,
  #forrester-planning-guide-popup .mktoFormRow.full {
    width: 100% !important; }
  
  #speak-to-an-expert .mktoFormRow .mktoFormCol,
  #dummies-popup .mktoFormRow .mktoFormCol,
  #forrester-planning-guide-popup .mktoFormRow .mktoFormCol {
    width: 100% !important;
    margin-bottom: 10px !important; }
    @media (min-width: 992px) and (max-width: 1920px) {
      
      #speak-to-an-expert .mktoFormRow .mktoFormCol,
      #dummies-popup .mktoFormRow .mktoFormCol,
      #forrester-planning-guide-popup .mktoFormRow .mktoFormCol {
        margin-bottom: 0.52083vw !important; } }
    @media only screen and (max-width: 991px) {
      
      #speak-to-an-expert .mktoFormRow .mktoFormCol,
      #dummies-popup .mktoFormRow .mktoFormCol,
      #forrester-planning-guide-popup .mktoFormRow .mktoFormCol {
        width: 100% !important;
        float: none !important;
        margin-bottom: 3.125vw !important; } }
    
    #speak-to-an-expert .mktoFormRow .mktoFormCol .mktoFieldWrap > label,
    #dummies-popup .mktoFormRow .mktoFormCol .mktoFieldWrap > label,
    #forrester-planning-guide-popup .mktoFormRow .mktoFormCol .mktoFieldWrap > label {
      margin-bottom: 5px; }

#speak-to-an-expert .mktoForm fieldset, #forrester-planning-guide-popup .mktoForm fieldset, #dummies-popup .mktoForm fieldset {
  border: none !important;
  padding: 0 !important; }
  #speak-to-an-expert .mktoForm fieldset legend, #forrester-planning-guide-popup .mktoForm fieldset legend, #dummies-popup .mktoForm fieldset legend {
    margin: 0;
    padding: 0; }

#speak-to-an-expert .mktoForm .mktoFormRow, #forrester-planning-guide-popup .mktoForm .mktoFormRow, #dummies-popup .mktoForm .mktoFormRow {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  #speak-to-an-expert .mktoForm .mktoFormRow.full, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full, #dummies-popup .mktoForm .mktoFormRow.full {
    padding-left: 0 !important; }
    #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoFieldWrap, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoFieldWrap, #dummies-popup .mktoForm .mktoFormRow.full .mktoFieldWrap {
      display: flex;
      flex-direction: row-reverse; }
    #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel {
      width: 97% !important;
      display: flex !important; }
      #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel, #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel > span, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel > span, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel > span {
        line-height: 1.3 !important; }
        #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel strong, #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel > span strong, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel strong, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel > span strong, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel strong, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel > span strong {
          padding: 0; }
        @media only screen and (min-width: 1921px) {
          #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel, #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel > span, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel > span, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel > span {
            font-size: 15px !important; } }
        @media (min-width: 992px) and (max-width: 1920px) {
          #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel, #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel > span, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel > span, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel > span {
            font-size: 0.78125vw; } }
        @media only screen and (max-width: 991px) {
          #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel, #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoLabel > span, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoLabel > span, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel, #dummies-popup .mktoForm .mktoFormRow.full .mktoLabel > span {
            font-size: 3.75vw; } }
    #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoCheckboxList, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoCheckboxList, #dummies-popup .mktoForm .mktoFormRow.full .mktoCheckboxList {
      width: 3% !important; }
      @media only screen and (max-width: 991px) {
        #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoCheckboxList, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoCheckboxList, #dummies-popup .mktoForm .mktoFormRow.full .mktoCheckboxList {
          width: 20px !important; } }
      #speak-to-an-expert .mktoForm .mktoFormRow.full .mktoCheckboxList #Single_Opt_In__c, #forrester-planning-guide-popup .mktoForm .mktoFormRow.full .mktoCheckboxList #Single_Opt_In__c, #dummies-popup .mktoForm .mktoFormRow.full .mktoCheckboxList #Single_Opt_In__c {
        position: relative;
        z-index: 10; }
