/*
	Home Videos
 */
.home-videos {
  margin-top: 72px;
  background-image: url("../../images/home/video-bg.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 130px;
  margin-bottom: -70px; }

.home-videos__grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1.9fr 2.8fr 1.6fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  .home-videos__grid--col-0 {
    display: inline-grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr; }
    .home-videos__grid--col-0 a:last-of-type {
      grid-column-start: 1;
      grid-column-end: 3; }
      .home-videos__grid--col-0 a:last-of-type img {
        -webkit-transform-origin: 55% 15%;
            -ms-transform-origin: 55% 15%;
                transform-origin: 55% 15%;
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3); }
  .home-videos__grid--col-1 {
    display: inline-grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr; }
    .home-videos__grid--col-1 a:first-of-type, .home-videos__grid--col-1 div {
      grid-column-start: 1;
      grid-column-end: 4; }
    .home-videos__grid--col-1 a:last-of-type {
      grid-column-start: 1;
      grid-column-end: 3;
      max-height: 180px; }
      .home-videos__grid--col-1 a:last-of-type img {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
        -webkit-transform-origin: 22% 0;
            -ms-transform-origin: 22% 0;
                transform-origin: 22% 0; }
  .home-videos__grid--col-2 {
    display: inline-grid;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: 1fr;
    margin-top: 13px;
    align-self: baseline; }
    .home-videos__grid--col-2 a {
      max-height: 225px; }
      .home-videos__grid--col-2 a:first-of-type {
        max-height: 153px;
        max-width: 75%; }
        .home-videos__grid--col-2 a:first-of-type img {
          -webkit-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
                  transform-origin: 0 0; }

