@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit.eot');
  src: url('../fonts/Larsseit.eot') format('embedded-opentype'),
    url('../fonts/Larsseit.woff2') format('woff2'),
    url('../fonts/Larsseit.woff') format('woff'),
    url('../fonts/Larsseit.ttf') format('truetype'),
    url('../fonts/Larsseit.svg#Larsseit') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/LarsseitThin.eot');
  src: url('../fonts/LarsseitThin.eot') format('embedded-opentype'),
    url('../fonts/LarsseitThin.woff2') format('woff2'),
    url('../fonts/LarsseitThin.woff') format('woff'),
    url('../fonts/LarsseitThin.ttf') format('truetype'),
    url('../fonts/LarsseitThin.svg#LarsseitThin') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/LarsseitLight.eot');
  src: url('../fonts/LarsseitLight.eot') format('embedded-opentype'),
    url('../fonts/LarsseitLight.woff2') format('woff2'),
    url('../fonts/LarsseitLight.woff') format('woff'),
    url('../fonts/LarsseitLight.ttf') format('truetype'),
    url('../fonts/LarsseitLight.svg#LarsseitLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/LarsseitMedium.eot');
  src: url('../fonts/LarsseitMedium.eot') format('embedded-opentype'),
    url('../fonts/LarsseitMedium.woff2') format('woff2'),
    url('../fonts/LarsseitMedium.woff') format('woff'),
    url('../fonts/LarsseitMedium.ttf') format('truetype'),
    url('../fonts/LarsseitMedium.svg#LarsseitMedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/LarsseitBold.eot');
  src: url('../fonts/LarsseitBold.eot') format('embedded-opentype'),
    url('../fonts/LarsseitBold.woff2') format('woff2'),
    url('../fonts/LarsseitBold.woff') format('woff'),
    url('../fonts/LarsseitBold.ttf') format('truetype'),
    url('../fonts/LarsseitBold.svg#LarsseitBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Icons';
  src: url('../fonts/fontello.eot?4446507');
  src: url('../fonts/fontello.eot?4446507#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2?4446507') format('woff2'),
    url('../fonts/fontello.woff?4446507') format('woff'),
    url('../fonts/fontello.ttf?4446507') format('truetype'),
    url('../fonts/fontello.svg?4446507#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Larsseit', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3242;
}
:focus {
  outline: none;
}
#video-detach-button {
  display: none;
}
a,
a:focus,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}
button:focus,
input:focus,
textarea:focus,
a:focus {
  outline: none !important;
}
input.form-control,
textarea.form-control {
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
ul,
ol {
  list-style-position: inside;
}
table {
  width: 100%;
  margin: 20px 0;
  font-size: 0.777em;
  table-layout: fixed;
  word-break: break-word;
}
table thead tr,
table tr:nth-child(even) {
  background: #f7f8fa;
}
table td:first-child,
table th:first-child {
  border-radius: 8px 0 0 8px;
}
table td:last-child,
table th:last-child {
  border-radius: 0 8px 8px 0;
}
table td,
table th {
  padding: 24px 15px;
  border: 0;
  vertical-align: top;
}
table th {
  font-weight: 500;
  vertical-align: middle;
}
.popup_menu_btn {
  display: none;
}
.list-inline {
  margin: 0;
}
.list-inline > li {
  padding: 0;
}
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-bag:before {
  content: '\e813';
} /* '' */
.icon-mail:before {
  content: '\e814';
} /* '' */
.icon-right:before {
  content: '\e815';
} /* '' */
.icon-time:before {
  content: '\e816';
} /* '' */
.icon-map:before {
  content: '\e817';
} /* '' */
.icon-filter:before {
  content: '\e818';
} /* '' */
.icon-share:before {
  content: '\e81b';
} /* '' */
.icon-copy:before {
  content: '\e81c';
} /* '' */
.icon-heart-filled:before {
  content: '\e81d';
} /* '' */
.icon-heart:before {
  content: '\e81e';
} /* '' */
.icon-word:before {
  content: '\e85c';
} /* '' */
.icon-quote:before {
  content: '\e85d';
} /* '' */
.icon-twitter:before {
  content: '\e85e';
} /* '' */
.icon-facebook:before {
  content: '\e85f';
} /* '' */
.icon-expo:before {
  content: '\e860';
} /* '' */
.icon-hand:before {
  content: '\e861';
} /* '' */
.icon-user:before {
  content: '\e862';
} /* '' */
.icon-video:before {
  content: '\e863';
} /* '' */
.icon-home:before {
  content: '\e864';
} /* '' */
.icon-tick:before {
  content: '\e865';
} /* '' */
.icon-linkedin:before {
  content: '\e866';
} /* '' */
.icon-eye:before {
  content: '\e867';
} /* '' */
.icon-google:before {
  content: '\e868';
} /* '' */
.icon-info:before {
  content: '\e869';
} /* '' */
.icon-close:before {
  content: '\e86a';
} /* '' */
.icon-paper-plane:before {
  content: '\e8e7';
} /* '' */
.icon-angle-left:before {
  content: '\f104';
} /* '' */
.icon-angle-right:before {
  content: '\f105';
} /* '' */
.icon-angle-up:before {
  content: '\f106';
} /* '' */
.icon-angle-down:before {
  content: '\f107';
} /* '' */
.icon-instagram:before {
  content: '\f16d';
} /* '' */
.icon-facebook-squared:before {
  content: '\f308';
} /* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
} /* '' */

img.alignleft {
  float: left;
  margin-right: 20px;
}
img.alignright {
  float: right;
  margin-left: 20px;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}

ul:not([class]) {
  list-style: none;
  margin-bottom: 20px;
}
ul:not([class]) li {
  padding-left: 27px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
}
ul:not([class]) li:before {
  position: absolute;
  color: #175fff;
  font-family: 'Icons';
  text-align: center;
  content: '\e865';
  left: 6px;
  font-size: 8px;
  top: 7px;
}
.opened_menu {
  overflow: hidden;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 0;
}

a {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}

/* burger menu */
.open_main_menu {
  border: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background: none;
  position: relative;
  z-index: 105;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
}
.open_main_menu .lines {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  top: -4px;
  margin-right: 4px;
}
.dark-header .open_main_menu .lines,
.dark-header .open_main_menu .lines:before,
.dark-header .open_main_menu .lines:after {
  background: #2c3242;
}
.opened_menu .open_main_menu .lines {
  background: transparent !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.open_main_menu .lines:before,
.open_main_menu .lines:after {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  left: 0;
  content: '';
  -moz-transform-origin: 0.28571em center;
  -ms-transform-origin: 0.28571em center;
  -o-transform-origin: 0.28571em center;
  -webkit-transform-origin: 0.28571em center;
  transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before,
.opened_menu .open_main_menu .lines:after {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.open_main_menu .lines:after {
  top: 6px;
}
.open_main_menu .lines:before {
  top: -6px;
}
.opened_menu .open_main_menu .lines:before {
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  background: #2c3242;
}
.opened_menu .open_main_menu .lines:after {
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  background: #2c3242;
}
body:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 50;
  background: #fff;
  content: '';
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  -moz-transition: 0.3s opacity, 0.3s visibility;
  -ms-transition: 0.3s opacity, 0.3s visibility;
  -o-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}
body:not(.opened_menu) .logo-block svg path {
  fill: #fff;
}
.opened_menu:before {
  opacity: 1;
  visibility: visible;
}
.page-title {
  font-weight: bold;
  font-size: 72px;
  line-height: 1.1;
}
.page-sub-title {
  font-weight: bold;
  font-size: 56px;
  line-height: 1.15;
}
h1,
.section-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.17;
  margin-bottom: 15px;
}
h2,
.block-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 15px;
}
h3,
.md-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 5px;
}
h4,
.sm-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
}
h5,
.small-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
h6,
.xs-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
}
.xxs-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}
.xxxs-title {
  font-weight: 500;
  font-size: 14px;
}
.sm-grey-text {
  font-size: 14px;
  color: #757a8a;
}
.btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  padding: 11px 31px;
  border-radius: 4px;
  border: 1px solid;
}
.btn-sm {
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn-blue {
  background-color: #175fff;
  border-color: #175fff;
  color: #fff;
}
.btn-blue:hover {
  background-color: #1043b3;
  border-color: #1043b3;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #175fff;
}
.btn-white:hover {
  background-color: #ecf2ff;
  border-color: #ecf2ff;
  color: #1043b3;
}
.btn-light-blue {
  background-color: #ecf2ff;
  border-color: #ecf2ff;
  color: #175fff;
}
.btn-light-blue:hover {
  opacity: 0.8;
  color: #175fff;
}
.small-text {
  font-size: 14px;
  color: #757a8a;
}
.primary-bg {
  background: #f7f8fa;
}
.blue-bg {
  background: rgb(23, 95, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(23, 95, 255, 1) 0%,
    rgba(49, 90, 218, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(23, 95, 255, 1) 0%,
    rgba(49, 90, 218, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(23, 95, 255, 1) 0%,
    rgba(49, 90, 218, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175fff', endColorstr='#315ada',GradientType=0 ); /* IE6-9 */
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
.top-mess {
  color: #fff;
  padding: 0 16px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 60px;
  display: none;
}
.top-mess-label {
  font-weight: 500;
  font-size: 14px;
  background: #175fff;
  border-radius: 2px;
  line-height: 1;
  padding: 7px 8px;
  margin-right: 16px;
  white-space: nowrap;
  vertical-align: top;
}
.top-mess-text {
  max-width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}
.top-mess-link {
  color: #d6e3ff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 16px;
  white-space: nowrap;
}
.top-mess-link i {
  font-size: 12px;
  margin-left: 10px;
  vertical-align: 1px;
}
.top-mess-link:hover {
  color: #bdd2ff;
}
.top-mess-active .top-mess {
  display: flex;
}
.top-mess-active .intro-section {
  padding-top: 220px;
}
.top-mess-mobile {
  display: none;
}
.cookies-block {
  background: #000;
  border-radius: 4px;
  display: flex;
  width: 455px;
  max-width: 87%;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  font-size: 14px;
  line-height: 1.7;
  padding: 13px 16px;
  color: #fff;
  align-items: center;
}
#accept-cookies {
  margin-left: 25px;
  color: #000 !important;
  padding: 3px 23px;
  font-size: 16px;
}

/*header*/
.top-mess-active .header {
  top: 60px;
}
.top-mess-active .main-sub-menu {
  padding-top: 168px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 16px 0;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.logo-block {
  position: relative;
  z-index: 105;
}
.main-menu > li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 0 17px;
  margin-left: -4px;
}
.main-menu > li:last-child {
  margin-right: 15px;
}
.main-menu > li a {
  color: #fff !important;
  position: relative;
  display: inline-block;
}
.main-menu > li.current-menu-item a {
  font-weight: bold;
}
.dark-header .header {
  background-color: #fff;
}
.dark-header .main-menu > li > a,
.menu-children-open .main-menu > li > a,
.collapse_header .main-menu > li > a {
  color: #2c3242 !important;
}
.dark-header .main-menu > li,
.menu-children-open .main-menu > li,
.collapse_header .main-menu > li {
  color: #2c3242;
}
.main-menu > li a:after {
  content: '';
  position: absolute;
  width: 0;
  top: 100%;
  height: 2px;
  background: #fff;
  right: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02),
    0.3s background;
  transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02), 0.3s background;
}
.dark-header .main-menu > li a:after,
.menu-children-open .main-menu > li a:after,
.collapse_header .main-menu > li a:after {
  background: #2c3242;
}
.main-menu > li > a:hover:after,
.main-menu > li.current-menu-item > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.main-sub-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(47, 57, 78, 0.08),
    0px 4px 4px rgba(47, 57, 78, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(47, 57, 78, 0.08),
    0px 4px 4px rgba(47, 57, 78, 0.08);
  box-shadow: 0px 1px 1px rgba(47, 57, 78, 0.08),
    0px 4px 4px rgba(47, 57, 78, 0.08);
  padding: 108px 0 29px;
  text-align: center;
  display: none;
  z-index: -1;
}
.main-sub-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 14px;
  text-align: left;
  color: #2c3242;
}
.sub-menu-link-wrap {
  margin: 0 -15px;
}
.sub-menu-link {
  font-size: 14px;
  line-height: 1.57;
  color: #4f5461;
  display: block;
  padding: 12px;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
  border-radius: 12px;
  text-align: left;
  width: 220px;
  margin: 0 4px;
}
.sub-menu-link:hover {
  background-color: #f7f8fa;
}
.sub-menu-link img {
  border-radius: 8px;
  margin-bottom: 13px;
}
.sub-menu-link .xxs-title {
  color: #2c3242;
  margin-bottom: 0;
}
.sub-menu-link p {
  color: #4f5461;
  margin: 0;
}
.sub-menu-link:hover p {
  color: #2c3242;
}
.sub-menu-link-wrap .sub-menu-link {
  display: inline-block;
  vertical-align: top;
  min-height: 204px;
}
.menu-item-has-children:hover:before {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -2px;
  width: 100%;
  height: 50px;
  content: '';
}
.menu-children-open .logo-block svg path.letter-fill,
.collapse_header .logo-block svg path.letter-fill {
  fill: #2c3242 !important;
}
.menu-children-open .logo-block svg path,
.collapse_header .logo-block svg path {
  fill: #175fff !important;
}
.menu-children-open .btn-white,
.collapse_header .header .btn-white {
  background-color: #175fff;
  border-color: #175fff;
  color: #fff;
}
.menu-item-has-children:after {
  font-family: 'Icons';
  content: '\f107';
  -webkit-transition: 300ms color;
  -moz-transition: 300ms color;
  -ms-transition: 300ms color;
  -o-transition: 300ms color;
  transition: 300ms color;
}
.menu-item-has-children:hover:after {
  content: '\f106';
}
.menu-past-list {
  width: 355px;
  margin: 19px 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0.9;
}
.menu-past-list:hover {
  opacity: 1;
}
.main-sub-menu .btn_link {
  color: #175fff !important;
  font-size: 16px;
  margin-top: 19px;
  margin-bottom: 16px;
}
.main-sub-menu .btn_link:hover {
  color: #1043b3 !important;
}
.main-sub-menu .btn_link i {
  margin-right: 10px;
  -webkit-transition: 0.3s margin-right;
  -moz-transition: 0.3s margin-right;
  -ms-transition: 0.3s margin-right;
  -o-transition: 0.3s margin-right;
  transition: 0.3s margin-right;
}
/*.main-sub-menu .btn_link:hover i{
    margin-right: 15px;
}*/
.menu-client {
  padding-left: 50px;
}
.sub-menu-title {
  margin-top: 13px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}
.menu-past-list li {
  margin: 0 26px 27px 0;
}
.menu-children-open:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  content: '';
  z-index: 1;
  pointer-events: none;
}
.collapse_header .header {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
.main-menu > li > span {
  -webkit-transition: 300ms color;
  -moz-transition: 300ms color;
  -ms-transition: 300ms color;
  -o-transition: 300ms color;
  transition: 300ms color;
}

/*intro-section*/
.intro-section {
  padding: 160px 0 96px;
  /*background-color: rgb(1, 102, 255);*/
}
.intro-block .section-head {
  margin-bottom: 25px;
}
.intro-img {
  margin-left: 20px;
  position: relative;
  width: 736px;
  height: 460px;
}
.intro-img > div {
  position: relative;
  height: 100%;
}
.intro-img > div:before {
  border-radius: 8px;
  top: -4px;
  left: -3px;
  right: -3px;
  bottom: 0;
  position: absolute;
  z-index: 6;
  content: '';
  border: 4px solid #f1f2f5;
}
.intro-section video {
  height: 100%;
  position: relative;
  z-index: 5;
  top: -2px;
}
[data-aos='fade-down-short'] {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.intro-img:before {
  background: #f1f2f5;
  mix-blend-mode: normal;
  border-radius: 8px;
  top: 0;
  left: 16px;
  right: 16px;
  position: absolute;
  height: 100%;
  z-index: 2;
  content: '';
  -webkit-transition: 0.5s top 0.8s ease;
  -moz-transition: 0.5s top 0.8s ease;
  -ms-transition: 0.5s top 0.8s ease;
  -o-transition: 0.5s top 0.8s ease;
  transition: 0.5s top 0.8s ease;
}
.intro-img.aos-animate:before {
  top: 8px;
}
.intro-img:after {
  background: #f7f8fa;
  mix-blend-mode: normal;
  border-radius: 8px;
  top: 0;
  left: 32px;
  right: 32px;
  position: absolute;
  height: 100%;
  z-index: 1;
  content: '';
  -webkit-transition: 0.7s top 0.8s ease;
  -moz-transition: 0.7s top 0.8s ease;
  -ms-transition: 0.7s top 0.8s ease;
  -o-transition: 0.7s top 0.8s ease;
  transition: 0.7s top 0.8s ease;
}
.intro-img.aos-animate:after {
  top: 16px;
}
.intro-img img {
  max-width: none;
  position: relative;
  z-index: 5;
}

/*partner-section*/
.partner-section {
  padding: 40px 0;
}
.partner-section .section-head {
  margin-bottom: 15px;
}
.partner-list {
  text-align: center;
}
.partner-list:after {
  display: table;
  clear: both;
  content: '';
}
.partner-list li {
  height: 60px;
  display: inline-block;
  margin: 0 1%;
  padding: 10px;
  width: 21%;
}
.partner-list.partner-list-three {
  max-width: 815px;
  margin: 0 auto;
}
.partner-list.partner-list-three li {
  height: auto;
  margin: 0 1% 22px;
  width: 30%;
}

/*host-section*/
.host-section {
  padding: 180px 0 115px;
}
.custom-block {
  border-bottom: 1px solid #e4e6eb;
  padding-bottom: 13px;
  margin-bottom: 31px;
}
.custom-block ul {
  color: #4f5461;
}
.sm-text {
  font-size: 14px;
  color: #757a8a;
}
.logo-list:after {
  display: table;
  clear: both;
  content: '';
}
.logo-list {
  margin: 0 -6px 20px;
}
.logo-list li {
  width: 103px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  float: left;
  margin: 0 6px;
}
.custom-logo-block .sm-text {
  margin-bottom: 7px;
}
.host-img video {
  max-width: 100%;
  height: auto;
}

/*satisfaction-section*/
.satisfaction-section {
  padding: 98px 0 75px;
  overflow: hidden;
}
.icon-tab {
  display: block;
  width: 48px;
  float: left;
  margin-right: 35px;
  margin-left: 40px;
  margin-top: 60px;
  border: 0;
}
.icon-tab .nav-link {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 0 !important;
  padding: 5px;
  align-items: center;
  justify-content: center;
  color: #bdbfc7;
  display: flex;
  margin-bottom: 33px;
  font-size: 20px;
  position: relative;
}
.icon-tab .nav-link .icon-video {
  font-size: 18px;
}
.icon-tab .nav-link .icon-expo {
  font-size: 22px;
}
.icon-tab .nav-item.show .nav-link,
.icon-tab .nav-link.active,
.icon-tab .nav-link:hover {
  color: #175fff;
  background-color: #ecf2ff;
}
.satisfaction-section .tab-content {
  margin-bottom: 20px;
}
.screen-block {
  min-height: 480px;
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 500px;
}
.screen-img-1-2,
.screen-img-2-2,
.screen-img-2-3,
.screen-block-progress,
.screen-img-4-2,
.screen-img-4-3,
.screen-img-5-2,
.screen-img-5-3,
.screen-img-5-5,
.screen-img-5-6 {
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.5s transform !important;
  -moz-transition: 0.5s transform !important;
  -ms-transition: 0.5s transform !important;
  -o-transition: 0.5s transform !important;
  transition: 0.5s transform !important;
}
.screen-img-1-2 {
  top: 25px;
  right: 12px;
}
.screen-img-2-2 {
  bottom: 5px;
  right: 5px;
}
.screen-img-2-3 {
  top: 69px;
  left: 34px;
  opacity: 1;
  animation: fade 2s infinite;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.screen-img-4-1,
.screen-img-4-2,
.screen-img-4-3,
.screen-img-5-2,
.screen-img-5-3,
.screen-img-5-5,
.screen-img-5-6 {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
.screen-img-4-2 {
  bottom: 12px;
  right: 5px;
}
.screen-img-4-3 {
  top: 20px;
  left: 38px;
}
.screen-img-5-2 {
  top: 74px;
  left: 34px;
}
.screen-img-5-3 {
  top: 74px;
  right: 10px;
}
.screen-img-5-4 {
  position: absolute;
  z-index: 1;
  bottom: 34px;
  right: -35px;
  -webkit-transition: 0.5s right !important;
  -moz-transition: 0.5s right !important;
  -ms-transition: 0.5s right !important;
  -o-transition: 0.5s right !important;
  transition: 0.5s right !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.show .screen-img-5-4 {
  right: 5px;
}
.screen-img-5-5 {
  top: 55%;
  left: 34px;
}
.screen-img-5-6 {
  top: 68%;
  left: 45px;
}
.screen-block-progress {
  top: 3px;
  left: 40px;
  background: #fff;
  border: 1px solid #f1f2f5;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.35;
  color: #757a8a;
  width: 220px;
  padding: 17px 20px 20px;
}
.sbp-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3px;
}
.sbp-right {
  font-weight: 600;
  font-size: 14px;
  color: #2c3242;
}
.screen-block-progress .progress {
  height: 4px;
  background-color: #f1f2f5;
}
.progress-bar {
  background-color: #175fff;
  -webkit-transition: 0.6s width;
  -moz-transition: 0.6s width;
  -ms-transition: 0.6s width;
  -o-transition: 0.6s width;
  transition: 0.6s width;
}
.satisfaction-section .tab-content > .fade {
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.show .progress-bar {
  width: 45% !important;
}
.screen-block img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.4s transform ease-out;
  -moz-transition: 0.4s transform ease-out;
  -ms-transition: 0.4s transform ease-out;
  -o-transition: 0.4s transform ease-out;
  transition: 0.4s transform ease-out;
}
.show .screen-block img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.video-live {
  background: #fe4d4d;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 51%;
  border-radius: 5px;
  font-size: 7px;
  line-height: 12px;
  display: inline-flex;
  height: 11px;
  padding: 0 4px;
  letter-spacing: 0.5px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  z-index: 1;
}

/*next-event-section*/
.next-event-section {
  padding: 162px 0;
}
.next-event-block {
  max-width: 928px;
  margin: 0 auto;
}
.next-event-section .section-head {
  margin-bottom: 34px;
}
.event-tab {
  border-bottom: 1px solid #dee2e6;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.event-tab .nav-link {
  width: 20%;
  color: #4f5461;
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 #f1f2f5;
  text-align: center;
  padding: 11px;
}
.event-tab .nav-item.show .nav-link,
.event-tab .nav-link.active,
.event-tab .nav-link:hover {
  box-shadow: inset 0 -2px 0 #175fff;
  color: #175fff;
}
.event-tab .nav-link.active {
  font-weight: 500;
}
.screen-event {
  position: relative;
  top: 1rem;
  z-index: 5;
  -webkit-transition: 0.5s top;
  -moz-transition: 0.5s top;
  -ms-transition: 0.5s top;
  -o-transition: 0.5s top;
  transition: 0.5s top;
  width: 100%;
}
.show .screen-event {
  top: 0;
}
.next-event-section .fade {
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

/*discover-events-on-hopin-section*/
.discover-events-on-hopin {
  padding-bottom: 112px;
}

.discover-events-on-hopin .grid-body {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(286px, 1fr));
  justify-items: center;
  padding: 0;
}

@media (max-width: 770px) {
  .discover-events-on-hopin .grid-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    width: 100%;
    padding: 0 0 0 16px;
  }
}

.discover-events-on-hopin .card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  min-width: 286px;
  padding: 0;
  border: 1px solid var(--color-gray-200);
  box-shadow: 0 8px 8px rgba(44, 50, 60, 0.01), 0 1px 1px rgba(44, 50, 66, 0.06);
  color: var(--color-gray-800);
}

.discover-events-on-hopin .event-picture {
  width: 100%;
  height: 0;
  padding-top: calc(100% / 2.5);
  display: flex;
  background-size: 100%;
  background-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.discover-events-on-hopin .event-link {
  color: inherit;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.discover-events-on-hopin .card .card-body {
  padding: 12px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.discover-events-on-hopin .ticket-info-wrapper {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  line-height: 14px;
}
.discover-events-on-hopin .ticket-info-wrapper:nth-of-type(1) {
  margin-bottom: 8px;
}

.discover-events-on-hopin .ticket-info-wrapper.price {
  color: var(--color-gray-700);
}

/*ways-section*/
.ways-section {
  overflow: hidden;
  position: relative;
  height: 720px;
}
.ways-section:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  box-shadow: inset 0 4px 4px rgba(117, 122, 138, 0.04);
  content: '';
}
.ways-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  box-shadow: inset 0 -4px 4px rgba(117, 122, 138, 0.04);
  content: '';
}
.ways-block {
  height: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ways-block .section-head {
  margin-bottom: 5px;
}
.card-warp {
  width: 890px;
  margin-left: -130px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: 35s linear 0s infinite normal none running scrollUp;
  -o-animation: 35s linear 0s infinite normal none running scrollUp;
  animation: 35s linear 0s infinite normal none running scrollUp;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  height: auto;
}
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-33.33%);
    -moz-transform: translateY(-33.33%);
    -ms-transform: translateY(-33.33%);
    -o-transform: translateY(-33.33%);
    transform: translateY(-33.33%);
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-33.33%);
    -moz-transform: translateY(-33.33%);
    -ms-transform: translateY(-33.33%);
    -o-transform: translateY(-33.33%);
    transform: translateY(-33.33%);
  }
}
.card-warp:after {
  display: table;
  clear: both;
  content: '';
}
.card {
  background: #fff;
  border: 1px solid #f1f2f5;
  -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 12px;
  width: 256px;
  padding: 24px 16px 0;
  min-height: 245px;
}
.card p {
  font-size: 14px;
  line-height: 1.72;
  color: #757a8a;
}
.card-warp .card {
  margin: 16px;
  float: left;
}
.card-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.card .xs-title {
  margin-bottom: 3px;
}

/*review-section*/
.review-section {
  padding: 160px 0 136px;
  overflow: hidden;
}
.blockquote {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.8;
}
.blockquote .mb-2 p {
  margin-bottom: 0.5rem !important;
}
.blockquote:before {
  font-family: 'Icons';
  content: '\e85d';
  color: #175fff;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 20px;
}
.review-tab {
  border-bottom: 0;
  margin-left: 62px;
}
.review-tab .nav-link {
  border: 0;
  width: 6px;
  height: 6px;
  background-color: #d6e3ff;
  opacity: 1;
  border-radius: 50%;
  display: block;
  padding: 0;
  margin: 0 3px;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.review-tab .nav-link.active {
  background-color: #175fff;
}
.review-block {
  margin-bottom: 24px;
}
.reviews-slider {
  padding-left: 65px;
  position: relative;
}
#carouselReview .carousel-indicators {
  position: relative;
}
.reviews-slider .slick-dots {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
}
/*.reviews-slider .review-block .blockquote {
    left: 20px;
    -webkit-transition: all 500ms ease .3s;
    -moz-transition: all 500ms ease .3s;
    -ms-transition: all 500ms ease .3s;
    -o-transition: all 500ms ease .3s;
    transition: all 500ms ease .3s;
    opacity: 0;
}
.reviews-slider .slick-active .review-block .blockquote {
    left: 0;
    opacity: 1;

}
.reviews-slider .slick-prev-slide .review-block .blockquote {
    left: -20px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    opacity: 0;
}*/
.demo-img video::-webkit-media-controls {
  display: none;
  -webkit-appearance: none;
}
video::-webkit-media-controls-overlay-play-button {
  display: none;
}
.reviews-slider .slick-slide {
  height: auto;
}
.carousel-indicators li {
  width: 6px;
  height: 6px;
  background-color: #d6e3ff;
  opacity: 1;
  border-radius: 50%;
}
.carousel-indicators li.active {
  background-color: #175fff;
}
.blockquote-footer {
  color: #4f5461;
  font-size: 14px;
}
.blockquote-footer::before {
  display: none;
}
.mb-30 {
  margin-bottom: 30px;
}
.blockquote-footer .xxs-title {
  margin: 6px 0 0;
  line-height: 1.3;
}
/* HUBSPOT FORM */
.hubspot-form .input {
  border: none;
  box-shadow: none;
  font-size: inherit;
  height: auto;
  padding: 0;
}
.hubspot-form fieldset {
  max-width: none !important;
  margin-bottom: 1rem !important;
}
.hubspot-form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  background-color: var(--color-white);
  border-radius: var(--input-border-radius);
  border: 0.0625rem solid var(--color-line);
  box-shadow: 0 0 0 0 transparent;
  color: var(--color-text);
  font-family: inherit;
  font-size: var(--font-size);
  height: 2.5rem;
  min-width: 0;
  outline: none;
  padding: 0 var(--spacing-16);
  transition-duration: var(--transition-duration);
  transition-property: border-color, box-shadow;
  width: 100%;
  padding-left: 1rem;
}
.hubspot-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover {
  box-shadow: 0rem 0.0625rem 0.125rem rgba(46, 63, 119, 0.08);
}
.hubspot-form input:not([type=checkbox]):not([type=radio]):not([type=submit]).error {
  border-color: var(--color-red-400);
  box-shadow: 0 0 0 0.125rem var(--color-red-200);
}
.hubspot-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
  border-color: var(--color-primary-400);
  box-shadow: 0 0 0 0.125rem var(--color-primary-200);
}
.hubspot-form select {
  appearance: none;
  background-color: var(--color-white);
  background-image: url(asset_path('v2/icons/arrow-down.svg'));
  background-position: right var(--spacing-12) top 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border-radius: var(--border-radius-small);
  border: 0.0625rem solid var(--color-gray-300);
  color: var(--color-text);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: var(--font-size);
  font-weight: var(--font-weight-normal);
  height: 2.5rem;
  line-height: var(--input-height);
  padding: 0 var(--spacing-40) 0 var(--spacing-16);
  transition-duration: var(--transition-duration);
  transition-property: box-shadow;
  white-space: nowrap;
  width: 100% !important;
  padding-left: 1rem;
}
.hubspot-form select:hover:not(.focus-visible) {
  box-shadow: 0rem 0.0625rem 0.125rem rgba(46, 63, 119, 0.08);
}
.hubspot-form select::-ms-expand {
  display: none;
}
.hubspot-form input[type=submit] {
  align-items: center;
  appearance: none;
  background-color: var(--color-primary-400);
  border-radius: var(--button-border-radius);
  border: none;
  color: var(--color-white);
  cursor: pointer;
  font-family: inherit;
  font-size: var(--font-size);
  font-weight: var(--font-weight-semi-bold);
  height: 3.2rem;
  line-height: var(--input-height);
  outline: none;
  padding: 0 var(--spacing-24);
  text-decoration: none;
  transition-duration: var(--transition-duration);
  transition-property: background-color, color;
  width: 100%;
}
.hubspot-form input[type=submit]:hover, .hubspot-form input[type=submit]:active, .hubspot-form input[type=submit]:focus {
  background-color: var(--color-primary-500);
  color: var(--color-white);
}
.hubspot-form ul {
  list-style-type: none;
}
.hubspot-form .legal-consent-container p {
  color: var(--color-text-light);
  font-size: var(--font-size-small);
  margin-bottom: 1rem;
}
.hubspot-form .hs-error-msg, .hubspot-form .hs-form-required {
  color: var(--color-red-400);
}
.hubspot-form .form-columns-2 .hs-form-field {
  width: 47.5% !important;
}
.hubspot-form .form-columns-2 .hs-form-field:first-child {
  margin-right: 5%;
}
.hubspot-form .hs-form-radio-display, .hubspot-form .hs-form-booleancheckbox-display {
  color: var(--color-text);
  font-size: var(--font-size);
  line-height: 1.6;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.hubspot-form .hs-form-radio-display input, .hubspot-form .hs-form-booleancheckbox-display input {
  margin-right: 0.5rem;
}
.hubspot-form .hs-form-radio-display span, .hubspot-form .hs-form-booleancheckbox-display span {
  margin: 0 !important;
}

/*CONTACT SALES PAGE*/
.contact-sales-header {
  background: linear-gradient(121.1deg, #175fff -17.64%, #315ada 52.53%);
  color: #fff;
  display: block;
  position: relative;
  padding: 32px;
}
.contact-sales-content {
  padding: 40px 32px;
  font-size: 16px;
}
#demo-modal {
  padding: 0 !important;
}
#demo-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}
#demo-modal .modal-header {
  border-radius: 0 ;
  padding: 24px 0;
}
#demo-modal .modal-content {
  border-radius: 0;
  border: 0;
  min-height: 100%;
}
.modal-header .logo-block svg path,
.modal-header .logo-block svg path.letter-fill {
  fill: #fff !important;
}
#demo-modal .modal_close {
  font-size: 15px;
  top: 32px;
  right: 32px;
}
.modal-header-desc {
  padding: 58px 0 74px;
  margin-top: 100px;
}
.demo-modal-form {
  background: #ffffff;
  margin-top: -380px;
  z-index: 2;
  border-radius: 12px;
  left: -17px;
  border: 1px solid #f1f2f5;
  box-shadow: 0px 8px 8px rgba(44, 50, 66, 0.01),
    0px 1px 1px rgba(44, 50, 66, 0.06);
  padding: 24px 0 0;
}
.demo-modal-form-head,
.demo-modal-form-body,
.demo-modal-form-footer {
  padding-left: 32px;
  padding-right: 32px;
}
.demo-modal-form-body {
  padding-bottom: 22px;
}
.demo-modal-form-footer {
  border-top: 1px solid #f1f2f5;
  padding-top: 16px;
  padding-bottom: 16px;
}
.demo-modal-form .form-row {
  margin-right: -12px;
  margin-left: -12px;
}
.demo-modal-form .form-row > .col,
.demo-modal-form .form-row > [class*='col-'] {
  padding-right: 12px;
  padding-left: 12px;
}
.demo-modal-form-head {
  margin-bottom: 23px;
}
.demo-modal-form label {
  font-weight: 500;
  font-size: 12px;
  color: #696e7c;
  margin-bottom: 4px;
}
.demo-modal-form .form-control {
  padding-left: 20px;
  padding-right: 20px;
}
.users-medal {
  padding: 16px 0;
  font-size: 14px;
  color: #2c3242;
}
.users-medal img {
  margin-right: 12px;
}
.demo-modal-form .form-row.form-phone-row {
  margin-right: -4px;
  margin-left: -4px;
}
.demo-modal-form .form-row.form-phone-row > .col,
.demo-modal-form .form-row.form-phone-row > [class*='col-'] {
  padding-right: 4px;
  padding-left: 4px;
}
.country-code {
  position: absolute;
  color: #1b1f29;
  font-size: 14px;
  top: 12px;
  left: 24px;
}
.country-code + .form-control {
  padding-left: 52px;
}
.country-code-select .dropdown-toggle::after {
  font-size: 23px;
}
.demo-modal-form .country-code-select .form-control {
  padding-right: 14px;
}
.demo-modal-form .custom-control-label {
  font-size: 14px;
  margin: 0;
}
.demo-modal-form .custom-control-inline {
  margin-right: 23px;
}
.demo-modal-form .custom-control-label::before {
  top: 3px;
}
.demo-modal-form .custom-checkbox {
  margin-top: 23px;
}
.demo-modal-form .custom-checkbox .custom-control-label::before {
  top: 50%;
  margin-top: -9px;
}
.demo-modal-form .custom-checkbox .custom-control-label {
  padding-left: 6px;
}
.demo-modal-form .form-group {
  margin-bottom: 23px;
}
.demo-modal-form .demo-modal-form-footer .btn {
  font-size: 14px;
  height: 48px;
}
.modal-user-rew-block {
  margin-bottom: 25px;
}
.modal-user-rew-slider {
  padding-bottom: 30px;
  -webkit-transition: 0.3s opacity 0.3s;
  -moz-transition: 0.3s opacity 0.3s;
  -ms-transition: 0.3s opacity 0.3s;
  -o-transition: 0.3s opacity 0.3s;
  transition: 0.3s opacity 0.3s;
  width: 529px;
  max-width: 100%;
}
.no_visible {
  opacity: 0;
}
.modal-user-rew-logo {
  margin-bottom: 25px;
  height: 48px;
  display: flex;
  align-items: center;
}
.modal-user-rew-logo img {
  max-height: 48px;
}
.modal-user-rew-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.modal-user-rew-slider .slider__counter {
  position: absolute;
  bottom: 3px;
  z-index: 1;
  color: #4f5461;
  font-size: 18px;
}
.modal-user-rew-slider .slick-prev {
  left: auto;
  right: 48px;
}
.modal-user-rew-slider .slick-next {
  right: 0;
  left: auto;
}
.modal-user-rew-section {
  padding: 50px 0;
  min-height: calc(100vh - 580px);
}
.modal-user-rew-text {
  font-size: 18px;
  position: relative;
  font-style: italic;
  padding-left: 38px;
}
.modal-user-rew-text:before {
  font-family: 'Icons';
  position: absolute;
  top: -1px;
  left: 2px;
  z-index: 1;
  content: '\e85d';
  color: #175fff;
  font-size: 19px;
  font-style: normal;
}
.demo-modal-footer-block {
  border-top: 1px solid #f1f2f5;
  padding-top: 23px;
}
.demo-modal-footer-block ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.demo-modal-footer-block .sm-grey-text {
  margin-bottom: 7px;
}
.demo-modal-footer-block ul li {
  list-style: none;
  margin-bottom: 20px;
}
.no-active .form-control,
.no-active .country-code {
  color: #696e7c;
}
.no-active .dropdown-toggle::after {
  color: #757a8a;
}
.country-code-select .dropdown-item {
  font-size: 14px;
  font-weight: normal;
}
.demo-modal-form .custom-control-input:checked ~ .custom-control-label {
  color: #1b1f29 !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  content: '';
  border: 6px solid #175fff;
}
.demo-modal-form-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0da49a;
  box-shadow: 0px 8px 16px rgba(44, 50, 66, 0.08),
    0px 1px 1px rgba(44, 50, 66, 0.08);
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  width: 196px;
  height: 40px;
  text-align: center;
  margin-bottom: 28px;
  padding: 7px;
  z-index: 10;
}
.demo-modal-form-popup i {
  font-size: 8px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
#demo-modal-close-popup {
  background: rgba(44, 50, 66, 0.64);
}
#demo-modal-close-popup .modal-dialog {
  max-width: 992px;
  width: 94%;
}
#demo-modal-close-popup .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 12px;
}
#demo-modal-close-popup .modal-header {
  padding: 92px 85px 92px 406px;
  border-radius: 12px;
  border: 0;
  position: relative;
}
.ebook-img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-47%);
  -moz-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  -o-transform: translateY(-47%);
  transform: translateY(-47%);
  z-index: 1;
  max-width: 370px;
}
#demo-modal-close-popup .modal-header .md-title {
  margin-bottom: 16px;
}
#demo-modal-close-popup .modal-header p {
  font-size: 18px;
  margin-bottom: 24px;
}
#demo-modal-close-popup .form-inline-wp .form-control {
  width: 284px;
}
.modal-user-rew-slider .slick-slide {
  height: auto;
}
#demo-modal .modal-header-desc,
#demo-modal .demo-modal-form,
#demo-modal .users-medal,
#demo-modal .modal-user-rew-slider,
#demo-modal .demo-modal-footer,
#demo-modal .logo-block,
#demo-modal #demo-modal-close {
  -webkit-transition: 0.5s opacity 0.5s;
  -moz-transition: 0.5s opacity 0.5s;
  -ms-transition: 0.5s opacity 0.5s;
  -o-transition: 0.5s opacity 0.5s;
  transition: 0.5s opacity 0.5s;
  opacity: 0;
}
#demo-modal.show .modal-header-desc,
#demo-modal.show .demo-modal-form,
#demo-modal.show .users-medal,
#demo-modal.show .modal-user-rew-slider,
#demo-modal.show .demo-modal-footer,
#demo-modal.show .logo-block,
#demo-modal.show #demo-modal-close {
  opacity: 1;
}