.home-videos__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 5; }
  .home-videos__video:before {
    content: '';
    z-index: 3;
    position: absolute; }
  .home-videos__video:after {
    content: '';
    z-index: 3;
    position: absolute;
    background-size: contain;
    width: 42px;
    height: 42px;
    bottom: 15px;
    left: 15px;
    background-repeat: no-repeat;
    background-image: url("../../images/home/play.svg"); }
  .home-videos__video div.home-videos__text {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    padding: 2% 0 2% 15px;
    background: -webkit-gradient(linear, left top, right top, color-stop(72%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 72%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .home-videos__video div.home-videos__text h3 {
      margin-bottom: 0;
      color: #1f65c8;
      font-size: 17px;
      line-height: 1.15; }
    .home-videos__video div.home-videos__text p {
      line-height: 1.15;
      margin-bottom: 0;
      color: #58cb60;
      font-size: 16px; }
  .home-videos__video .home-videos__overlay {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(42, 70, 110, 0.4);
    z-index: 2;
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .home-videos__video img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: 70% 0;
        -ms-transform-origin: 70% 0;
            transform-origin: 70% 0; }
  .home-videos__video:hover .home-videos__overlay {
    opacity: 0; }
  .home-videos__video:hover:after {
    background: url("../../images/home/play-hover.svg") center no-repeat;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .home-videos__video:hover img {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }

.home-videos__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .home-videos__wrapper h2 {
    color: #fff;
    text-align: right;
    font-weight: 800;
    max-width: 380px;
    line-height: 1.2;
    margin-bottom: 0;
    position: relative; }
    .home-videos__wrapper h2:before {
      content: '';
      width: 200px;
      height: 210px;
      background: url("../../images/home/title-lines.svg") center no-repeat;
      opacity: .7;
      background-size: contain;
      position: absolute;
      top: -28%;
      left: -18%; }
  .home-videos__wrapper h3 {
    text-align: right;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    z-index: 3;
    color: #2a466e;
    margin-bottom: 7px;
    text-transform: lowercase;
    letter-spacing: 0.5px; }

.home-videos .home-videos__slider, .mobi-clients .mobi-clients__grid, .mobi-events .mobi-events__grid {
  width: 100%;
  /* the parent */ }
  .home-videos .home-videos__slider .slick-list, .mobi-clients .mobi-clients__grid .slick-list, .mobi-events .mobi-events__grid .slick-list {
    margin: 0 -10px; }
  .home-videos .home-videos__slider .slick-arrow, .mobi-clients .mobi-clients__grid .slick-arrow, .mobi-events .mobi-events__grid .slick-arrow {
    border: none;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url("../../images/home/videos-arrow.svg");
            mask-image: url("../../images/home/videos-arrow.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #2a466e; }
    .home-videos .home-videos__slider .slick-arrow.slick-disabled, .mobi-clients .mobi-clients__grid .slick-arrow.slick-disabled, .mobi-events .mobi-events__grid .slick-arrow.slick-disabled {
      opacity: 0.7; }
    .home-videos .home-videos__slider .slick-arrow:hover, .mobi-clients .mobi-clients__grid .slick-arrow:hover, .mobi-events .mobi-events__grid .slick-arrow:hover {
      background-color: #58CB60; }
    .home-videos .home-videos__slider .slick-arrow:before, .mobi-clients .mobi-clients__grid .slick-arrow:before, .mobi-events .mobi-events__grid .slick-arrow:before {
      content: none; }
  .home-videos .home-videos__slider .slick-next, .mobi-clients .mobi-clients__grid .slick-next, .mobi-events .mobi-events__grid .slick-next {
    position: absolute;
    right: 25px;
    bottom: -45px;
    top: auto;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .home-videos .home-videos__slider .slick-prev, .mobi-clients .mobi-clients__grid .slick-prev, .mobi-events .mobi-events__grid .slick-prev {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: -45px;
    top: auto;
    right: 90px;
    left: auto; }

/* the slides */
.slick-slide {
  margin: 0 10px; }

.mobi-events__slick-slide-margin .slick-list .slick-slide {
  margin: 0 30px; }

.home-videos .home-videos__slider {
  display: none; }

.home-videos__container {
  position: relative; }

.home-videos__stats {
  position: absolute;
  z-index: 1;
  left: 55%;
  bottom: 25px;
  width: 50%;
  -webkit-transform: translate3d(-47%, 0, 0);
          transform: translate3d(-47%, 0, 0);
  opacity: 0; }

.home-videos__stats.statusInLeft {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  -webkit-transition-duration: 2s;
          transition-duration: 2s; }

.home-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 120px 20px 70px;
  background: url("../../images/home/home-stats--bg.svg") no-repeat center center/cover; }

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

.home-stats__number {
  color: #2a466e;
  min-width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 53px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px; }

.home-stats__subtitle {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a466e; }

@media screen and (min-width: 992px) {
  .home-videos.count_videos-5 {
    background-image: url("../../images/home/video-bg-5.svg");
    margin-bottom: 0;
    padding: 60px 0 40px; }
  .home-videos__stats.count_videos-5 {
    bottom: 14px;
    left: 28%;
    width: 70%;
    -webkit-backdrop-filter: blur(29px);
            backdrop-filter: blur(29px);
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, rgba(255, 255, 255, 0))), url("../../images/home/home-stats--bg.svg") no-repeat center center/cover;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 50%), url("../../images/home/home-stats--bg.svg") no-repeat center center/cover; }
    .home-videos__stats.count_videos-5 .home-stats {
      background: none;
      padding: 45px 250px 25px 62px;
      max-width: 1080px; }
    .home-videos__stats.count_videos-5 .home-stats__number {
      font-size: 38px;
      font-weight: 700; }
  .home-videos__grid.count_videos-5 {
    grid-gap: 10px; }
    .home-videos__grid.count_videos-5 .home-videos__wrapper h2 {
      font-size: 48px; }
      .home-videos__grid.count_videos-5 .home-videos__wrapper h2::before {
        display: none; }
    .home-videos__grid.count_videos-5 .home-videos__wrapper h3 {
      color: #fff;
      font-size: 29px;
      white-space: nowrap; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:last-of-type {
      grid-column-start: 1;
      grid-column-end: 7; }
      .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:last-of-type .home-videos__text h3 {
        font-size: 16px; }
      .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:last-of-type .home-videos__text p {
        font-size: 14px; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:first-of-type {
      grid-column-start: 2;
      grid-column-end: 7; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-1 a:last-of-type {
      grid-column-start: 1;
      grid-column-end: 4;
      max-height: none; }
    .home-videos__grid.count_videos-5 .home-videos__video {
      position: relative; }
      .home-videos__grid.count_videos-5 .home-videos__video:before {
        content: "";
        border: 4px solid white;
        width: 100%;
        height: 100%;
        z-index: 1; }
    .home-videos__grid.count_videos-5 .home-videos__video:hover .home-videos__text {
      opacity: 1;
      z-index: 5; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-2 a {
      max-height: none;
      max-width: none;
      width: 100%; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:first-of-type .home-videos__text h3,
    .home-videos__grid.count_videos-5 .home-videos__grid--col-2 a .home-videos__text h3 {
      font-size: 15px; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:first-of-type .home-videos__text p,
    .home-videos__grid.count_videos-5 .home-videos__grid--col-2 a .home-videos__text p {
      font-size: 13px; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-0 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      gap: 10px; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-1 {
      margin-bottom: 155px;
      gap: 10px; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-2 {
      gap: 10px;
      -ms-flex-item-align: end;
          align-self: end;
      margin-bottom: 155px; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-1 div {
      padding-right: 15px; } }

.home-videos {
  background-size: cover; }

.home-stats__number {
  font-size: 42px; }

.home-videos__grid--col-2 {
  margin-top: -8px; }

.home-stats {
  padding: 30px 110px 5px 60px; }

.home-videos__stats {
  bottom: 30px; }

.home-videos__wrapper h3 {
  font-size: 22px; }

.home-videos__wrapper h2 {
  font-size: 38px; }
  .home-videos__wrapper h2:before {
    width: 179px;
    height: 170px;
    background: url("../../images/home/title-lines.svg") no-repeat center center/cover;
    opacity: 0.5;
    top: -29%;
    left: 5%; }

.home-stats__subtitle {
  font-size: 14px;
  white-space: nowrap; }

.home-videos .home-videos__container {
  padding: 0 30px;
  max-width: 1506px; }

@media screen and (min-width: 1750px) {
  .home-videos.count_videos-5 {
    padding: 100px 0 40px; } }

@media screen and (min-width: 1500px) {
  .home-videos {
    background-size: contain; } }

@media screen and (max-width: 1750px) {
  .home-videos:not(.count_videos-5) {
    background-size: 120%;
    background-position: center; } }

@media screen and (min-width: 1446px) {
  .home-videos .home-videos__container {
    max-width: 1446px; } }

@media screen and (max-width: 991.98px) {
  .home-videos .home-videos__slider .slick-arrow:hover, .mobi-clients .mobi-clients__grid .slick-arrow:hover, .mobi-events .mobi-events__grid .slick-arrow:hover {
    background-color: #2a466e; }
  .home-videos .home-videos__slider .slick-arrow.js-hover, .mobi-clients .mobi-clients__grid .slick-arrow.js-hover, .mobi-events .mobi-events__grid .slick-arrow.js-hover {
    background-color: #58CB60; }
  .home-videos__container.container {
    max-width: 555px; }
  div.home-videos__wrapper h2:before {
    width: 173px;
    height: 165px;
    top: -5%;
    left: -11%; }
  .home-videos {
    margin-bottom: 0; }
  .home-stats {
    display: none; }
  .home-videos__grid {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .home-videos__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-left: 23%;
    padding-bottom: 25px; }
  .home-videos__grid--col-0,
  .home-videos__grid--col-2 {
    display: none; }
  .home-videos {
    background: url("../../images/home/video-bg--tab.svg") no-repeat center center/cover;
    padding-bottom: 110px;
    position: relative; }
    .home-videos:after {
      z-index: 0; }
  .home-videos.count_videos-5 {
    background: url("../../images/home/video-bg--tab-5.svg") no-repeat center center/cover; }
    .home-videos.count_videos-5 .home-videos__wrapper h2::before {
      display: none; }
    .home-videos.count_videos-5 .home-videos__wrapper h3 {
      color: #fff; }
    .home-videos.count_videos-5 .home-videos__video.slick-active .home-videos__text {
      opacity: 1;
      z-index: 5; }
    .home-videos.count_videos-5 .home-videos__text {
      height: 45px;
      padding: 0 0 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
  .home-videos__video img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .home-videos__grid .home-videos__video {
    display: none; }
  .home-videos__wrapper h2 {
    font-size: 47px; }
  .home-videos__wrapper h3 {
    font-size: 19px; }
  .home-videos .home-videos__slider {
    display: block;
    margin-top: 50px; }
  .home-videos__video.slick-active .home-videos__overlay, .home-videos__video.slick-active:hover .home-videos__overlay {
    opacity: 0; }
  .home-videos__video:hover .home-videos__overlay {
    opacity: 1; }
  .home-videos__video:after {
    background: url("../../images/home/play-tablet.svg") center no-repeat;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .home-videos__video:hover:after {
    background: url("../../images/home/play-tablet.svg") center no-repeat;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .home-videos__video div.home-videos__text p {
    font-size: 15px; } }

@media screen and (max-width: 767px) {
  div.home-videos__wrapper h2 {
    font-size: 46px; }
    div.home-videos__wrapper h2:before {
      width: 156px;
      top: -8%;
      left: -5%; }
  div.home-videos__wrapper h3 {
    font-size: 19px; } }

@media screen and (max-width: 700px) {
  .home-videos__wrapper {
    padding-bottom: 50px; } }

@media screen and (max-width: 640px) {
  .home-videos {
    padding: 35px 0 142px;
    padding-bottom: 55px;
    background: url("../../images/home/video-bg--mob.svg") no-repeat center center/cover; }
  .home-videos.count_videos-5 {
    background: url("../../images/home/video-bg--mob-5.svg") no-repeat center center/cover; }
    .home-videos.count_videos-5 div.home-videos__wrapper {
      margin: 0 0 0 30px; }
      .home-videos.count_videos-5 div.home-videos__wrapper h3 {
        max-width: 280px;
        text-align: left;
        font-weight: 600; }
  div.home-videos__wrapper {
    max-width: 85%;
    margin: auto;
    padding-left: initial; }
    div.home-videos__wrapper h2 {
      max-width: 300px;
      margin-left: auto;
      font-size: 38px; }
      div.home-videos__wrapper h2:before {
        content: none; }
    div.home-videos__wrapper h3 {
      color: #fff;
      max-width: 60%;
      opacity: .9;
      font-size: 18px;
      margin-left: auto; }
  .home-videos .home-videos__slider {
    margin-top: 25px;
    margin-bottom: 35px; }
  .home-videos .home-videos__slider .slick-prev, .home-videos .home-videos__slider .slick-next {
    bottom: -75px;
    width: 18px;
    height: 18px;
    -webkit-mask-size: contain;
            mask-size: contain; }
  .home-videos .home-videos__slider .slick-prev {
    right: 100px; }
  .home-videos .home-videos__slider .slick-next {
    right: 35px; }
  .home-videos__video:after {
    background: url("../../images/home/play-mobile.svg") center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px; }
  .home-videos__video:hover:after {
    background: url("../../images/home/play-mobile.svg") center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px; }
  .slick-slide {
    margin: 0 8px; }
  .home-videos__wrapper {
    padding-bottom: 25px; } }

@media screen and (max-height: 470px) {
  .home-videos {
    margin-top: 60px; } }

@media screen and (max-width: 400px) {
  div.home-videos__wrapper h2 {
    font-size: 33px; }
  div.home-videos__wrapper h3 {
    max-width: 80%; }
  .home-videos.count_videos-5 div.home-videos__wrapper h3 {
    max-width: 246px;
    font-size: 16px; } }

/*
	Mobi Tabs
 */
.mobi-tabs {
  padding: 110px 0;
  position: relative; }

.mobi-tabs .fade:not(.show) {
  z-index: -1; }

.mobi-tabs__title {
  margin-bottom: 0; }

.mobi-tabs__title, .mobi-title {
  text-align: center;
  font-size: var(--h1-font-size);
  font-weight: 800;
  color: #2a466e; }

div.mobi-tabs__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 24%;
  padding-right: 12%;
  height: 50%;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear; }
  div.mobi-tabs__tab h3 {
    margin-bottom: 10px;
    color: #43b7ff;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
    div.mobi-tabs__tab h3:after {
      content: '';
      width: 53px;
      min-width: 53px;
      opacity: 1;
      display: block;
      height: 53px;
      background: url("../../images/chevron.svg") no-repeat center center/cover;
      -webkit-transform: rotate(-90deg) scale(1.1);
          -ms-transform: rotate(-90deg) scale(1.1);
              transform: rotate(-90deg) scale(1.1); }
  div.mobi-tabs__tab p {
    color: #2a466e;
    font-size: 18px;
    line-height: 1.5em; }

div.mobi-tabs__nav {
  background-size: contain; }

@media screen and (min-width: 1800px) {
  div.mobi-tabs__nav {
    width: 62%; } }

@media screen and (min-width: 1700px) {
  .mobi-tabs__tabs .mobi-tabs__nav {
    padding-left: 16%;
    padding-right: 40px; }
  .mobi-tabs__tabs .mobi-tabs__link {
    font-size: 35px; } }

@media screen and (min-width: 992px) {
  .mobi-tabs {
    padding: 110px 0; }
  .mobi-tabs__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mobi-tabs__title {
    margin-bottom: 20px; }
  .mobi-tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 65%;
    padding: 90px 40px 110px 13%;
    background: url("../../images/home/tabs-bg.svg") no-repeat bottom center/100%; }
    .mobi-tabs__nav:not(.active) {
      position: relative; }
      .mobi-tabs__nav:not(.active):after {
        content: '';
        width: 9vw;
        height: 9vw;
        background: url("../../images/home/tabs-lines.svg") no-repeat top center/contain;
        position: absolute;
        opacity: .85;
        bottom: 3.5%;
        right: 28%; }
  .mobi-tabs__content {
    width: 35%;
    position: relative; }
  .mobi-tabs__link {
    min-height: 55px;
    font-size: 40px;
    color: #2a466e;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.4;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mobi-tabs__link:first-of-type {
      margin-top: 5px; }
    .mobi-tabs__link:after {
      content: '';
      width: 53px;
      min-width: 53px;
      opacity: 0;
      display: block;
      height: 53px;
      background: url("../../images/chevron.svg") no-repeat center center/cover;
      -webkit-transform: rotate(-90deg) scale(1.1);
          -ms-transform: rotate(-90deg) scale(1.1);
              transform: rotate(-90deg) scale(1.1);
      -webkit-transition: 0.3s opacity;
      transition: 0.3s opacity; }
    .mobi-tabs__link:hover, .mobi-tabs__link.active {
      color: #43b7ff;
      text-decoration: none; }
      .mobi-tabs__link:hover:after, .mobi-tabs__link.active:after {
        opacity: 1; }
  .mobi-tabs__tab {
    position: absolute;
    padding-left: 120px;
    padding-right: 100px;
    left: -38%;
    z-index: 5;
    width: 120%;
    top: 23%; }
    .mobi-tabs__tab h3 {
      font-size: 42px;
      font-weight: 400;
      color: #2a466e;
      line-height: 1.2;
      width: 125%;
      margin-bottom: 13px; }
    .mobi-tabs__tab p {
      font-size: 20px; }
    .mobi-tabs__tab a {
      font-size: 0;
      letter-spacing: 0.5px;
      font-weight: 800;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #43b7ff;
      text-transform: uppercase;
      position: absolute;
      width: 85%;
      height: 100%;
      left: 9%;
      top: 0;
      pointer-events: all;
      cursor: pointer; }
      .mobi-tabs__tab a p {
        display: none; }
      .mobi-tabs__tab a:after {
        content: '';
        width: 8vw;
        height: 8vw;
        background: url("../../images/home/tabs-lines.svg") no-repeat top center/contain;
        position: absolute;
        top: -6%;
        left: -11%;
        -webkit-transform: rotate(2deg);
            -ms-transform: rotate(2deg);
                transform: rotate(2deg); }
      .mobi-tabs__tab a:before {
        content: '';
        position: absolute;
        height: 100%;
        z-index: -1;
        width: 120%;
        left: -9%;
        top: 0;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%232A466EFF' stroke-width='2' stroke-dasharray='7%2c 7' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e");
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        pointer-events: all; }
      .mobi-tabs__tab a:hover, .mobi-tabs__tab a:focus {
        color: #58cb60;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none; }
        .mobi-tabs__tab a:hover:after, .mobi-tabs__tab a:focus:after {
          opacity: 1; }
  .mobi-tabs__link-0 {
    margin-left: 130px; }
  .mobi-tabs__link-1 {
    margin-left: 103px; }
  .mobi-tabs__link-2 {
    margin-left: 76px; }
  .mobi-tabs__link-3 {
    margin-left: 49px; }
  .mobi-tabs__link-4 {
    margin-left: 22px; }
  .mobi-tabs__link-5 {
    margin-left: -5px; }
  .mobi-tabs__link-6 {
    margin-left: -32px; }
  .mobi-tabs__link-7 {
    margin-left: -59px; }
  .mobi-tabs__link-8 {
    margin-left: -86px; }
  .mobi-tabs__link-9 {
    margin-left: -113px; }
  .mobi-tabs__link-10 {
    margin-left: -140px; }
  .mobi-tabs .ticker-wrap {
    width: 75%;
    position: absolute;
    right: -5px;
    bottom: 115px;
    z-index: -1;
    -webkit-clip-path: polygon(4.7% 0, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(4.7% 0, 100% 0%, 100% 100%, 0 100%); } }

@media screen and (min-width: 992px) {
  .mobi-tabs__link {
    font-size: 2.2vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .mobi-tabs__tab:after {
    left: -3%; }
  .mobi-tabs__tab {
    padding-left: 17%;
    padding-right: 10%; }
  .mobi-tabs__tab {
    max-width: 685px;
    left: -35%; } }

@media screen and (max-width: 1600px) {
  .mobi-tabs__tab a:after {
    top: -5%;
    left: -8%; } }

@media screen and (max-width: 1500px) and (min-width: 992px) {
  .home-videos__grid.count_videos-5 .home-videos__wrapper h3 {
    font-size: 28px; } }

@media screen and (max-width: 1400px) {
  .mobi-tabs__tab h3 {
    font-size: 22px;
    margin-bottom: 0; }
  .mobi-tabs__tab p {
    font-size: 13px; }
  .mobi-tabs__tab:after {
    top: -10%; }
  .mobi-tabs__nav {
    padding: 90px 40px 75px 11%; }
  .mobi-tabs__tab {
    padding-right: 24px;
    padding-left: 105px; }
  .mobi-tabs__nav:not(.active):after {
    right: 22%; }
  div.mobi-tabs__tab p {
    font-size: 15px; } }

@media screen and (max-width: 1400px) and (min-width: 992px) {
  .home-videos__grid.count_videos-5 .home-videos__wrapper h3 {
    font-size: 26px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:last-of-type .home-videos__text h3 {
    font-size: 14px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:last-of-type .home-videos__text p {
    font-size: 12px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-1 a .home-videos__text h3 {
    font-size: 15px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-1 a .home-videos__text p {
    font-size: 13px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-2 a .home-videos__text h3,
  .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:first-of-type .home-videos__text h3 {
    font-size: 13px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-2 a .home-videos__text p,
  .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:first-of-type .home-videos__text p {
    font-size: 11px; }
  .mobi-tabs__tab:after {
    left: 0;
    top: -5%; } }

@media screen and (min-width: 1300px) {
  .mobi-tabs__tab h3 {
    font-size: 28px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-1 div {
    margin-bottom: 10px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-1 div.home-videos__text {
    margin-bottom: 0; } }

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .home-videos__grid.count_videos-5 .home-videos__wrapper h3 {
    font-size: 24px; }
  .home-videos__grid.count_videos-5 .home-videos__wrapper h2 {
    font-size: 43px; }
  .mobi-tabs__nav {
    padding: 60px 40px 45px 110px; }
  .mobi-tabs__link {
    margin-top: 20px; } }

@media screen and (max-width: 1170px) and (min-width: 992px) {
  .mobi-tabs__nav {
    background: url("../../images/home/tabs-bg.svg") no-repeat bottom center/contain; }
  .mobi-tabs__tab {
    padding-right: 23px;
    padding-left: 90px; }
  .mobi-tabs__link {
    margin-top: 15px; }
  .mobi-tabs__link:first-of-type {
    margin-top: 40px;
    padding-top: 30px; }
  div.mobi-tabs__tab p {
    font-size: 13px; }
  .home-videos__grid.count_videos-5 .home-videos__wrapper h3 {
    font-size: 20px; }
  .home-videos__grid.count_videos-5 .home-videos__wrapper h2 {
    font-size: 38px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:last-of-type .home-videos__text h3 {
    font-size: 12px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:last-of-type .home-videos__text p {
    font-size: 10px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-1 a .home-videos__text h3 {
    font-size: 13px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-1 a .home-videos__text p {
    font-size: 11px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-2 a .home-videos__text h3,
  .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:first-of-type .home-videos__text h3 {
    font-size: 11px; }
  .home-videos__grid.count_videos-5 .home-videos__grid--col-2 a .home-videos__text p,
  .home-videos__grid.count_videos-5 .home-videos__grid--col-0 a:first-of-type .home-videos__text p {
    font-size: 9px; }
  .mobi-tabs__nav {
    padding: 0 40px 45px 8%; } }

@media screen and (max-width: 1075px) and (min-width: 992px) {
  .mobi-tabs__tab p {
    font-size: 12px; }
  .mobi-tabs__link:first-of-type {
    padding-top: 20px; }
  .mobi-tabs__nav {
    padding: 0 40px 10px 8%; }
  div.mobi-tabs__tab p {
    font-size: 12px; } }

@media screen and (max-width: 991.98px) {
  .mobi-title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 42px; }
  .mobi-tabs {
    padding: 50px 0; }
  .mobi-tabs__nav {
    background: none; }
  .mobi-tabs__title {
    margin-bottom: 25px; }
  .mobi-tabs__title h2.title-flex-redesign {
    margin-bottom: 15px; }
  div.mobi-tabs__nav {
    padding: 20px 6% 6% 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mobi-tabs__link {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    padding: 0 10px 0 32px;
    overflow: hidden;
    color: #2a466e;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 2; }
    .mobi-tabs__link:hover, .mobi-tabs__link:focus {
      text-decoration: none;
      color: #2a466e; }
    .mobi-tabs__link:after {
      content: '';
      width: 48px;
      min-width: 48px;
      display: block;
      height: 48px;
      background: url("../../images/chevron.svg") no-repeat center center/cover;
      -webkit-transform: translateX(12px);
          -ms-transform: translateX(12px);
              transform: translateX(12px); }
    .mobi-tabs__link:before {
      content: none;
      position: absolute;
      width: 80px;
      height: 120px;
      opacity: 0;
      top: -12px;
      z-index: -1;
      left: 30px;
      background: url("../../images/home/tabs-lines--tab.svg") no-repeat top center/contain; }
    .mobi-tabs__link:not(.collapsed) {
      padding-left: 20%;
      margin-top: 30px;
      text-decoration: none;
      background-color: #f3fafe;
      font-weight: 700;
      color: #2a466e;
      overflow: visible; }
      .mobi-tabs__link:not(.collapsed):after {
        -webkit-transform: rotate(180deg) translateX(-12px);
            -ms-transform: rotate(180deg) translateX(-12px);
                transform: rotate(180deg) translateX(-12px); }
      .mobi-tabs__link:not(.collapsed):before {
        content: '';
        opacity: 1; }
  div.mobi-tabs__tab p {
    font-size: 18px;
    margin-top: 10px; }
  div.mobi-tabs__tab {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    padding: 20px 32px;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f3fafe;
    position: relative;
    z-index: 1; }
    div.mobi-tabs__tab h3 {
      display: none; }
    div.mobi-tabs__tab.show:before {
      content: ''; }
    div.mobi-tabs__tab p {
      max-width: 90%; }
    div.mobi-tabs__tab a {
      margin-top: 10px;
      text-align: right;
      font-size: 18px;
      margin-left: auto;
      margin-right: 3.5%;
      font-weight: 600;
      color: #43b7ff;
      text-transform: uppercase; } }

@media screen and (max-width: 767px) {
  .home-videos {
    margin-top: 56px; } }

@media screen and (max-width: 640px) {
  .mobi-tabs .container-fluid {
    padding: 0; }
  .mobi-title {
    margin-top: 50px;
    font-weight: 800;
    font-size: 28px; }
  .mobi-tabs__title {
    margin-bottom: 10px; }
  .mobi-tabs {
    padding: 0; }
    .mobi-tabs .container h2.title-flex-redesign {
      margin-bottom: 0; }
  a.mobi-tabs__link {
    font-size: 18px;
    padding: 0px 10px;
    padding-left: 20px; }
    a.mobi-tabs__link:before {
      width: 70px;
      height: 45px;
      top: -5px;
      left: 10px;
      background: transparent; }
  .mobi-tabs__link:not(.collapsed) {
    padding-left: 22%;
    margin-top: 15px;
    font-weight: 600;
    color: #2a466e; }
    .mobi-tabs__link:not(.collapsed):before {
      background: url("../../images/home/tabs-lines--mob.svg") no-repeat top center/contain; }
  div.mobi-tabs__tab {
    padding: 0 20px 20px; }
    div.mobi-tabs__tab p {
      font-size: 16px; }
  div.mobi-tabs__nav {
    padding: 6% 0 25px; }
  .mobi-tabs a.mobi-tabs__content-link {
    text-transform: none; } }

/*
	Ticker
 */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 100px;
  background: #1fa2ff;
  background: linear-gradient(271deg, rgba(31, 162, 255, 0.7) 0%, rgba(18, 216, 250, 0.7) 57%, #a6ffcb 100%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ticker-wrap .ticker {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    white-space: nowrap;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-name: ticker;
            animation-name: ticker;
    -webkit-animation-duration: 20s;
            animation-duration: 20s; }
    .ticker-wrap .ticker__item {
      display: inline-block;
      padding: 0 25px;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
      position: relative; }
      .ticker-wrap .ticker__item:after {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #fff;
        right: -8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.mobi-clients + .ticker-wrap .ticker {
  -webkit-animation-duration: 35s;
          animation-duration: 35s; }

@media screen and (max-width: 1350px) {
  .ticker-wrap {
    height: 80px; }
    .ticker-wrap .ticker {
      height: 80px;
      line-height: 80px; } }

@media screen and (max-width: 991.98px) {
  .ticker-wrap {
    height: 50px; }
    .ticker-wrap .ticker {
      display: inline-block;
      height: 50px;
      line-height: 50px; }
      .ticker-wrap .ticker__item {
        font-size: 16px; } }

/*
	Clients
 */
.mobi-clients {
  padding: 15px 0 70px; }
  .mobi-clients h2.title-flex-redesign {
    margin-bottom: 70px; }

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

.mobi-clients__grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.client-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 270px;
  color: #2a466e;
  position: relative;
  margin-bottom: 37px; }
  .client-item:hover {
    text-decoration: none; }
    .client-item:hover .client-item__content:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      border: 1px solid #2a466e;
      top: 0;
      left: 0; }
    .client-item:hover .client-item__content {
      opacity: 1; }
    .client-item:hover .client-item__meta {
      opacity: 0; }

@media screen and (min-width: 992px) {
  .client-item__content {
    height: 94%; } }

.client-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  padding: 0 20px 50px;
  opacity: 1;
  -webkit-transition: .5s opacity;
  transition: .5s opacity; }
  .client-item__meta p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    color: #2A466E; }

.client-item__image {
  max-width: 330px; }

.client-item__content {
  padding: 5% 10%;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s opacity;
  transition: .5s opacity; }

.client-item__link {
  position: absolute;
  right: 9px;
  bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700; }
  .client-item__link .client-item__link-text {
    color: #58CB60;
    -webkit-transition: visibility .3s, opacity .3s linear;
    transition: visibility .3s, opacity .3s linear;
    visibility: hidden;
    opacity: 0; }
  .client-item__link:hover .client-item__link-text {
    opacity: 1;
    visibility: visible; }
  .client-item__link:hover:after {
    -webkit-transform: rotate(-90deg) scale(0.9);
        -ms-transform: rotate(-90deg) scale(0.9);
            transform: rotate(-90deg) scale(0.9); }
  .client-item__link:after {
    content: '';
    display: inline-block;
    margin-left: -10px;
    width: 55px;
    height: 55px;
    background: url("../../images/home/chevron--green2.svg") no-repeat center center/cover;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: scale .3s, -webkit-transform .3s;
    transition: scale .3s, -webkit-transform .3s;
    transition: transform .3s, scale .3s;
    transition: transform .3s, scale .3s, -webkit-transform .3s; }

.client-item__title {
  font-size: 22px;
  text-transform: uppercase;
  color: #43b7ff;
  margin-bottom: 5px; }

.client-item__country {
  font-size: 20px;
  color: #989da5; }

.client-item__text {
  max-width: 360px;
  font-size: 16px;
  line-height: 24px;
  color: #2A466E; }

.mobi-clients__link, .mobi-link {
  text-align: center;
  font-size: 22px;
  z-index: 15;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  color: #43b7ff;
  margin: 60px auto 0; }
  .mobi-clients__link:after, .mobi-link:after {
    content: '';
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: -9px;
    width: 44px;
    height: 42px;
    background: url("../../images/home/chevron--green2.svg") no-repeat center center/cover;
    -webkit-transform: rotate(-90deg) translateY(100%);
        -ms-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%);
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    pointer-events: none; }
  .mobi-clients__link:hover, .mobi-clients__link:focus, .mobi-link:hover, .mobi-link:focus {
    color: #58cb60;
    text-decoration: none; }
    .mobi-clients__link:hover:after, .mobi-clients__link:focus:after, .mobi-link:hover:after, .mobi-link:focus:after {
      opacity: 1; }

@media screen and (max-width: 991.98px) {
  .client-item {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border: 0; }
    .client-item .client-item__meta {
      gap: 15px;
      padding: 0 20px; }
      .client-item .client-item__meta .client-item__image {
        max-width: 270px; }
      .client-item .client-item__meta p {
        font-size: 20px; }
    .client-item .client-item__content .client-item__link {
      bottom: 0;
      right: 6px; }
      .client-item .client-item__content .client-item__link .client-item__link-text {
        display: none; }
      .client-item .client-item__content .client-item__link:after {
        width: 45px;
        height: 45px; }
    .client-item:hover {
      text-decoration: none; }
      .client-item:hover .client-item__content:before {
        content: none; }
    .client-item:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 10px;
      width: 45px;
      height: 45px;
      -webkit-transition: .5s opacity;
      transition: .5s opacity;
      background: url("../../images/chevron.svg") no-repeat center center/cover;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .client-item:hover:after {
    opacity: 0; }
  .client-item:hover:before {
    content: none; }
  .mobi-clients .mobi-clients__grid .slick-slide {
    margin: 5px 10px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); }
  .mobi-clients {
    padding: 45px 0 70px; } }

@media screen and (min-width: 576px) and (max-width: 768px) {
  .mobi-clients .mobi-clients__container {
    max-width: none; } }

@media screen and (max-width: 679.98px) {
  .client-item .client-item__content .client-item__link {
    bottom: -15px; } }

@media screen and (max-width: 640px) {
  .mobi-clients__title {
    font-size: 28px;
    margin-bottom: 40px; }
  .mobi-clients .mobi-clients__container {
    max-width: none;
    padding: 0; }
  .mobi-clients {
    background-color: #f9fafc;
    padding: 0 0 70px; }
  .mobi-clients .client-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    min-height: 270px;
    background-color: #fff; }
  .mobi-clients .mobi-clients__grid .slick-prev,
  .mobi-clients .mobi-clients__grid .slick-next {
    bottom: -60px; }
  .mobi-clients__link, .mobi-link {
    font-size: 16px;
    font-weight: 700; }
  .client-item .client-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    height: 100%;
    font-size: 20px;
    margin-top: 20px; }
    .client-item .client-item__meta .client-item__image {
      margin-top: 25px; }
  .client-item .client-item__content {
    left: 0;
    top: 0; }
    .client-item .client-item__content .client-item__link {
      bottom: 0; }
  .mobi-clients__link {
    margin-top: 120px; }
  .mobi-clients__link:after, .mobi-events__link:after {
    display: none; } }

@media screen and (max-width: 420px) {
  .client-item .client-item__meta .client-item__image {
    max-width: 100%; }
  .client-item .client-item__meta p {
    font-size: 18px; }
  .client-item .client-item__content .client-item__title {
    font-size: 20px; }
  .client-item .client-item__content .client-item__country {
    font-size: 18px; }
  .client-item .client-item__content .client-item__text {
    font-size: 14px; } }

/*
	Article
 */
.mobi-article {
  padding: 160px 0;
  margin: 15px 0;
  position: relative; }
  .mobi-article:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 46%;
    height: 100%;
    z-index: -1;
    background: url("../../images/home/contact-us-bg.svg") no-repeat center right/contain;
    background-size: cover; }

.mobi-article .mobi-article__grid {
  max-width: none; }

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

.mobi-article__left-col {
  width: 38%;
  padding-top: 40px;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  .mobi-article__left-col h2 {
    color: #fff;
    text-align: right;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
    position: relative; }
    .mobi-article__left-col h2:before {
      content: '';
      width: 300px;
      height: 320px;
      background: url("../../images/home/slash.svg") center no-repeat;
      opacity: 1;
      background-size: contain;
      position: absolute;
      top: -30%;
      left: -100%; }
  .mobi-article__left-col h3 {
    text-align: right;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 3;
    color: #303b4e;
    line-height: 1.2;
    margin-bottom: 7px;
    text-transform: lowercase; }

.mobi-article__right-col {
  width: 62%;
  padding-left: 2%;
  padding-right: 4%;
  padding-top: 4%; }

.mobi-article__line {
  background-color: #dadbdc;
  margin-left: auto;
  display: none;
  border-top: none;
  height: 1px; }

.mobi-article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 25px;
  position: relative;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right; }
  .mobi-article-item__title {
    text-align: right;
    color: #2a466e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    padding-right: 90px;
    padding-top: 10px; }
  .mobi-article-item__text {
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
    letter-spacing: 0.09px;
    color: #2a466e;
    max-width: 450px;
    min-width: 450px;
    width: 450px; }

@media screen and (min-width: 1850px) {
  .mobi-article__left-col {
    padding-right: 8%; }
  .mobi-article__right-col {
    padding-right: 9%; } }

@media screen and (max-width: 1700px) and (min-width: 992px) {
  .home-videos__stats.count_videos-5 .home-stats {
    padding: 45px 33% 25px 62px; }
  .mobi-article__right-col {
    padding-right: 8%;
    padding-top: 5%; }
  .mobi-article-item__text {
    padding-left: 3%; } }

@media screen and (max-width: 1600px) {
  .mobi-article__right-col {
    padding-right: 6%; }
  .mobi-article-item__text {
    padding-left: 5%; } }

@media screen and (max-width: 1500px) and (min-width: 1150px) {
  .mobi-article__right-col {
    padding-right: 4%;
    padding-top: 4%; } }

@media screen and (max-width: 1500px) {
  .mobi-article__left-col {
    width: 45%;
    padding-right: 7%; }
  .mobi-article:before {
    width: 51%; }
  .mobi-article-item__title {
    font-size: 29px;
    letter-spacing: -1px;
    padding-right: 60px; }
  .mobi-article__left-col h2 {
    font-size: 36px; }
    .mobi-article__left-col h2:before {
      height: 215px;
      width: 200px;
      top: -14%;
      left: -96%; }
  .mobi-article__left-col h3 {
    font-size: 23px; } }

@media screen and (max-width: 1300px) {
  .mobi-article-item__text {
    max-width: 380px;
    min-width: 380px;
    width: 380px; } }

@media screen and (max-width: 1200px) {
  .mobi-event {
    min-height: 270px; }
  .mobi-article-item__title {
    padding-right: 50px;
    font-size: 24px; }
  .client-item__text {
    font-size: 16px; }
  span.mobi-event__city {
    margin-bottom: 10px; }
  .mobi-article__right-col {
    padding-top: 5%; } }

@media screen and (max-width: 1100px) and (min-width: 992px) {
  .mobi-article-item__title {
    padding-right: 25px;
    padding-top: 10px; }
  .mobi-article-item__text {
    max-width: 350px;
    min-width: 350px;
    width: 350px; }
  .mobi-article__left-col {
    padding-right: 4%; } }

@media screen and (max-width: 991.98px) {
  .mobi-article {
    background-color: #f3fafe;
    padding: 120px 0 40px;
    margin: 0; }
  .container.mobi-article__grid {
    max-width: 720px; }
  .mobi-article__title {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .mobi-article__title h2 {
      color: #2A466E;
      font-size: 42px;
      margin: 0 auto 60px;
      font-weight: 700;
      z-index: 2;
      position: relative; }
      .mobi-article__title h2 br {
        display: none; }
      .mobi-article__title h2:before {
        width: 200px;
        height: 210px;
        top: -60px;
        z-index: -1;
        left: -26%;
        background-image: url("../../images/home/mobi-tab__color-lines.svg"); }
    .mobi-article__title h3 {
      display: none; }
  .home-videos__stats {
    display: none; }
  .mobi-article__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mobi-article__right-col {
    width: 75%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0; }
  .mobi-article__left-col {
    width: 100%; }
  .mobi-article-item {
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 33px;
    padding-bottom: 30px; }
  .mobi-article-item__title {
    font-size: 22px; }
  .mobi-article-item__text {
    max-width: none;
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px; } }

@media screen and (max-width: 768px) {
  .mobi-article__title h2 {
    font-size: 40px; }
  .mobi-article__title h2:before {
    width: 175px;
    height: 190px;
    top: -55px;
    left: -24%; }
  .mobi-article__right-col {
    padding-top: 5%; } }

@media screen and (max-width: 700px) {
  .mobi-article__right-col {
    padding-top: 2%; }
  .mobi-article__title h2 {
    font-size: 34px; }
  .mobi-article__title h2:before {
    width: 150px;
    height: 170px; } }

@media screen and (max-width: 640px) {
  .mobi-article {
    padding: 110px 0 30px; }
  .mobi-article__title h2 {
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -.5px;
    position: relative; }
    .mobi-article__title h2:before {
      background-image: url("../../images/home/color-lines-mob.svg");
      width: 124px;
      height: 108px;
      top: -40px;
      left: -10%; }
  .mobi-article-item__title {
    font-size: 18px; }
  .mobi-article-item__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }
  .mobi-article-item {
    padding-top: 10px;
    padding-bottom: 25px;
    margin-left: 60px;
    padding-right: 60px; }
  .mobi-article-item:after {
    width: 115%; }
  .mobi-article__right-col {
    width: 120%; }
  .container.mobi-article__grid {
    max-width: 540px; } }

@media screen and (max-width: 420px) {
  .mobi-article {
    padding: 80px 0 30px; }
  .mobi-article__right-col {
    padding-bottom: 10px; }
  .mobi-article__title h2 {
    font-size: 7vw;
    letter-spacing: -0.39px; }
  .mobi-article-item {
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 15px;
    margin-left: 14%; }
    .mobi-article-item .mobi-article-item__text {
      padding-top: 0;
      max-width: 346px; } }

@media screen and (max-width: 400px) {
  .mobi-article-item {
    padding-right: 50px;
    margin-left: 13%; }
    .mobi-article-item .mobi-article-item__text {
      font-size: 14px;
      line-height: 20px; } }

@media screen and (max-width: 340px) {
  .mobi-article-item {
    padding-right: 40px; }
  .mobi-article__title h2 {
    font-size: 22px; }
  .mobi-article__title h2:before {
    width: 110px; } }

@media screen and (max-width: 320px) {
  .mobi-article__title h2 {
    font-size: 7vw; }
  .mobi-article__title h2:before {
    width: 30vw; }
  .mobi-article-item .mobi-article-item__title {
    font-size: 6vw; }
  .mobi-article-item .mobi-article-item__text {
    font-size: 4vw;
    line-height: 6vw; } }

/*
 Mobile Events
 */
.mobi-events {
  padding: 100px 0;
  background-color: rgba(234, 238, 244, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mobi-events h2.title-flex-redesign {
    margin-bottom: 70px; }

.mobi-events__link {
  margin-top: 120px;
  text-align: center; }

.mobi-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 35px 50px;
  background-color: #fff;
  min-height: 400px;
  height: 100%; }

.mobi-event__link {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid #2A466E;
  color: #2A466E;
  padding: 12px 15px 13px;
  max-width: 248px;
  width: 165%;
  text-align: center; }
  .mobi-event__link:hover {
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #68D06F;
    color: #68D06F; }

.mobi-event__city {
  color: #555555;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px; }

span.mobi-event__city--green {
  text-transform: uppercase;
  text-align: center;
  color: #68D06F;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 25px; }

.mobi-event__title {
  text-decoration: none;
  max-width: 248px; }
  .mobi-event__title a {
    font-size: 28px;
    display: block;
    text-transform: initial;
    text-align: center;
    color: #303B4E;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0; }
  .mobi-event__title h3 {
    margin-bottom: 0; }
  .mobi-event__title:hover {
    text-decoration: none; }
    .mobi-event__title:hover a {
      text-decoration: none;
      color: #68D06F; }

.mobi-event__info {
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mobi-event__meta {
  text-transform: uppercase;
  color: #43B7FF;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 8px;
  text-align: center; }

.mobi-events .mobi-events__grid .slick-prev {
  bottom: -90px;
  right: 135px; }

.mobi-events .mobi-events__grid .slick-next {
  right: 45px;
  bottom: -90px; }

.mobi-events .mobi-events__grid .slick-list {
  margin: 0 -14px; }

.mobi-event__mob-hide {
  display: inline-block; }

.mobi-event__mob-show {
  display: none; }

@media screen and (max-width: 1700px) {
  .mobi-event {
    margin: 0; } }

@media screen and (max-width: 1500px) and (min-width: 1300px) {
  .mobi-event {
    min-height: 300px;
    padding: 40px 35px 40px; }
  .mobi-event__title a {
    font-weight: 700;
    font-size: 23px; }
  .mobi-event__meta, .mobi-event__city {
    font-size: 16px; }
  .mobi-event__link {
    font-size: 14px;
    padding: 8px 15px 8px;
    font-weight: 700; } }

@media screen and (max-width: 1306px) {
  .mobi-event {
    min-height: 275px;
    padding: 40px 35px 40px; }
  .mobi-event__title a {
    font-weight: 700;
    font-size: 18px; }
  .mobi-event__meta, .mobi-event__city {
    font-size: 15px; }
  .mobi-event__link {
    font-size: 13px;
    padding: 8px 15px 8px;
    font-weight: 700;
    max-width: 200px; } }

@media screen and (max-width: 1135px) {
  .mobi-event {
    padding: 40px 20px 40px; }
  .mobi-article-item__title {
    padding-right: 30px;
    padding-top: 10px; }
  span.mobi-event__city.mobi-event__city--green {
    font-size: 16px; }
  .mobi-event__title a {
    font-size: 18px; }
  .mobi-event__meta {
    font-size: 14px; }
  .mobi-event__city {
    font-size: 13px; } }

@media screen and (max-width: 1070px) {
  .mobi-event__link {
    max-width: 170px;
    padding: 5px 15px 5px; }
  .mobi-event__title a {
    font-size: 16px; }
  .mobi-event__meta, .mobi-event__city {
    font-size: 12px; } }

@media screen and (max-width: 1230px) {
  span.mobi-event__city--green {
    font-size: 17px; } }

@media screen and (max-width: 991.98px) and (min-width: 641px) {
  .mobi-event__title a {
    font-weight: 700;
    font-size: 24px; }
  .mobi-event__title span {
    margin-top: 7px; }
  .mobi-event {
    padding: 50px 25px 70px;
    min-height: 400px;
    height: 100%; }
  .mobi-event__info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: auto; }
  .mobi-event__meta {
    font-size: 19px; }
  .mobi-event__title {
    height: 30%; }
  .mobi-events__title {
    margin-bottom: 70px; }
    .mobi-events__title a {
      font-size: 18px; }
  .mobi-event__mob-hide {
    display: none; }
  .mobi-event__mob-show {
    display: block; }
  .mobi-event__link {
    font-size: 17px;
    padding: 10px 15px 10px;
    max-width: 240px; }
  .mobi-event__city {
    font-size: 19px; }
  .mobi-event--green {
    padding: 110px 25px 70px; }
  .mobi-event__link-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40%; }
  span.mobi-event__city--green {
    margin-bottom: 60px; } }

@media screen and (max-width: 730px) {
  .mobi-event__title a {
    font-size: 19px; }
  .mobi-event__link {
    font-size: 14px;
    max-width: 200px;
    padding: 7px 15px 7px; }
  .mobi-event__meta, .mobi-event__city {
    font-size: 16px; }
  .mobi-event {
    min-height: 300px;
    padding: 30px 25px 60px; }
  .mobi-event--green {
    padding: 90px 25px 60px; } }

@media screen and (max-width: 640px) {
  .home h2.title-flex-redesign {
    margin-top: 50px;
    margin-bottom: 40px; }
  .mobi-event {
    min-height: 300px;
    padding: 50px 25px 40px; }
  .mobi-event--green {
    padding: 50px 25px 40px; }
  .mobi-events__title {
    margin-bottom: 40px; }
  .mobi-event__title a {
    font-size: 21px; }
  .mobi-events {
    padding: 0 0 75px; }
  .mobi-events .mobi-events__grid .slick-prev {
    bottom: -70px;
    right: 80px; }
  .mobi-events .mobi-events__grid .slick-list {
    padding: 0 20% 0 0 !important; }
  .mobi-events .mobi-events__grid .slick-next {
    right: 15px;
    bottom: -69px; }
  .mobi-events__link {
    margin-top: 130px; }
  .mobi-event__link {
    font-size: 16px;
    padding: 9px 15px 9px;
    max-width: 225px; }
  .mobi-event__meta, .mobi-event__city {
    font-size: 17px; }
  .mobi-event__title {
    font-size: 21px; }
  .mobi-event__city--green {
    font-size: 20px; } }

@media screen and (min-width: 1921px) {
  .home-videos.count_videos-5 {
    padding: 100px 0 100px;
    background-position: top; }
  .home-videos__grid.count_videos-5 div.home-videos__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 700px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto; }
    .home-videos__grid.count_videos-5 div.home-videos__wrapper h2 {
      max-width: none;
      text-align: center;
      font-size: 58px;
      margin-bottom: 10px; }
    .home-videos__grid.count_videos-5 div.home-videos__wrapper h3 {
      text-align: center;
      font-size: 27px;
      font-weight: 600; }
  .home-videos .home-videos__container {
    max-width: 2100px; }
  .home-videos__grid.count_videos-5 {
    grid-gap: 20px; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-0,
    .home-videos__grid.count_videos-5 .home-videos__grid--col-1,
    .home-videos__grid.count_videos-5 .home-videos__grid--col-2 {
      grid-gap: 20px; }
    .home-videos__grid.count_videos-5 .home-videos__grid--col-1,
    .home-videos__grid.count_videos-5 .home-videos__grid--col-2 {
      margin-bottom: 200px; }
  .home-videos__stats.count_videos-5 {
    width: 58%;
    -webkit-clip-path: polygon(0 0, 99% 0, 92% 100%, 0% 100%);
            clip-path: polygon(0 0, 99% 0, 92% 100%, 0% 100%); }
    .home-videos__stats.count_videos-5 .home-stats__number {
      font-size: 50px;
      margin-bottom: 20px; }
    .home-videos__stats.count_videos-5 .home-stats {
      padding: 55px 180px 35px 60px; }
  .home-stats__subtitle {
    font-size: 16px; }
  .home-videos__video:after {
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px; }
  .mobi-tabs__tabs {
    max-width: 1920px;
    margin: 0 auto; }
  .mobi-tabs__tab {
    max-width: 1920px;
    margin: 0 auto; }
  .mobi-tabs__tabs .mobi-tabs__nav {
    padding: 120px 40px 130px 16%; }
  .mobi-tabs__tab a:after {
    width: 160px;
    height: 160px;
    top: -6%;
    left: -10%; }
  .mobi-tabs__link {
    margin-top: 35px; }
  div.mobi-tabs__tab {
    top: 27%;
    left: -31%;
    height: 45%; }
    div.mobi-tabs__tab h3 {
      font-size: 36px;
      margin-bottom: 20px; }
  .mobi-tabs .ticker-wrap {
    width: 106%;
    height: 103px;
    background: linear-gradient(271deg, #a6ffcb 0%, rgba(18, 216, 250, 0.7) 57%, #00c9ff 100%); }
  .mobi-tabs__nav:not(.active):after {
    width: 180px;
    height: 180px; }
  .mobi-article__left-col {
    width: 50%;
    padding-right: 11%; }
  .mobi-article:before {
    width: 55%; }
  .mobi-article-item__text {
    max-width: 510px;
    width: 510px; }
  .mobi-article__right-col {
    width: 58%;
    padding-right: 0;
    padding-left: 0;
    max-width: 940px; }
  .slick-track {
    margin: 0; } }

@media screen and (min-width: 2561px) {
  .mobi-article:before {
    width: 57%; }
  .mobi-event__title {
    max-width: 80%; }
  .mobi-event__title a {
    font-size: 32px; }
  .mobi-event__city {
    font-size: 22px; }
  .mobi-event__meta {
    font-size: 24px; }
  span.mobi-event__city--green {
    font-size: 25px; } }

/*# sourceMappingURL=page-home.css.map */