@media (max-width: 1299px) {
  #demo-modal .section-title {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .demo-modal-footer-block .sm-grey-text {
    text-align: center;
    margin-bottom: 15px;
  }

  #demo-modal .section-title {
    font-size: 36px;
  }

  .demo-modal-form {
    left: 0;
    max-width: 455px;
  }

  .demo-modal-footer-block ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }

  #demo-modal-close-popup .form-inline-wp .form-control {
    width: calc(100% - 220px) !important;
  }

  .modal-user-rew-section {
    min-height: auto;
  }

  .modal-user-rew-text {
    font-size: 16px;
  }

  .demo-modal-footer-block ul li {
    margin: 0 20px 34px;
  }
}
@media (max-width: 991px) {
  #demo-modal-close-popup .modal-header {
    padding: 256px 48px 48px 48px;
  }

  .ebook-img {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    max-width: 260px;
  }

  .demo-modal-form {
    position: relative;
    max-width: 100%;
    top: 0;
    margin-top: 50px;
  }

  #demo-modal .modal_close {
    font-size: 12px;
    top: 34px;
    right: 42px;
  }

  .modal-header-desc {
    padding: 50px 0 156px;
    text-align: center;
  }

  #demo-modal .section-title {
    font-size: 48px;
  }

  .demo-modal-form-popup {
    position: fixed;
    bottom: auto;
    top: 20px;
  }

  .modal-header-desc .container {
    padding: 0 50px;
  }

  .users-medal {
    padding: 31px 0 16px;
    background-color: transparent;
    text-align: center;
  }

  .modal-user-rew-slider {
    width: 77%;
    margin: 0 auto;
  }

  .modal-user-rew-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #demo-modal .modal_close {
    right: 21px;
  }

  .modal-header-desc {
    padding: 0px 0 30px;
  }

  .modal-header-desc .container {
    padding: 0 24px;
  }

  #demo-modal .section-title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .demo-modal-form {
    padding: 24px 0 0;
  }

  .demo-modal-form-head,
  .demo-modal-form-body,
  .demo-modal-form-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .country-code-select > .bootstrap-select {
    width: 106px !important;
  }

  .demo-modal-form .custom-checkbox {
    margin-top: 27px;
  }

  .demo-modal-form .custom-checkbox .custom-control-label {
    font-size: 12px;
    line-height: 1.3;
  }

  .users-medal {
    padding: 19px 0 16px;
  }

  .modal-user-rew-section {
    padding: 16px 0 46px;
  }

  .demo-modal-footer-block {
    padding-top: 40px;
  }

  .demo-modal-footer-block .sm-grey-text {
    margin-bottom: 22px;
  }

  .demo-modal-footer-block ul {
    margin: 0 -5px;
  }

  #demo-modal-close-popup .modal-dialog {
    width: 100%;
    margin: 0;
  }

  #demo-modal-close-popup .modal-header {
    padding: 20px 16px;
    border-radius: 0;
    min-height: 100vh;
  }

  .ebook-img {
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 210px;
    position: relative;
  }

  #demo-modal-close-popup .modal-header .md-title {
    font-size: 32px;
  }

  #demo-modal-close-popup .modal-header p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  #demo-modal-close-popup .form-inline-wp .form-control {
    width: 100% !important;
  }

  .demo-modal-footer-block ul li {
    margin: 0 5px 20px;
    width: 30%;
    text-align: center;
  }

  .modal-user-rew-slider {
    width: 100%;
  }

  .demo-modal-form-head .xs-title {
    font-size: 18px;
  }
}
/*demo-section*/
.demo-section {
  padding: 99px 0 30px;
  min-height: 488px;
  overflow: hidden;
  position: relative;
}
.demo-section .section-head {
  margin-bottom: 23px;
}
.demo-block {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.demo-block .block-title {
  max-width: 90%;
}
.demo-img {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  height: 100%;
  max-width: 55%;
}
.demo-img video {
  width: auto;
  height: 100%;
}
.demo-img-block img {
  display: none;
}
/*.demo-img-block{
    max-width: 55%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}*/
.demo-img-block svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 802px !important;
}
#mission-footer svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 860px !important;
}

/*footer*/
.footer {
  background-color: #f7f8fa;
  padding: 35px 0 24px;
  overflow: hidden;
}
.footer-info {
  width: 230px;
}
.footer-info-inner {
  font-size: 14px;
  color: #757a8a;
  width: 275px;
}
.footer-col {
  padding-left: 30px;
}
.footer-logo {
  margin-bottom: 17px;
}
.footer-title {
  font-weight: 500;
  font-size: 16px;
  margin: 6px 0 10px;
}
.footer-list li {
  list-style: none;
  margin-bottom: 8px;
}
.footer-list li a {
  font-size: 14px;
  color: #4f5461;
}
.footer-list.footer-bottom-list li a {
  color: #979ba8;
}
.footer-list li a:hover,
.social-link:hover {
  color: #175fff;
}
.social-block {
  margin-left: 6px;
}
.social-link {
  color: #757a8a;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.social-link:last-child {
  margin-right: 0 !important;
}
.social-link .icon-facebook {
  font-size: 22px;
}
.social-block .social-link:nth-child(2) {
  margin-right: 16px;
}
.footer-form {
  position: relative;
  width: 286px;
}
.footer-form .form-control {
  padding-right: 50px;
  margin-top: -7px;
  margin-bottom: 17px;
}
.footer-form-btn {
  background: transparent;
  border: 0;
  color: #175fff;
  position: absolute;
  top: 8px;
  right: 18px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-form-btn:hover {
  color: #1043b3;
}
.footer-bottom {
  color: #757a8a;
  font-size: 14px;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom-list {
  margin-bottom: 0;
}
.footer-bottom-list li {
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 0;
}
.footer hr {
  margin-top: 6px;
  margin-bottom: 22px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: 60px;
  right: 7.5%;
  list-style: none;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  margin: 0 3px;
}
.slick-dots li.slick-active button {
  background-color: #175fff;
}
.slick-dots li button {
  border: 0;
  width: 6px;
  height: 6px;
  background-color: #d6e3ff;
  opacity: 1;
  border-radius: 50%;
  display: block;
  padding: 0;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #bdbfc7;
  border-radius: 50%;
  background-color: transparent;
  color: #757a8a;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 22px;
  line-height: 1;
}
.slick-prev i {
  position: relative;
  left: -1px;
}
.slick-next i {
  position: relative;
  left: 1px;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #175fff;
  border-color: #175fff;
  color: #fff;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/*WHY HOPIN*/
.page-into-section {
  padding: 164px 0 95px;
  position: relative;
}
.page-into-block {
  max-width: 930px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.67;
}
.page-into-block .section-head {
  margin-bottom: 23px;
}

/*hopin-map*/
.hopin-map {
  padding: 30px 0;
  overflow: hidden;
}
.map-block {
  margin-left: -72px;
  position: relative;
  top: 0;
}
.map-block img {
  max-width: none;
}
.map-block video {
  max-width: 875px;
  height: auto;
}
.hopin-map-block {
  position: relative;
  z-index: 1;
}

/*host-full-section*/
.host-full-section {
  padding: 40px 0 50px;
}
.host-full-video {
  margin-left: -75px;
  margin-bottom: 18px;
}
.host-full-video video {
  max-width: 732px;
  height: auto;
}
.scale-block {
  position: relative;
  margin-bottom: 40px;
}
.host-full-2 {
  position: absolute;
  right: 20px;
  top: 39%;
  z-index: 1;
}
.host-full-3 {
  position: absolute;
  left: 62px;
  bottom: -23px;
  z-index: 1;
}

/*host-public-section*/
.host-public-section {
  padding: 55px 0 11px;
  overflow: hidden;
}
.host-public-block img {
  max-width: initial;
}

.host-public-block {
  margin-left: -15px;
}
.host-public-block video {
  max-width: 730px;
  height: auto;
  margin-bottom: 46px;
}
#host-card svg {
  max-width: 128%;
  position: relative;
  left: -70px;
  top: -25px;
}

/*event-section*/
.event-section {
  padding: 112px 0 125px;
}
.event-section .section-head {
  max-width: 940px;
  margin: 0 auto 15px;
}
.event-video {
  max-width: 1004px;
  margin: 0 auto 10px;
}
.event-block {
  width: 448px;
  max-width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  padding: 0 7%;
}
.event-img.custom-animation svg {
  max-width: 80%;
}
.event-block .xs-title {
  margin-bottom: 2px;
}
video {
  max-width: 100%;
  height: auto;
}

/*apply-section*/
.apply-section {
  padding: 57px 0 17px;
}
#apply-animation svg {
  max-width: 115%;
  position: relative;
  left: -50px;
}
.apply-section .section-head {
  position: relative;
  z-index: 1;
}
.apply-video {
  margin-left: -100px;
}
.apply-video video {
  max-width: 760px;
}

/*step-section*/
.step-section {
  padding: 152px 0 70px;
}
.step-section .section-head {
  margin-bottom: 17px;
}
.step-block {
  max-width: 630px;
  margin: 0 auto;
  position: relative;
  padding-left: 106px;
}
.step-block li:before {
  width: 2px;
  bottom: -85px;
  background-color: #d6e3ff;
  content: '';
  position: absolute;
  top: 90px;
  left: -56px;
  z-index: 1;
}
.step-block li:first-child:before {
  bottom: -190px;
  top: 55px;
}
.step-block li:last-child:before {
  display: none;
}
.step-block li {
  counter-increment: step-counter;
  list-style: none;
  position: relative;
}
.step-block li:first-child {
  margin-bottom: 28px;
}
/*.step-block li:before{
    content: counter(step-counter);
    font-weight: 200;
    font-size: 130px;
    line-height: 1;
    color: #D6E3FF;
    position: absolute;
    top: -13px;
    left: -12px;
    width: 62px;
    text-align: center;
}*/
.step-block li:first-child:after {
  top: 42px;
}
.step-block li:nth-child(2):after {
  top: 70px;
}
.step-block li:after {
  position: absolute;
  top: 82px;
  left: -63px;
  width: 16px;
  height: 16px;
  background-color: #175fff;
  border: 5px solid #d6e3ff;
  border-radius: 50%;
  z-index: 2;
  content: '';
}
.step-block .xs-title {
  margin-bottom: 17px;
}

/*features-section*/
.features-section {
  padding: 112px 0 80px;
}
.features-section .row > div {
  margin-bottom: 32px;
}
.features-section .section-head {
  margin-bottom: 23px;
}
.card-left {
  width: 100% !important;
  padding: 24px 24px 0;
  min-height: 268px;
  /*height: 100%;*/
}
.card-left .card-img {
  width: 72px;
  height: 72px;
  margin: 0 0 16px;
}

/*hopin-numbers-section*/
.hopin-numbers-section {
  padding: 115px 0 61px;
}
.numbers-block {
  text-align: center;
  font-size: 16px;
  position: relative;
}
.numbers-title {
  font-weight: 500;
  font-size: 46px;
  line-height: 1.15;
  color: #175fff;
  margin-bottom: 5px;
  white-space: nowrap;
}
.numbers-title span {
  font-size: 22px;
  color: #979ba8;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  top: -6px;
  left: -2px;
}
.numbers-title sup {
  top: -12px;
  font-size: 100%;
}
.xs-title > a,
.sm-title > a,
.xxxs-title > a,
.md-title > a {
  color: #1d1e1f;
  display: inline-block;
}
.xs-title > a:hover,
.sm-title > a:hover,
.xxxs-title > a:hover,
.md-title > a:hover {
  color: #175fff;
}
.numbers-title .line-sep {
  font-size: 46px;
  font-weight: 200;
  top: -3px;
  line-height: 1;
  left: auto;
}
.numbers-block:before {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
  background-color: #f1f2f5;
  width: 1px;
  height: 100%;
  content: '';
}
.hopin-numbers-section .row > div:first-child .numbers-block:before,
.case-numbers-section .row > div:first-child .numbers-block:before {
  display: none;
}
.investor-section + .news-section {
  margin-top: 60px;
}

/*news-section*/
.news-section {
  padding: 52px 0 82px;
}
.news-section .section-head {
  margin-bottom: 38px;
}
.news-block {
  border: 1px solid #f1f2f5;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 12px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.news-block:hover {
  background: #f7f8fa;
}
.news-img img {
  border-radius: 12px 12px 0 0;
  width: 100%;
}
.news-block.no-gutters .news-img {
  padding-right: 15px;
  height: 100%;
  min-height: 360px;
}
.news-block.no-gutters .news-img a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 12px 0 0 12px;
}
.news-desc {
  padding: 25px 22px 15px;
}
.news-desc > p {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.counter {
  font-style: normal !important;
  display: inline-block;
}
.p-5 {
  padding: 2rem !important;
}
.row.news-block .news-img img {
  border-radius: 12px 0 0 12px;
}

/*OUR MISSION*/

/*problem-section*/
.problem-section {
  padding: 115px 0 50px;
}
.media-card {
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100% !important;
  min-height: auto !important;
  padding: 32px 24px 16px;
  margin-bottom: 32px;
}
.media-card .card-img {
  width: 72px;
  height: 72px;
}
.blockquote-lg {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  padding: 0 65px;
  margin: 30px auto;
  max-width: 920px;
}
.blockquote-lg:before {
  font-family: 'Icons';
  content: '\e85d';
  color: #175fff;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 24px;
}
.blockquote-lg:after {
  font-family: 'Icons';
  content: '\e85d';
  color: #175fff;
  position: absolute;
  bottom: 2px;
  right: 0;
  font-size: 24px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*about-mission*/
.about-mission {
  overflow: hidden;
  margin: 112px 0 82px;
  padding: 144px 0;
  position: relative;
}
.mission-bg {
  position: absolute;
  width: 44.5%;
  height: 100%;
  min-width: 44.5%;
  min-height: 100%;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  max-width: initial;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-mission-img img {
  max-width: initial;
}
.content b span {
  font-weight: 500;
}
.content p {
  margin-bottom: 1.5rem;
}
.content p + figure.wp-block-embed {
  margin-bottom: 1.5rem;
}
.content p:last-child {
  margin-bottom: 0;
}
.content ul:not([class]) {
  list-style: none;
  margin-bottom: 1.5rem;
}
.content ul:not([class]) li {
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.8;
  position: relative;
}
.content ul:not([class]) li:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: #175fff;
  text-align: center;
  content: '';
  left: 1px;
  top: 13px;
}
.content ul:not([class]) ul li:before {
  background-color: #bdd2ff;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #f1f2f5;
}
.demo-section-our-mission {
  min-height: 459px;
  padding: 95px 0 30px;
}
.wp-block-quote {
  border-left: 4px solid #175fff;
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  color: #757a8a;
  font-size: 14px;
  font-weight: 500;
}

/*acc-problem-section*/
.acc-problem-section {
  padding: 70px 0 110px;
}
.acc-problem-section .section-head {
  max-width: 350px;
}

/*approach-section*/
.approach-section {
  padding: 80px 0 113px;
}
.approach-block {
  max-width: 738px;
  margin: 0 auto;
}
.approach-block .section-head {
  margin-bottom: 39px;
}
.alert {
  padding: 1.5rem;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 34px;
}
.alert-lg {
  font-size: 28px;
  line-height: 1.3;
}
.alert-primary {
  color: #175fff;
  background-color: #ecf2ff;
  border-color: #ecf2ff;
}
.content a {
  font-weight: 500;
}

/*people-section*/
.people-section {
  padding: 170px 0 155px;
  position: relative;
  overflow: hidden;
  background: rgb(23, 95, 255); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(23, 95, 255, 1) 0%,
    rgba(49, 90, 218, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(23, 95, 255, 1) 0%,
    rgba(49, 90, 218, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(23, 95, 255, 1) 0%,
    rgba(49, 90, 218, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175fff', endColorstr='#315ada',GradientType=1 ); /* IE6-9 */
  color: #fff;
}
.people-img {
  position: absolute;
  right: 44%;
  top: 0;
  width: 905px;
  height: 100%;
  z-index: 1;
}
.people-block .section-head + .section-head {
  margin-top: 90px;
  margin-bottom: 0;
}
.people-block .small-title {
  margin-bottom: 15px;
}

/*ABOUT US*/

/*values-section*/
.section-head {
  margin-bottom: 25px;
}
.values-section {
  padding: 112px 0 60px;
}
.values-section .event-block {
  padding: 0;
}
.what-hopin {
  padding: 96px 0 42px;
}
.events-hosted-block {
  margin-top: 44px;
}
.events-hosted-title,
.events-progress-count {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 13px;
  line-height: 1;
}
.events-progress-date {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
.events-progress-date > div:last-child {
  text-align: right;
}
.progress-date {
  color: #757a8a;
  font-size: 10px;
  line-height: 1;
}
.events-hosted-block .progress {
  height: 8px;
  background-color: #ecf2ff;
  border-radius: 4px;
}
.what-hopin .content p {
  margin-bottom: 1.8rem;
}

/*goal-section*/
.goal-section {
  padding: 84px 0 90px;
}
.goal-section .section-head {
  margin-bottom: 24px;
}
.goal-img {
  margin-left: -50px;
}
.investor-section {
  padding: 96px 0 58px;
}

/*BLOG*/
.news-autor span {
  display: inline-block;
}
.news-autor span + span:before {
  content: '•';
  padding: 0 8px;
  font-size: 8px;
  vertical-align: 2px;
}
.news-desc-sm {
  font-size: 16px;
  line-height: 1.75;
}
.news-img-bg {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 59.6%;
  border-radius: 12px 12px 0 0;
  display: block;
}
iframe {
  overflow: hidden;
  max-width: 100%;
}
.article-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-footer img {
  max-width: 40px;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.mb-6 {
  margin-bottom: 3rem !important;
}
.article-head .social-block {
  margin-left: 0;
  margin-right: 6px;
}
.article-head .social-link {
  margin-right: 15px;
  font-size: 13px;
}
.article-head .social-link .icon-facebook {
  font-size: 16px;
  top: -1px;
  position: relative;
}
.figure-caption {
  border-left: 4px solid #ecf2ff;
  padding-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #757a8a;
  margin: 1.5rem 0;
}
.back-link {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  color: #2c3242;
  left: calc((100% - 1120px) / 2);
  top: 105px;
}
.icon-btn {
  width: 24px;
  height: 24px;
  border: 1px solid #e4e6eb;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.primary-color {
  color: #2c3242;
}
.blue-color {
  color: #175fff !important;
}

/*PAGE*/
[data-aos='fade-up'] {
  transform: translateY(55px);
}
.page-section {
  padding: 152px 0;
}
.top-mess-active .page-section {
  padding-top: 212px;
}
.top-mess-active .back-link {
  top: 165px;
}
.ver-upd {
  font-weight: 500;
  font-size: 14px;
  color: #757a8a;
}
.ver-upd span {
  display: inline-block;
}
.ver-upd span + span:before {
  content: '•';
  padding: 0 14px;
}
.page-section .content h1 {
  margin-bottom: 2rem;
}
.page-section hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
/*.page-section .content ul:not([class]) {
    margin-bottom: 1.8rem;
    margin-top: .7rem;
}*/
.page-section .content ul:not([class]) li {
  margin-bottom: 0.5rem;
}
.page-section .content h3 {
  margin-top: 48px;
}
.page-section .content h3 + h5 {
  margin-top: 32px;
}
.page-section .content h4 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.page-section .content h5 {
  margin-top: 48px;
  margin-bottom: 1.5rem;
}
.content img {
  box-shadow: 0 4px 4px rgba(47, 57, 78, 0.08), 0 1px 1px rgba(47, 57, 78, 0.08);
}
.content img,
.content iframe {
  border-radius: 12px;
}
.content ol,
.content ul,
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
  margin-bottom: 1.5rem;
}
.news-block .news-desc-sm .sm-title {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 12px;
  min-height: 62px;
}
.modal-dialog {
  max-width: 418px;
}
.modal-backdrop {
  background-color: #2c3242;
}
.modal-backdrop.show {
  opacity: 0.88;
}
.modal-content {
  border-radius: 12px;
  padding: 40px 32px;
  font-size: 16px;
}
.modal-close {
  position: absolute;
  top: 22px;
  right: 21px;
  background: transparent;
  border: 0;
  font-size: 12px;
  color: #757a8a;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.modal-close:hover {
  color: #2c3242;
}
.modal-content .section-head {
  margin-bottom: 10px;
}
.modal-content .sm-title {
  margin-bottom: 6px;
}
.form-control {
  border: 1px solid #e4e6eb;
  -webkit-box-shadow: 0 1px 2px rgba(46, 63, 119, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(46, 63, 119, 0.08);
  box-shadow: 0 1px 2px rgba(46, 63, 119, 0.08);
  border-radius: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 48px;
  font-size: 14px;
  color: #2c3242;
}
.form-control:focus {
  color: #2c3242;
  border-color: #175fff;
  box-shadow: 0 0 0 2px #d6e3ff;
}
.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
.invalid-feedback {
  margin-top: -2px;
  font-size: 12px;
  color: #fe4d4d;
  position: absolute;
  top: 100%;
  white-space: nowrap;
}
.form-control::-webkit-input-placeholder {
  color: #757a8a;
}
.form-control:-moz-placeholder {
  color: #757a8a;
}
.form-control:-moz-placeholder {
  color: #757a8a;
}
.form-control:-ms-input-placeholder {
  color: #757a8a;
}
.form-info {
  font-size: 12px;
  color: #757a8a;
}
.icon-info {
  color: #bdbfc7;
  font-size: 14px;
  margin-left: 2px;
}
.inform-block:hover .icon-info {
  color: #175fff;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #fe4d4d;
  background-image: none;
  box-shadow: 0 0 0 2px #ffd3d3;
}
.inform-block {
  position: relative;
}
.inform-block-inner {
  position: absolute;
  width: 285px;
  padding: 8px 12px;
  background: #000000;
  box-shadow: 0 8px 16px rgba(44, 50, 66, 0.08);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.35;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  -moz-transition: 0.3s opacity, 0.3s visibility;
  -ms-transition: 0.3s opacity, 0.3s visibility;
  -o-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
  color: #fff;
  z-index: 2;
}
.inform-block-inner:before {
  position: absolute;
  top: 0;
  left: -12px;
  width: 12px;
  height: 100%;
  content: '';
}
.inform-block-inner:after {
  border-top: 6px solid transparent;
  border-right: 5px solid #000;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  content: '';
}
.inform-block:hover .inform-block-inner {
  opacity: 1;
  visibility: visible;
}
.inform-block-inner a {
  font-weight: 500;
  color: #175fff !important;
}
.form-info .form-group {
  margin-bottom: 18px;
}
.form-info .form-group > div {
  margin-bottom: 3px;
}
.custom-control-label::before {
  top: 2px;
  width: 18px;
  height: 18px;
}
.custom-control-label {
  color: #757a8a;
  font-size: 12px;
  cursor: pointer;
}
.custom-control-label a {
  font-weight: 500;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #175fff;
  background-color: #175fff;
  content: '\e865';
  font-family: 'Icons';
  font-weight: normal;
  font-size: 8px;
  text-align: center;
}
.custom-control-label::after {
  opacity: 0 !important;
}
.custom-animation svg {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
}
#map-amination {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
.events-hosted-block .progress-bar {
  -webkit-transition: 1.6s width;
  -moz-transition: 1.6s width;
  -ms-transition: 1.6s width;
  -o-transition: 1.6s width;
  transition: 1.6s width;
}
.aos-animate.events-hosted-block .progress-bar {
  width: 81% !important;
}
.values-section .custom-animation {
  height: 280px;
}
.customers-section {
  padding: 40px 0 35px;
}
.customers-section .section-head {
  margin-bottom: 5px;
}
.customers-list {
  margin: 0 -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.customers-list li {
  display: flex;
  margin: 0 0.8% 5px;
  padding: 10px;
}

/*case-section*/
.case-section {
  padding: 45px 0 80px;
}
.case-block {
  background-color: #fff;
  border: 1px solid #f1f2f5;
  -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 12px;
  margin-bottom: 30px;
  display: block;
  color: #2c3242;
  -webkit-transition: 0.3s border-color, 0.3s background-color;
  -moz-transition: 0.3s border-color, 0.3s background-color;
  -ms-transition: 0.3s border-color, 0.3s background-color;
  -o-transition: 0.3s border-color, 0.3s background-color;
  transition: 0.3s border-color, 0.3s background-color;
}
.case-section-row > div {
  margin-bottom: 30px;
}
.case-section-row .case-block {
  margin-bottom: 0;
  height: 100%;
}
.case-block:hover {
  background-color: #f7f8fa;
  border-color: #f7f8fa;
  color: #2c3242;
}
.orange-gradient .case-img {
  background: rgb(254, 181, 38); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(254, 181, 38, 1) 0%,
    rgba(239, 131, 54, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(254, 181, 38, 1) 0%,
    rgba(239, 131, 54, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(254, 181, 38, 1) 0%,
    rgba(239, 131, 54, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb526', endColorstr='#ef8336',GradientType=1 ); /* IE6-9 */
}
.blue-gradient .case-img {
  background: rgb(23, 95, 255); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(23, 95, 255, 1) 0%,
    rgba(49, 90, 218, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(23, 95, 255, 1) 0%,
    rgba(49, 90, 218, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(23, 95, 255, 1) 0%,
    rgba(49, 90, 218, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175fff', endColorstr='#315ada',GradientType=1 ); /* IE6-9 */
}
.fio-gradient .case-img {
  background: rgb(105, 48, 219); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(105, 48, 219, 1) 0%,
    rgba(128, 80, 225, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(105, 48, 219, 1) 0%,
    rgba(128, 80, 225, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(105, 48, 219, 1) 0%,
    rgba(128, 80, 225, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6930db', endColorstr='#8050e1',GradientType=1 ); /* IE6-9 */
}
.green-gradient .case-img {
  background: rgb(34, 165, 102); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(34, 165, 102, 1) 0%,
    rgba(51, 181, 119, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(34, 165, 102, 1) 0%,
    rgba(51, 181, 119, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(34, 165, 102, 1) 0%,
    rgba(51, 181, 119, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a566', endColorstr='#33b577',GradientType=1 ); /* IE6-9 */
}
.blue-gradient-2 .case-img {
  background: rgb(95, 71, 249); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(95, 71, 249, 1) 0%,
    rgba(86, 153, 201, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(95, 71, 249, 1) 0%,
    rgba(86, 153, 201, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(95, 71, 249, 1) 0%,
    rgba(86, 153, 201, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f47f9', endColorstr='#5699c9',GradientType=1 ); /* IE6-9 */
}
.yellow-gradient .case-img {
  background: rgb(255, 210, 121); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(255, 210, 121, 1) 0%,
    rgba(237, 200, 83, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 210, 121, 1) 0%,
    rgba(237, 200, 83, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 210, 121, 1) 0%,
    rgba(237, 200, 83, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd279', endColorstr='#edc853',GradientType=1 ); /* IE6-9 */
}
.case-img {
  padding: 40px 40px 0;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
.case-img img {
  border-radius: 12px 12px 0 0;
  width: 100%;
}
.case-body {
  padding: 32px 30px 16px;
  font-size: 16px;
  line-height: 1.75;
}
.case-body .sm-title {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 12px;
}
.case-logo {
  margin-bottom: 25px;
  height: 48px;
}
.case-logo img {
  max-height: 100%;
}
/*case-page-section*/
.case-page-section {
  padding: 176px 0 88px;
}
.case-page-head {
  margin-bottom: 30px;
}
.section-head .case-logo {
  margin-bottom: 18px;
  height: auto;
}
.case-page-head .section-title {
  margin-bottom: 26px;
}
.case-page-head .social-block {
  margin-left: 0;
  font-size: 12px;
}
.case-page-head .social-link .icon-facebook {
  font-size: 15px;
}
.case-page-head .social-link {
  margin: 0 10px !important;
}
.case-page-section .case-logo {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-alert {
  background: #f7f8fa;
  border-radius: 12px;
  padding: 36px 32px;
  margin-bottom: 30px;
  margin-top: 32px;
}
.custom-alert .xs-title {
  margin-bottom: 9px;
}
.custom-alert p {
  margin-bottom: 1.5rem;
}
.custom-alert p:last-of-type {
  margin-bottom: 0;
}
.btn_link {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.btn_link:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 100%;
  height: 1px;
  background: #175fff;
  -webkit-transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
  transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
  left: 0;
  right: auto;
}
.btn_link:hover:after {
  width: 0;
  right: 0;
}
.psr-block {
  margin-top: 90px;
  position: relative;
}
.psr-block-inner {
  position: relative;
  padding-left: 96px;
}
.psr-block-inner:not(:last-child):before {
  width: 2px;
  top: 5px;
  background-color: #f7f8fa;
  content: '';
  position: absolute;
  left: 8px;
  z-index: 1;
  bottom: -130px;
}
.psr-block-inner:after {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 16px;
  height: 16px;
  background-color: #175fff;
  border: 5px solid #d6e3ff;
  border-radius: 50%;
  z-index: 2;
  content: '';
}
.psr-block-inner:first-child:after {
  background-color: #e64646;
  border-color: #ffd3d3;
}
.psr-block-inner:last-child:after {
  background-color: #0da49a;
  border-color: #edf8f8;
}
.psr-block-inner:not(:last-child) {
  margin-bottom: 116px;
}
.psr-block-inner .small-title {
  margin-bottom: 9px;
}
.psr-block-inner p,
.psr-block-inner .bbody,
.psr-block-inner .blockquote {
  margin-bottom: 1.5rem;
}
.psr-block-inner .bbody p {
  margin-bottom: 0.5rem;
}
.media-card-sm {
  padding: 1.5rem !important;
  margin-bottom: 0.5rem;
}
.media-card-sm .card-img {
  width: 56px;
  height: 56px;
  margin-bottom: 0;
}

/*more-section*/
.more-section {
  background: #f7f8fa;
  padding: 112px 0 72px;
}
.case-block-sm .case-body {
  padding: 24px 24px 19px;
}
.case-block-sm .case-img {
  padding: 32px 32px 0;
  border-radius: 8px 8px 0 0;
}
.case-block-sm .case-img img {
  border-radius: 8px 8px 0 0;
}
.case-block-sm .case-logo {
  margin-bottom: 8px;
  height: 32px;
}
.case-block-sm .case-logo img {
  height: 32px;
}
.case-img-bg {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 44.9%;
  border-radius: 8px 8px 0 0;
  max-width: 523px;
  margin: 0 auto;
}
.wp-block-separator {
  border-bottom: 1px solid #f1f2f5;
}

/*home-case-section*/
.home-case-section {
  padding: 160px 0;
}
.home-case-section .section-head {
  text-align: center;
  max-width: 930px;
  margin: 0 auto 35px;
}
.case_block {
  border: 1px solid #f1f2f5;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 12px;
  padding: 1.5rem;
  font-size: 16px;
  line-height: 1.75;
  color: #4f5461;
  margin-bottom: 1rem;
  display: block;
}
a.case_block:hover {
  color: #4f5461;
  box-shadow: 0 6px 6px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
}
.case_block .case-logo {
  margin-bottom: 1.5rem;
  height: 32px;
}
.case_block p {
  margin-bottom: 1.5rem;
}
.case_block .media-body,
.blockquote-footer {
  font-size: 14px;
  line-height: 1.64;
  color: #4f5461;
  max-width: 95%;
}
.case_block .xxxs-title,
.blockquote-footer .xxxs-title {
  margin: 4px 0;
  color: #2c3242;
}
.home-case-section .customers-list {
  margin-bottom: 33px;
}
.case_block .media > img,
.blockquote-footer.media > img {
  margin-right: 12px;
}
.live-tweets {
  margin-top: 80px;
}
.lt-block {
  border: 1px solid #f1f2f5;
  -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.shadow-img {
  -webkit-box-shadow: 0 1px 1px rgba(47, 57, 78, 0.08),
    0 4px 4px rgba(47, 57, 78, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(47, 57, 78, 0.08),
    0 4px 4px rgba(47, 57, 78, 0.08);
  box-shadow: 0 1px 1px rgba(47, 57, 78, 0.08), 0 4px 4px rgba(47, 57, 78, 0.08);
  border-radius: 8px;
}
.ml--3 {
  margin-left: -16px;
}
.case-numbers-section {
  padding: 64px 0;
}
.title-dot {
  padding-left: 16px;
  position: relative;
}
.title-dot:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: #175fff;
  text-align: center;
  content: '';
  left: 1px;
  top: 13px;
}

/*hopin-event-atten*/
.about-event {
  background: rgba(236, 242, 255, 0.32);
  padding: 72px 0;
}

/*our-story*/
.our-story {
  padding: 112px 0 88px;
}
.what-hopin-hosted {
  padding: 72px 0 90px;
}
.goal-section .content {
  max-width: 640px;
  margin-left: auto;
}
.about-event ul:not([class]) li {
  margin-bottom: 8px;
  font-size: 18px;
}
.about-event-block p:last-of-type {
  margin-bottom: 0;
}

/*Bootstrap-select v1.13.14*/

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -2px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #757a8a;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*='col-']) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*='col-'].dropdown-menu-right,
.row .bootstrap-select[class*='col-'].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group
  .bs3-has-addon.bootstrap-select
  .dropdown-toggle
  .filter-option
  .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*='col-'] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup
  .dropdown-toggle
  .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*CAREERS*/
/*who-we-are*/
.who-we-are {
  padding: 112px 0;
  overflow: hidden;
}
.who-we-are .section-head {
  max-width: 544px;
  margin: 0 auto 48px;
}
.who-we-are .section-head p {
  margin-bottom: 1rem;
}
.who-we-are-img {
  margin-bottom: 152px;
}
.who-we-are-detail {
  margin-bottom: 40px;
}
.careers-value .section-head {
  margin-bottom: 0;
  padding-right: 15px;
}
.careers-value .card-left {
  min-height: 244px;
  padding-right: 55px;
}

/*where-we-are*/
.where-we-are {
  padding: 152px 0;
  overflow: hidden;
}
.where-we-are .section-head {
  max-width: 544px;
  margin: 0 auto 40px;
  text-align: center;
}
.map-section {
  max-width: 1120px;
  margin: 0 auto;
}
#map {
  height: 512px;
  border: 1px solid #f1f2f5;
  border-radius: 8px;
}
.gm-style .gm-style-iw-c {
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 16px rgba(44, 50, 66, 0.08);
  -moz-box-shadow: 0 8px 16px rgba(44, 50, 66, 0.08);
  box-shadow: 0 8px 16px rgba(44, 50, 66, 0.08);
  margin-top: 5px;
}
.gm-style .gm-style-iw-d {
  font-family: 'Larsseit';
  font-weight: 500;
  font-size: 14px;
}
.gm-style .gm-style-iw-c button {
  display: none !important;
}
.gm-style .gm-style-iw-t::after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 5px;
  height: 7px;
  width: 7px;
}
.gm-bundled-control > .gmnoprint > div {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  width: 48px !important;
  height: 104px !important;
  top: -20px;
  position: relative;
  left: -20px;
}
.gm-bundled-control > .gmnoprint > div button {
  width: 48px !important;
  height: 48px !important;
  background-color: #ffffff !important;
  border: 1px solid #f1f2f5 !important;
  -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01) !important;
  -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01) !important;
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01) !important;
  border-radius: 50% !important;
  background-image: url(../images/plus.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}
.gm-bundled-control > .gmnoprint > div button img {
  display: none !important;
}
.gm-bundled-control > .gmnoprint > div > button + div {
  height: 8px !important;
  background-color: transparent !important;
}
.gm-bundled-control > .gmnoprint > div > button + div + button {
  background-image: url(../images/minus.svg) !important;
}

/*jobs-section*/
.jobs-section {
  padding: 112px 0;
  position: relative;
}
.jobs-section-inner {
  max-width: 736px;
  margin: 0 auto;
}
.jobs-header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.jobs-section-inner .bhead {
  position: relative;
  padding-right: 100px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.jobs-section-inner .block-title {
  margin-bottom: 0;
}
.jobs-section-inner .bhead .scroll_top {
  position: absolute;
  z-index: 1;
  right: 0;
  font-weight: 500;
  font-size: 16px;
  top: 12px;
}
.no-jobs-text {
  font-size: 18px;
  margin-bottom: 19px;
}
.vacancy-card.no-jobs {
  padding: 24px 24px 26px;
  max-width: 96.74%;
  margin-left: auto;
  margin-right: auto;
}
.no-jobs .btn-link {
  font-size: 16px;
  font-weight: 500;
}
.vacancy-filter {
  background: #175fff;
  border-radius: 8px;
  padding: 20px 24px 25px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}
.vacancy-filter label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}
.vacancy-filter .form-control {
  border: 1px solid #e4e6eb !important;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 400;
}
.dropdown-toggle::after {
  border: 0 !important;
  font-family: 'Icons';
  content: '\f107';
}
.bootstrap-select.show .form-control {
  border-radius: 4px 4px 0 0;
}
.dropdown-menu {
  margin-top: -1px;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #e4e6eb;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 2px rgba(46, 63, 119, 0.08);
}
.dropdown-item {
  padding: 8px 10px;
  border-radius: 4px;
}
.dropdown-item {
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #2c3242;
  background-color: #e4e6eb;
  font-weight: 500;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  background-color: #175fff;
  font-weight: 500;
}
.bootstrap-select.show .dropdown-toggle::after {
  content: '\f106';
}
.bootstrap-select > .dropdown-menu .inner {
  overflow-y: hidden !important;
}
.vacancy-card {
  display: block;
  color: #2c3242 !important;
  font-size: 16px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #f1f2f5;
  -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  padding: 23px 50px 15px 24px;
  -webkit-transition: 0.3s box-shadow;
  -moz-transition: 0.3s box-shadow;
  -ms-transition: 0.3s box-shadow;
  -o-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
}
.vacancy-card:hover {
  -webkit-box-shadow: 0 1px 1px rgba(47, 57, 78, 0.08),
    0 4px 4px rgba(47, 57, 78, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(47, 57, 78, 0.08),
    0 4px 4px rgba(47, 57, 78, 0.08);
  box-shadow: 0 1px 1px rgba(47, 57, 78, 0.08), 0 4px 4px rgba(47, 57, 78, 0.08);
}
.vacancy-card .xs-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.vacancy-card p {
  margin-bottom: 9px;
}
.vacancy-right-btn {
  font-size: 14px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.vacancy-card:hover .vacancy-right-btn {
  color: #175fff;
}
.badge {
  padding: 9px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.badge-secondary {
  color: #757a8a;
  background-color: #f7f8fa;
}
.badge i {
  margin-right: 6px;
}
.vacancy-tag .badge {
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.vacancy-tag .badge:not(:last-child) {
  margin-right: 14px;
}
.jobs-section-inner hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vacancy-footer {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}
.type-login li {
  list-style: none;
  display: inline-block;
  margin-right: 32px;
}
.type-login li:last-of-type {
  margin-right: 0;
}
.type-login li a {
  font-weight: 500;
  color: #fff !important;
  position: relative;
}
.type-login li a:after {
  content: '';
  position: absolute;
  width: 0;
  top: 100%;
  height: 2px;
  background: #fff;
  right: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
  transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
}
.type-login li a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.working-form .form-group {
  margin-bottom: 0;
}
.working-form hr {
  opacity: 0.2;
  max-width: 448px;
}
.working-form form .form-control {
  width: 256px;
}
.working-form form .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}
.vacancy-filter .form-row {
  margin-right: -16px;
  margin-left: -16px;
}
.vacancy-filter .form-row > .col,
.vacancy-filter .form-row > [class*='col-'] {
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 0;
}
.filter-btn {
  background: #fff;
  border: 1px solid #e4e6eb;
  border-radius: 4px;
  color: #757a8a;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.filter-btn i {
  margin-right: 6px;
}
.filter-btn.active {
  color: #175fff;
  background: #d6e3ff;
  border-color: #d6e3ff;
}
.shadow-block {
  background: #ffffff;
  border: 1px solid #f1f2f5;
  -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 24px;
}
.psr-block-inner.content ul:not([class]) li {
  margin-bottom: 32px;
}
.block-group {
  margin-bottom: 35px;
}
.block-group p {
  margin-bottom: 8px;
}
.job-page-head {
  margin-bottom: 32px;
}
.job-page-head .section-title {
  margin-bottom: 14px;
}
.job-tags {
  font-weight: 500;
  font-size: 14px;
  color: #757a8a;
}
.job-tags span:not(:last-child) {
  margin-right: 14px;
}
.job-tags span i {
  margin-right: 6px;
}
.job-page-head .section-head {
  margin-bottom: 30px;
}
.job-img {
  margin-bottom: 25px;
}
.soc-title {
  font-weight: 500;
  font-size: 16px;
  margin-right: 16px;
}
.job-share .social-link {
  font-size: 14px;
  margin-right: 16px;
}
.job-share .social-link .icon-facebook {
  font-size: 15px;
  position: relative;
  top: -1px;
}
.block-group .small-title {
  margin-bottom: 10px;
}
.custom-alert .block-group:last-of-type {
  margin-bottom: 0;
}
.job-footer-text {
  font-weight: 500;
  font-size: 16px;
}
.job-footer {
  margin-bottom: 20px;
}
.job-footer .social-block {
  margin-left: 0;
  position: relative;
  top: -2px;
}
.job-tags span {
  white-space: nowrap;
}

/*related-jobs*/
.related-jobs {
  padding: 114px 0 87px;
}
.working-form .section-head {
  max-width: 540px;
}
.working-form .demo-block {
  padding-left: 50px;
}
.working-form #mission-footer svg {
  right: -160px;
}

/*Testimonials*/
.tm-partner-section {
  padding: 62px 0 10px;
}
.tm-partner-section .section-head {
  margin-bottom: 22px;
}
.tm-partner-section .partner-list {
  margin-left: 5%;
}
.tm-partner-section .partner-list li {
  margin-bottom: 50px;
}
.tm-card {
  background: #fff;
  border: 1px solid #f1f2f5;
  -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06),
    0 8px 8px rgba(44, 50, 66, 0.01);
  box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 24px;
  -webkit-transition: 0.3s box-shadow;
  -moz-transition: 0.3s box-shadow;
  -ms-transition: 0.3s box-shadow;
  -o-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
}
.tm-logo {
  margin-bottom: 21px;
}
.tm-body {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.75;
  color: #4f5461;
}

/*tm-section*/
.tm-section {
  padding: 107px 0 80px;
}
.tm-section .section-head {
  margin-top: 45px;
  position: absolute;
  z-index: 1;
  margin-left: -383px;
  width: 350px;
}

/*live-tweets-section*/
.live-tweets-section {
  padding: 110px 0 120px;
}
.tweets-img {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 41px;
  -moz-column-gap: 41px;
  column-gap: 41px;
}
.tweets-img div {
  display: inline-block;
  vertical-align: top;
}
.tweets-img img {
  margin-bottom: 10px;
}
.blockquote-footer-autor span {
  display: inline-block;
  position: relative;
}
.blockquote-footer-autor span + span:before {
  content: '•';
  padding: 0 7px 0 5px;
}

.three-number-count > div:nth-child(3n + 1) .numbers-block:before {
  display: none;
}
.three-number-count .numbers-block {
  margin-bottom: 40px;
}
.two-number-count > div:nth-child(2n + 1) .numbers-block:before {
  display: none;
}
.two-number-count .numbers-block {
  margin-bottom: 24px;
}

.global-compact-numbers {
  margin-top: 64px;
  margin-bottom: 24px;
}
.embed-responsive {
  box-shadow: 0 1px 1px rgba(47, 57, 78, 0.08), 0 4px 4px rgba(47, 57, 78, 0.08);
  border-radius: 8px;
}
.border-radius-2 {
  border-radius: 8px;
}
.video_wrap {
  display: inline-block;
  position: relative;
}
.video_wrap video {
  display: block;
}
.video_wrap:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: 2;
  pointer-events: none;
  border: 6px solid #fff;
}
.whitepaper-wrap .page-into-section {
  padding-top: 162px;
}
.page-into-block .form-inline {
  margin-bottom: 22px;
}
.whitepaper-intro {
  background-color: #f7f8fa;
  padding-top: 97px;
  padding-bottom: 92px;
}
.whitepaper-intro b span {
  font-weight: 500;
}
.whitepaper-intro .section-head {
  margin-bottom: 33px;
}
.whitepaper-intro ul:not([class]) li {
  margin-bottom: 9px;
  font-size: 18px;
}
.whitepaper-book {
  padding: 175px 0 123px;
}
.whitepaper-book-block {
  margin-top: 9px;
}
.whitepaper-book-block .section-head {
  margin-bottom: 24px;
  max-width: 95%;
}
.whitepaper-book-img {
  padding-left: 40px;
}
.form-inline-wp .form-control {
  width: 44.5%;
  margin-right: 12px;
}
.page-into-section .form-inline-wp .form-control {
  width: 38%;
}
.form-inline-wp .btn {
  padding-left: 23px;
  padding-right: 23px;
}
.white-paper-intro-img {
  position: absolute;
  top: 160px;
  left: calc((100% - 1270px) / 2);
  text-align: center;
  padding-left: 15px;
}
.demo_img_block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.demo-section .form-inline-wp .form-control {
  width: 47.8%;
}
#emailModal .modal-dialog {
  max-width: 670px;
}
#emailModal .modal-content {
  padding-left: 318px;
  position: relative;
  padding-top: 48px;
  padding-bottom: 46px;
}
.emailModal-img {
  position: absolute;
  top: -41px;
  left: -2px;
  z-index: 1;
  width: 335px;
}
#emailModal .modal-close {
  top: 16px;
  right: 22px;
}
.modal-open .header {
  padding-right: 17px;
}
.border-radius-3 {
  border-radius: 12px;
}
.site-map-section {
  padding-bottom: 78px;
}
.site-map-block {
  background: #f7f8fa;
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 20px 16px 1px;
}
.site-map-block .small-title {
  margin-bottom: 17px;
}
.site-map-block ul + .small-title {
  margin-top: 20px;
}
.site-map-block ul {
  margin-bottom: 14px;
}
.site-map-block ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
  font-size: 16px !important;
}
.site-map-block ul li:before {
  display: none;
}
.site-map-block ul li a {
  text-decoration: underline;
}
.site-map-block ul li a:hover {
  color: #1043b3;
}
.home-next-event {
  padding: 120px 0 96px;
  background: #1b1f29;
  color: #fff;
}
.home-next-event .section-head {
  margin-bottom: 50px;
}
.next-event-title {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  margin: 0 0 10px;
}
.next-event-title svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.next-event-text {
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.home-next-event-tab {
  border: 0;
  max-width: 320px;
  padding: 38px 0;
}
.home-next-event-tab .nav-item {
  text-align: left;
  border: 0;
  background: none;
  color: #fff;
  padding: 29px 25px 22px;
  margin: 0 0 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.home-next-event-tab .nav-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c3242;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home-next-event-tab .nav-item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 4px solid #2c3242;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-top: -6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home-next-event-tab .nav-item:hover:before,
.home-next-event-tab .nav-item:hover:after {
  opacity: 0.5;
}
.home-next-event-tab .nav-item.active:before,
.home-next-event-tab .nav-item.active:after {
  opacity: 1;
}
.pagination {
  text-align: center;
  padding: 0 0 50px;
}
.video-rounded {
  border-radius: 12px;
  box-shadow: 0 4px 4px rgba(47, 57, 78, 0.08), 0 1px 1px rgba(47, 57, 78, 0.08);
}
a.tm-card {
  display: block;
  padding: 24px 22px 20px;
}
a.tm-card .tm-body {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  min-height: 132px;
  margin: 0 0 18px;
  color: #2c3242;
}
a.tm-card:hover {
  box-shadow: 0 8px 16px rgba(44, 50, 66, 0.08),
    0 1px 1px rgba(44, 50, 66, 0.08);
}
.mentions-partner-section {
  padding: 65px 0 41px;
}
.mentions-partner-section .partner-list li {
  height: 45px;
  padding: 0;
}
.mentions-section {
  padding: 121px 0 40px;
}
.mentions-section hr {
  margin-top: 77px;
}
.feature-press-section {
  padding: 112px 0 160px;
}
.feature-press-wrap {
  position: relative;
  padding: 47px 0 0;
  display: block;
  color: #2c3242 !important;
}
.feature-press-wrap img {
  border-radius: 12px;
}
.feature-press-content {
  position: absolute;
  top: 0;
  left: 48px;
  z-index: 2;
  max-width: 450px;
  padding: 22px 24px 20px;
}
.feature-press-content .tm-body {
  margin: 12px 0 24px;
  padding: 0 0 9px;
  border-bottom: 1px solid #f1f2f5;
}
.feature-press-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.28;
  margin: 11px 0 12px;
}
.feature-press-quote {
  padding: 16px 16px 1px;
  background: #f7f8fa;
  border-radius: 8px;
  font-style: italic;
  font-size: 14px;
  line-height: 1.71;
}
.download-section {
  padding: 40px 0 80px;
}
.download-block {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  max-width: 392px;
  margin: 0 auto 32px;
}
.download-block-img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.download-block_logos {
  background: #ecf2ff;
  color: #2c3242;
}
.download-block_logos:hover {
  color: #2c3242;
}
.download-block_media {
  background: #1b1f29;
  color: #fff;
}
.download-block_media:hover {
  color: #fff;
}
.download-block_about {
  background: #f7f8fa;
  color: #2c3242;
}
.download-block_about:hover {
  color: #2c3242;
}
.download-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.download-block-link {
  color: #175fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.download-block_logos:hover .download-block-link svg path {
  -webkit-transition: 0.3s fill;
  -moz-transition: 0.3s fill;
  -ms-transition: 0.3s fill;
  -o-transition: 0.3s fill;
  transition: 0.3s fill;
}
.download-block-link svg {
  margin-right: 5px;
}
.download-block:hover .download-block-link {
  color: #1043b2;
}
.download-block:hover .download-block-link svg path {
  fill: #1043b2;
}
.download-block_media .download-block-link {
  color: #fff;
}
.download-block_media:hover .download-block-link {
  color: #ecf2ff;
}
.download-block_media:hover .download-block-link svg path {
  fill: #ecf2ff;
}
.tm-card_soc {
  position: absolute;
  z-index: 1;
  color: #757a8a !important;
  top: 24px;
  right: 26px;
  font-size: 12px;
}
.tm-card:hover .tm-card_soc {
  color: #0e76a8 !important;
}
.news-autor .sm-grey-text {
  margin: 4px 0;
}
pre {
  color: #2c3242;
  background: #f3f3f3;
  padding: 20px;
  white-space: normal;
}
/*events_section*/
.events_section {
  padding: 114px 0;
}
.events_item {
  border: 1px solid #f1f2f5;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(44, 50, 66, 0.08);
  position: relative;
  /*max-width: 286px;*/
  margin: 0 16px 32px;
}
.no_padding {
  padding: 0;
}
.events_item:hover {
  box-shadow: 0 8px 16px rgba(44, 50, 66, 0.08),
    0 1px 1px rgba(44, 50, 66, 0.08);
}
.event_info {
  padding: 16px 16px 20px;
  color: #4f5461;
  font-size: 14px;
  line-height: 1.2;
}
.events_img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: block;
  padding-bottom: 41.9%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.event_title {
  font-weight: 500;
  font-size: 16px;
  color: #2c3242;
  min-height: 40px;
  margin: 0 0 12px;
  line-height: 1.25;
}
.event_title a {
  text-decoration: none;
  color: #2c3242;
}
.event_date {
  margin-bottom: 8px;
}
.events_btns {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 12px;
}
.btn_round {
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  color: #4f5461;
  font-size: 19px;
  line-height: 34px;
}
.btn_round.icon-share {
  font-size: 15px;
}
.add_fav.active:before {
  content: '\e81d';
  color: #ffbaba;
}
.events_btns .dropdown {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.events_btns .dropdown-menu {
  box-shadow: 0 8px 16px rgba(44, 50, 66, 0.08),
    0 1px 3px rgba(44, 50, 66, 0.15);
  border: 1px solid #f1f2f5;
  border-radius: 12px;
  left: auto !important;
  right: 0;
  width: 170px;
  padding: 18px;
  margin-top: 4px;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  top: 100% !important;
}
.events_btns .dropdown-menu ul {
  list-style: none;
  margin-bottom: 0;
}
.events_btns .dropdown-menu ul li {
  margin-bottom: 20px;
  line-height: 1;
}
.events_btns .dropdown-menu ul li:last-child {
  margin-bottom: 0;
}
.events_btns .dropdown-menu ul li a {
  color: #2c3242;
  font-weight: 500;
  font-size: 14px;
}
.events_btns .dropdown-menu ul li a:before {
  color: #757a8a;
  margin-right: 14px;
  line-height: 1;
  font-size: 20px;
  width: 20px;
  text-align: left;
  vertical-align: middle;
}
.events_control {
  text-align: right;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider_prev,
.slider_next {
  background-color: #fff;
  border: 1px solid #bdbfc7;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 38px;
  margin-left: 8px;
}
.btn_tab {
  border-radius: 100px;
  padding: 2px 18px;
  color: #2c3242;
  font-weight: 500;
  font-size: 18px;
  margin: 0 4px;
  border: 0;
}
.btn_tab.active {
  background: #ecf2ff;
  color: #175fff;
}
.tabs_links {
  margin-left: 14px;
  margin-bottom: 15px;
}
.events_sort {
  display: flex;
  align-items: center;
}
.more_link {
  font-size: 16px;
  text-decoration: underline;
}
.more_link:hover {
  text-decoration: none;
}
.events_slider {
  display: flex;
  padding: 24px 0;
  flex-wrap: wrap;
}
.events_slider > div {
  width: 25%;
  display: inline-block;
}
.is-style-rounded img {
  border-radius: 12px;
}
.responsive-embed.widescreen > .responsive-embed.widescreen,
.wp-block-embed.wp-block-embed-youtube,
.wp-block-embed.wp-block-embed-vimeo {
  box-shadow: 0 1px 1px rgba(47, 57, 78, 0.08), 0 4px 4px rgba(47, 57, 78, 0.08);
  border-radius: 8px;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0 0 62%;
  margin: 0;
}
.responsive-embed.widescreen > .responsive-embed.widescreen {
  margin-bottom: 24px;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper,
.wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.responsive-embed.widescreen > .responsive-embed.widescreen iframe,
.wp-block-embed.wp-block-embed-vimeo iframe,
.wp-block-embed.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.block-hopin-twitts-block {
  margin-top: 45px;
}
.pagination ul.pagination li > span,
.pagination ul.pagination li > a {
  border: 1px solid #e4e6eb;
  border-radius: 4px;
  line-height: 1;
  padding: 12px 23px;
  margin: 0 4px;
  font-size: 14px;
  color: #979ba8;
}
.pagination ul.pagination li > a:hover,
.pagination ul.pagination li > span.current,
.pagination ul.pagination li > a.current {
  border: 1px solid #175fff;
  background: #175fff;
  color: #fff;
}
.pagination ul.pagination li > span.prev,
.pagination ul.pagination li > a.prev,
.pagination ul.pagination li > span.next,
.pagination ul.pagination li > a.next {
  border: 1px solid transparent;
  background: none;
  color: #175fff;
  font-size: 16px;
  padding: 11px 13px;
}
.events_control_mobile {
  display: none;
  text-align: center;
}
.blockquote-gray {
  background: #ecf2ff;
  border-radius: 8px;
  padding: 16px 16px 16px 56px;
}
.blockquote-gray:before {
  top: 14px;
  left: 20px;
}

/*CAREERS 2*/
.careers-intro-mess {
  position: fixed;
  bottom: 30px;
  right: 24px;
  background: #1043b3;
  border-radius: 8px 8px 56px 8px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  width: 286px;
  padding: 18px 23px;
  z-index: 2;
}
.careers-intro-img {
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 2;
}
.careers-intro-mess .btn_link {
  color: #bdd2ff;
  font-size: 16px;
  margin-top: 22px;
  letter-spacing: normal;
}
.careers-intro-mess .btn_link .icon-right {
  font-size: 15px;
  margin-right: 7px;
}
.careers-intro-mess .btn_link:after {
  display: none;
}
.hide-careers-intro-mess {
  position: absolute;
  color: #fff !important;
  right: 22px;
  top: 20px;
  font-size: 12px;
  z-index: 1;
}
.tim-slider .slick-list {
  overflow: initial;
}
.tim-slider-block {
  width: 880px;
  height: 424px;
  background: #f7f8fa;
  box-shadow: 0px 8px 8px rgba(44, 50, 66, 0.01),
    0px 1px 1px rgba(44, 50, 66, 0.06);
  border-radius: 8px;
  display: flex;
}
.tim-slider-ava {
  -ms-flex: 0 0 43.4%;
  flex: 0 0 43.4%;
  max-width: 43.4%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 8px 0 0 8px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px 32px;
}
.tim-slider-ava > div {
  position: relative;
  z-index: 2;
}
.tim-slider-desc {
  -ms-flex: 0 0 56.6%;
  flex: 0 0 56.6%;
  max-width: 56.6%;
  color: #2c3242;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 32px;
}
.benefit-slider {
  margin: 0 -16px;
  padding-bottom: 50px;
}
.benefit-slider .slick-track > .slick-slide {
  padding: 16px;
}
.benefit-slider .slick-next {
  position: absolute;
  bottom: -6px;
  right: 17px;
  z-index: 1;
}
.benefit-slider .slick-prev {
  position: absolute;
  bottom: -6px;
  right: 74px;
  z-index: 1;
}
.slider-wrap {
  position: relative;
}
.slider-wrap .slideCount {
  font-size: 18px;
  color: #4f5461;
  position: absolute;
  bottom: -2px;
  right: 112px;
  z-index: 1;
}
.ben-slider-block {
  border: 1px solid #f7f8fa;
  min-height: 433px;
  box-shadow: 0px 1px 1px rgba(44, 50, 66, 0.06),
    0px 8px 8px rgba(44, 50, 66, 0.01);
  border-radius: 8px;
  padding: 24px;
  color: #4f5461;
  font-size: 16px;
  line-height: 1.75;
}
.tim-slider-ava:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.07) 40.99%,
    rgba(0, 0, 0, 0.92) 100%
  );
}
.ben-slider-block .blockquote-footer {
  margin-bottom: 16px;
}
.ben-slider-block .blockquote-footer .xxxs-title {
  margin: -3px 0 4px;
}
.ben-slider-block .ben-slider-img {
  margin-bottom: 16px;
}
.ben-slider-block .sm-title {
  margin-top: 112px;
  margin-bottom: 40px;
  color: #2c3242;
}
.tim-name {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.tim-work {
  font-size: 14px;
}
.tim-question:not(:last-child) {
  margin-bottom: 24px;
}
.tim-question .btitle {
  font-weight: 500;
  margin-bottom: 2px;
}
.ben-slider-img img {
  border-radius: 8px;
}
.who-we-are-2 {
  padding: 82px 0;
  overflow: hidden;
}
.who-we-are-2 .block-title {
  margin-bottom: 20px;
}
.who-we-are-2 .section-head {
  max-width: 606px;
  margin: 0 auto 30px;
}
.tim-slider {
  padding-top: 107px;
  margin-bottom: 105px;
}
.tim-slider .slick-slide {
  padding: 0 12px;
}
.tim-slider .slick-prev,
.tim-slider .slick-next {
  position: absolute;
  top: 35px;
  left: 50%;
  font-size: 22px;
  line-height: 1;
}
.tim-slider .slick-prev {
  margin-left: 531px;
}
.tim-slider .slick-next {
  margin-left: 580px;
}
.tim-slider .slider__counter {
  color: #4f5461;
  font-size: 18px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: 486px;
}
.who-we-are-detail-2 {
  max-width: 91%;
  margin: 0 auto 40px;
}
.who-we-are-detail-2 .row > div:first-child .numbers-block:before {
  display: none;
}
.careers-value-2 .card-left {
  min-height: 316px;
  padding-right: 24px;
}
.careers-value-2 .section-head .block-title {
  margin-bottom: 18px;
  margin-top: 18px;
}
.careers-value-2 .section-head {
  padding-right: 10px;
}
.careers-value-2 {
  padding: 112px 0 104px;
}
.card-hopin-link .sm-title {
  color: #fff;
  margin-bottom: 38px;
}
.card-hopin-link .card-img {
  margin-bottom: 36px;
}
.benefits-section {
  padding: 96px 0 106px;
}
.benefits-section .nav {
  justify-content: center;
  box-shadow: inset 0px -1px 0px #f1f2f5;
  margin-bottom: 32px;
}
.benefits-section .nav-item {
  width: 28%;
}
.benefits-section .nav-pills .nav-link {
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  color: #757a8a;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.benefits-section .nav-pills .nav-link {
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  color: #757a8a;
  text-align: center;
  padding: 16px;
}
.benefits-section .nav-pills .nav-link.active,
.benefits-section .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #2c3242;
  border-bottom-color: #175fff;
}
.benefits-section .features-block {
  margin-bottom: 38px;
}

/*hopin-music*/
.hopin-music {
  background-color: #000;
  color: #fff;
  padding: 112px 0 101px;
}
.hopin-music .section-head {
  padding-right: 20px;
  margin-top: -3px;
}
.hopin-music .section-head .block-title {
  margin-bottom: 20px;
}
.hopin-music .section-head iframe {
  margin-top: 13px;
}

/*newest-section*/
.newest-section {
  padding: 112px 0;
}
.newest-section .container {
  max-width: 1122px;
}
.newest-section .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.newest-section .section-head .btn_link {
  font-size: 16px;
}
.newest-block {
  background: #ffffff;
  border: 1px solid #f1f2f5;
  box-shadow: 0px 8px 8px rgba(44, 50, 66, 0.01),
    0px 1px 1px rgba(44, 50, 66, 0.06);
  border-radius: 12px;
  padding: 0 32px;
}
.newest-block-inner {
  padding: 15px 0 16px;
  border-bottom: 1px solid #f1f2f5;
  display: block;
  color: #4f5461 !important;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  -webkit-transition: border-bottom-color 0.5s;
  -moz-transition: border-bottom-color 0.5s;
  -ms-transition: border-bottom-color 0.5s;
  -o-transition: border-bottom-color 0.5s;
  transition: border-bottom-color 0.5s;
}
.newest-block-inner:hover {
  border-bottom-color: #175fff;
}
.newest-block-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.newest-block-title,
.newest-block-work,
.newest-block-location {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.newest-block-title {
  width: 30.5%;
  font-weight: 500;
  color: #2c3242;
}
.newest-block-work {
  width: 30.8%;
}
.newest-block-location {
  width: 35%;
}
.newest-block-inner:last-child {
  border-bottom: 0;
}
.newest-block-inner:hover .newest-block-link {
  color: #175fff !important;
}
.careers-footer {
  padding: 101px 0 30px;
  min-height: 343px;
}
.careers-footer .demo-block {
  max-width: 100%;
}
.careers-footer a {
  color: #fff !important;
}
.careers-intro-section {
  padding-bottom: 132px;
}
.careers-intro-section .section-head {
  margin-bottom: 30px;
}

/*PRICE*/
.price-intro-section {
  padding: 172px 0 318px;
}
.price-intro-section .section-head {
  font-size: 18px;
  line-height: 1.8;
}
.price-intro-section .page-title {
  letter-spacing: -0.01em;
}
.price-intro-section a {
  color: #fff !important;
  text-decoration: underline;
}
.price-section {
  padding-bottom: 75px;
}
.price-block {
  background-color: #fff;
  position: relative;
  z-index: 5;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #2c3242;
  border: 1px solid #e4e6eb;
  margin-top: -295px;
}
.price-block-body a {
  text-decoration: underline;
  color: #2c3242;
  font-size: 16px;
}
.price-block-body a:hover {
  text-decoration: none;
}
.price-block-header {
  border-radius: 12px 12px 0 0;
  position: relative;
  background-color: #fff;
  z-index: 5;
}
.pro-label,
.business-label {
  position: absolute;
  top: 0;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
  padding: 7px;
  text-align: center;
  border-left: 1px solid #e4e6eb;
}
.pro-label {
  width: 24.53%;
  right: 49.06%;
  background: #fff5ee;
  color: #ff7a1a;
}
.business-label {
  width: 49.06%;
  right: 0;
  border-radius: 0 12px 0 0;
  background: #edf8f8;
  color: #0da49a;
}
.is_stuck .business-label {
  border-radius: 0;
}
.pr-inner-block {
  border-bottom: 1px solid #e4e6eb;
  display: flex;
}
.price-block-header .pr-inner-block > div {
  height: auto;
  padding: 57px 24px 20px;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 16px;
  -webkit-transition: padding 0.7s;
  -moz-transition: padding 0.7s;
  -ms-transition: padding 0.7s;
  -o-transition: padding 0.7s;
  transition: padding 0.7s;
}
.price-block-footer .pr-inner-block > div {
  height: auto;
  padding: 55px 24px 23px;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 16px;
}
.price-block-header .md-title {
  margin-bottom: 3px;
}
.price-block-footer .small-title {
  margin-bottom: 15px;
}
.package-price {
  font-size: 22px;
  line-height: 1.6;
  color: #2c3242;
  margin-bottom: 23px;
}
.package-price span {
  font-size: 14px;
  color: #4f5461;
}
.price-block-header .btn {
  padding: 7px;
}
.price-block-footer .btn {
  font-size: 16px;
  padding: 3px 23px;
}
.pr-inner-block > div:first-child {
  width: 26.4%;
  padding-right: 38px !important;
  border-left: 0;
  font-size: 16px;
  align-items: flex-start;
}
.pr-inner-block > div {
  width: 24.53%;
  display: inline-flex;
  vertical-align: middle;
  padding: 8px 16px;
  border-left: 1px solid #e4e6eb;
  position: relative;
  min-height: 70px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pr-info-block {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
}
.icon_inform {
  width: 14px;
  height: 14px;
  background-image: url(../images/inform.svg);
  background-position: 50% 50%;
  background-size: contain;
  display: block;
}
.pr-info-block:hover .icon_inform {
  background-image: url(../images/inform-active.svg);
}
.pr-info-block-hover {
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  line-height: 1.45;
  background: #000;
  color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 16px rgba(44, 50, 66, 0.08);
  -moz-box-shadow: 0px 8px 16px rgba(44, 50, 66, 0.08);
  box-shadow: 0px 8px 16px rgba(44, 50, 66, 0.08);
  box-shadow: 0px 8px 16px rgba(44, 50, 66, 0.08);
  padding: 12px;
  position: absolute;
  bottom: 100%;
  width: 244px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  margin-left: 7px;
  margin-bottom: 14px;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  -moz-transition: 0.3s opacity, 0.3s visibility;
  -ms-transition: 0.3s opacity, 0.3s visibility;
  -o-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}
.icon_inform:hover + .pr-info-block-hover {
  opacity: 1;
  visibility: visible;
}
.pr-info-block-hover:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  content: '';
  z-index: 1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.pr-info-block-hover img {
  display: block;
  border-radius: 4px;
  margin-bottom: 8px;
}
.pr-inner-block .icon-tick {
  color: #175fff;
}
.pr-inner-header {
  padding: 17px 16px;
  background-color: #f7f8fa;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #2c3242;
  border-bottom: 1px solid #e4e6eb;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pr-inner-header span {
  display: block;
  font-size: 14px;
  color: #696e7c;
  letter-spacing: -0.15px;
}
.pr-inner-header span a {
  font-size: 14px;
  color: #696e7c;
}
.price-block-footer {
  position: relative;
}
.pr-inner-center {
  padding: 23px 16px;
  text-align: center;
  border-bottom: 1px solid #e4e6eb;
}
.pr-inner-center a {
  color: #175fff;
  font-size: 14px;
}
.icon_minus {
  width: 17px;
  height: 4px;
  background: #8f94a2;
  border-radius: 1px;
}
.partner-price-section {
  padding: 40px 0 52px;
}
.partner-price-section .partner-list li {
  width: 13%;
  margin: 0 1% 34px;
}
.partner-faq-section {
  padding: 114px 0 103px;
}
.partner-faq-section .section-head {
  margin-bottom: 12px;
}
.card_header_btn {
  border: 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  color: #2c3242;
  padding: 0 40px 0 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: left;
}
.card_header_btn:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
  content: '';
  z-index: 1;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #000;
}
.accordion_block {
  margin-bottom: 8px;
}
.card_header_btn.collapsed:before {
  border-bottom: 0;
  border-top: 5px solid #000;
}
.card-body {
  padding: 0;
}
.partner-faq-section .card-body {
  color: #696e7c;
  font-size: 16px;
}
#all_features .modal-dialog {
  max-width: 880px;
}
#all_features .modal-content {
  border: 0;
}
#all_features .modal-body {
  padding: 12px 8px 12px 32px;
}
#all_features .modal-scroll-block {
  height: 601px;
  overflow-y: auto;
  padding-right: 16px;
  max-height: calc(100vh - 250px);
}
.modal .card_header h2 {
  line-height: 1;
}
.modal-header {
  background: linear-gradient(121.1deg, #175fff -17.64%, #315ada 52.53%);
  color: #fff;
  display: block;
  position: relative;
  padding: 32px;
  border-radius: 12px 12px 0 0;
}
.modal_close {
  position: absolute;
  z-index: 1;
  font-size: 12px;
  top: 18px;
  right: 21px;
  border: 0;
  background-color: transparent;
  color: #fff !important;
}
.modal-body .card_header_btn {
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
}
.modal .card-body {
  padding: 0 0 12px;
}
.modal .accordion > div {
  padding: 13px 0 15px;
  border-top: 1px solid #e4e6eb;
}
.modal .accordion > div:first-child {
  border-top: 0 !important;
  padding-top: 0;
}
.card-body.content ul:not([class]) {
  margin-bottom: 0;
}
.card-body.content ul:not([class]) li {
  font-size: 16px;
}
.card-body.content ul:not([class]) li:before {
  background-color: #2c3242;
}
.price-demo {
  padding-top: 122px;
}
.price-demo .demo-block {
  max-width: 100%;
}
.price-demo .demo-block .block-title {
  max-width: 100%;
}
.price-demo .demo-block p {
  max-width: 600px;
}
.price-demo-form {
  width: 600px;
}
.price-block-footer .pr-inner-block {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .container-sm {
    max-width: 768px;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .case-section .case-block {
    min-height: 518px;
  }
}
@media (min-width: 1200px) {
  .satisfaction-section .tab-content > .tab-pane {
    position: absolute;
    top: 0;
    left: 120px;
  }
  .card-warp {
    margin-left: -290px;
  }
  /*.related-jobs .container {
        max-width: 1146px;
    }*/
}
@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
  .container-sm {
    max-width: 768px;
  }
  .about-event {
    padding: 16px 0;
  }
  .card-warp {
    margin-left: -230px;
  }
  .intro-img {
    height: 460px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1340px;
  }
  .case-section {
    padding: 15px 0 80px;
  }
  .page-into-section {
    padding: 194px 0 108px;
  }
  .case-img img {
    max-width: 464px;
  }
  .case-img-bg {
    padding-bottom: 42.5%;
  }
  .case-body {
    padding: 49px 45px 31px;
  }
  .case-section .case-block {
    margin-bottom: 30px;
    min-height: 550px;
  }
  .container-sm {
    max-width: 768px;
  }
  .next-event-block {
    max-width: 1090px;
  }
  .host-section {
    padding: 155px 0 170px;
  }
  .satisfaction-section {
    padding: 138px 0 115px;
  }
  .footer-col {
    padding-left: 70px;
  }
}
@media (min-width: 1920px) {
  .people-img {
    right: 46%;
  }
  .demo-img-block svg {
    width: 1920px !important;
  }
  #mission-footer svg {
    right: -40px;
    width: 2160px !important;
  }
}
@media (max-width: 1400px) {
  .intro-img {
    width: auto;
    height: 431px;
  }
  .intro-img img {
    max-width: 100%;
  }
}
@media (max-width: 1299px) {
  .intro-img {
    height: 388px;
  }
  .white-paper-intro-img {
    left: calc((100% - 1150px) / 2);
    padding-left: 0;
    padding-right: 25px;
  }
  .demo_img_block {
    right: -85px;
  }
  .footer-info-inner {
    width: auto;
  }
  .careers-footer .demo-block p {
    max-width: 350px;
  }
  .tim-slider-block {
    width: 650px;
    height: 450px;
  }
  .tim-slider .slider__counter {
    margin-left: 290px;
  }
  .tim-slider .slick-prev {
    margin-left: 370px;
  }
  .tim-slider .slick-next {
    margin-left: 430px;
  }
}
@media (max-width: 1199px) {
  .partner-price-section .partner-list li {
    width: 17%;
  }
  .careers-value-2 .card-left {
    min-height: 345px;
  }
  .card-hopin-link .sm-title {
    margin-bottom: 28px;
  }
  .who-we-are-detail-2 {
    max-width: 100%;
  }
  .benefit-slider {
    margin: 0 -10px;
  }
  .benefit-slider .slick-track > .slick-slide {
    padding: 10px;
  }
  .ben-slider-block {
    min-height: 390px;
    padding: 20px;
  }
  .ben-slider-block .sm-title {
    margin-top: 50px;
  }
  .careers-footer .demo_img_block {
    right: -110px;
    left: auto;
  }
  .top-mess {
    z-index: 99;
  }
  .top-mess-active .main-sub-menu {
    padding-top: 0;
  }
  .modal-open .header {
    padding-right: 0;
  }
  .header {
    padding: 23px 0;
    height: 80px;
  }
  .partner-list {
    margin-left: 0;
  }
  .partner-list li {
    width: 208px;
  }
  .icon-tab {
    margin-right: 0;
    margin-left: 0;
    margin-top: 55px;
  }
  .screen-block {
    width: 480px;
  }
  .icon-tab .nav-link {
    margin-bottom: 28px;
  }
  .satisfaction-section .tab-content {
    width: 480px;
    float: left;
    right: -20px;
    position: relative;
  }
  .screen-img-1-2 {
    top: 0;
    right: 0;
  }
  .screen-img-2-3 {
    top: 60px;
  }
  .logo-list li {
    width: 83px;
  }
  .next-event-section {
    padding: 100px 0;
  }
  .footer-info {
    width: 150px;
  }
  .ways-section {
    padding: 96px 0 78px;
    text-align: center;
    height: auto;
  }
  .ways-block {
    text-align: center;
    max-width: 688px;
    margin: 0 auto 32px;
    height: auto;
    display: block;
  }
  .ways-video {
    width: 1200px;
    position: relative;
  }
  .ways-video video {
    width: 100%;
  }
  .card-warp {
    position: relative;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    width: 100%;
    margin: 0;
    overflow: visible;
  }
  .card-inner {
    height: 264px;
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }
  .card-inner-left {
    -webkit-animation: 30s linear 0s infinite alternate forwards running
      scrollLeft;
    -o-animation: 30s linear 0s infinite alternate forwards running scrollLeft;
    animation: 30s linear 0s infinite alternate forwards running scrollLeft;
  }
  .card-inner-right {
    -webkit-animation: 30s linear 0s infinite alternate forwards running
      scrollRight;
    -o-animation: 30s linear 0s infinite alternate forwards running scrollRight;
    animation: 30s linear 0s infinite alternate forwards running scrollRight;
    justify-content: flex-end;
  }
  .card-warp .card {
    margin: 8px;
    float: none;
    width: 256px;
    flex: 1 0 256px;
  }
  @-webkit-keyframes scrollLeft {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes scrollLeft {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes scrollRight {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes scrollRight {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes move-in-steps2 {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-15%);
      -moz-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
      -o-transform: translateX(-15%);
      transform: translateX(-15%);
    }
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .header-nav {
    position: fixed;
    top: 0;
    background-color: #fff;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s opacity, 0.3s visibility;
    -moz-transition: 0.3s opacity, 0.3s visibility;
    -ms-transition: 0.3s opacity, 0.3s visibility;
    -o-transition: 0.3s opacity, 0.3s visibility;
    transition: 0.3s opacity, 0.3s visibility;
    padding-top: 120px;
  }
  .opened_menu .header-nav {
    opacity: 1;
    visibility: visible;
  }
  .main-menu > li {
    display: block;
    max-width: 930px;
    margin: 0 auto !important;
    color: #2c3242;
    border-bottom: 1px solid #f1f2f5;
    padding: 22px 0;
    text-align: left;
    font-size: 22px;
    position: relative;
  }
  .menu-item-has-children:after {
    position: absolute;
    right: 4px;
    font-weight: 700;
    font-size: 26px;
    top: 20px;
    z-index: 1;
    pointer-events: none;
  }
  .menu-item-has-children:hover:after {
    content: '\f107';
  }
  .menu-item-has-children.opened_sub_menu:after {
    content: '\f106';
  }
  .menu-item-has-children:hover:before {
    display: none;
  }
  .main-sub-menu .xxs-title {
    font-weight: normal;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .header-nav .main-menu > li:nth-child(4) {
    border-bottom: 0;
  }
  .main-menu li a {
    color: #2c3242 !important;
  }
  .main-menu li a:after {
    display: none !important;
  }
  .main-menu > li.current-menu-item a {
    color: #175fff !important;
  }
  .show .screen-img-5-4 {
    max-width: 66%;
  }
  .screen-img-5-2,
  .screen-img-5-3 {
    max-width: 44%;
  }
  .header-nav .main-menu > li:last-child {
    position: absolute;
    bottom: 140px;
    margin-bottom: 0;
    z-index: 5;
    left: 0;
    width: 100%;
    font-size: 16px;
    border-bottom: 0;
    text-align: center;
    max-width: 100%;
  }
  .header-nav > .btn-sm {
    position: absolute;
    bottom: 88px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    background-color: #175fff !important;
    border-color: #175fff !important;
    color: #fff !important;
    width: 282px;
  }
  .map-block img,
  .host-public-block img {
    max-width: 100%;
  }
  .collapse_header .open_main_menu .lines {
    background: #2c3242;
  }
  .collapse_header .open_main_menu .lines:before,
  .collapse_header .open_main_menu .lines:after {
    background: #2c3242;
  }
  .main-sub-menu {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    z-index: 1;
    text-align: left;
  }
  .main-sub-menu li {
    display: block;
    margin: 0;
  }
  .menu-item-has-children > span {
    display: block;
    width: 100%;
    position: relative;
  }
  .opened_sub_menu > span {
    font-weight: bold;
    color: #175fff;
  }
  .sub-menu-link {
    padding: 0;
    margin: 0;
  }
  .sub-menu-link img,
  .sub-menu-link p {
    display: none;
  }
  .host-full-2 {
    right: 0;
    top: -20px;
  }
  .about-mission {
    padding: 80px 0;
  }
  .people-section {
    padding: 100px 0 85px;
  }
  .goal-img {
    margin-left: 0;
  }
  .dark-header .header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  }
  .page-section {
    padding: 137px 0;
  }
  .back-link {
    left: calc((100% - 930px) / 2);
    top: 95px;
  }
  .demo-img-block svg,
  #mission-footer svg {
    right: -150px;
  }
  .host-full-video,
  .apply-video {
    margin-left: 0;
  }
  .map-block video {
    max-width: 720px;
  }
  .host-full-video video,
  .host-public-block video,
  .apply-video video {
    max-width: 100%;
  }
  #apply-animation {
    margin-left: 0;
  }
  .values-section .custom-animation {
    height: 230px;
  }
  .people-img {
    right: 45%;
  }
  .case-body {
    padding: 32px 28px 16px;
    font-size: 15px;
  }
  .page-into-block {
    font-size: 18px;
  }
  .home-case-section {
    padding: 96px 0;
  }
  .working-form svg {
    right: -270px !important;
  }
  .working-form .demo-block {
    padding-left: 0;
  }
  .tm-partner-section .partner-list {
    margin-left: 0;
  }
  .tm-section .section-head {
    margin-left: -320px;
    width: 300px;
  }
  .tweets-img {
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
  .intro-img {
    height: 319px;
  }
  .sub-menu-link:hover {
    background-color: transparent;
  }
  .demo_img_block {
    right: auto;
    left: 30%;
  }
  .white-paper-intro-img {
    left: calc((100% - 960px) / 2);
    padding-right: 0;
    width: 405px;
  }
  .footer-form {
    width: 208px;
  }
  .home-next-event-tab {
    max-width: 100%;
    justify-content: space-between;
  }
  .home-next-event-tab .nav-item {
    width: 31%;
    padding: 16px;
    margin: 0;
  }
  .next-event-title svg {
    display: block;
    margin-bottom: 10px;
  }
  .home-next-event-tab .nav-item:after {
    top: 100%;
    left: 50%;
    border-top: 4px solid #2c3242;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-top: 0;
    margin-left: -6px;
  }
  .slider_prev,
  .slider_next {
    display: none;
  }
  .events_slider {
    white-space: nowrap;
    overflow: auto;
    display: block;
    padding: 24px calc(50% - 472px);
  }
  .events-container {
    max-width: 100%;
  }
  .events_slider > div {
    width: auto;
  }
  .events_slider .slick-slide {
    display: inline-block;
    float: none;
  }
  .events_slider_wrap {
    overflow: hidden;
  }
  .events_item {
    width: 286px;
    margin: 0 8px 16px;
  }
  .careers-footer {
    padding: 80px 0 30px;
  }
  .pro-label {
    border-left: 0;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  .price-block {
    font-size: 16px;
  }
  .pr-inner-header,
  .pr-inner-block > div {
    min-height: 63px;
  }
  .pr-inner-header {
    font-size: 18px;
  }
  .pr-inner-header span {
    margin-top: 5px;
  }
  .pr-inner-center {
    padding: 22px 16px;
  }
  .pr-inner-center a {
    font-size: 16px;
  }
  .price-intro-section {
    padding: 103px 0 261px;
  }
  .price-block-header .pr-inner-block > div {
    padding-bottom: 24px;
  }
  .price-intro-section .page-title {
    font-size: 48px;
    margin-bottom: 14px;
  }
  .price-intro-section .section-head {
    font-size: 16px;
    line-height: 1.75;
  }
  .package-head {
    font-size: 14px;
    line-height: 1.75;
  }
  .price-block {
    margin-top: -253px;
  }
  .pro-label {
    width: 33.3%;
    right: 66.6%;
    border-radius: 12px 0 0 0;
  }
  .is_stuck .pro-label {
    border-radius: 0;
  }
  .business-label {
    width: 66.6%;
  }
  .price-block-header .pr-inner-block > div:first-child,
  .price-block-footer .pr-inner-block > div:first-child {
    display: none;
  }
  .pr-inner-block {
    display: block;
  }
  .pr-inner-block > div {
    width: 33%;
  }
  .pr-inner-block > div:first-child {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e4e6eb;
    min-height: auto;
    padding: 11px 16px;
  }
  .pr-inner-block > div:nth-child(2) {
    border-left: 0;
  }
  .price-block-header .md-title {
    margin-bottom: 3px;
    font-size: 24px;
  }
  .price-block-footer .small-title {
    font-size: 18px;
  }
  .price-block-footer .btn {
    display: block;
    width: 100%;
  }
  .partner-price-section .partner-list li {
    width: 24%;
    margin: 0 0 11px;
  }
  .partner-price-section .partner-list li img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .partner-price-section {
    padding: 46px 0 54px;
  }
  .partner-faq-section {
    padding: 98px 0 87px;
  }
  .price-demo .demo-block .block-title {
    max-width: 90%;
  }
  .price-demo .demo_img_block {
    left: 33.3%;
  }
  .is_stuck.price-block-header .pr-inner-block > div {
    padding-top: 24px;
  }
  .is_stuck .pro-label,
  .is_stuck .package-head > p,
  .is_stuck .package-price {
    display: none;
  }
  .is_stuck.price-block-header .md-title {
    margin-bottom: 6px;
    margin-top: 6px;
  }
  .pr-info-block-hover {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 0;
    margin-bottom: 0;
    top: 0;
    left: auto;
    right: 100%;
    margin-right: 14px;
    margin-top: 7px;
    bottom: auto;
  }
  .pr-info-block-hover:before {
    top: 50%;
    left: 100%;
    margin-left: 0;
    border-left: 5px solid #000;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: -5px;
  }
  .customers-list li {
    margin: 0 20px 5px;
    padding: 5px;
  }
  #all_features .modal-dialog {
    width: 92%;
  }
  .case-section {
    padding: 45px 0 122px;
  }
  .case-body {
    padding: 32px 32px 16px;
    font-size: 16px;
  }
  #mission-footer svg {
    width: 925px !important;
    right: -350px;
  }
  .people-img svg {
    height: auto !important;
  }
  .map-block video {
    max-width: 100%;
  }
  .demo-img-block svg {
    right: -350px;
    width: 964px !important;
  }
  .back-link {
    left: 0;
    top: 0;
    position: relative;
    margin-top: -30px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .top-mess-active .back-link {
    top: 0;
  }
  .top-mess-active .page-section {
    padding-top: 197px;
  }
  .row.news-block .news-img img {
    border-radius: 12px 12px 0 0;
    width: 100%;
  }
  .row.news-block .news-img {
    height: 372px;
    overflow: hidden;
    padding: 0;
  }
  .news-block.no-gutters .news-img a {
    border-radius: 12px 12px 0 0;
  }
  .news-img img {
    width: 100%;
  }
  .intro-section {
    padding: 137px 0 0;
    position: relative;
    margin-bottom: 54px;
  }
  .intro-section:after {
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 108px;
    content: '';
    z-index: 0;
  }
  .intro-block {
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .intro-img {
    position: relative;
    z-index: 1;
    margin-left: 0;
  }
  .partner-section .section-head {
    margin-bottom: 5px;
  }
  .partner-list li {
    width: 47%;
  }
  .partner-list li img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .host-section {
    padding: 75px 0;
    font-size: 16px;
  }
  .host-section .custom-block {
    padding-right: 0;
    margin-right: -1px;
  }
  .host-section ul:not([class]),
  .satisfaction-section ul:not([class]) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .custom-block {
    padding-bottom: 8px;
    margin-bottom: 32px;
  }
  .custom-logo-block .sm-text {
    font-weight: 700;
  }
  .logo-list li {
    width: 104px;
  }
  .host-img {
    text-align: center;
  }
  .satisfaction-section {
    padding: 95px 0 32px;
  }
  .icon-tab {
    margin-right: 33px;
    margin-left: 66px;
    margin-top: 82px;
  }
  .icon-tab .nav-link {
    margin-bottom: 33px;
  }
  .screen-block {
    width: 500px;
    margin-top: 34px;
  }
  .next-event-section {
    padding: 128px 0;
  }
  .next-event-section .section-head {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /*.ways-section {
        padding: 96px 0 60px;
    }*/
  .card-warp .card {
    margin: 8px;
  }
  .card-warp {
    /*height: 530px;*/
    width: 820px;
  }
  .review-section {
    padding: 130px 0 100px;
  }
  .reviews-slider {
    margin-top: 15px;
  }
  .slick-dots li {
    vertical-align: top;
  }
  .reviews-slider .slick-dots {
    bottom: 0;
  }
  .demo-block {
    padding-right: 2px;
  }
  .demo-img {
    max-width: 68%;
  }
  .footer-logo {
    margin-bottom: 5px;
  }
  .footer-info {
    width: 100%;
    margin-bottom: 18px;
  }
  .footer-bottom-list li {
    margin-right: 13px;
  }
  .footer-col {
    padding-left: 0;
  }
  .footer-info-inner div {
    display: inline;
  }
  .page-title {
    font-size: 56px;
    line-height: 1.15;
    margin-bottom: 10px;
  }
  .page-into-section {
    padding: 140px 0 89px;
  }
  .page-into-block .section-head {
    margin-bottom: 25px;
  }
  .page-into-block p {
    max-width: 100%;
  }
  .hopin-map {
    padding: 80px 0 24px;
    text-align: center;
  }
  .block-title br {
    display: none;
  }
  .map-block {
    margin-left: -73px;
    margin-top: -35px;
    margin-right: -112px;
  }
  .host-full-section {
    padding: 57px 0 47px;
    overflow: hidden;
  }
  .scale-block {
    margin-bottom: 0;
    margin-top: 23px;
    text-align: center;
    margin-right: 8px;
  }
  .host-full-2 {
    right: -3px;
    top: 39%;
  }
  .host-full-3 {
    left: 129px;
  }
  .host-full-block {
    position: relative;
    z-index: 2;
  }
  .host-full-video {
    margin-right: -40px;
    margin-top: -40px;
  }
  .host-public-section {
    padding: 97px 0 40px;
    overflow: hidden;
  }
  .host-public-section .section-head {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .host-public-block video {
    margin-bottom: 0;
  }
  .host-public-block {
    margin-top: -32px;
    margin-left: -14px;
    margin-right: -25px;
  }
  .event-section {
    padding: 130px 0 100px;
    overflow: hidden;
  }
  .event-video {
    margin-left: -80px;
    margin-right: -80px;
  }
  .event-section .section-head .block-title {
    max-width: 500px;
    margin: 0 auto 15px;
  }
  .event-block {
    width: 328px;
    padding: 0;
  }
  .apply-section {
    padding: 95px 0 1px;
    overflow: hidden;
  }
  .apply-section .section-head {
    margin-bottom: 0;
  }
  .apply-video {
    margin-left: -23px;
    margin-right: -48px;
    margin-top: -17px;
  }
  .step-section {
    padding: 127px 0 58px;
  }
  .step-block {
    left: -20px;
  }
  .step-block:before {
    top: -10px;
    left: 42px;
  }
  .step-block li:after {
    top: 63px;
    left: -26px;
  }
  .step-block li:first-child:after {
    top: 24px;
  }
  .step-block li:nth-child(2):after {
    top: 52px;
  }
  .step-block li:first-child:before {
    bottom: -135px;
    top: 35px;
  }
  .step-block li:before {
    bottom: -70px;
    top: 60px;
    left: -19px;
  }
  .step-block li:last-child .xs-title:before {
    position: absolute;
    top: -5px;
    left: -69px;
    width: 4px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    content: '';
  }
  .features-section {
    padding: 96px 0 60px;
  }
  .features-block {
    text-align: center;
    max-width: 460px;
    margin: 0 auto 10px;
  }
  .card-left {
    min-height: 292px;
  }
  .hopin-numbers-section {
    padding: 100px 0 0;
  }
  .numbers-block {
    margin-bottom: 50px;
  }
  .news-section {
    padding: 48px 0 66px;
  }
  .problem-section {
    padding: 80px 0 10px;
  }
  .problem-section .section-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 40px;
  }
  .blockquote-lg:before {
    left: 5px;
  }
  .blockquote-lg:after {
    right: 5px;
  }
  .about-mission {
    margin: 65px 0 47px;
    padding: 0;
  }
  .mission-bg {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-bottom: 87%;
  }
  .about-mission .content {
    padding: 96px 0;
  }
  .acc-problem-section {
    padding: 50px 0;
  }
  .acc-problem-section .section-head {
    max-width: 100%;
  }
  .approach-section {
    padding: 45px 0 112px;
  }
  .people-img {
    position: relative;
    right: auto;
    top: 0;
    max-width: initial;
    height: auto;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .people-section {
    padding: 0;
  }
  .people-block {
    max-width: 450px;
    margin: 0 auto;
    padding: 95px 0 73px;
  }
  .people-block .section-head + .section-head {
    margin-top: 57px;
  }
  .values-section {
    padding: 82px 0 36px;
  }
  .values-section .section-head {
    margin-bottom: 25px;
  }
  .event-block p br {
    display: none;
  }
  .events-progress-date > div:last-child {
    text-align: left;
  }
  /*.goal-section {
        margin: 37px 0 52px;
        padding: 94px 0;
    }*/
  .goal-img {
    text-align: center;
    margin-top: 95px;
    margin-right: 55px;
  }
  .investor-section {
    padding: 76px 0 0;
  }
  .investor-section .partner-list {
    margin-bottom: 12px;
  }
  .investor-section .partner-list li img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .values-section .custom-animation {
    height: 165px;
  }
  .customers-list {
    justify-content: center;
  }
  .case-page-section {
    padding: 135px 0 72px;
  }
  .case-page-head {
    margin-bottom: 24px;
    margin-top: 7px;
  }
  .case-page-head .section-head {
    margin-bottom: 32px;
  }
  .custom-alert {
    padding-right: 25px;
    margin-top: 24px;
  }
  .psr-block {
    margin-top: 78px;
  }
  .psr-block-inner {
    padding-left: 56px;
  }
  .more-section {
    padding: 95px 0 62px;
  }
  .case-block-sm .case-img {
    padding: 32px 20px 0;
  }
  .case_block {
    text-align: center;
    margin-left: -8px;
    margin-right: -8px;
    padding: 1rem;
  }
  .case_block .case-logo,
  .case_block p {
    margin-bottom: 1rem;
  }
  .case_block .media {
    display: block;
  }
  .case_block .media > img {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .satisfaction-section .tab-content {
    right: 0;
  }
  #apply-animation svg {
    max-width: 100%;
    left: 0;
  }
  #host-card svg {
    max-width: 120%;
    left: -30px;
    top: 0;
  }
  .about-event {
    padding: 72px 0 16px;
  }
  .goal-section .content {
    max-width: 100%;
  }
  .who-we-are {
    padding: 80px 0;
  }
  .working-form svg {
    right: -520px !important;
  }
  .who-we-are-img {
    margin-bottom: 128px;
  }
  .careers-value .section-head {
    text-align: left;
  }
  .where-we-are {
    padding: 128px 0;
  }
  .jobs-section {
    padding: 96px 0;
  }
  .tm-partner-section {
    padding-bottom: 40px;
  }
  .tm-partner-section .partner-list li {
    width: 20%;
    padding: 10px 0;
  }
  .tm-section .section-head {
    left: auto;
    width: auto;
    position: relative !important;
    margin-top: 35px;
    margin-left: 0;
  }
  .tm-section {
    padding: 96px 0 64px;
  }
  .live-tweets-section {
    padding: 96px 0 64px;
  }
  .tweets-img {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .intro-img {
    height: 431px;
  }
  .three-number-count > div:nth-child(3n + 1) .numbers-block:before {
    display: block !important;
  }
  .three-number-count > div:nth-child(2n + 1) .numbers-block:before {
    display: none !important;
  }
  .global-compact-numbers {
    margin-top: 72px;
  }
  .main-menu > li {
    max-width: 690px;
  }
  .whitepaper-wrap .page-into-section {
    padding-top: 139px;
    text-align: center;
    position: relative;
    padding-bottom: 0;
  }
  .whitepaper-wrap .page-into-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 480px;
    background-color: #fff;
    content: '';
    z-index: 1;
  }
  .whitepaper-wrap .page-into-section .section-head p {
    max-width: 440px;
    margin: 0 auto;
  }
  .form-inline {
    justify-content: center;
  }
  .form-inline-wp .form-control {
    width: 210px !important;
  }
  .white-paper-img {
    margin-top: 20px;
    position: relative;
    z-index: 3;
  }
  .whitepaper-intro {
    padding-top: 306px;
    margin-top: -258px;
    position: relative;
    z-index: 2;
    padding-bottom: 75px;
  }
  .whitepaper-intro .section-head .block-title {
    max-width: 68%;
  }
  .whitepaper-book {
    padding: 140px 0 95px;
  }
  .whitepaper-book-img {
    padding-left: 10px;
    margin-bottom: 18px;
  }
  .whitepaper-book-block {
    text-align: center;
  }
  .whitepaper-book-block .section-head {
    max-width: 100%;
  }
  .demo-section {
    padding: 73px 0 30px;
    min-height: 488px;
    overflow: hidden;
    position: relative;
  }
  .demo-section .section-head p {
    max-width: 90%;
  }
  .demo-section .form-inline {
    justify-content: flex-start;
  }
  .demo_img_block {
    right: auto;
    left: 30%;
    top: 5px;
    max-width: initial;
  }
  .site-map-section {
    padding-bottom: 62px !important;
  }
  .feature-press-section {
    padding: 96px 0;
  }
  .feature-press-section .section-head,
  .mentions-section .section-head,
  .download-section .section-head {
    margin-bottom: 32px;
  }
  .feature-press-wrap {
    padding: 0;
    border: 1px solid #f1f2f5;
    box-shadow: 0 8px 8px rgba(44, 50, 66, 0.01),
      0 1px 1px rgba(44, 50, 66, 0.06);
    border-radius: 12px;
  }
  .feature-press-content {
    position: relative;
    left: 0;
    max-width: 100%;
    padding: 22px 24px 24px;
    border-radius: 0 0 12px 12px;
    box-shadow: none;
    border: 0;
    margin: 0 !important;
  }
  .feature-press-wrap img {
    border-radius: 12px 12px 0 0;
  }
  .feature-press-quote {
    padding-bottom: 8px;
  }
  .feature-press-quote p {
    margin-bottom: 10px;
  }
  .mentions-section {
    padding: 96px 0 40px;
  }
  a.tm-card .tm-body {
    line-height: 1.48;
    min-height: 164px;
  }
  .mentions-section hr {
    margin-top: 62px;
  }
  .download-section {
    padding: 24px 0 64px;
  }
  .download-block .case-body {
    padding: 24px;
  }
  .download-block .download-title {
    margin-bottom: 8px;
  }
  .download-block .case-body p {
    margin-bottom: 22px;
  }
  .download-block-link {
    margin-left: 5px;
  }
  .download-block-link svg {
    margin-right: 15px;
  }
  .events_slider {
    padding: 24px calc(50% - 352px);
  }
  .careers-intro-section .page-title {
    margin-bottom: 20px;
  }
  .careers-intro-section .page-into-block {
    font-size: 22px;
  }
  .careers-intro-section .section-head {
    margin-bottom: 32px;
  }
  .careers-intro-section {
    padding: 140px 0 164px;
  }
  .careers-intro-mess {
    bottom: 32px;
    right: 32px;
    width: 342px;
    padding: 18px 17px;
    border-radius: 8px 8px 30px 8px;
  }
  .careers-intro-mess .btitle br {
    display: none;
  }
  .careers-intro-img {
    bottom: -8px;
    width: 74px;
  }
  .careers-intro-mess .btitle {
    max-width: 270px;
  }
  .careers-intro-mess .btn_link {
    margin-top: 10px;
  }
  .who-we-are-2 {
    padding: 60px 0 7px;
  }
  .tim-slider .slick-list {
    overflow: hidden;
  }
  .tim-slider-block {
    width: auto;
    height: auto;
    display: block;
    min-height: 800px;
  }
  .tim-slider {
    margin: 0 -26px 66px;
  }
  .tim-slider .slick-slide {
    padding: 0 6px;
  }
  .tim-slider-ava,
  .tim-slider-desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px;
  }
  .tim-slider-ava {
    border-radius: 8px 8px 0 0;
    height: 380px;
  }
  .tim-name {
    margin-bottom: 3px;
  }
  .tim-slider-desc {
    display: block;
    line-height: 1.75;
  }
  .tim-slider .slick-next {
    margin-left: 0;
    left: auto;
    right: 34px;
  }
  .tim-slider .slick-prev {
    margin-left: 0;
    left: auto;
    right: 82px;
  }
  .tim-slider .slider__counter {
    margin-left: 0;
    left: auto;
    right: 138px;
  }
  .who-we-are-detail-2 .row > div:nth-child(3) .numbers-block:before {
    display: none;
  }
  .careers-value-2 {
    padding: 79px 0 60px;
  }
  .careers-value-2 .row > div:first-child {
    margin-bottom: 12px;
  }
  .careers-value-2 .section-head {
    margin-bottom: 16px;
    padding-right: 0;
  }
  .careers-value-2 .card-left {
    min-height: 316px;
  }
  .card-hopin-link {
    text-align: center;
    padding-top: 38px;
  }
  .card-hopin-link .card-img {
    margin: 0 auto 24px;
  }
  .card-hopin-link .sm-title {
    max-width: 330px;
    margin: 0 auto 24px;
  }
  .benefits-section {
    overflow: hidden;
    padding: 96px 0 101px;
  }
  .benefits-section .section-head {
    margin-bottom: 32px;
  }
  .benefits-section .nav {
    margin-bottom: 15px;
  }
  .benefits-section .nav-item {
    width: 33%;
  }
  .ben-slider-block {
    width: 392px;
  }
  .benefit-slider .slick-list {
    overflow: initial;
  }
  .benefit-slider {
    margin: 0 -16px;
  }
  .benefit-slider .slick-track > .slick-slide {
    padding: 16px;
  }
  .ben-slider-block {
    min-height: 432px;
    padding: 24px;
  }
  .benefit-slider .slick-next {
    right: auto;
    left: 50%;
    margin-left: 29px;
  }
  .benefit-slider .slick-prev {
    right: auto;
    left: 50%;
    margin-left: -27px;
  }
  .slider-wrap .slideCount {
    right: auto;
    left: 50%;
    margin-left: -66px;
  }
  .hopin-music {
    padding: 96px 0;
  }
  .hopin-music .section-head {
    padding-right: 0;
    margin-top: 0;
    max-width: 460px;
  }
  .hopin-music .section-head .block-title {
    margin-bottom: 16px;
  }
  .hopin-music .section-head iframe {
    margin-top: 16px;
  }
  .hopin-playlist {
    margin-top: 10px;
  }
  .hopin-playlist iframe {
    width: 100%;
    height: 790px;
  }
  .newest-section {
    padding: 96px 0;
  }
  .newest-section .container {
    max-width: 720px;
  }
  .newest-section .section-head .btn_link {
    margin-top: 12px;
  }
  .newest-block-title {
    width: 100%;
    padding-bottom: 5px;
  }
  .newest-block-work {
    width: 52%;
  }
  .newest-block-location {
    width: 40%;
  }
  .careers-footer {
    padding: 112px 0 30px;
    min-height: 398px;
  }
  .careers-footer .section-head p {
    max-width: 78%;
  }
  .careers-footer .demo_img_block {
    right: -422px;
    left: auto;
    height: 100%;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .price-intro-section {
    padding: 81px 0 200px;
  }
  .price-intro-section .page-title {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .price-intro-section .section-head p span {
    display: block;
  }
  .price-block {
    border: 0;
  }
  .price-block {
    margin-top: -193px;
  }
  .price-block-header .pr-inner-block > div {
    width: 100%;
    display: block;
    border: 1px solid #e4e6eb !important;
    box-shadow: 0px 8px 8px rgba(44, 50, 66, 0.01),
      0px 1px 1px rgba(44, 50, 66, 0.06);
    border-radius: 8px;
    margin-bottom: 24px;
    position: relative;
    padding: 57px 16px 3px;
  }
  .package-key-features {
    margin-top: 24px;
  }
  .package-key-features .xxs-title {
    margin-bottom: 12px;
  }
  .package-key-features ul:not([class]) li {
    margin-bottom: 24px;
    line-height: 1.45;
  }
  .price-block-header .pr-inner-block {
    border-bottom: 0;
  }
  .price-section {
    padding-bottom: 19px;
  }
  .partner-faq-section {
    padding: 72px 0 53px;
  }
  .partner-faq-section .section-head {
    margin-bottom: 27px;
  }
  .partner-faq-section .block-title {
    margin-bottom: 16px;
  }
  .accordion_block {
    margin-bottom: 18px;
  }
  .price-demo .demo-block .block-title {
    max-width: 100%;
  }
  .price-demo-form {
    width: 100%;
    justify-content: center !important;
  }
  .price-demo .demo_img_xs_block {
    margin-top: 14px;
  }
  .mobile-plan-detail {
    padding: 14px 0 38px;
  }
  .partner-price-section {
    padding: 16px 0 7px;
  }
  .partner-price-section .partner-list li {
    width: 32%;
    margin: 0 0 7px;
  }
  .mobile-plan-detail span {
    font-size: 16px;
    text-decoration: underline;
    color: #175fff;
    cursor: pointer;
  }
  .mobile-plan-detail .btn_hide {
    display: none;
  }
  .mobile-plan-detail.active .btn_show {
    display: none;
  }
  .mobile-plan-detail.active .btn_hide {
    display: block;
  }
  .price-block-body {
    display: none;
    margin: 0 0 40px;
    border: 1px solid #e4e6eb !important;
    border-radius: 8px;
    overflow: hidden;
  }
  #all_features .modal-content {
    border: 0;
    border-radius: 0;
  }
  #all_features .modal-dialog {
    width: 100%;
    margin: 0;
  }
  #all_features .modal-dialog-centered {
    min-height: 100%;
  }
  .modal-header {
    padding: 37px 32px;
    border-radius: 0;
    text-align: center;
  }
  .modal-header .md-title {
    margin-bottom: 7px;
    font-size: 28px;
  }
  #all_features .modal-scroll-block {
    padding-right: 8px;

    height: auto;
    max-height: calc(100vh - 232px);
  }
  .card-body.content ul:not([class]) li {
    font-size: 14px;
    line-height: 1.75;
  }
  .card-body.content ul:not([class]) li:before {
    top: 9px;
  }
  #all_features .modal-body {
    padding: 12px 8px 12px 16px;
  }
  .package-key-features ul:not([class]) li:last-child {
    margin-bottom: 0;
  }
  .pr-inner-block > div,
  .mobile-plan-title > div {
    width: 33.33333%;
    float: left;
  }
  .mobile-plan-title {
    background: #f7f8fa;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #2c3242;
    padding: 13px 0;
    border-bottom: 1px solid #e4e6eb;
  }
  .mobile-plan-title > div + div {
    border-left: 1px solid #e4e6eb;
  }
  .price-block-body > div:last-child {
    border-bottom: 0;
  }
  .pr-inner-block:after,
  .mobile-plan-title:after {
    display: table;
    clear: both;
    content: '';
  }
  .package-key-features ul:not([class]) li:before {
    left: 4px;
    font-size: 13px;
    top: 1px;
  }
  .pr-inner-header {
    font-size: 16px;
  }
  .pr-inner-header span {
    margin-top: 2px;
    line-height: 1.75;
  }
  .pr-inner-block > div:first-child {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.7;
  }
  .price-block-header .pr-inner-block > div br {
    display: none;
  }
  .pr-inner-header {
    min-height: 64px;
  }
  .pr-inner-block > div {
    min-height: 47px;
  }
  .package-price {
    margin-bottom: 16px;
  }
  .price-block {
    font-size: 14px;
  }
  .pro-label,
  .business-label {
    width: 100%;
    right: 0;
    border-radius: 8px 8px 0 0;
    border: 0;
  }
  .top-mess {
    justify-content: space-between;
  }

  .top-mess-text {
    display: none;
  }
  .top-mess-mobile {
    display: inline;
  }
  body {
    font-size: 16px;
    line-height: 1.75;
  }
  .blockquote {
    font-size: 16px;
    line-height: 1.75;
  }
  .home-case-section {
    padding: 72px 0;
  }
  .home-case-section .section-head {
    margin-bottom: 30px;
  }
  .home-case-section .md-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .home-case-section .customers-list {
    margin-bottom: 30px;
  }
  .case_block {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .case_block .media {
    display: flex;
  }
  .case_block .media > img {
    margin-right: 12px;
    margin-bottom: 0;
  }
  .values-section .custom-animation {
    height: auto;
  }
  .page-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 5px;
  }
  h1,
  .section-title {
    font-size: 32px;
    margin-bottom: 6px;
  }
  h2,
  .block-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  h6,
  .xs-title {
    font-size: 16px;
  }
  .header {
    padding: 12px 0;
    height: auto;
  }
  .logo-block,
  .logo-block svg {
    width: 85px;
  }
  .open_main_menu {
    margin-top: 0;
    top: -1px;
  }
  .intro-section {
    padding: 90px 0 0;
    margin-bottom: 30px;
  }
  .top-mess-active .intro-section {
    padding-top: 150px;
  }
  .intro-block {
    margin-bottom: 33px;
  }
  .intro-img.aos-animate:before {
    top: 0;
  }
  .intro-img.aos-animate:after {
    top: 8px;
  }
  .intro-section:after {
    height: 76px;
  }
  .partner-section {
    padding: 40px 0 20px;
  }
  .partner-section .section-head {
    margin-bottom: 16px;
  }
  .partner-list {
    margin-left: 0;
    text-align: center;
  }
  .partner-list li {
    height: 40px;
    padding: 5px 10px;
  }
  .partner-list li img {
    max-height: 100%;
  }
  .host-section {
    padding: 40px 0;
  }
  .host-section ul:not([class]),
  .satisfaction-section ul:not([class]) {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 14px;
  }
  ul:not([class]) li {
    font-size: 14px;
    color: #4f5461;
  }
  .host-section .custom-block,
  .custom-block {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .custom-logo-block .sm-text {
    font-weight: normal;
  }
  .host-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .satisfaction-section {
    padding: 72px 0 40px;
  }
  .icon-tab {
    display: flex;
    width: auto;
    float: none;
    justify-content: space-around;
    margin: 27px -10px 15px;
  }
  .satisfaction-section .tab-content {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .icon-tab .nav-link {
    margin-bottom: 0;
  }
  .screen-block {
    margin-top: 0;
  }
  .next-event-section {
    padding: 74px 0 60px;
  }
  .next-event-section .section-head {
    max-width: 100%;
  }
  .event-tab .nav-link {
    font-size: 18px;
  }
  .event-tab {
    display: block;
    white-space: nowrap;
    margin: 0 -15px 16px;
    overflow-x: auto;
    font-size: 0;
    position: relative;
    overflow-y: hidden;
  }
  .event-tab-wrap {
    position: relative;
  }
  .event-tab-wrap:before {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
    content: '';
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 30px;
    height: 55px;
  }
  .event-tab-wrap:after {
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 1;
    content: '';
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    width: 30px;
    height: 55px;
  }
  .event-tab .nav-link {
    width: auto;
    padding: 11px 24px;
    font-size: 18px;
    display: inline-flex;
  }
  .event-tab .nav-link.active {
    position: relative;
    z-index: 2;
  }
  .ways-section {
    padding: 72px 0 64px;
    height: auto;
  }
  .ways-block {
    height: auto;
    display: block;
    text-align: center;
  }
  .card {
    width: 198px;
    padding: 16px 8px 0;
    min-height: 216px;
  }
  .card-img {
    width: 56px;
    height: 56px;
  }
  .card-img img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .card .xs-title {
    margin-bottom: 1px;
  }
  .card p {
    font-size: 12px;
    line-height: 1.85;
  }
  .card-warp {
    height: 460px;
  }
  .card-inner {
    height: 224px;
  }
  .card-warp .card {
    width: 198px;
    flex: 1 0 198px;
  }
  .review-section {
    padding: 72px 0 50px;
  }
  .demo-section {
    padding: 73px 0 0;
    text-align: center;
  }
  .demo-img {
    max-width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .demo-img video {
    width: 100%;
    position: relative;
    top: 20px;
    height: auto;
  }
  .footer {
    padding: 36px 0 24px;
  }
  .header-nav {
    padding-top: 85px;
  }
  .page-into-section {
    padding: 89px 0 75px;
  }
  .top-mess-active .page-into-section {
    padding: 150px 0 75px;
  }
  .hopin-map {
    padding: 65px 0 40px;
  }
  .map-block {
    margin-left: -13px;
    margin-top: 2px;
    margin-right: -11px;
  }
  .host-full-section {
    padding: 45px 0 23px;
  }
  .scale-block {
    margin-top: 73px;
    margin-right: 0;
  }
  .host-full-video {
    margin-right: -15px;
    margin-top: 13px;
    margin-left: -15px;
  }
  .host-full-2 {
    right: 0;
    top: -40px;
  }
  .host-full-3 {
    left: 0;
    position: relative;
    bottom: 0;
    margin-top: 23px;
  }
  .host-public-section {
    padding: 72px 0 50px;
  }
  .host-public-block {
    margin-top: -7px;
    margin-left: -15px;
    margin-right: -16px;
  }
  .event-section {
    padding: 72px 0 60px;
  }
  .event-section .section-head .block-title {
    margin: 0 auto 5px;
  }
  .event-section .section-head {
    margin: 0 auto;
  }
  .event-block {
    width: 100%;
    margin: 0 auto;
  }
  .event-block .xs-title {
    font-size: 18px;
    margin-top: -6px;
    position: relative;
    z-index: 2;
  }
  .apply-section {
    padding: 70px 0 1px;
  }
  .apply-video {
    margin-left: -15px;
    margin-right: -18px;
    margin-top: 0;
  }
  .step-section {
    padding: 70px 0 50px;
  }
  .step-block {
    left: 0;
    padding-left: 7px;
  }
  .step-block li:after {
    left: -6px;
  }
  .step-section .section-head {
    margin-bottom: 22px;
  }
  .step-block:before {
    top: 0;
    left: 8px;
  }
  /*.step-block li {
        padding-left: 0;
        position: relative;
        margin-bottom: 68px;
    }
    .step-block li:before {
        font-size: 63px;
        position: relative;
        left: 0;
        width: auto;
        text-align: left;
        top: 0;
        margin-bottom: 8px;
        display: block;
    }*/
  .step-block li:before {
    bottom: -135px;
    top: 25px !important;
    left: 2px;
  }
  .step-block li:last-child:after {
    top: 40px !important;
  }
  .step-block li:last-child:before {
    top: 45px !important;
    display: block;
    background-color: #fff;
    bottom: 0;
  }
  .step-block .xs-title {
    font-size: 18px;
  }
  .step-block li:after {
    left: -5px;
    top: 20px !important;
  }
  .step-block li:first-child:after {
    top: -6px;
  }
  .step-block li:first-child:before {
    top: 7px;
  }
  .step-block li:last-child .xs-title:before {
    left: -33px;
  }
  .features-section {
    padding: 73px 0 48px;
  }
  .features-block {
    max-width: 320px;
    margin: 0 auto 42px;
  }
  .card-left .card-img {
    width: 56px;
    height: 56px;
  }
  .features-section .row > div {
    margin-bottom: 0;
  }
  .card-left {
    min-height: 238px;
    padding: 24px 24px 0 !important;
    margin-bottom: 26px;
    height: auto;
  }
  .hopin-numbers-section {
    padding: 75px 0 0;
  }
  .numbers-block:before {
    display: none;
  }
  .news-section {
    padding: 26px 0 48px;
  }
  .news-section .section-head {
    margin-bottom: 30px;
  }
  .news-block {
    max-width: 352px;
    margin: 0 auto 24px;
  }
  .news-block .xs-title {
    font-size: 18px;
  }
  .problem-section {
    padding: 65px 0 10px;
  }
  .problem-section .section-head {
    margin-bottom: 32px;
  }
  .media-card {
    padding: 24px 24px 6px;
    margin-bottom: 24px;
  }
  .media-card .card-img {
    width: 56px;
    height: 56px;
    margin-right: 15px !important;
  }
  .media-card .xs-title {
    margin-bottom: 4px;
  }
  .blockquote-lg {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 40px;
    margin: 23px auto;
  }
  .blockquote-lg:before {
    left: 0;
    top: -2px;
  }
  .blockquote-lg:after {
    right: 0;
    bottom: 0;
  }
  .about-mission {
    margin: 49px 0 42px;
  }
  .about-mission .content {
    padding: 71px 0;
  }
  .acc-problem-section {
    padding: 30px 0;
  }
  .acc-problem-section .section-head {
    margin-bottom: 22px;
  }
  .acc-problem-section .section-head .block-title {
    margin-bottom: 15px;
  }
  .content ul:not([class]) li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .title-dot:before,
  .content ul:not([class]) li:before {
    top: 11px;
  }
  .approach-section {
    padding: 40px 0 71px;
    font-size: 18px;
    line-height: 1.8;
  }
  .approach-block .section-head {
    margin-bottom: 25px;
  }
  .alert {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
    padding: 1.1rem 1rem;
  }
  .alert-lg {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
    padding: 1.5rem;
  }
  .people-block {
    padding: 70px 0 60px;
  }
  .people-block p {
    margin-bottom: 11px;
  }
  .people-block .section-head + .section-head {
    margin-top: 45px;
  }
  .people-img {
    width: auto;
  }
  .values-section {
    padding: 63px 0 10px;
  }
  .values-section .section-head {
    margin-bottom: 70px;
  }
  .what-hopin {
    padding: 72px 0 50px;
  }
  .what-hopin .section-head,
  .goal-section .section-head {
    margin-bottom: 13px;
  }
  .events-hosted-block {
    margin-top: 35px;
  }
  .about-event {
    padding: 64px 0 42px;
  }
  .what-hopin-hosted {
    padding: 64px 0 58px;
  }
  .about-event-block .sm-title {
    margin-bottom: 18px;
  }
  .about-event ul:not([class]) li {
    font-size: 16px;
  }
  .goal-section {
    padding: 72px 0;
  }
  .goal-img {
    margin-top: 75px;
    margin-right: 0;
  }
  .investor-section {
    padding: 64px 0 22px;
  }
  .page-section {
    padding: 86px 0;
  }
  .top-mess-active .page-section {
    padding-top: 146px;
  }
  .page-section hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .page-section .content h1 {
    margin-bottom: 1rem;
  }
  .page-section .content h4 {
    margin-top: 1.5rem;
  }
  .row.news-block .news-img {
    height: 209px;
    min-height: 0;
  }
  .dark-header .header {
    box-shadow: none;
  }
  .news-desc {
    padding: 25px 22px 15px !important;
  }
  .news-desc .md-title,
  .news-desc .sm-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 1px;
  }
  .news-desc-sm {
    font-size: 14px;
  }
  .news-footer {
    margin-bottom: 9px;
    line-height: 1.3;
  }
  .article-head {
    display: block;
  }
  .mb-6 {
    margin-bottom: 1.5rem !important;
  }
  iframe {
    height: auto;
  }
  .event-video {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .demo-img-block svg {
    right: 0;
    width: auto !important;
    position: relative;
    max-width: 100%;
    height: auto !important;
  }
  .ways-video {
    width: auto;
  }
  .step-block .custom-animation {
    margin-left: 50px;
  }
  #mission-footer svg {
    width: auto !important;
    right: auto;
    position: relative;
  }
  .screen-img-2-3 {
    top: 15%;
    left: 7%;
  }
  .customers-section {
    padding: 33px 0;
  }
  .customers-section .section-head {
    margin-bottom: 20px;
  }
  .customers-list li {
    padding: 0;
    margin: 0 10px 5px;
  }
  .case-section {
    padding: 23px 0 64px;
  }
  .case-block .sm-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .case-body {
    padding: 24px 24px 8px;
    font-size: 14px;
    line-height: 1.7;
  }
  .case-img {
    padding: 40px 24px 0;
  }
  .case-page-section {
    padding: 80px 0 50px;
  }
  .case-page-head .section-title {
    margin-bottom: 18px;
    line-height: 1.25;
  }
  .case-page-head .section-head {
    margin-bottom: 20px;
  }
  .case-page-head .case-logo {
    margin-bottom: 10px;
  }
  .case-page-head {
    margin-bottom: 12px;
  }
  .case-page-section .section-head {
    margin-bottom: 20px;
  }
  .custom-alert {
    border-radius: 4px;
    padding: 1rem;
    margin-top: 12px;
  }
  .psr-block {
    margin-top: 32px;
  }
  .psr-block-inner {
    padding-left: 32px;
  }
  .psr-block-inner:not(:last-child) {
    margin-bottom: 85px;
  }
  .media-card-sm {
    margin-bottom: 0.5rem !important;
    padding: 1rem !important;
  }
  .psr-block-inner:not(:last-child):before {
    bottom: -105px;
  }
  .more-section {
    padding: 72px 0 16px;
  }
  .more-section .section-head {
    margin-bottom: 24px;
  }
  .more-section .case-block {
    margin-bottom: 1rem;
  }
  .media-card-sm .xxs-title {
    margin-bottom: 0;
  }
  .custom-alert p {
    margin-bottom: 1rem;
  }
  .page-into-block {
    font-size: 16px;
  }
  table td,
  table th {
    padding: 24px 5px;
  }
  table {
    color: #4f5461;
    line-height: 1.7;
  }
  .content table thead {
    display: none;
  }
  .content table tr {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
  }
  .content table td {
    display: block;
    border-radius: 8px;
    padding: 0.5rem 1rem;
  }
  .content td:before {
    content: attr(data-label);
    color: #2c3242;
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
  }
  table thead tr,
  table tr:nth-child(odd) {
    background: #f7f8fa;
  }
  table thead tr,
  table tr:nth-child(even) {
    background: #fff;
  }
  .live-tweets {
    margin-top: 32px;
  }
  .lt-block {
    margin-bottom: 1rem;
  }
  .case-numbers-section {
    padding: 30px 0 45px;
  }
  .case-numbers-section .numbers-title {
    font-size: 24px;
  }
  .case-numbers-section .numbers-block {
    margin-bottom: 0;
  }
  .case-numbers-section .numbers-block:before {
    display: block;
  }
  .jobs-header {
    position: relative;
  }
  .vacancy-filter {
    display: none;
  }
  .working-form form .form-control {
    width: 100%;
  }
  .working-form .form-group {
    margin-bottom: 12px;
  }
  .working-form svg {
    right: auto !important;
  }
  .working-form form .btn {
    width: 100%;
  }
  .page-into-block .section-head p br {
    display: none;
  }
  .who-we-are {
    padding: 64px 0;
  }
  .who-we-are .section-head p {
    margin-bottom: 0.5rem;
  }
  .who-we-are .section-head,
  .where-we-are .section-head {
    margin-bottom: 32px;
  }
  .who-we-are-detail {
    margin-bottom: 0;
  }
  .careers-value .section-head {
    text-align: center;
    padding-right: 0;
  }
  .where-we-are {
    padding: 104px 0;
  }
  #map {
    height: 335px;
  }
  .jobs-section {
    padding: 72px 0 48px;
  }
  .jobs-section-inner .bhead {
    margin-bottom: 26px;
    padding-bottom: 0;
  }
  .vacancy-filter .form-row > .col,
  .vacancy-filter .form-row > [class*='col-'] {
    margin-bottom: 30px;
  }
  .careers-value .card-left {
    min-height: auto;
    padding-bottom: 9px !important;
  }
  .vacancy-filter {
    padding: 22px 24px 29px;
  }
  .job-img,
  .job-share .btn,
  .job-page-head,
  .job-page-head .section-head {
    margin-bottom: 22px;
  }
  .job-footer .social-block {
    top: 0;
    text-align: center;
  }
  .related-jobs {
    padding: 72px 0 40px;
  }
  .related-jobs .section-head {
    margin-bottom: 22px;
  }
  .jobs-section-inner .bhead .scroll_top {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tm-partner-section .partner-list li {
    width: 30%;
    padding: 0;
    height: auto;
    margin-bottom: 30px;
  }
  .tm-partner-section {
    padding-bottom: 35px;
  }
  .tm-section {
    padding: 72px 0 48px;
  }
  .tm-section .section-head {
    margin-top: 0;
    text-align: center;
  }
  .tm-card {
    margin-bottom: 24px;
  }
  .live-tweets-section {
    padding: 72px 0;
  }
  .tweets-img {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .intro-img {
    height: 319px;
  }
  .three-number-count > div > .numbers-block:before {
    display: block !important;
  }
  .three-number-count > div:nth-child(2n + 1) .numbers-block:before {
    display: none !important;
  }
  .blockquote-footer-autor span {
    display: block;
  }
  .blockquote-footer-autor span + span:before {
    display: none;
  }
  .case_block .media-body,
  .blockquote-footer {
    align-items: flex-start !important;
  }
  .global-compact-numbers {
    margin-top: 32px;
  }
  .header-nav {
    padding-top: 74px;
  }
  .top-mess-active .header-nav {
    padding-top: 134px;
  }
  .top-mess-active .main-menu {
    height: calc(100vh - 320px);
  }
  .top-mess-text {
    -webkit-line-clamp: 3;
  }
  .main-menu > li {
    max-width: 510px;
  }
  .main-menu > li {
    font-size: 18px;
    padding: 16px 0;
  }
  .menu-item-has-children:after {
    right: 3px;
    font-weight: normal;
    font-size: 18px;
    top: 17px;
  }
  .header-nav .main-menu > li:last-child {
    bottom: 120px;
  }
  .header-nav > .btn-sm {
    bottom: 68px;
  }
  .main-sub-menu .xxs-title {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 3px;
  }
  .main-menu {
    height: calc(100vh - 260px);
    display: block !important;
    overflow-y: auto;
  }
  .footer-logo {
    margin-bottom: 8px;
  }
  .footer-info {
    margin-bottom: 25px;
  }
  .whitepaper-wrap .page-into-section {
    padding-top: 90px;
    overflow: hidden;
  }
  .whitepaper-wrap .page-into-section .section-title {
    line-height: 1.25;
  }
  .whitepaper-wrap .page-into-block {
    line-height: 1.75;
  }
  .white-paper-img {
    width: 372px;
    margin: 7px auto 0;
    left: -11px;
  }
  .whitepaper-wrap .page-into-section:before {
    height: 358px;
  }
  .whitepaper-intro {
    margin-top: -135px;
    padding-top: 162px;
    padding-bottom: 52px;
  }
  .whitepaper-intro .section-head .block-title {
    max-width: 95%;
    margin-bottom: 15px;
  }
  .whitepaper-intro .section-head {
    margin-bottom: 16px;
  }
  .whitepaper-intro .blockquote {
    margin-top: 16px;
  }
  .whitepaper-intro hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .whitepaper-intro ul:not([class]) li {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .whitepaper-book {
    padding: 72px 0;
  }
  .whitepaper-book-img {
    padding-left: 0;
    max-width: 250px;
    margin: 0 auto 26px;
    position: relative;
    left: 5px;
  }
  .whitepaper-book-block {
    margin-top: 0;
  }
  .whitepaper-book-block .block-title {
    margin-bottom: 15px;
  }
  .demo-block .block-title,
  .demo-section .section-head p {
    max-width: 100%;
  }
  .demo_img_xs_block {
    width: 100%;
    margin-top: 68px;
  }
  .footer-form {
    width: 100%;
  }
  .footer-form-btn {
    top: 7px;
    right: 20px;
    font-size: 18px;
  }
  .footer .social-link {
    margin-right: 23px;
    font-size: 19px;
  }
  .footer .social-block {
    margin-bottom: 17px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom-list {
    text-align: center;
    margin-bottom: 4px !important;
  }
  .footer-bottom-list li {
    margin: 0 6px 8px !important;
  }
  #emailModal .modal-dialog {
    max-width: 100%;
  }
  #emailModal .modal-content {
    padding: 40px 32px;
  }
  .site-map-section h1,
  .site-map-section .section-title {
    font-size: 28px;
  }
  .cookies-block {
    flex-direction: column;
    bottom: 50px;
    right: 50%;
    width: 340px;
    max-width: 94%;
    padding: 13px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .cookies-block div {
    width: 100%;
  }
  #accept-cookies {
    margin-left: 0;
    display: block;
    margin-top: 8px;
  }
  .top-mess-mobile img {
    vertical-align: baseline;
    margin-right: 3px;
  }
  .home-next-event {
    padding: 80px 0;
  }
  .feature-press-section {
    padding: 72px 0;
  }
  .feature-press-section .section-head,
  .mentions-section .section-head,
  .download-section .section-head {
    margin-bottom: 24px;
  }
  .feature-press-title {
    font-size: 24px;
    line-height: 1.5;
    margin: 11px 0 12px;
  }
  .feature-press-quote p {
    margin-bottom: 8px;
    line-height: 1.75;
  }
  .mentions-section {
    padding: 72px 0 40px;
  }
  .download-section .section-head {
    text-align: center;
  }
  .mentions-section {
    padding: 72px 0 18px;
  }
  .mentions-section hr {
    margin-top: 46px;
  }
  .download-block .case-body {
    font-size: 16px;
    line-height: 1.75;
  }
  .download-block {
    margin-bottom: 24px;
    max-width: 100%;
  }
  .download-section {
    padding: 24px 0 48px;
  }
  .wp-block-quote {
    font-size: 18px;
  }
  .events_sort {
    display: block;
    text-align: center;
  }
  .events_control {
    display: none;
  }
  .events_control_mobile {
    display: block;
  }
  .intro-section video {
    top: -1px;
  }
  .events_slider {
    padding: 27px 7px 8px;
    margin-bottom: 8px;
  }
  .events_section {
    padding: 75px 0;
  }
  .events_section .block-title {
    font-size: 24px;
  }
  .careers-value-2 .card-left {
    min-height: 240px;
    padding-bottom: 7px !important;
  }
  .careers-intro-section .page-title {
    margin-bottom: 7px;
  }
  .careers-intro-section .page-into-block {
    font-size: 16px;
    line-height: 1.75;
  }
  .careers-intro-section .section-head {
    margin-bottom: 24px;
  }
  .page-into-section {
    padding: 89px 0 104px;
  }
  .who-we-are-2 {
    padding: 64px 0 0;
  }
  .who-we-are-2 .block-title {
    margin-bottom: 8px;
  }
  .who-we-are-2 p {
    margin-bottom: 8px;
  }
  .tim-slider {
    margin: 0 -2px 62px;
  }
  .tim-slider .slick-slide {
    padding: 0 2px;
  }
  .tim-slider .slick-list {
    overflow: initial;
  }
  .who-we-are-2 .section-head {
    margin: 0 auto 21px;
  }
  .tim-slider .slick-next {
    right: 4px;
  }
  .tim-slider .slick-prev {
    right: 52px;
  }
  .tim-slider .slider__counter {
    right: 108px;
  }
  .tim-slider-block {
    min-height: 700px;
  }
  .who-we-are-detail-2 {
    margin: 0 auto 22px;
  }
  .careers-value-2 {
    padding: 72px 0 46px;
  }
  .careers-value-2 .section-head .block-title {
    margin-bottom: 8px;
    margin-top: 0;
  }
  .careers-value-2 .section-head {
    margin-bottom: 20px;
    text-align: center;
  }
  .careers-value-2 .card-left .card-img {
    width: 72px;
    height: 72px;
  }
  .careers-value-2 .card-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .careers-value-2 .card .xs-title {
    margin-bottom: 4px;
    font-size: 18px;
  }
  .careers-value-2 .card p {
    font-size: 14px;
    line-height: 1.75;
  }
  .careers-value-2 .card-hopin-link {
    text-align: left;
    padding-bottom: 24px !important;
  }
  .card-hopin-link .card-img {
    margin: 0 0 36px;
  }
  .card-hopin-link .sm-title {
    max-width: 290px;
    margin: 0 0 39px;
  }
  .benefits-section {
    padding: 72px 0 78px;
  }
  .benefits-section .section-head {
    margin-bottom: 25px;
  }

  .ben-slider-block .blockquote-footer .xxxs-title {
    margin: 1px 0 4px;
  }
  .hopin-music {
    padding: 72px 0;
  }
  .hopin-music .section-head iframe {
    height: 65px;
  }
  .hopin-playlist {
    margin-top: 0;
  }
  .hopin-playlist iframe {
    height: 387px;
  }
  .newest-section {
    padding: 74px 0 72px;
  }
  .newest-section .section-head {
    display: block;
  }
  .newest-section .section-head .btn_link {
    margin-top: 30px;
  }
  .newest-block-title,
  .newest-block-work,
  .newest-block-location {
    display: block;
    width: 100%;
    padding-right: 35px;
  }
  .newest-block-work {
    padding-bottom: 6px;
  }
  .careers-footer {
    padding: 80px 0 0;
  }
  .careers-footer .section-head {
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
  .careers-footer .demo_img_xs_block {
    margin-top: 25px;
  }
  .benefits-section .nav-pills .nav-link {
    font-size: 11px;
    padding: 16px 5px;
  }
  .careers-intro-mess {
    -webkit-transform: translateX(50%) !important;
    -moz-transform: translateX(50%) !important;
    -ms-transform: translateX(50%) !important;
    -o-transform: translateX(50%) !important;
    transform: translateX(50%) !important;
    right: 50%;
    max-width: 100%;
    position: fixed;
    bottom: 52px;
    z-index: 1;
    width: 340px;
    max-width: 94%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .header-nav {
    padding-top: 50px;
  }
  .main-menu > li {
    margin-bottom: 0;
    font-size: 14px;
    padding: 8px 0;
  }
  .header-nav .main-menu li:last-child {
    bottom: 90px;
  }
  .header-nav .btn-white {
    bottom: 50px;
  }
  .header-nav > .btn-sm {
    bottom: 50px;
    font-size: 14px;
    line-height: 1.8;
    padding: 5px 20px;
  }
  .main-menu {
    height: calc(100vh - 200px);
  }
  .menu-item-has-children:after {
    top: 4px;
  }
  .main-sub-menu .xxs-title {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .price-block-body {
    margin-left: -15px;
    margin-right: -15px;
    border: 0 !important;
    border-radius: 0;
  }
  .mobile-plan-title {
    border-top: 1px solid #e4e6eb;
  }
  .price-block-body > div:last-child {
    border-bottom: 1px solid #e4e6eb;
  }
  .benefits-section .nav {
    justify-content: flex-start;
    margin-bottom: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .benefits-section .nav-item {
    width: 240px;
    display: table;
  }
  .benefits-section .nav-pills .nav-link {
    font-size: 14px;
  }
  .ben-slider-block {
    max-width: 100%;
  }
  .careers-value-2 .card-left {
    min-height: 312px;
  }
  .tim-slider-block {
    min-height: 800px;
  }
  .form-inline-wp .form-control {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .form-inline-wp .btn {
    width: 100%;
  }
  .main-menu > li {
    max-width: calc(100% - 30px);
  }
  .media-card-sm {
    display: block;
  }
  .media-card-sm .card-img {
    margin: 0 0 15px !important;
  }
  .events-progress-date > div:nth-child(2),
  .events-progress-date > div:nth-child(3) {
    display: none;
  }
  .custom-logo-block .sm-text {
    margin-bottom: 1px;
  }
  .logo-list li {
    width: 76px;
  }
  .logo-list li img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .screen-block {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .icon-tab .nav-link {
    margin-bottom: 0;
  }
  .screen-img-1-2 {
    top: 9px;
    right: 0;
    max-width: 75%;
  }
  .screen-img-2-2 {
    max-width: 75%;
    max-height: 50%;
  }
  .screen-block-progress {
    top: 5px;
    left: 25px;
    width: 200px;
    padding: 12px 12px 14px;
  }
  .screen-img-3-2 {
    max-width: 50%;
    bottom: -20px;
  }
  .screen-img-4-3 {
    top: 14px;
    left: 20px;
    max-width: 58%;
  }
  .screen-img-4-2 {
    bottom: -10px;
    right: 5px;
    max-width: 65%;
  }
  .screen-img-5-2 {
    top: 50px;
    left: 23px;
  }
  .screen-img-5-3 {
    top: 110px;
  }
  .show .screen-img-5-4 {
    max-width: 57%;
    right: 10px;
    bottom: -20px;
  }
  .screen-img-5-5 {
    top: 57%;
  }
  .screen-img-5-6 {
    top: 77%;
    left: -10px;
  }
  .reviews-slider {
    padding-left: 0;
    padding-top: 57px;
  }
  .reviews-slider:before {
    left: 0;
  }
  .reviews-slider .slick-dots {
    left: 0;
    text-align: center;
  }
  .footer-title {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 11px;
  }
  .footer-list {
    margin-bottom: 25px;
  }
  .footer hr {
    margin-top: -9px;
    margin-bottom: 16px;
  }
  .footer-list li {
    list-style: none;
    margin-bottom: 12px;
  }
  .demo-img {
    height: 201px;
  }
  .demo-img video {
    top: 16px;
  }
  .blockquote {
    padding-left: 0;
  }
  .blockquote:before {
    position: relative;
    top: 0;
    margin-bottom: 5px;
    display: block;
  }
  .blockquote-gray {
    padding: 16px;
  }
  .blockquote-gray:before {
    left: 0;
  }
  .intro-img {
    height: auto;
  }
  .intro-section video {
    height: auto;
    width: 100%;
  }
  .intro-img > div:before {
    bottom: 5px;
  }
  .download-section .section-head {
    text-align: left;
  }
}
@media (max-width: 420px) {
  .ben-slider-block {
    min-height: 400px;
  }
}
@media (max-width: 374px) {
  h1,
  .section-title {
    font-size: 30px;
  }
  .logo-list li {
    width: 74px;
    margin: 0;
  }
  .screen-img-5-2,
  .screen-img-5-3 {
    max-width: 43%;
  }
  .screen-img-5-3 {
    top: 80px;
  }
  .screen-img-5-6 {
    top: 72%;
    width: 80px;
  }
  .screen-img-5-5 {
    width: 50px;
  }
  .show .screen-img-5-4 {
    bottom: 0;
  }
  .demo-img {
    height: 174px;
  }
  .ver-upd {
    font-size: 12px;
  }
  .ver-upd span + span:before {
    padding: 0 8px;
  }
  .customers-list li {
    margin: 0 7px;
  }
  .home-case-section .customers-list li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .case-numbers-section .numbers-block {
    font-size: 14px;
  }
  .case-logo span {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .main-menu li {
    margin-bottom: 12px;
  }
  .page-into-block .section-head br {
    display: none;
  }
  .white-paper-img {
    width: 290px;
    left: 0;
    max-width: 100%;
  }
  .whitepaper-wrap .page-into-section:before {
    height: 284px;
  }
  .ben-slider-block {
    min-height: 364px;
    width: 290px;
  }
  .ben-slider-block .sm-title {
    margin-top: 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .gm-style img[src$='.svg'] {
    width: 35px !important;
    height: 38px !important;
  }
}
