* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 600px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #167ec2;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #136fab;
}
::-webkit-scrollbar-thumb:active {
  background: #136fab;
}
html {
  font: 400 16px/1.5714 'Open Sans', sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
body {
  color: #333;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 52px;
  width: 100%;
  border: 1px solid rgba(163, 163, 163, 0.2);
  background: #f3f8ff;
  padding: 0 25px;
  font-family: 'Open Sans';
  font-size: 16px;
  border-radius: 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #167ec2;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 25px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .portal-wrapper #loginform .button, .custom-password-protect input[type="submit"], .submit {
  display: inline-block;
  line-height: 1;
  padding: 16px 30px;
  font-size: 17px;
  font-weight: 600;
  background: #167ec2;
  color: #fff;
  font-family: 'Open Sans';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(352.65deg, rgba(42, 131, 188, 0.9) 25.56%, #90cdff 94.5%), #167ec2;
  box-shadow: 0 0 10px rgba(22, 126, 194, 0.05);
  border-radius: 10px;
}
@media (max-width: 480px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .portal-wrapper #loginform .button, .custom-password-protect input[type="submit"], .submit {
    padding: 13px 27px;
    font-size: 19px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .portal-wrapper #loginform .button:hover, .custom-password-protect input[type="submit"]:hover, .submit:hover {
  background: #259ae6;
}
h1 {
  font-size: 93px;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-size: 40px;
  color: #167ec2;
  line-height: 1.36;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 32px;
  line-height: 1.36;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 24px;
  line-height: 1.36;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 18px;
  }
}
h6 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.container {
  margin: 0 auto;
  width: 1200px;
  max-width: 94%;
  position: relative;
}
.text ul {
  margin: 0 0 0 15px;
}
.text ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #167ec2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.text ul li a {
  color: #167ec2;
  position: relative;
  display: inline-block;
}
.text ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #0c4366;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.text ul li a:hover {
  color: #0c4366;
}
.text ul li a:hover:before {
  width: 100%;
  opacity: 1;
}
.text ul li a:hover {
  color: #0c4366;
}
.text p > a:not(.btn), .text p strong a {
  color: #167ec2;
  display: initial;
  text-decoration: underline;
}
.text p > a:not(.btn):hover, .text p strong a:hover {
  color: #0c4366;
  text-decoration: none;
}
.text h2 a, .text h3 a, .text h4 a, .text h5 a, .text h6 a {
  color: #167ec2;
  position: relative;
  display: inline-block;
}
.text h2 a:before, .text h3 a:before, .text h4 a:before, .text h5 a:before, .text h6 a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #0c4366;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.text h2 a:hover, .text h3 a:hover, .text h4 a:hover, .text h5 a:hover, .text h6 a:hover {
  color: #0c4366;
}
.text h2 a:hover:before, .text h3 a:hover:before, .text h4 a:hover:before, .text h5 a:hover:before, .text h6 a:hover:before {
  width: 100%;
  opacity: 1;
}
.text h2 a:hover, .text h3 a:hover, .text h4 a:hover, .text h5 a:hover, .text h6 a:hover {
  color: #0c4366;
}
.single-post {
  position: relative;
  z-index: 1;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center, .overview-table .table-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Open Sans';
  height: 100%;
  line-height: 52px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  line-height: 26px;
  padding: 10px 15px;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1440px) {
  .main-menu > ul > li > a {
    margin-right: 0;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    padding: 5px 10px;
  }
}
.main-menu > ul > li > a:hover {
  color: #fff;
  opacity: 0.7;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children > a {
  position: relative;
  z-index: 0;
}
.main-menu .menu-item-has-children > a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  min-width: 220px;
  width: 100%;
  pointer-events: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 25px 50px -10px #000;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li:last-child a {
  border-bottom: none;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  display: block;
  padding: 11px 25px;
  color: #333;
  white-space: nowrap;
  border-bottom: 2px solid #167ec2;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 5px 10px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.main-menu .menu-item-has-children .sub-menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(352.65deg, rgba(42, 131, 188, 0.9) 25.56%, #90cdff 94.5%), #167ec2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  color: #fff;
}
.main-menu .menu-item-has-children .sub-menu li a:hover::before {
  opacity: 1;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  color: #fff;
  opacity: 1;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a::before, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a::before {
  opacity: 1;
}
.main-menu .menu-item-has-children:hover > a {
  color: #fff;
  opacity: 0.7;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #167ec2;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-burger {
    right: 12px;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #167ec2;
  z-index: 1;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn, .mobile-main-menu .menu-btn-wrapper .post-navigation [rel="next"], .post-navigation .mobile-main-menu .menu-btn-wrapper [rel="next"], .mobile-main-menu .menu-btn-wrapper .post-navigation [rel="prev"], .post-navigation .mobile-main-menu .menu-btn-wrapper [rel="prev"], .mobile-main-menu .menu-btn-wrapper .portal-wrapper #loginform .button, .portal-wrapper #loginform .mobile-main-menu .menu-btn-wrapper .button, .mobile-main-menu .menu-btn-wrapper .custom-password-protect input[type="submit"], .custom-password-protect .mobile-main-menu .menu-btn-wrapper input[type="submit"] {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child, .mobile-main-menu .menu-btn-wrapper .post-navigation [rel="next"]:last-child, .post-navigation .mobile-main-menu .menu-btn-wrapper [rel="next"]:last-child, .mobile-main-menu .menu-btn-wrapper .post-navigation [rel="prev"]:last-child, .post-navigation .mobile-main-menu .menu-btn-wrapper [rel="prev"]:last-child, .mobile-main-menu .menu-btn-wrapper .portal-wrapper #loginform .button:last-child, .portal-wrapper #loginform .mobile-main-menu .menu-btn-wrapper .button:last-child, .mobile-main-menu .menu-btn-wrapper .custom-password-protect input[type="submit"]:last-child, .custom-password-protect .mobile-main-menu .menu-btn-wrapper input[type="submit"]:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #167ec2;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover {
  color: #167ec2;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  margin: 5px 15px 5px 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 5px;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #167ec2;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 52px;
  height: 52px;
  color: #333;
  font-family: 'Open Sans';
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 52px;
  height: 52px;
  width: 52px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #167ec2 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #0c4366;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #0c4366;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #167ec2;
}
.breadcrumb {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #0c4366;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #0c4366;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.shadow, .form-box form {
  box-shadow: 0 0 20px -5px rgba(22, 126, 194, 0.3);
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.breadcrumb {
  color: #555;
  text-align: left;
  font-size: 14px;
  padding: 15px 0 60px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .breadcrumb {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 20px 0;
  }
}
.breadcrumb a {
  font-size: 14px;
  color: #167ec2;
  margin-right: 2px;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #0c4366;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #0c4366;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.breadcrumb .breadcrumb_last {
  margin: 0 2px;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  background: linear-gradient(167deg, rgba(42, 131, 188, 0.9) 28.19%, #90cdff 81.38%), linear-gradient(-92.14deg, #167ec2 1.08%, #03cbf7 51.22%), #231f20;
  color: #fff;
}
footer .top-footer {
  padding: 75px 0 80px;
}
@media (max-width: 1240px) {
  footer .top-footer {
    padding: 65px 0;
  }
}
@media (max-width: 1024px) {
  footer .top-footer {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    text-align: center;
    padding: 30px 0;
  }
}
footer .top-footer .links-block {
  -webkit-flex-basis: 205px;
  -moz-flex-basis: 205px;
  -ms-flex-preferred-size: 205px;
  flex-basis: 205px;
  margin-right: 60px;
  margin-top: -35px;
}
@media (max-width: 1240px) {
  footer .top-footer .links-block {
    margin-right: 25px;
    margin-top: -15px;
  }
}
@media (max-width: 1024px) {
  footer .top-footer .links-block {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .links-block {
    margin: 0 auto 20px;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
}
footer .top-footer .links-block .custom-logo-link {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 10px;
  display: inline-block;
}
footer .top-footer .links-block .custom-logo-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  footer .top-footer .links-block .social-icons a {
    margin: 10px 5px;
  }
}
footer .top-footer .links-block .footer-logo-text {
  margin-bottom: 75px;
}
@media (max-width: 1240px) {
  footer .top-footer .links-block .footer-logo-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  footer .top-footer .links-block .footer-logo-text {
    margin-bottom: 20px;
  }
}
footer .footer_menu {
  column-count: 2;
  column-gap: 70px;
}
@media (max-width: 1240px) {
  footer .footer_menu {
    column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  footer .footer_menu {
    column-gap: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer_menu {
    column-gap: 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
}
@media (max-width: 480px) {
  footer .footer_menu ul {
    margin-bottom: 15px;
  }
}
footer .footer_menu li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
footer .footer_menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
@media (max-width: 1240px) {
  footer .footer_menu li a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  footer .footer_menu li a {
    font-size: 14px;
  }
}
footer .footer_menu li a:hover {
  color: #0c4366;
}
footer .footer_menu > ul > li > a {
  margin: 0 0 15px;
  font-weight: 700;
  pointer-events: none;
  display: inline-block;
}
footer .footer-contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  footer .footer-contact {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -moz-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin: 0 auto;
  }
}
footer .footer-contact .footer-contact-items .footer-contact-item {
  margin-right: 60px;
  margin-bottom: 25px;
}
@media (max-width: 1240px) {
  footer .footer-contact .footer-contact-items .footer-contact-item {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  footer .footer-contact .footer-contact-items .footer-contact-item {
    margin-right: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-contact .footer-contact-items .footer-contact-item:last-child {
  margin-right: 0;
}
footer .footer-contact .footer-contact-items .footer-contact-item a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
footer .footer-contact .footer-contact-items .footer-contact-item a:hover {
  color: #0c4366;
}
footer .footer-contact .footer-contact-items svg {
  margin-right: 5px;
}
footer .footer-contact .footer-contact-items .footer-contact-info {
  margin-bottom: 10px;
}
footer .footer-contact .footer-contact-items .footer-contact-title {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
}
@media (max-width: 1240px) {
  footer .footer-contact .footer-contact-items .footer-contact-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
footer .footer-contact .footer-contact-phone {
  margin-bottom: 5px;
}
footer .footer-subscribe div.wpcf7 .wpcf7-not-valid-tip {
  line-height: 36px;
}
footer .footer-subscribe div.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .footer-subscribe .subscribe-form {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
footer .footer-subscribe .subscribe-form .subscribe-btn {
  position: relative;
  margin-left: -20px;
}
footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #fff;
}
footer input[type="text"], footer input[type="email"], footer input[type="url"], footer input[type="tel"], footer input[type="search"], footer input[type="password"], footer textarea {
  height: 36px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  font-family: 'Open Sans';
  font-size: 14px;
  border: none;
}
@media (max-width: 1024px) {
  footer input[type="text"], footer input[type="email"], footer input[type="url"], footer input[type="tel"], footer input[type="search"], footer input[type="password"], footer textarea {
    padding: 0 25px 0 15px;
  }
}
footer input[type="text"]::-webkit-input-placeholder, footer input[type="email"]::-webkit-input-placeholder, footer input[type="url"]::-webkit-input-placeholder, footer input[type="tel"]::-webkit-input-placeholder, footer input[type="search"]::-webkit-input-placeholder, footer input[type="password"]::-webkit-input-placeholder, footer textarea::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
}
footer input[type="text"]:-moz-placeholder, footer input[type="email"]:-moz-placeholder, footer input[type="url"]:-moz-placeholder, footer input[type="tel"]:-moz-placeholder, footer input[type="search"]:-moz-placeholder, footer input[type="password"]:-moz-placeholder, footer textarea:-moz-placeholder {
  color: #adadad;
  opacity: 1;
}
footer input[type="text"]::-moz-placeholder, footer input[type="email"]::-moz-placeholder, footer input[type="url"]::-moz-placeholder, footer input[type="tel"]::-moz-placeholder, footer input[type="search"]::-moz-placeholder, footer input[type="password"]::-moz-placeholder, footer textarea::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}
footer input[type="text"]:-ms-input-placeholder, footer input[type="email"]:-ms-input-placeholder, footer input[type="url"]:-ms-input-placeholder, footer input[type="tel"]:-ms-input-placeholder, footer input[type="search"]:-ms-input-placeholder, footer input[type="password"]:-ms-input-placeholder, footer textarea:-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}
footer .btn, footer .post-navigation [rel="next"], .post-navigation footer [rel="next"], footer .post-navigation [rel="prev"], .post-navigation footer [rel="prev"], footer .portal-wrapper #loginform .button, .portal-wrapper #loginform footer .button, footer .custom-password-protect input[type="submit"], .custom-password-protect footer input[type="submit"] {
  padding: 11px 25px;
  font-size: 14px;
  background: #167ec2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  min-width: auto;
}
@media (max-width: 480px) {
  footer .btn, footer .post-navigation [rel="next"], .post-navigation footer [rel="next"], footer .post-navigation [rel="prev"], .post-navigation footer [rel="prev"], footer .portal-wrapper #loginform .button, .portal-wrapper #loginform footer .button, footer .custom-password-protect input[type="submit"], .custom-password-protect footer input[type="submit"] {
    padding: 11px 20px;
  }
}
footer .bottom-footer {
  background: #404040;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  footer .bottom-footer {
    text-align: center;
  }
}
footer .bottom-footer .copyright {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1024px) {
  footer .bottom-footer .copyright {
    margin: 0 auto 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .bottom-footer .copyright a:hover {
  position: relative;
  display: inline-block;
}
footer .bottom-footer .copyright a:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #167ec2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .bottom-footer .copyright a:hover:hover {
  color: #167ec2;
}
footer .bottom-footer .copyright a:hover:hover:before {
  width: 100%;
  opacity: 1;
}
footer .bottom-footer a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
footer .bottom-footer a:hover {
  color: #167ec2;
}
@media (max-width: 1024px) {
  footer .bottom-footer .link-bottom {
    margin: 0 auto;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.image-text-block {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.image-text-block .image-block {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-text-block .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.image-text-block .image-block:before {
  background: #fff;
  width: 120px;
  height: 120%;
  position: absolute;
  right: 0;
  top: -10%;
  filter: blur(25px);
}
@media (max-width: 1240px) {
  .image-text-block .image-block:before {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .image-text-block .image-block:before {
    display: none;
  }
}
.image-text-block .image-block:after {
  background: #fff;
  width: 150px;
  height: 120%;
  position: absolute;
  right: 0;
  top: -10%;
  filter: blur(40px);
}
@media (max-width: 1240px) {
  .image-text-block .image-block:after {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .image-text-block .image-block:after {
    display: none;
  }
}
.image-text-block .image-block .image-box {
  margin-right: 80px;
  height: 100%;
}
@media (max-width: 1240px) {
  .image-text-block .image-block .image-box {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .image-text-block .image-block .image-box {
    margin-right: 0;
  }
}
.image-text-block .info-block {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background: #fff;
}
@media (max-width: 768px) {
  .image-text-block .info-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.image-text-block .info-block .container {
  width: 581px;
  margin: 0 auto 0 0;
}
@media (max-width: 1024px) {
  .image-text-block .info-block .container {
    margin: auto;
    width: auto;
  }
}
.image-text-block.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image-text-block.reverse .image-block:before {
  left: 0;
}
.image-text-block.reverse .image-block:after {
  left: 0;
}
.image-text-block.reverse .image-block .image-box {
  margin-right: auto;
  margin-left: 80px;
}
@media (max-width: 1240px) {
  .image-text-block.reverse .image-block .image-box {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .image-text-block.reverse .image-block .image-box {
    margin-left: 0;
  }
}
.image-text-block.reverse .info-block .container {
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .image-text-block.reverse .info-block .container {
    margin: auto;
  }
}
.therapeutic-block {
  background: linear-gradient(167deg, rgba(42, 131, 188, 0.9) 28.19%, #90cdff 81.38%), linear-gradient(-92.14deg, #167ec2 1.08%, #03cbf7 51.22%), #231f20;
}
.therapeutic-block .image-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .therapeutic-block .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.therapeutic-block .image-block .image-box {
  margin-right: 80px;
  box-shadow: 0px 4px 50px rgba(22, 126, 194, 0.1);
  border-radius: 10px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1240px) {
  .therapeutic-block .image-block .image-box {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .therapeutic-block .image-block .image-box {
    margin-right: 0;
  }
}
.therapeutic-block .image-block .image-box:hover {
  box-shadow: 0px 4px 50px rgba(22, 126, 194, 1);
}
.therapeutic-block .info-block {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .therapeutic-block .info-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.therapeutic-block .info-block .text p {
  color: #fff;
}
.therapeutic-block .info-block .text h2 {
  color: #fff;
}
.science-block {
  background: #f3f8ff;
}
.science-block table {
  margin: 25px 0 10px;
}
.science-block td {
  vertical-align: middle;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .science-block td {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .science-block td {
    font-size: 18px;
  }
}
.science-block .image-block {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .science-block .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.science-block .image-block .image-box {
  border-radius: 10px;
  overflow: hidden;
  min-height: 570px;
  background: #fff;
  padding: 15%;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .science-block .image-block .image-box {
    min-height: 300px;
  }
}
.science-block .image-block .image-box .fish-star {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  z-index: -1;
}
.science-block .image-block .image-box .fish-star img {
  position: relative;
  -webkit-animation-name: fish-star;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: fish-star;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: fish-star;
  -o-animation-duration: 5s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: fish-star;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
.science-block .info-block {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .science-block .info-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.science-block .info-block .text {
  margin-right: 60px;
}
@media (max-width: 1240px) {
  .science-block .info-block .text {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .science-block .info-block .text {
    margin-right: 0;
  }
}
.pipeline-block .overview-table .table-top, .pipeline-block .overview-table .table-item {
  font-size: 14px;
  padding: 0;
}
.pipeline-block .overview-table .table-top.first, .pipeline-block .overview-table .table-item.first {
  -webkit-box-flex: 1.7;
  -webkit-flex: 1.7;
  -moz-box-flex: 1.7;
  -moz-flex: 1.7;
  -ms-flex: 1.7;
  flex: 1.7;
}
.pipeline-block .image-block {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
@media (max-width: 1024px) {
  .pipeline-block .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.pipeline-block .info-block {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
@media (max-width: 1024px) {
  .pipeline-block .info-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.pipeline-block .info-block .text {
  max-width: 431px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .pipeline-block .info-block .text {
    max-width: none;
    margin: auto;
  }
}
.clinical-stage-block .clinical-title {
  color: #167ec2;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .clinical-stage-block .clinical-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .clinical-stage-block .clinical-title {
    margin-bottom: 30px;
  }
}
.clinical-stage-block .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6%;
  width: 112%;
}
.clinical-stage-block .items > * {
  width: 21.3333333333%;
  margin: 0 6% 8em;
}
@media (max-width: 768px) {
  .clinical-stage-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .clinical-stage-block .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.clinical-stage-block .items .item {
  background: #fff;
  text-align: center;
  border: 4px solid #167ec2;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .clinical-stage-block .items .item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
  }
  .clinical-stage-block .items .item:last-child {
    margin-bottom: 0;
  }
}
.clinical-stage-block .items .item figure img {
  margin: 0 auto;
}
.clinical-stage-block .items .item .info {
  min-height: 65px;
  position: relative;
  z-index: 0;
  padding-top: 30px;
  max-width: 200px;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .clinical-stage-block .items .item .info {
    min-height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 5px 5px 5px 25px;
  }
}
.clinical-stage-block .items .item .info::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 30%;
  height: 6px;
  background: #0c4366;
}
@media (max-width: 768px) {
  .clinical-stage-block .items .item .info::before {
    display: none;
  }
}
.clinical-stage-block .items .item .info p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #167ec2;
}
@media (max-width: 1240px) {
  .clinical-stage-block .items .item .info p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .clinical-stage-block .items .item .info p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .clinical-stage-block .items .item .info p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: left;
  }
}
.clinical-stage-block .number-block {
  /*display: inline-block;
   background: linear-gradient(8.46deg, #167EC2 -5%, #03CBF7 95.54%), #C4C4C4;
   padding: 5px;
   border-radius: 10px;
   box-shadow: 0px 0px 23.3962px -9.0566px rgba(1, 55, 91, 0.35);
   margin-bottom: 30px;
   @include for-size(1024px) {
   margin-bottom: 15px;
   }*/
}
@media (max-width: 768px) {
  .clinical-stage-block .number-block {
    background: linear-gradient(8.46deg, #167ec2 -5%, #03cbf7 95.54%), #c4c4c4;
    border-radius: 6px;
    -webkit-flex-basis: 96px;
    -moz-flex-basis: 96px;
    -ms-flex-preferred-size: 96px;
    flex-basis: 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 0;
  }
  .clinical-stage-block .number-block::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
  }
}
.clinical-stage-block .sign, .clinical-stage-block .number {
  font-size: 63px;
  font-weight: 700;
  color: #167ec2;
  /* font-size: 63px;
   font-weight: 700;
   letter-spacing: 0em;
   padding: 15px 28px;
   line-height: 1;
   text-align: center;
   display: inline-block;
   color: #fff;
   border: 1px solid rgba(255, 255, 255, 1);
   box-shadow: 0px 0px 23.3962px -9.0566px rgba(1, 55, 91, 0.35);
   border-radius: 10px;
   @include for-size(1024px) {
   font-size: 48px;
   padding: 12px 20px;
   }*/
}
@media (max-width: 1024px) {
  .clinical-stage-block .sign, .clinical-stage-block .number {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .clinical-stage-block .sign, .clinical-stage-block .number {
    color: #fff;
    font-size: 38px;
  }
}
.gallery-block.space {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .gallery-block.space {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .gallery-block.space {
    padding: 30px 0;
  }
}
@media (min-width: 769px) {
  .gallery-block .mobile {
    display: none;
  }
}
.gallery-block .swiper-pagination {
  position: static;
  margin-top: 10px;
}
.gallery-block .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.gallery-block .gallery-title {
  color: #167ec2;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .gallery-block .gallery-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .gallery-block .gallery-title {
    margin-bottom: 20px;
  }
}
.gallery-block img {
  height: 52px;
  object-fit: contain;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.gallery-block .gallery-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .gallery-block .gallery-items {
    display: none;
  }
}
.gallery-block .gallery-items .gallery-item {
  margin: 10px 50px 10px 0;
}
@media (max-width: 1024px) {
  .gallery-block .gallery-items .gallery-item {
    margin: 10px 15px;
  }
}
@media (max-width: 768px) {
  .gallery-block .gallery-items .gallery-item {
    margin: 10px;
  }
}
.gallery-block .gallery-items .gallery-item:last-child {
  margin-right: 0;
}
.gallery-block .gallery-items .gallery-item a img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-block .gallery-items .gallery-item a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.gallery-news img {
  opacity: 0.5;
}
.gallery-partners {
  background: #f3f8ff;
}
.gallery-partners img {
  opacity: 0.3;
}
.clinical-trials-block {
  background: linear-gradient(0deg, #f3f8ff 0%, rgba(243, 248, 255, 0) 100%);
}
.clinical-trials-block h2 {
  color: #167ec2;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .clinical-trials-block h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .clinical-trials-block h2 {
    margin-bottom: 20px;
  }
}
.clinical-trials-block .clinical-trials-info {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .clinical-trials-block .clinical-trials-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .clinical-trials-block .clinical-trials-info {
    margin-bottom: 30px;
  }
}
.clinical-trials-block p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #333;
}
@media (max-width: 1240px) {
  .clinical-trials-block p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .clinical-trials-block p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .clinical-trials-block p {
    font-size: 14px;
  }
}
.clinical-trials-block .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9%;
  width: 101.8%;
}
.clinical-trials-block .items > * {
  width: 31.5333333333%;
  margin: 0 0.9% 1.2em;
}
@media (max-width: 768px) {
  .clinical-trials-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .clinical-trials-block .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .clinical-trials-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .clinical-trials-block .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.clinical-trials-block .items .item {
  background: #fff;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  padding: 27px 29px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .clinical-trials-block .items .item {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .clinical-trials-block .items .item {
    margin-bottom: 20px;
  }
}
.clinical-trials-block .items .item::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f0f6fb;
  opacity: 0;
  z-index: -1;
}
.clinical-trials-block .items .item figure {
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .clinical-trials-block .items .item figure {
    margin-right: 10px;
  }
}
.clinical-trials-block .items .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.clinical-trials-block .items .item p {
  color: #555;
  line-height: 1.6;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .clinical-trials-block .items .item p {
    font-size: 16px;
  }
}
.clinical-trials-block .items .item p strong {
  line-height: 1.3;
  color: #333;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .clinical-trials-block .items .item p strong {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .clinical-trials-block .items .item p strong {
    font-size: 20px;
  }
}
.clinical-trials-block .items .item:hover:before {
  opacity: 1;
}
.mission-block {
  background: linear-gradient(140.2deg, rgba(42, 131, 188, 0.9) 28.19%, #90cdff 81.38%), linear-gradient(-85deg, #167ec2 30.5%, #03cbf7 97.6%), #f3f8ff;
}
@media (max-width: 768px) {
  .mission-block {
    background: transparent;
  }
}
.mission-block .mission-info {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .mission-block .mission-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mission-block .mission-info {
    margin-bottom: 30px;
  }
}
.mission-block .mission-info h2 {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .mission-block .mission-info h2 {
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    color: #333;
  }
}
@media (max-width: 768px) {
  .mission-block .mission-info .mission-buttons {
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.mission-block .mission-info .btn, .mission-block .mission-info .post-navigation [rel="next"], .post-navigation .mission-block .mission-info [rel="next"], .mission-block .mission-info .post-navigation [rel="prev"], .post-navigation .mission-block .mission-info [rel="prev"], .mission-block .mission-info .portal-wrapper #loginform .button, .portal-wrapper #loginform .mission-block .mission-info .button, .mission-block .mission-info .custom-password-protect input[type="submit"], .custom-password-protect .mission-block .mission-info input[type="submit"] {
  margin: 5px 4px 5px 4px;
  background: transparent;
  border: 2px solid #e8edf5;
  padding: 13px 30px 14px;
}
@media (max-width: 1240px) {
  .mission-block .mission-info .btn, .mission-block .mission-info .post-navigation [rel="next"], .post-navigation .mission-block .mission-info [rel="next"], .mission-block .mission-info .post-navigation [rel="prev"], .post-navigation .mission-block .mission-info [rel="prev"], .mission-block .mission-info .portal-wrapper #loginform .button, .portal-wrapper #loginform .mission-block .mission-info .button, .mission-block .mission-info .custom-password-protect input[type="submit"], .custom-password-protect .mission-block .mission-info input[type="submit"] {
    padding: 13px 14px 14px;
  }
}
@media (max-width: 768px) {
  .mission-block .mission-info .btn, .mission-block .mission-info .post-navigation [rel="next"], .post-navigation .mission-block .mission-info [rel="next"], .mission-block .mission-info .post-navigation [rel="prev"], .post-navigation .mission-block .mission-info [rel="prev"], .mission-block .mission-info .portal-wrapper #loginform .button, .portal-wrapper #loginform .mission-block .mission-info .button, .mission-block .mission-info .custom-password-protect input[type="submit"], .custom-password-protect .mission-block .mission-info input[type="submit"] {
    border-color: #167ec2;
    color: #167ec2;
    font-weight: 400;
  }
}
.mission-block .mission-info .btn:hover, .mission-block .mission-info .post-navigation [rel="next"]:hover, .post-navigation .mission-block .mission-info [rel="next"]:hover, .mission-block .mission-info .post-navigation [rel="prev"]:hover, .post-navigation .mission-block .mission-info [rel="prev"]:hover, .mission-block .mission-info .portal-wrapper #loginform .button:hover, .portal-wrapper #loginform .mission-block .mission-info .button:hover, .mission-block .mission-info .custom-password-protect input[type="submit"]:hover, .custom-password-protect .mission-block .mission-info input[type="submit"]:hover {
  color: #fff;
  background: #167ec2;
}
.mission-block .mission-info .btn:last-child, .mission-block .mission-info .post-navigation [rel="next"]:last-child, .post-navigation .mission-block .mission-info [rel="next"]:last-child, .mission-block .mission-info .post-navigation [rel="prev"]:last-child, .post-navigation .mission-block .mission-info [rel="prev"]:last-child, .mission-block .mission-info .portal-wrapper #loginform .button:last-child, .portal-wrapper #loginform .mission-block .mission-info .button:last-child, .mission-block .mission-info .custom-password-protect input[type="submit"]:last-child, .custom-password-protect .mission-block .mission-info input[type="submit"]:last-child {
  margin-right: 0;
}
.mission-block .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9%;
  width: 101.8%;
}
.mission-block .items > * {
  width: 31.5333333333%;
  margin: 0 0.9% 1.2em;
}
@media (max-width: 768px) {
  .mission-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .mission-block .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .mission-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .mission-block .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.mission-block .items .item {
  background: #fff;
  box-shadow: 0px 20px 50px -10px rgba(22, 126, 194, 0.1);
  border-radius: 10px;
  padding: 43px 22px 52px 34px;
}
@media (max-width: 1024px) {
  .mission-block .items .item {
    padding: 25px 20px;
  }
}
@media (max-width: 768px) {
  .mission-block .items .item {
    padding: 20px 15px;
    border: 1px solid #dedede;
  }
  .mission-block .items .item:last-child {
    margin-bottom: 0;
  }
}
.mission-block .items .item .alc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mission-block .items .item .alc {
    margin-bottom: 10px;
  }
}
.mission-block .items .item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1240px) {
  .mission-block .items .item .title {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .mission-block .items .item .title {
    font-size: 16px;
  }
}
.mission-block .items .item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #555;
}
@media (max-width: 1240px) {
  .mission-block .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .mission-block .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mission-block .items .item p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .mission-block .items .item br {
    display: none;
  }
}
.mission-block .items .item figure {
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .mission-block .items .item figure {
    margin-right: 15px;
  }
}
.pages-blocks .pages-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9%;
  width: 101.8%;
}
.pages-blocks .pages-items > * {
  width: 31.5333333333%;
  margin: 0 0.9% 1.2em;
}
@media (max-width: 1024px) {
  .pages-blocks .pages-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .pages-blocks .pages-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .pages-blocks .pages-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .pages-blocks .pages-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.pages-blocks .pages-item {
  height: 230px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
@media (max-width: 768px) {
  .pages-blocks .pages-item {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
}
.pages-blocks .pages-item .pages-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  padding: 25px 34px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  background: linear-gradient(0deg, rgba(22, 126, 194, 0.5), rgba(22, 126, 194, 0.5));
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .pages-blocks .pages-item .pages-item-title {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .pages-blocks .pages-item .pages-item-title {
    padding: 20px 15px;
    text-align: center;
    font-size: 20px;
    display: none;
  }
}
.pages-blocks .pages-item .info {
  position: absolute;
  padding: 30px 35px;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (max-width: 1024px) {
  .pages-blocks .pages-item .info {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .pages-blocks .pages-item .info {
    padding: 30px 15px;
    position: static;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.pages-blocks .pages-item .info p {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .pages-blocks .pages-item .info p {
    font-size: 16px;
  }
}
.pages-blocks .pages-item .info .btn, .pages-blocks .pages-item .info .post-navigation [rel="next"], .post-navigation .pages-blocks .pages-item .info [rel="next"], .pages-blocks .pages-item .info .post-navigation [rel="prev"], .post-navigation .pages-blocks .pages-item .info [rel="prev"], .pages-blocks .pages-item .info .portal-wrapper #loginform .button, .portal-wrapper #loginform .pages-blocks .pages-item .info .button, .pages-blocks .pages-item .info .custom-password-protect input[type="submit"], .custom-password-protect .pages-blocks .pages-item .info input[type="submit"] {
  text-transform: capitalize;
  color: #167ec2;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pages-blocks .pages-item .info .btn, .pages-blocks .pages-item .info .post-navigation [rel="next"], .post-navigation .pages-blocks .pages-item .info [rel="next"], .pages-blocks .pages-item .info .post-navigation [rel="prev"], .post-navigation .pages-blocks .pages-item .info [rel="prev"], .pages-blocks .pages-item .info .portal-wrapper #loginform .button, .portal-wrapper #loginform .pages-blocks .pages-item .info .button, .pages-blocks .pages-item .info .custom-password-protect input[type="submit"], .custom-password-protect .pages-blocks .pages-item .info input[type="submit"] {
    padding: 14px 37px;
    background: rgba(255, 255, 255, 0.35);
    color: #fff;
    font-weight: 400;
    border-width: 2px;
  }
}
.pages-blocks .pages-item .info .btn:hover, .pages-blocks .pages-item .info .post-navigation [rel="next"]:hover, .post-navigation .pages-blocks .pages-item .info [rel="next"]:hover, .pages-blocks .pages-item .info .post-navigation [rel="prev"]:hover, .post-navigation .pages-blocks .pages-item .info [rel="prev"]:hover, .pages-blocks .pages-item .info .portal-wrapper #loginform .button:hover, .portal-wrapper #loginform .pages-blocks .pages-item .info .button:hover, .pages-blocks .pages-item .info .custom-password-protect input[type="submit"]:hover, .custom-password-protect .pages-blocks .pages-item .info input[type="submit"]:hover {
  color: #fff;
  background: #167ec2;
}
.pages-blocks .pages-item .info .info-box {
  overflow-x: hidden;
  height: 100px;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .pages-blocks .pages-item .info .info-box {
    overflow-y: hidden;
    height: auto;
  }
}
.pages-blocks .pages-item .info .info-box::-webkit-scrollbar {
  width: 6px;
}
.pages-blocks .pages-item .info .info-box::-webkit-scrollbar-thumb {
  background: #136fab;
}
.pages-blocks .pages-item .info .info-box::-webkit-scrollbar-track {
  background: #eaeaea;
}
.pages-blocks .pages-item .info .info-box::-webkit-scrollbar-thumb:hover {
  background: #116094;
}
.pages-blocks .pages-item .info .info-box::-webkit-scrollbar-thumb:active {
  background: #116094;
}
.pages-blocks .pages-item figure {
  position: relative;
  display: block;
  border-radius: 10px;
  background: #167ec2;
}
@media (max-width: 768px) {
  .pages-blocks .pages-item figure {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.pages-blocks .pages-item figure:before {
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, rgba(22, 126, 194, 0.5), rgba(22, 126, 194, 0.5));
  width: 100%;
  height: 100%;
}
.pages-blocks .pages-item figure img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 769px) {
  .pages-blocks .pages-item figure img {
    opacity: 0.3;
  }
}
.pages-blocks .pages-item:hover .info {
  z-index: 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);
}
.pages-blocks .pages-item:hover .pages-item-title {
  opacity: 0;
}
@media (min-width: 769px) {
  .pages-blocks .pages-item:hover figure img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    opacity: 0.7;
  }
}
.symptoms-block .title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .symptoms-block .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .symptoms-block .title {
    margin-bottom: 20px;
  }
}
.symptoms-block .symptoms-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .symptoms-block .symptoms-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .symptoms-block .symptoms-title {
    font-size: 18px;
  }
}
.symptoms-block .symptoms-info {
  border: 2px solid #999;
  border-radius: 10px;
  padding: 55px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .symptoms-block .symptoms-info {
    margin-bottom: 20px;
    padding: 30px 20px;
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .symptoms-block .symptoms-info {
    border: none;
    padding: 0;
  }
}
.symptoms-block .symptoms-info ul li {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  padding-left: 45px;
}
@media (max-width: 1024px) {
  .symptoms-block .symptoms-info ul li {
    margin-bottom: 25px;
    font-size: 18px;
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .symptoms-block .symptoms-info ul li {
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 35px;
    font-weight: 400;
  }
}
.symptoms-block .symptoms-info ul li:last-child {
  margin-bottom: 0;
}
.symptoms-block .symptoms-info ul li:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 3px;
  z-index: 1;
  background: url("../img/star-new.png");
  background-size: 100%;
}
@media (max-width: 1024px) {
  .symptoms-block .symptoms-info ul li:before {
    top: -3px;
  }
}
@media (max-width: 768px) {
  .symptoms-block .symptoms-info ul li:before {
    top: 1px;
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 768px) {
  .symptoms-block .symptoms-box {
    display: block;
  }
}
.symptoms-block .items {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .symptoms-block .items {
    padding-top: 0;
  }
}
.symptoms-block .items .item {
  background: #f0f6fb;
  border-radius: 10px;
  padding: 25px;
  min-height: 130px;
  margin-bottom: 75px;
  margin-left: 65px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1024px) {
  .symptoms-block .items .item {
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 35px;
    padding: 20px 15px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .symptoms-block .items .item {
    font-size: 16px;
    padding: 10px;
    margin-left: 15px;
    padding-left: 30px;
    border: 1px solid #c9dce9;
  }
  .symptoms-block .items .item:last-child {
    margin-bottom: 0;
  }
}
.symptoms-block .items .item:last-child {
  margin-bottom: 0;
}
.symptoms-block .items .item:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-style: solid;
  padding: 4px;
  top: -20px;
  left: 50%;
  position: absolute;
  border-color: #777;
  border-width: 0px 2px 2px 0;
}
@media (max-width: 1024px) {
  .symptoms-block .items .item:before {
    top: -12px;
  }
}
@media (max-width: 768px) {
  .symptoms-block .items .item:before {
    border-color: #86afcc;
  }
}
.symptoms-block .items .item:after {
  content: "";
  background: #777;
  position: absolute;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  height: 40px;
  top: -36px;
}
@media (max-width: 1024px) {
  .symptoms-block .items .item:after {
    height: 22px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .symptoms-block .items .item:after {
    background: #86afcc;
  }
}
.symptoms-block .items .item .item-number {
  height: 47px;
  width: 47px;
  background: linear-gradient(320.2deg, rgba(42, 131, 188, 0.9) 28.19%, #90cdff 81.38%), #c4c4c4;
  border-radius: 50%;
  margin-right: 33px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .symptoms-block .items .item .item-number {
    font-size: 20px;
    margin-right: 20px;
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 768px) {
  .symptoms-block .items .item .item-number {
    font-size: 18px;
    margin-right: 0;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.symptoms-block .items .item .item-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.symptoms-block .items .item .button-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .symptoms-block .items .item .button-wrapper {
    text-align: left;
    margin-top: 10px;
  }
}
.symptoms-block .items .item:first-child::before, .symptoms-block .items .item:first-child::after {
  display: none;
}
.careers-info-block {
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .careers-info-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .careers-info-block {
    padding-bottom: 30px;
  }
}
.careers-info-block h2, .careers-info-block h3 {
  color: #167ec2;
}
.careers-info-block h2 {
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .careers-info-block h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .careers-info-block h2 {
    margin-bottom: 20px;
  }
}
.careers-info-block h3 {
  color: #167ec2;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .careers-info-block h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .careers-info-block h3 {
    font-size: 20px;
  }
}
.careers-info-block .careers-info-top {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .careers-info-block .careers-info-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .careers-info-block .careers-info-top {
    margin-bottom: 30px;
  }
}
.careers-info-block p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
}
@media (max-width: 1240px) {
  .careers-info-block p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .careers-info-block p {
    font-size: 16px;
  }
}
.content-pop {
  display: none;
  max-width: 1200px;
}
.content-pop .info-pop ul li {
  padding-left: 20px;
}
.content-pop .info-pop ul li::before {
  display: none;
}
.content-pop .info-pop ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #167ec2;
  position: absolute;
  left: 0;
  top: 9px;
}
.careers_blocks {
  background: #f3f8ff;
}
.careers_blocks.space {
  padding: 100px 0 50px;
}
@media (max-width: 1024px) {
  .careers_blocks.space {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .careers_blocks.space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .careers_blocks.space {
    padding: 30px 0;
  }
}
.careers_blocks .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9%;
  width: 101.8%;
}
.careers_blocks .items > * {
  width: 31.5333333333%;
  margin: 0 0.9% 1.2em;
}
@media (max-width: 1024px) {
  .careers_blocks .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .careers_blocks .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .careers_blocks .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .careers_blocks .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.careers_blocks .items .item {
  background: #fff;
  border-radius: 10px;
  padding: 35px 26px 40px 30px;
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .careers_blocks .items .item {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .careers_blocks .items .item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
.careers_blocks .items .item .alc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  min-height: 85px;
}
@media (max-width: 600px) {
  .careers_blocks .items .item .alc {
    min-height: auto;
  }
}
.careers_blocks .items .item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #167ec2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1240px) {
  .careers_blocks .items .item .title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .careers_blocks .items .item .title {
    font-size: 16px;
  }
}
.careers_blocks .items .item .info {
  min-height: 310px;
}
@media (max-width: 1024px) {
  .careers_blocks .items .item .info {
    margin-bottom: 20px;
    min-height: 250px;
  }
}
@media (max-width: 600px) {
  .careers_blocks .items .item .info {
    min-height: auto;
  }
}
.careers_blocks .items .item .info p {
  line-height: 2;
  margin-bottom: 6px;
}
.careers_blocks .items .item .more {
  color: #167ec2;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.careers_blocks .items .item .more svg {
  fill: #167ec2;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.careers_blocks .items .item .more:hover {
  color: #0c4366;
}
.careers_blocks .items .item .more:hover svg {
  fill: #0c4366;
}
.careers_blocks .items .item figure {
  -webkit-flex-basis: 54px;
  -moz-flex-basis: 54px;
  -ms-flex-preferred-size: 54px;
  flex-basis: 54px;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .careers_blocks .items .item figure {
    margin-right: 15px;
  }
}
.careers_blocks .items .item figure img {
  height: 54px;
  width: 54px;
}
.careers_blocks .items .item:hover {
  top: -20px;
}
@media (max-width: 1024px) {
  .fancybox-content {
    padding: 44px 20px 30px;
  }
}
@media (max-width: 768px) {
  .fancybox-content {
    padding: 44px 15px 20px;
  }
}
.info-pop ul {
  margin-left: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info-pop ul {
    margin-left: 5px;
    margin-bottom: 20px;
  }
}
.info-pop ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .info-pop ul li {
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .info-pop ul li {
    padding-left: 25px;
  }
}
.info-pop ul li:last-child {
  margin-bottom: 0;
}
.info-pop ul li:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: -1px;
  z-index: 1;
  background: url("../img/check.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .info-pop ul li:before {
    width: 18px;
    top: 3px;
    height: 18px;
  }
}
.untreated-injuries-block {
  background: linear-gradient(320.2deg, rgba(42, 131, 188, 0.9) 28.19%, #90cdff 81.38%), linear-gradient(94.92deg, #167ec2 30.5%, #03cbf7 97.6%), #f3f8ff;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .untreated-injuries-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .untreated-injuries-block {
    margin-bottom: 30px;
  }
}
.untreated-injuries-block .title {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .untreated-injuries-block .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .untreated-injuries-block .title {
    margin-bottom: 30px;
  }
}
.untreated-injuries-block .info-block {
  background: #fff;
  box-shadow: 0px 20px 50px -10px rgba(22, 126, 194, 0.1);
  border-radius: 10px;
  padding: 30px 20px 35px 30px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .untreated-injuries-block .info-block {
    padding: 25px 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 768px) {
  .untreated-injuries-block .info-block {
    padding: 20px 15px;
    text-align: center;
  }
}
.untreated-injuries-block .info-block .info-block-text {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .untreated-injuries-block .info-block .info-block-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .untreated-injuries-block .info-block .info-block-text {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 768px) {
  .untreated-injuries-block .info-block .info-block-text svg {
    margin: 0 auto 20px;
    display: block;
  }
}
.untreated-injuries-block .info-block .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .untreated-injuries-block .info-block .text {
    margin-left: 0;
  }
}
.untreated-injuries-block .info-block .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1240px) {
  .untreated-injuries-block .info-block .text p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .untreated-injuries-block .info-block .text p {
    font-size: 16px;
  }
}
.untreated-injuries-block .image-blocks {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .untreated-injuries-block .image-blocks {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 768px) {
  .untreated-injuries-block .image-blocks {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1240px) {
  .untreated-injuries-block .image-blocks {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .untreated-injuries-block .image-blocks {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .untreated-injuries-block .image-blocks svg {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .untreated-injuries-block .image-blocks svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .untreated-injuries-block .image-blocks .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .untreated-injuries-block .image-blocks .image-block:last-child {
    margin-bottom: 0;
  }
}
.untreated-injuries-block .image-blocks .image-box {
  background: #fff;
  width: 203px;
  height: 203px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .untreated-injuries-block .image-blocks .image-box {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .untreated-injuries-block .image-blocks .image-box {
    margin: 0 auto;
  }
}
.untreated-injuries-block .image-blocks .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.untreated-injuries-block .image-blocks .image-title {
  background: #fff;
  box-shadow: 0px 11.5001px 23.0001px rgba(22, 126, 194, 0.3);
  border-radius: 10px;
  padding: 12px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
  display: inline-block;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .untreated-injuries-block .image-blocks .image-title {
    max-width: 230px;
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .top-image {
    display: none;
  }
}
.top-image.top-image-mobile {
  display: none;
}
@media (max-width: 600px) {
  .top-image.top-image-mobile {
    display: block;
  }
}
.image-text-top-block .image-text-block-home .image-block {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-text-top-block .image-text-block-home .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.image-text-top-block .image-text-block-home .image-block:before {
  content: '';
  background: linear-gradient(-90deg, #fff -1.43%, rgba(255, 255, 255, 0) 55.53%), linear-gradient(160.2deg, rgba(42, 131, 188, 0.9) 28.19%, rgba(145, 205, 255, 0.7) 81.38%), #fff;
  width: 94%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .image-text-top-block .image-text-block-home .image-block:before {
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,458fbf+100&0+0,0+15,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(227, 238, 245, 0) 15%, rgba(69, 143, 191, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(227, 238, 245, 0) 15%, rgba(69, 143, 191, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(227, 238, 245, 0) 15%, rgba(69, 143, 191, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#458fbf', GradientType=0);
    /* IE6-9 */
  }
}
.image-text-top-block .image-text-block-home .image-block:after {
  content: '';
  background: #fff;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  filter: blur(30px);
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home .image-block:after {
    display: none;
  }
}
.image-text-top-block .image-text-block-home .image-block .image-box {
  margin-right: 90px;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1240px) {
  .image-text-top-block .image-text-block-home .image-block .image-box {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home .image-block .image-box {
    margin-right: 0;
  }
}
.image-text-top-block .image-text-block-home .image-block .image-box img {
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home .image-block .image-box img {
    margin: 0 auto;
  }
}
.image-text-top-block .image-text-block-home .info-block {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .image-text-top-block .image-text-block-home .info-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.image-text-top-block .image-text-block-home .info-block h3 {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home .info-block h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .image-text-top-block .image-text-block-home .info-block h3 {
    font-size: 21px;
    color: #555;
  }
}
.image-text-top-block .image-text-block-home .info-block .container {
  width: 550px;
  margin: 0 auto 0 0;
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home .info-block .container {
    margin: auto;
    width: auto;
  }
}
.image-text-top-block .image-text-block-home .info-block ul {
  margin-left: 0;
}
.image-text-top-block .image-text-block-home .info-block ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 45px;
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home .info-block ul li {
    font-size: 18px;
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .image-text-top-block .image-text-block-home .info-block ul li {
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
}
.image-text-top-block .image-text-block-home .info-block ul li:last-child {
  margin-bottom: 0;
}
.image-text-top-block .image-text-block-home .info-block ul li:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 6px;
  z-index: 1;
  background: url("../img/star-new.png");
  background-size: 100%;
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home .info-block ul li:before {
    top: 4px;
  }
}
@media (max-width: 768px) {
  .image-text-top-block .image-text-block-home .info-block ul li:before {
    width: 17px;
    height: 17px;
    top: 8px;
  }
}
.image-text-top-block .image-text-block-home:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image-text-top-block .image-text-block-home:nth-child(even) .image-block:before {
  right: 0;
  left: inherit;
  height: 85%;
  background: linear-gradient(90deg, #fff -1.43%, rgba(255, 255, 255, 0) 55.53%), linear-gradient(320.2deg, rgba(42, 131, 188, 0.9) 28.19%, rgba(145, 205, 255, 0.7) 81.38%), #fff;
}
@media (max-width: 768px) {
  .image-text-top-block .image-text-block-home:nth-child(even) .image-block:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,458fbf+100&0+0,0+15,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(227, 238, 245, 0) 15%, rgba(69, 143, 191, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(227, 238, 245, 0) 15%, rgba(69, 143, 191, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(227, 238, 245, 0) 15%, rgba(69, 143, 191, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#458fbf', GradientType=0);
    /* IE6-9 */
  }
}
.image-text-top-block .image-text-block-home:nth-child(even) .image-block:after {
  left: 0;
}
.image-text-top-block .image-text-block-home:nth-child(even) .image-block .image-box {
  margin-right: auto;
  margin-left: 80px;
}
@media (max-width: 1240px) {
  .image-text-top-block .image-text-block-home:nth-child(even) .image-block .image-box {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home:nth-child(even) .image-block .image-box {
    margin-left: 0;
  }
}
.image-text-top-block .image-text-block-home:nth-child(even) .image-block .image-box img {
  margin: 0 auto 0 0;
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home:nth-child(even) .image-block .image-box img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .image-text-top-block .image-text-block-home:nth-child(even) .image-block .image-box img {
    max-width: 90%;
  }
}
.image-text-top-block .image-text-block-home:nth-child(even) .info-block .container {
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .image-text-top-block .image-text-block-home:nth-child(even) .info-block .container {
    margin: auto;
  }
}
.blog .post-info-box {
  margin-bottom: 0;
}
.blog .post-links-box {
  margin-bottom: 0;
}
.post-info-box {
  margin-bottom: 10px;
  color: #777;
}
.post-links-box {
  margin-bottom: 10px;
}
.post-links-box .link {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #167ec2;
  position: relative;
  z-index: 0;
  padding-right: 20px;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-links-box .link:hover {
  color: #0c4366;
}
.post-links-box .link:last-child {
  margin-right: 0;
  padding-right: 0;
}
.post-links-box .link:last-child::after {
  display: none;
}
.post-links-box .link::after {
  content: '';
  height: 16px;
  width: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.home-blog {
  text-align: center;
  background: linear-gradient(320.2deg, rgba(42, 131, 188, 0.9) 28.19%, #90cdff 81.38%), #f3f8ff;
}
.home-blog .title {
  color: #fff;
}
@media (min-width: 1366px) {
  .home-blog .title {
    margin-bottom: 20px;
  }
}
.home-blog .swiper-slide {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 0;
  height: auto;
}
.home-blog .swiper-slide .post {
  display: block;
  height: 100%;
}
@media (min-width: 1025px) {
}
.home-blog .swiper-container {
  overflow: hidden;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .home-blog .swiper-container {
    padding: 0;
  }
}
.home-blog .post {
  margin-bottom: 0;
  display: block;
  color: #333;
}
.home-blog .swiper-button-next, .home-blog .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #167ec2;
  color: #fff;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .home-blog .swiper-button-next, .home-blog .swiper-button-prev {
    cursor: none;
  }
}
.home-blog .swiper-button-next:after, .home-blog .swiper-button-prev:after {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-blog .swiper-button-next {
  right: -25px;
}
@media (max-width: 768px) {
  .home-blog .swiper-button-next {
    right: 0;
  }
}
.home-blog .swiper-button-next:after {
  -webkit-transform: translate(-38%, -50%);
  -moz-transform: translate(-38%, -50%);
  -ms-transform: translate(-38%, -50%);
  -o-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
}
.home-blog .swiper-button-prev {
  left: -25px;
}
@media (max-width: 768px) {
  .home-blog .swiper-button-prev {
    left: 0;
  }
}
.home-blog .swiper-button-prev:after {
  -webkit-transform: translate(-65%, -50%);
  -moz-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  -o-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}
.home-blog .link {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .home-blog .link {
    min-width: 200px;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    margin-top: 20px;
  }
}
.home-blog .link:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .home-blog .link:hover {
    text-decoration: none;
  }
}
@media (max-width: 480px) {
  .overview-page .text {
    text-align: center;
  }
}
.overview-page .text h2 {
  color: #167ec2;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .overview-page .text h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .overview-page .text h2 {
    margin-bottom: 20px;
  }
}
.overview-page .text p {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .overview-page .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .overview-page .text p {
    font-size: 14px;
  }
}
.overview-page .text .btn, .overview-page .text .post-navigation [rel="next"], .post-navigation .overview-page .text [rel="next"], .overview-page .text .post-navigation [rel="prev"], .post-navigation .overview-page .text [rel="prev"], .overview-page .text .portal-wrapper #loginform .button, .portal-wrapper #loginform .overview-page .text .button, .overview-page .text .custom-password-protect input[type="submit"], .custom-password-protect .overview-page .text input[type="submit"] {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .overview-page .text .btn, .overview-page .text .post-navigation [rel="next"], .post-navigation .overview-page .text [rel="next"], .overview-page .text .post-navigation [rel="prev"], .post-navigation .overview-page .text [rel="prev"], .overview-page .text .portal-wrapper #loginform .button, .portal-wrapper #loginform .overview-page .text .button, .overview-page .text .custom-password-protect input[type="submit"], .custom-password-protect .overview-page .text input[type="submit"] {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .overview-page .text .btn, .overview-page .text .post-navigation [rel="next"], .post-navigation .overview-page .text [rel="next"], .overview-page .text .post-navigation [rel="prev"], .post-navigation .overview-page .text [rel="prev"], .overview-page .text .portal-wrapper #loginform .button, .portal-wrapper #loginform .overview-page .text .button, .overview-page .text .custom-password-protect input[type="submit"], .custom-password-protect .overview-page .text input[type="submit"] {
    margin-top: 20px;
  }
}
.overview-page .text .white {
  color: #167ec2;
  background: #fff;
}
.overview-page .text .white:hover {
  color: #fff;
  background: #167ec2;
}
.overview-page .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dedicated-block .dedicated-title {
  color: #167ec2;
  text-align: center;
  margin-bottom: 30px;
}
.dedicated-block .items.no-swiper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.95%;
  width: 101.9%;
}
.dedicated-block .items.no-swiper > * {
  width: 31.4333333333%;
  margin: 0 0.95% 1.2666666667em;
}
@media (max-width: 1024px) {
  .dedicated-block .items.no-swiper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .dedicated-block .items.no-swiper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .dedicated-block .items.no-swiper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .dedicated-block .items.no-swiper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.dedicated-block .item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 31px 25px 50px 34px;
}
@media (max-width: 1024px) {
  .dedicated-block .item {
    padding: 30px 25px;
  }
}
@media (max-width: 768px) {
  .dedicated-block .item {
    padding: 30px 15px;
    text-align: center;
  }
}
.dedicated-block .item figure {
  min-height: 90px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .dedicated-block .item figure {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .dedicated-block .item figure img {
    margin: 0 auto;
  }
}
.dedicated-block .item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #555;
}
@media (max-width: 1240px) {
  .dedicated-block .item p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .dedicated-block .item p {
    font-size: 16px;
  }
}
.dedicated-block .swiper-slide {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 0;
  height: auto;
}
.dedicated-block .swiper-container {
  overflow: hidden;
  padding: 20px 10px;
}
@media (max-width: 1024px) {
  .dedicated-block .swiper-container {
    padding: 15px 10px;
  }
}
@media (max-width: 480px) {
  .dedicated-block .swiper-container {
    padding: 15px 5px;
  }
}
.dedicated-block .swiper-button-next, .dedicated-block .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #167ec2;
  color: #fff;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dedicated-block .swiper-button-next:after, .dedicated-block .swiper-button-prev:after {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dedicated-block .swiper-button-next {
  right: -25px;
}
@media (max-width: 768px) {
  .dedicated-block .swiper-button-next {
    right: 0;
  }
}
.dedicated-block .swiper-button-next:after {
  -webkit-transform: translate(-38%, -50%);
  -moz-transform: translate(-38%, -50%);
  -ms-transform: translate(-38%, -50%);
  -o-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
}
.dedicated-block .swiper-button-prev {
  left: -25px;
}
@media (max-width: 768px) {
  .dedicated-block .swiper-button-prev {
    left: 0;
  }
}
.dedicated-block .swiper-button-prev:after {
  -webkit-transform: translate(-65%, -50%);
  -moz-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  -o-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}
@-webkit-keyframes fish-star {
  0% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
@-moz-keyframes fish-star {
  0% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
@-ms-keyframes fish-star {
  0% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
@keyframes fish-star {
  0% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
.page-template-tpl-landing-page #content-pop {
  display: none;
  padding: 0;
  background: transparent;
  overflow: hidden;
  max-width: 94%;
}
.page-template-tpl-landing-page iframe {
  display: block;
  max-width: 100%;
  max-height: 90vh;
}
@media (max-width: 768px) {
  .page-template-tpl-landing-page iframe {
    max-height: 75vh;
  }
}
.landing-page .btn, .landing-page .post-navigation [rel="next"], .post-navigation .landing-page [rel="next"], .landing-page .post-navigation [rel="prev"], .post-navigation .landing-page [rel="prev"], .landing-page .portal-wrapper #loginform .button, .portal-wrapper #loginform .landing-page .button, .landing-page .custom-password-protect input[type="submit"], .custom-password-protect .landing-page input[type="submit"] {
  background: #ff5757;
}
.landing-page .btn:hover, .landing-page .post-navigation [rel="next"]:hover, .post-navigation .landing-page [rel="next"]:hover, .landing-page .post-navigation [rel="prev"]:hover, .post-navigation .landing-page [rel="prev"]:hover, .landing-page .portal-wrapper #loginform .button:hover, .portal-wrapper #loginform .landing-page .button:hover, .landing-page .custom-password-protect input[type="submit"]:hover, .custom-password-protect .landing-page input[type="submit"]:hover {
  background: #0c4366;
}
.landing-page .container.large {
  width: 1440px;
}
@media (max-width: 768px) {
  .landing-page br {
    display: none;
  }
}
.landing-page p {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .landing-page p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .landing-page p {
    font-size: 16px;
  }
}
.landing-page ul {
  margin-left: 0;
}
.landing-page ul li {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .landing-page ul li {
    font-size: 18px;
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .landing-page ul li {
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 20px;
  }
}
.landing-page ul li:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 6px;
  z-index: 1;
  background: url("../img/star-new.png");
  background-size: 100%;
}
@media (max-width: 1024px) {
  .landing-page ul li:before {
    top: 4px;
  }
}
@media (max-width: 768px) {
  .landing-page ul li:before {
    width: 17px;
    height: 17px;
  }
}
.eligibility-block {
  background: #f3f8ff;
  position: relative;
}
.eligibility-block:before {
  position: absolute;
  content: '';
  background-image: url(../img/star-rotate.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  opacity: 0.5;
  left: -7%;
  bottom: -33%;
  z-index: 0;
  width: 35vw;
  height: 35vw;
}
.eligibility-block .title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .eligibility-block .title {
    margin-bottom: 30px;
  }
}
.eligibility-block .eligibility-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9%;
  width: 101.8%;
}
.eligibility-block .eligibility-items > * {
  width: 31.5333333333%;
  margin: 0 0.9% 1.2em;
}
@media (max-width: 1024px) {
  .eligibility-block .eligibility-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .eligibility-block .eligibility-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .eligibility-block .eligibility-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .eligibility-block .eligibility-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.eligibility-block .eligibility-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 60px 43px 50px;
}
@media (max-width: 1240px) {
  .eligibility-block .eligibility-item {
    padding: 50px 30px 40px;
  }
}
@media (max-width: 1024px) {
  .eligibility-block .eligibility-item {
    padding: 30px 25px;
  }
}
@media (max-width: 768px) {
  .eligibility-block .eligibility-item {
    padding: 30px 15px;
    text-align: center;
  }
}
.eligibility-block .eligibility-item:before {
  content: '';
  background: #167ec2;
  height: 4px;
  width: 64px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}
.eligibility-block .eligibility-item figure {
  background: linear-gradient(320.2deg, rgba(42, 131, 188, 0.9) 28.19%, #90cdff 81.38%), linear-gradient(8.46deg, #167ec2 -5%, #03cbf7 95.54%), #eef5ff;
  margin: 0 auto 50px;
  width: 186px;
  height: 186px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .eligibility-block .eligibility-item figure {
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .eligibility-block .eligibility-item figure {
    margin: 0 auto 20px;
    width: 150px;
    height: 150px;
  }
}
.eligibility-block .eligibility-item figure img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .eligibility-block .eligibility-item figure img {
    max-width: 60%;
  }
}
.eligibility-block .eligibility-item h4 {
  text-transform: uppercase;
}
.eligibility-block .eligibility-item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #167ec2;
}
@media (max-width: 1240px) {
  .eligibility-block .eligibility-item p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .eligibility-block .eligibility-item p {
    font-size: 16px;
  }
}
.landing-image-background {
  position: relative;
  overflow: hidden;
}
.landing-image-background .background-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.landing-image-background .background-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-image-background .info-block {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 500px;
}
@media (max-width: 1240px) {
  .landing-image-background .info-block {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .landing-image-background .info-block {
    min-height: auto;
  }
}
.landing-image-background .info-block .info {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}
@media (max-width: 1024px) {
  .landing-image-background .info-block .info {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
@media (max-width: 768px) {
  .landing-image-background .info-block .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.landing-image-background .info-block .info h2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .landing-image-background .info-block .info h2 {
    margin-bottom: 30px;
  }
}
.start-now-block h2 {
  color: #fff;
}
.start-now-block .info {
  max-width: 525px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .start-now-block .info {
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
}
.about-trial .container {
  width: 645px;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .about-trial .container {
    margin: auto;
    width: auto;
  }
}
.about-trial .image-block {
  -webkit-flex-basis: 54%;
  -moz-flex-basis: 54%;
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  align-self: flex-end;
}
@media (max-width: 1240px) {
  .about-trial .image-block {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .about-trial .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 0;
  }
}
.about-trial .image-block:before {
  content: '';
  width: 94%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  height: 77%;
  background: linear-gradient(90deg, #fff -1.43%, rgba(255, 255, 255, 0) 55.53%), linear-gradient(320.2deg, rgba(42, 131, 188, 0.9) 28.19%, rgba(145, 205, 255, 0.7) 81.38%), #fff;
}
@media (max-width: 768px) {
  .about-trial .image-block:before {
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,458fbf+100&0+0,0+15,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(227, 238, 245, 0) 15%, rgba(69, 143, 191, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(227, 238, 245, 0) 15%, rgba(69, 143, 191, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(227, 238, 245, 0) 15%, rgba(69, 143, 191, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#458fbf', GradientType=0);
    /* IE6-9 */
  }
}
.about-trial .image-block:after {
  content: '';
  background: #fff;
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(30px);
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .about-trial .image-block:after {
    display: none;
  }
}
.about-trial .image-block .image-box {
  height: 100%;
  position: relative;
  z-index: 1;
}
.about-trial .image-block .image-box img {
  margin: 0 auto 0 0;
}
@media (max-width: 1024px) {
  .about-trial .image-block .image-box img {
    margin: 0 auto;
  }
}
.about-trial .info-block {
  -webkit-flex-basis: 46%;
  -moz-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .about-trial .info-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .about-trial .info-block h2 {
    text-align: center;
  }
}
.about-trial .info-block p {
  color: #167ec2;
  font-size: 16px;
}
.video-block {
  background: #f3f8ff;
}
.video-block .container {
  width: 1340px;
}
.video-block .video-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 620px;
}
.video-block .video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.video-block .video-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 0;
  background: rgba(22, 126, 194, 0.5);
}
.video-block .video-item:hover:before {
  background: rgba(22, 126, 194, 0.2);
}
.video-block .video-item:hover .btn-video-block {
  opacity: 0.7;
}
.video-block .video-item .btn-video-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .video-block .video-item .btn-video-block {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 768px) {
  .video-block .video-item .btn-video-block {
    -webkit-transform: translate(-50%, -50%) scale(0.45);
    -moz-transform: translate(-50%, -50%) scale(0.45);
    -ms-transform: translate(-50%, -50%) scale(0.45);
    -o-transform: translate(-50%, -50%) scale(0.45);
    transform: translate(-50%, -50%) scale(0.45);
  }
}
.video-block .video-item .btn-video-block .watch-now {
  position: absolute;
  right: -200px;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .video-block .video-item .btn-video-block .watch-now {
    display: none;
  }
}
#top.top-landing h1 {
  border-bottom: 1px solid #fff;
  font-size: 57px;
  padding-bottom: 20px;
}
@media (max-width: 1366px) {
  #top.top-landing h1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  #top.top-landing h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #top.top-landing h1 {
    font-size: 24px;
  }
}
#top.top-landing .container {
  padding: 100px 0 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  #top.top-landing .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0 0;
  }
}
#top.top-landing .top-info {
  -webkit-flex-basis: 52%;
  -moz-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  padding: 60px 0;
}
@media (max-width: 768px) {
  #top.top-landing .top-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px 0 15px;
  }
}
#top.top-landing .image-box {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  #top.top-landing .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
#top.top-landing .image-box img {
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.25));
}
.cuff-about-blocks .container {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .cuff-about-blocks .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cuff-about-blocks .info {
  -webkit-flex-basis: 45.5%;
  -moz-flex-basis: 45.5%;
  -ms-flex-preferred-size: 45.5%;
  flex-basis: 45.5%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cuff-about-blocks .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .cuff-about-blocks .info ul {
    text-align: left;
  }
}
.cuff-about-blocks .image-block {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .cuff-about-blocks .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.cuff-about-blocks .btn, .cuff-about-blocks .post-navigation [rel="next"], .post-navigation .cuff-about-blocks [rel="next"], .cuff-about-blocks .post-navigation [rel="prev"], .post-navigation .cuff-about-blocks [rel="prev"], .cuff-about-blocks .portal-wrapper #loginform .button, .portal-wrapper #loginform .cuff-about-blocks .button, .cuff-about-blocks .custom-password-protect input[type="submit"], .custom-password-protect .cuff-about-blocks input[type="submit"] {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .cuff-about-blocks .btn, .cuff-about-blocks .post-navigation [rel="next"], .post-navigation .cuff-about-blocks [rel="next"], .cuff-about-blocks .post-navigation [rel="prev"], .post-navigation .cuff-about-blocks [rel="prev"], .cuff-about-blocks .portal-wrapper #loginform .button, .portal-wrapper #loginform .cuff-about-blocks .button, .cuff-about-blocks .custom-password-protect input[type="submit"], .custom-password-protect .cuff-about-blocks input[type="submit"] {
    margin-top: 20px;
  }
}
.cuff-about-blocks p {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .cuff-about-blocks p {
    margin-bottom: 20px;
  }
}
.cuff-about-blocks h2 {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .cuff-about-blocks h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .cuff-about-blocks h2 {
    margin-bottom: 25px;
  }
}
.text-image-about-block {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .text-image-about-block {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .text-image-about-block {
    padding: 30px 0 15px;
  }
}
.cuff-tears-block {
  background: #f3f8ff;
  padding: 85px 0;
  position: relative;
  overflow: hidden;
}
.cuff-tears-block:before {
  position: absolute;
  content: '';
  background-image: url(../img/star-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  opacity: 1;
  right: -17%;
  bottom: -18%;
  z-index: 0;
  width: 35vw;
  height: 35vw;
}
@media (max-width: 1024px) {
  .cuff-tears-block {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .cuff-tears-block {
    padding: 15px 0 30px;
  }
}
.cuff-tears-block .image-block img {
  margin: 0 auto;
}
.about-accordion-block {
  background: #f3f8ff;
  padding: 70px 0 85px;
}
@media (max-width: 1024px) {
  .about-accordion-block {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .about-accordion-block {
    padding: 30px 0;
  }
}
.about-accordion-block .tac {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .about-accordion-block .tac {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .about-accordion-block .tac {
    margin-bottom: 35px;
  }
}
.about-accordion-block .image-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 110px;
}
@media (max-width: 1240px) {
  .about-accordion-block .image-block {
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .about-accordion-block .image-block {
    margin: 0 auto 20px;
  }
}
.about-accordion-block .acc {
  -webkit-flex-basis: 350px;
  -moz-flex-basis: 350px;
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
}
@media (max-width: 1024px) {
  .about-accordion-block .acc {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.about-accordion-block .acc .item {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .about-accordion-block .acc .item {
    margin-bottom: 20px;
  }
}
.about-accordion-block .acc .item .title-acc {
  cursor: pointer;
  position: relative;
  padding: 5px 35px 5px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #167ec2;
  border-bottom: 1px solid #167ec2;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .about-accordion-block .acc .item .title-acc {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .about-accordion-block .acc .item .title-acc {
    font-size: 18px;
  }
}
.about-accordion-block .acc .item .title-acc span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.about-accordion-block .acc .item .title-acc span:before, .about-accordion-block .acc .item .title-acc span:after {
  content: '';
  background-color: #167ec2;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-accordion-block .acc .item .title-acc span:before {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.about-accordion-block .acc .item .title-acc span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.about-accordion-block .acc .item .title-acc.active span:before, .about-accordion-block .acc .item .title-acc.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.about-accordion-block .acc .item .info {
  display: none;
  padding: 10px 10px 10px 0;
}
.pipiline-overview__section {
  margin: 0 0 70px;
}
@media (max-width: 1024px) {
  .pipiline-overview__section {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .pipiline-overview__section {
    margin-bottom: 25px;
  }
}
.pipiline-overview__title {
  text-align: center;
}
.pipiline-overview__title h2 {
  color: #167ec2;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .pipiline-overview__title h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .pipiline-overview__title h2 {
    margin-bottom: 25px;
  }
}
.pipiline-overview__image img, .pipiline-overview__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pipeline-categories__section {
  max-width: 1980px;
  margin: 0 auto;
}
.pipeline-categories__title {
  text-align: center;
}
.pipeline-categories__title h2 {
  color: #167ec2;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .pipeline-categories__title h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .pipeline-categories__title h2 {
    margin-bottom: 25px;
  }
}
.pipeline-categories__tabs .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .pipeline-categories__tabs .tabs {
    grid-template-columns: repeat(1, 50%);
    margin-bottom: 50px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .pipeline-categories__tabs .tabs {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .pipeline-categories__tabs .tabs {
    margin-bottom: 25px;
  }
}
.pipeline-categories__tabs .tabs .tab-title {
  border-radius: 10px;
  padding: 10px 30px;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  grid-gap: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .pipeline-categories__tabs .tabs .tab-title {
    padding: 10px 15px;
    grid-template-columns: 50px 1fr;
    grid-gap: 10px;
  }
}
.pipeline-categories__tabs .tabs .tab-title img {
  max-width: 100%;
}
.pipeline-categories__tabs .tabs .tab-title span {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #167ec2;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .pipeline-categories__tabs .tabs .tab-title span {
    font-size: 18px;
  }
}
.pipeline-categories__tabs .tabs .tab-title:hover {
  background-color: #f0f6fb;
}
.pipeline-categories__tabs .tabs .tab-title.active {
  background-color: #167ec2;
}
.pipeline-categories__tabs .tabs .tab-title.active span {
  color: #fff;
}
.pipeline-categories__tabs .tab-content {
  display: none;
}
.pipeline-categories__tabs .tab-content .custom-content-row:first-child .image img {
  width: 100%;
}
.custom-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media (max-width: 1366px) {
  .custom-content-row {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .custom-content-row {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .custom-content-row {
    display: block;
  }
}
@media (max-width: 480px) {
  .custom-content-row {
    margin-bottom: 25px;
  }
}
.custom-content-row ~ div {
  position: relative;
  z-index: 10;
}
.custom-content-row.no-blur .image:before, .custom-content-row.no-blur .image:after {
  display: none;
}
.custom-content-row:not(.container) {
  align-items: center;
}
.custom-content-row:not(.container) .image img {
  width: 100%;
}
.custom-content-row:not(.container) .wys {
  max-width: 600px;
  margin-right: auto;
  padding: 0 20px;
  direction: initial;
}
@media (max-width: 1024px) {
  .custom-content-row:not(.container) .wys {
    max-width: 100%;
  }
}
.custom-content-row:nth-child(odd) .text {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .custom-content-row:nth-child(odd) .text {
    padding-left: 0;
  }
}
.custom-content-row:nth-child(even) {
  direction: rtl;
}
@media (max-width: 1024px) {
}
.custom-content-row:nth-child(even) .wys {
  direction: ltr;
}
.custom-content-row:nth-child(even):not(.container) {
  align-items: center;
}
.custom-content-row:nth-child(even):not(.container) .image {
  /*&:after {
   left: -10px;
   right: auto;
   }
   &:before {
   left: -10px;
   right: auto;
   }*/
}
.custom-content-row:nth-child(even):not(.container) .image img {
  width: 100%;
}
.custom-content-row:nth-child(even):not(.container) .wys {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .custom-content-row:nth-child(even):not(.container) .wys {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .custom-content-row:nth-child(even):not(.container) .wys {
    margin-top: 20px;
  }
}
.custom-content-row:nth-child(even) .wys {
  text-align: left;
}
@media (max-width: 600px) {
  .custom-content-row:nth-child(even) .wys {
    text-align: center;
  }
}
.custom-content-row:last-child {
  margin-bottom: 0;
}
.custom-content-row .image {
  position: relative;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .custom-content-row .image {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .custom-content-row .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .custom-content-row .image {
    margin-bottom: 15px;
  }
}
.custom-content-row .image img, .custom-content-row .image svg {
  max-width: 100%;
  height: auto;
}
.custom-content-row .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 600px) {
  .custom-content-row .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .custom-content-row .text .wys {
    text-align: center;
  }
}
.custom-content-row .text .wys h2, .custom-content-row .text .wys h3, .custom-content-row .text .wys h4, .custom-content-row .text .wys h5, .custom-content-row .text .wys h6 {
  color: #167ec2;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .custom-content-row .text .wys h2, .custom-content-row .text .wys h3, .custom-content-row .text .wys h4, .custom-content-row .text .wys h5, .custom-content-row .text .wys h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .custom-content-row .text .wys h2, .custom-content-row .text .wys h3, .custom-content-row .text .wys h4, .custom-content-row .text .wys h5, .custom-content-row .text .wys h6 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1367px) {
  .custom-content-row .text .wys p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .custom-content-row .text .wys p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .custom-content-row .text .wys p {
    font-size: 14px;
  }
}
.custom-content-row .text .wys .btn, .custom-content-row .text .wys .post-navigation [rel="next"], .post-navigation .custom-content-row .text .wys [rel="next"], .custom-content-row .text .wys .post-navigation [rel="prev"], .post-navigation .custom-content-row .text .wys [rel="prev"], .custom-content-row .text .wys .portal-wrapper #loginform .button, .portal-wrapper #loginform .custom-content-row .text .wys .button, .custom-content-row .text .wys .custom-password-protect input[type="submit"], .custom-password-protect .custom-content-row .text .wys input[type="submit"] {
  color: #fff;
}
.custom-content-row .text .wys a {
  color: #167ec2;
  font-size: 16px;
}
.custom-content-row .text .wys ul li {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .custom-content-row .text .wys ul li {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .custom-content-row .text .wys ul li {
    font-size: 16px;
  }
}
.custom-content-row .text .wys ul li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #167ec2;
  border-left: 2px solid #167ec2;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border-radius: 0;
  background: transparent;
}
@media (max-width: 480px) {
  .custom-content-row .text .wys ul li:before {
    top: 11px;
  }
}
.custom-content-row .text .wys ul[style="list-style-type: circle;"] {
  list-style-type: none !important;
}
.custom-content-row .text .wys ul[style="list-style-type: circle;"] li:before {
  content: "";
  background: #167ec2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.custom-content-row .text .wys ul[style="list-style-type: square;"] {
  list-style-type: none !important;
}
.custom-content-row .text .wys ul[style="list-style-type: square;"] li::before {
  display: none;
}
.custom-content-row .text .wys ul[style="list-style-type: square;"] li:after {
  content: "";
  background: transparent;
  width: 8px;
  height: 8px;
  position: absolute;
  border: 2px solid #167ec2;
  top: 0.9375rem;
  left: 0;
}
.custom-content-row.bottom-block .image {
  position: relative;
  z-index: 0;
  height: 475px;
}
@media (max-width: 1366px) {
  .custom-content-row.bottom-block .image {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .custom-content-row.bottom-block .image {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .custom-content-row.bottom-block .image {
    height: 250px;
  }
}
.custom-content-row.bottom-block .image::before {
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&1+0,1+25,0.5+50,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.5) 50%, 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, 1) 25%, rgba(255, 255, 255, 0.5) 50%, 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 */
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  z-index: 0;
}
.custom-content-row.bottom-block .image::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, 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=0);
  /* IE6-9 */
  height: 20%;
  z-index: 0;
}
.custom-content-row.bottom-block .image .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-content-row.bottom-block .image .user {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 85%;
}
@media (max-width: 1024px) {
  .custom-content-row.bottom-block .image .user {
    height: 110%;
  }
}
@media (max-width: 480px) {
  .custom-content-row.bottom-block .image .user {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .custom-content-row.bottom-block .image .user img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 480px) {
}
.custom-content-row.bottom-block .image .user::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, 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=0);
  /* IE6-9 */
  height: 20%;
  z-index: 0;
}
@media (max-width: 1600px) {
  .custom-content-row.bottom-block .image .user::after {
    display: none;
  }
}
.cell-therapy__content {
  padding: 0 0 30px;
}
.cell-therapy__content .custom-content-row:nth-child(even) {
  direction: rtl;
}
.cell-therapy__content .custom-content-row:nth-child(even):not(.container) {
  align-items: center;
}
.cell-therapy__content .custom-content-row:nth-child(even):not(.container) .image img {
  width: 100%;
}
.cell-therapy__content .custom-content-row:nth-child(even):not(.container) .image:after {
  right: -10px;
  left: auto;
}
.cell-therapy__content .custom-content-row:nth-child(even):not(.container) .image:before {
  right: -10px;
  left: auto;
}
.cell-therapy__content .custom-content-row:nth-child(even):not(.container) .wys {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .cell-therapy__content .custom-content-row:nth-child(even) {
    direction: ltr;
  }
}
.cell-therapy__content .custom-content-row:nth-child(even) .wys {
  text-align: left;
}
@media (max-width: 1024px) {
  .cell-therapy__content .custom-content-row:nth-child(even) .wys {
    text-align: center;
  }
}
.transpose_procedure__section {
  background-color: #f3f8ff;
  padding: 85px 0;
}
@media (max-width: 1024px) {
  .transpose_procedure__section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .transpose_procedure__section {
    padding: 40px 0;
  }
}
.transpose_procedure__title {
  text-align: center;
}
.transpose_procedure__title h2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .transpose_procedure__title h2 {
    margin-bottom: 20px;
  }
}
.transpose_procedure__text-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .transpose_procedure__text-cols {
    margin-bottom: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.transpose_procedure__image img {
  width: 100%;
}
.locations-tabs__title {
  text-align: center;
}
.locations-tabs__title h2 {
  color: #167ec2;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .locations-tabs__title h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .locations-tabs__title h2 {
    margin-bottom: 25px;
  }
}
.locations-tabs__wrapper .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .locations-tabs__wrapper .tabs {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .locations-tabs__wrapper .tabs {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .locations-tabs__wrapper .tabs {
    grid-template-columns: repeat(1, 50%);
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .locations-tabs__wrapper .tabs {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .locations-tabs__wrapper .tabs {
    margin-bottom: 25px;
  }
}
.locations-tabs__wrapper .tabs .tab-title {
  border-radius: 10px;
  padding: 10px 30px;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  grid-gap: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .locations-tabs__wrapper .tabs .tab-title {
    padding: 10px 15px;
    grid-template-columns: 50px 1fr;
    grid-gap: 10px;
  }
}
.locations-tabs__wrapper .tabs .tab-title img {
  max-width: 100%;
}
.locations-tabs__wrapper .tabs .tab-title span {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #167ec2;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .locations-tabs__wrapper .tabs .tab-title span {
    font-size: 18px;
  }
}
.locations-tabs__wrapper .tabs .tab-title:hover {
  background-color: #f0f6fb;
}
.locations-tabs__wrapper .tabs .tab-title.active {
  background-color: #167ec2;
}
.locations-tabs__wrapper .tabs .tab-title.active span {
  color: #fff;
}
.locations-tabs__wrapper .tab-content {
  display: none;
}
.top-image-text__block, .middle-image-text__block {
  max-width: 1920px;
  margin: 0 auto;
}
.top-image-text__block ~ div, .middle-image-text__block ~ div, .top-image-text__block ~ section, .middle-image-text__block ~ section {
  position: relative;
  z-index: 10;
}
.top-image-text__block .custom-content-row:first-child .image, .middle-image-text__block .custom-content-row:first-child .image {
  position: relative;
  z-index: 11;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin-right: 10%;
}
@media (max-width: 1024px) {
  .top-image-text__block .custom-content-row:first-child .image, .middle-image-text__block .custom-content-row:first-child .image {
    margin-right: 5%;
  }
}
@media (max-width: 600px) {
  .top-image-text__block .custom-content-row:first-child .image, .middle-image-text__block .custom-content-row:first-child .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-top: 20px;
  }
}
.top-image-text__block .custom-content-row:first-child .image::before, .middle-image-text__block .custom-content-row:first-child .image::before {
  content: '';
  position: absolute;
  left: 89%;
  top: 89%;
  -webkit-transform: rotateZ(30deg);
  -moz-transform: rotateZ(30deg);
  -ms-transform: rotateZ(30deg);
  -o-transform: rotateZ(30deg);
  transform: rotateZ(30deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 0 4vw 20vw;
  border-color: transparent transparent transparent #f3f8ff;
}
@media (min-width: 1921px) {
  .top-image-text__block .custom-content-row:first-child .image::before, .middle-image-text__block .custom-content-row:first-child .image::before {
    border-width: 70px 0 70px 390px;
  }
}
@media (max-width: 1366px) {
  .top-image-text__block .custom-content-row:first-child .image::before, .middle-image-text__block .custom-content-row:first-child .image::before {
    left: 88%;
    top: 88%;
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
}
@media (max-width: 1024px) {
  .top-image-text__block .custom-content-row:first-child .image::before, .middle-image-text__block .custom-content-row:first-child .image::before {
    top: 97%;
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
  }
}
@media (max-width: 600px) {
  .top-image-text__block .custom-content-row:first-child .image::before, .middle-image-text__block .custom-content-row:first-child .image::before {
    -webkit-transform: rotateZ(120deg);
    -moz-transform: rotateZ(120deg);
    -ms-transform: rotateZ(120deg);
    -o-transform: rotateZ(120deg);
    transform: rotateZ(120deg);
    border-width: 4vw 0 4vw 35vw;
    top: 111%;
    left: 67%;
  }
}
@media (max-width: 480px) {
  .top-image-text__block .custom-content-row:first-child .image::before, .middle-image-text__block .custom-content-row:first-child .image::before {
    -webkit-transform: rotateZ(110deg);
    -moz-transform: rotateZ(110deg);
    -ms-transform: rotateZ(110deg);
    -o-transform: rotateZ(110deg);
    transform: rotateZ(110deg);
    top: 114%;
  }
}
@media (min-width: 1367px) {
  .top-image-text__block .custom-content-row:not(.container) .wys, .middle-image-text__block .custom-content-row:not(.container) .wys {
    padding-right: 70px;
  }
}
.top-image-text__block .text, .middle-image-text__block .text {
  padding-top: 43px;
}
@media (max-width: 1024px) {
  .top-image-text__block .text, .middle-image-text__block .text {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .top-image-text__block .text, .middle-image-text__block .text {
    padding-top: 0;
  }
}
@media (min-width: 1367px) {
  .top-image-text__block .text .wys h3, .middle-image-text__block .text .wys h3 {
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media (min-width: 1367px) {
  .top-image-text__block .text .wys p, .middle-image-text__block .text .wys p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.top-image-text__block .text .wys .btn, .top-image-text__block .text .wys .post-navigation [rel="next"], .post-navigation .top-image-text__block .text .wys [rel="next"], .top-image-text__block .text .wys .post-navigation [rel="prev"], .post-navigation .top-image-text__block .text .wys [rel="prev"], .top-image-text__block .text .wys .portal-wrapper #loginform .button, .portal-wrapper #loginform .top-image-text__block .text .wys .button, .top-image-text__block .text .wys .custom-password-protect input[type="submit"], .custom-password-protect .top-image-text__block .text .wys input[type="submit"], .middle-image-text__block .text .wys .btn, .middle-image-text__block .text .wys .post-navigation [rel="next"], .post-navigation .middle-image-text__block .text .wys [rel="next"], .middle-image-text__block .text .wys .post-navigation [rel="prev"], .post-navigation .middle-image-text__block .text .wys [rel="prev"], .middle-image-text__block .text .wys .portal-wrapper #loginform .button, .portal-wrapper #loginform .middle-image-text__block .text .wys .button, .middle-image-text__block .text .wys .custom-password-protect input[type="submit"], .custom-password-protect .middle-image-text__block .text .wys input[type="submit"] {
  margin-top: 17px;
}
@media (max-width: 600px) {
  .top-image-text__block .text .wys .btn, .top-image-text__block .text .wys .post-navigation [rel="next"], .post-navigation .top-image-text__block .text .wys [rel="next"], .top-image-text__block .text .wys .post-navigation [rel="prev"], .post-navigation .top-image-text__block .text .wys [rel="prev"], .top-image-text__block .text .wys .portal-wrapper #loginform .button, .portal-wrapper #loginform .top-image-text__block .text .wys .button, .top-image-text__block .text .wys .custom-password-protect input[type="submit"], .custom-password-protect .top-image-text__block .text .wys input[type="submit"], .middle-image-text__block .text .wys .btn, .middle-image-text__block .text .wys .post-navigation [rel="next"], .post-navigation .middle-image-text__block .text .wys [rel="next"], .middle-image-text__block .text .wys .post-navigation [rel="prev"], .post-navigation .middle-image-text__block .text .wys [rel="prev"], .middle-image-text__block .text .wys .portal-wrapper #loginform .button, .portal-wrapper #loginform .middle-image-text__block .text .wys .button, .middle-image-text__block .text .wys .custom-password-protect input[type="submit"], .custom-password-protect .middle-image-text__block .text .wys input[type="submit"] {
    margin-top: 0;
  }
}
.procedure-wrapper {
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .procedure-wrapper {
    overflow-y: auto;
  }
  .procedure-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  .procedure-wrapper::-webkit-scrollbar-thumb {
    background: #167ec2;
  }
  .procedure-wrapper::-webkit-scrollbar-track {
    background: #eaeaea;
  }
  .procedure-wrapper::-webkit-scrollbar-thumb:hover {
    background: #136fab;
  }
  .procedure-wrapper::-webkit-scrollbar-thumb:active {
    background: #136fab;
  }
}
.procedure-box {
  position: relative;
  z-index: 0;
  height: 840px;
  border-radius: 20px;
  background: #fff;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .procedure-box {
    height: 65.5vw;
  }
}
@media (max-width: 768px) {
  .procedure-box {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .procedure-box {
    width: 450px;
    height: 300px;
  }
}
.procedure-box .custom-a {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .procedure-box .custom-a {
    opacity: 1;
  }
}
.procedure-box a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.procedure-box a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.procedure-box .image {
  position: absolute;
  display: block;
}
.procedure-box .image img {
  width: auto;
  height: 100%;
}
.procedure-box .top-right-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 12%;
  height: 28%;
  -webkit-transform: translate(10%, 0);
  -moz-transform: translate(10%, 0);
  -ms-transform: translate(10%, 0);
  -o-transform: translate(10%, 0);
  transform: translate(10%, 0);
}
.procedure-box .right-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15%;
  height: 19%;
  top: 58%;
}
.procedure-box .bottom-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  height: 26%;
  bottom: 3%;
}
.procedure-box .left-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 18%;
  height: 26%;
  top: 60%;
}
.procedure-box .top-left-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 12%;
  height: 28%;
  -webkit-transform: translate(-110%, 0);
  -moz-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  -o-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
}
.procedure-box .arrow {
  position: absolute;
}
.procedure-box .arrow img {
  width: auto;
  height: 100%;
}
.procedure-box .arrow .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .procedure-box .arrow .num {
    width: 30px;
  }
}
.procedure-box .arrow .num > span {
  display: block;
  line-height: 45px;
  border-radius: 50%;
  background: #167ec2;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1024px) {
  .procedure-box .arrow .num > span {
    line-height: 30px;
  }
}
.procedure-box .arrow .arrow-text {
  position: absolute;
  font-size: 24px;
  width: 202%;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
@media (max-width: 1280px) {
  .procedure-box .arrow .arrow-text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .procedure-box .arrow .arrow-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .procedure-box .arrow .arrow-text {
    font-size: 11px;
    letter-spacing: 1px;
  }
}
.procedure-box .arrow .arrow-text a {
  color: #333;
}
.procedure-box .arrow.arrow-rt {
  top: 29%;
  right: 25%;
  height: 14%;
}
.procedure-box .arrow.arrow-rt img {
  -webkit-transform: rotateZ(8deg);
  -moz-transform: rotateZ(8deg);
  -ms-transform: rotateZ(8deg);
  -o-transform: rotateZ(8deg);
  transform: rotateZ(8deg);
}
.procedure-box .arrow.arrow-rt .num {
  top: 47%;
  left: 56%;
}
.procedure-box .arrow.arrow-rt .arrow-text {
  top: -47%;
  left: 43%;
}
@media (max-width: 1024px) {
  .procedure-box .arrow.arrow-rt .arrow-text {
    top: -76%;
  }
}
.procedure-box .arrow.arrow-rb {
  bottom: 12%;
  right: 25%;
  height: 16%;
}
.procedure-box .arrow.arrow-rb img {
  -webkit-transform: rotateZ(93deg);
  -moz-transform: rotateZ(93deg);
  -ms-transform: rotateZ(93deg);
  -o-transform: rotateZ(93deg);
  transform: rotateZ(93deg);
}
.procedure-box .arrow.arrow-rb .num {
  top: 53%;
  left: 62%;
}
.procedure-box .arrow.arrow-rb .arrow-text {
  top: 89%;
  left: 46%;
}
.procedure-box .arrow.arrow-lb {
  bottom: 11%;
  left: 27%;
  height: 12%;
}
.procedure-box .arrow.arrow-lb img {
  -webkit-transform: rotateZ(182deg);
  -moz-transform: rotateZ(182deg);
  -ms-transform: rotateZ(182deg);
  -o-transform: rotateZ(182deg);
  transform: rotateZ(182deg);
}
.procedure-box .arrow.arrow-lt {
  top: 28%;
  left: 26%;
  height: 13%;
  z-index: 1;
}
.procedure-box .arrow.arrow-lt img {
  -webkit-transform: rotateZ(-86deg);
  -moz-transform: rotateZ(-86deg);
  -ms-transform: rotateZ(-86deg);
  -o-transform: rotateZ(-86deg);
  transform: rotateZ(-86deg);
}
.procedure-box .arrow.arrow-lt .num {
  top: 58%;
  left: 36%;
}
.procedure-box .arrow.arrow-lt .arrow-text {
  top: 5%;
  right: 100%;
}
@media (max-width: 1024px) {
  .procedure-box .arrow.arrow-lt .arrow-text {
    top: -15%;
  }
}
.procedure-box .small-image {
  position: absolute;
}
.procedure-box .small-image img {
  width: auto;
  height: 100%;
}
.procedure-box .small-image.small-image-tr {
  height: 7%;
  top: 33%;
  right: 35%;
}
.procedure-box .small-image.small-image-r {
  height: 19%;
  top: 48%;
  right: 7%;
}
.procedure-box .small-image.small-image-l {
  height: 40%;
  top: 40%;
  left: 2%;
}
.procedure-box .small-image.small-image-tl {
  height: 9%;
  top: 11.5%;
  left: 38.5%;
  z-index: 2;
}
.procedure-box .small-image.small-image-tl2 {
  height: 18%;
  top: 3%;
  left: 22%;
}
.popup-text, .procedure-text {
  width: 1200px;
}
.compensate-for-scrollbar header.sticky {
  right: 6px;
}
.faq-lists .lists {
  margin-bottom: 85px;
}
@media (max-width: 1366px) {
  .faq-lists .lists {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .faq-lists .lists {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .faq-lists .lists {
    margin-bottom: 25px;
  }
}
.faq-lists .lists:last-child {
  margin-bottom: 0;
}
.faq-lists .title {
  color: #167ec2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .faq-lists .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .faq-lists .title {
    margin-bottom: 25px;
  }
}
.faq-lists .item {
  margin-bottom: 15px;
}
.faq-lists .question {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 90px 30px 40px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .faq-lists .question {
    padding: 15px 60px 15px 20px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .faq-lists .question {
    cursor: none;
    font-size: 16px;
  }
}
.faq-lists .question::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #fff 50.57%, #c0e1fa 100%);
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.faq-lists .question::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(42, 131, 188, 0.9) 25.56%, #90cdff 94.5%);
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.faq-lists .question .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #167ec2;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .faq-lists .question .arrow {
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.faq-lists .question .arrow svg {
  fill: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 16px;
}
.faq-lists .question.active, .faq-lists .question:hover {
  color: #fff;
}
.faq-lists .question.active::before, .faq-lists .question:hover::before {
  opacity: 0;
}
.faq-lists .question.active::after, .faq-lists .question:hover::after {
  opacity: 1;
}
.faq-lists .question.active .arrow, .faq-lists .question:hover .arrow {
  background: #fff;
  color: #167ec2;
}
.faq-lists .question.active .arrow svg {
  -webkit-transform: translate(-50%, -50%) scale(1, -1);
  -moz-transform: translate(-50%, -50%) scale(1, -1);
  -ms-transform: translate(-50%, -50%) scale(1, -1);
  -o-transform: translate(-50%, -50%) scale(1, -1);
  transform: translate(-50%, -50%) scale(1, -1);
}
.faq-lists .answer {
  position: relative;
  z-index: 0;
  margin-top: -10px;
  display: none;
  border: 1px solid #167ec2;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 50px 35px;
}
@media (max-width: 1024px) {
  .faq-lists .answer {
    padding: 30px 15px;
  }
}
.faq-lists .answer ul li {
  position: relative;
  z-index: 0;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .faq-lists .answer ul li {
    margin-bottom: 12px;
  }
}
.faq-lists .answer ul li:last-child {
  margin-bottom: 0;
}
.faq-lists .answer ul li::before {
  content: '';
  background-image: url('../img/blue-star.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  display: block;
  position: absolute;
}
.form-box {
  background: #f0f6fb;
  padding: 85px 0 95px;
}
@media (max-width: 1366px) {
  .form-box {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .form-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .form-box {
    padding: 25px 0;
  }
}
.form-box h2 {
  font-weight: 600;
  color: #167ec2;
}
.form-box form {
  margin-top: 85px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 80px 50px;
}
@media (max-width: 1366px) {
  .form-box form {
    margin-top: 60px;
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .form-box form {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .form-box form {
    margin-top: 25px;
    padding: 20px;
  }
}
.form-box form .btn, .form-box form .post-navigation [rel="next"], .post-navigation .form-box form [rel="next"], .form-box form .post-navigation [rel="prev"], .post-navigation .form-box form [rel="prev"], .form-box form .portal-wrapper #loginform .button, .portal-wrapper #loginform .form-box form .button, .form-box form .custom-password-protect input[type="submit"], .custom-password-protect .form-box form input[type="submit"] {
  background: #167ec2;
}
@media (min-width: 1366px) {
  .form-box form .btn, .form-box form .post-navigation [rel="next"], .post-navigation .form-box form [rel="next"], .form-box form .post-navigation [rel="prev"], .post-navigation .form-box form [rel="prev"], .form-box form .portal-wrapper #loginform .button, .portal-wrapper #loginform .form-box form .button, .form-box form .custom-password-protect input[type="submit"], .custom-password-protect .form-box form input[type="submit"] {
    padding: 16px 62px;
  }
}
.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.products-list .item {
  border-bottom: 1px solid #167ec2;
  padding: 95px 0 70px;
}
@media (max-width: 1366px) {
  .products-list .item {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .products-list .item {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .products-list .item {
    display: block;
  }
}
@media (max-width: 480px) {
  .products-list .item {
    padding: 25px 0;
  }
}
.products-list .image {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .products-list .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.products-list .image img {
  max-height: 400px;
  width: auto;
  margin: 0 auto;
}
.products-list .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.products-list .text-wrapper ul {
  margin-left: 0;
}
.products-list .text-wrapper ul li {
  position: relative;
  z-index: 0;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #444;
}
@media (max-width: 768px) {
  .products-list .text-wrapper ul li {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.products-list .text-wrapper ul li:last-child {
  margin-bottom: 0;
}
.products-list .text-wrapper ul li::before {
  display: none;
}
.products-list .text-wrapper ul li:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #167ec2;
  border-left: 2px solid #167ec2;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border-radius: 0;
  background: transparent;
}
@media (max-width: 480px) {
  .products-list .text-wrapper ul li:after {
    top: 11px;
  }
}
.products-list .title {
  color: #167ec2;
  font-weight: 600;
  margin-bottom: 30px;
}
.products-list .link {
  font-size: 16px;
  font-weight: 600;
  color: #167ec2;
  margin-top: 55px;
  display: inline-block;
}
@media (max-width: 1366px) {
  .products-list .link {
    margin-top: 20px;
  }
}
.products-list .link svg {
  margin-left: 10px;
  height: 10px;
  fill: currentColor;
}
.products-list .link:hover {
  color: #0c4366;
}
.partners-list {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .partners-list {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .partners-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .partners-list {
    padding-bottom: 25px;
  }
}
.partners-list .item {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .partners-list .item > .flex {
    display: block;
    text-align: center;
  }
}
.partners-list .item:nth-child(2n) {
  background: #f0f6fb;
}
.partners-list .image-wrapper {
  -webkit-flex-basis: 540px;
  -moz-flex-basis: 540px;
  -ms-flex-preferred-size: 540px;
  flex-basis: 540px;
  margin-right: 6%;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .partners-list .image-wrapper {
    margin: 0 auto 20px;
    max-width: 540px;
  }
}
.partners-list .image {
  padding: 20px;
  height: 100%;
  background: #fff;
}
.partners-list .image img {
  max-width: 285px;
  max-height: 165px;
  width: auto;
}
.partners-list a.image {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.partners-list a.image:hover {
  background: #f0f6fb;
}
.partners-list .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .partners-list .text {
    text-align: center;
  }
}
.partners-list .text h2 {
  color: #167ec2;
  font-weight: 600;
}
@media (min-width: 1366px) {
  .partners-list .text p {
    font-size: 18px;
    line-height: 2;
  }
}
.posts-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.posts-wrapper > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts-wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts-wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.post {
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 600px) {
  .post {
    margin-bottom: 20px;
  }
}
.post::before {
  content: '';
  width: 51px;
  height: 4px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: linear-gradient(223.14deg, #7448dd -10.21%, #03cbf7 95.94%);
  border-radius: 3px;
}
@media (max-width: 480px) {
  .post::before {
    bottom: 20px;
  }
}
.post .thumb {
  height: 170px;
  display: block;
  position: relative;
  z-index: 0;
  margin-bottom: 35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1260px) {
  .post .thumb {
    height: 14vw;
  }
}
@media (max-width: 1024px) {
  .post .thumb {
    height: 21vw;
  }
}
@media (max-width: 600px) {
  .post .thumb {
    height: 43vw;
  }
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .info-wrapper {
  padding: 5px 20px;
  background: linear-gradient(8.46deg, #167ec2 -5%, #03cbf7 95.54%);
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 15px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 1024px) {
  .post .info-wrapper {
    padding: 5px 10px;
  }
}
.post .info-wrapper .post-category {
  font-weight: 600;
}
.post .info-wrapper time {
  display: inline-block;
  margin-left: 8px;
  padding-left: 10px;
  position: relative;
  z-index: 0;
}
.post .info-wrapper time::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 12px;
  background: #fff;
}
.post .post-title {
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .post .post-title {
    padding: 0 15px 10px;
  }
}
.post .post-title a {
  color: #333;
}
.post .post-title a:hover {
  color: #0c4366;
}
@media (min-width: 1025px) {
  .post:hover {
    top: -20px;
  }
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.pagination {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  font-size: 0;
}
.pagination .page-numbers {
  width: 44px;
  line-height: 44px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
  color: #167ec2;
  margin: 0;
  border-radius: 3px;
  position: relative;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagination .page-numbers::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(8.46deg, #167ec2 -5%, #03cbf7 95.54%);
}
.pagination .page-numbers:hover {
  color: #fff;
}
.pagination .page-numbers:hover::before {
  opacity: 1;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  color: #fff;
}
.pagination .current::before {
  opacity: 1;
}
.pagination a.page-numbers:hover {
  background: #53afeb;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.post-type-archive-publication .star-element::before, .tax-publication-cat .star-element::before, .blog .star-element::before, .category .star-element::before {
  display: none;
}
.post-type-archive-publication .content, .tax-publication-cat .content, .blog .content, .category .content {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .post-type-archive-publication .content, .tax-publication-cat .content, .blog .content, .category .content {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .post-type-archive-publication .content, .tax-publication-cat .content, .blog .content, .category .content {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .post-type-archive-publication .content, .tax-publication-cat .content, .blog .content, .category .content {
    padding-bottom: 25px;
  }
}
.post-type-archive-publication .breadcrumb .breadcrumb_last::after {
  content: 's';
}
.single-publication .breadcrumb a[href$="/publication/"]::after {
  content: 's';
}
.sticky-post {
  margin-bottom: 75px;
}
@media (max-width: 1366px) {
  .sticky-post {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .sticky-post {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sticky-post {
    display: block;
  }
}
@media (max-width: 480px) {
  .sticky-post {
    margin-bottom: 25px;
  }
}
.sticky-post .left-info, .sticky-post .right {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.sticky-post .left-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sticky-post .left-info time {
  font-weight: 500;
  font-size: 16px;
  color: #167ec2;
  display: block;
  padding-left: 30px;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}
.sticky-post .left-info time::before {
  content: url('../img/clock.png');
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.sticky-post .left-info .tags {
  font-size: 0;
  margin-top: 15px;
}
.sticky-post .left-info .tag {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #167ec2;
  position: relative;
  z-index: 0;
  padding-right: 20px;
  margin-right: 20px;
}
.sticky-post .left-info .tag:last-child {
  margin-right: 0;
  padding-right: 0;
}
.sticky-post .left-info .tag:last-child::after {
  display: none;
}
.sticky-post .left-info .tag::after {
  content: '';
  height: 16px;
  width: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.sticky-post .right {
  height: 286px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1260px) {
  .sticky-post .right {
    height: 22vw;
  }
}
@media (max-width: 768px) {
  .sticky-post .right {
    margin-top: 20px;
    height: 46vw;
  }
}
.sticky-post .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.sticky-post .text {
  margin-top: 35px;
  column-count: 2;
  column-gap: 25px;
}
@media (max-width: 768px) {
  .sticky-post .text {
    column-count: 1;
  }
}
.sticky-post .text .more {
  color: #167ec2;
  font-size: 16px;
  font-weight: 600;
}
.sticky-post .text .more svg {
  fill: currentColor;
  height: 12px;
  margin-left: 7px;
  font-size: 0;
}
.sticky-post .categories-wrapper {
  font-weight: 700;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.sticky-post .categories-wrapper .title {
  margin-right: 10px;
}
.categories-nav {
  width: 49%;
  margin-left: auto;
  font-size: 0;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .categories-nav {
    width: 100%;
  }
}
.categories-nav .item-cat {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-right: 3px;
}
.categories-nav .item-cat:last-child {
  margin-right: 0;
}
.categories-nav .item-cat > .cat {
  color: #555;
  background: transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 18px;
  display: block;
}
@media (max-width: 1366px) {
  .categories-nav .item-cat > .cat {
    font-size: 14px;
    padding: 6px 10px;
  }
}
.categories-nav .item-cat > .cat svg {
  fill: currentColor;
  font-size: 0;
  height: 12px;
}
.categories-nav .item-cat > .cat.active, .categories-nav .item-cat > .cat:hover {
  color: #fff;
  background: #167ec2;
}
.categories-nav .item-cat.sub-wrapper .sub-categories {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  font-size: 16px;
  min-width: 150px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 25px 50px -10px rgba(22, 126, 194, 0.5);
}
.categories-nav .item-cat.sub-wrapper .sub-categories .cat {
  display: block;
  font-size: 16px;
  padding: 10px 10px 10px 18px;
  border-bottom: 2px solid #167ec2;
  color: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 0;
}
.categories-nav .item-cat.sub-wrapper .sub-categories .cat svg {
  height: 12px;
  font-size: 0;
  fill: currentColor;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}
.categories-nav .item-cat.sub-wrapper .sub-categories .cat:last-child {
  border-bottom: none;
}
.categories-nav .item-cat.sub-wrapper .sub-categories .cat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(352.65deg, rgba(42, 131, 188, 0.9) 25.56%, #90cdff 94.5%), #167ec2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.categories-nav .item-cat.sub-wrapper .sub-categories .cat:hover {
  color: #fff;
}
.categories-nav .item-cat.sub-wrapper .sub-categories .cat:hover::before {
  opacity: 1;
}
.categories-nav .item-cat.sub-wrapper:hover .sub-categories {
  opacity: 1;
  pointer-events: initial;
}
.home-faq {
  padding-bottom: 95px;
}
@media (max-width: 1366px) {
  .home-faq {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-faq {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home-faq {
    padding-bottom: 25px;
  }
}
.home-faq .title {
  text-align: center;
}
.home-faq .faq-lists {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .home-faq .faq-lists {
    padding-top: 0;
  }
}
.home-faq .link {
  display: inline-block;
  color: #167ec2;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .home-faq .link {
    padding: 9px 38px;
    text-decoration: none;
    border: 2px solid #167ec2;
    border-radius: 10px;
  }
}
.home-faq .link:hover {
  color: #0c4366;
  text-decoration: none;
}
@media (max-width: 768px) {
  .home-faq .link:hover {
    text-decoration: none;
  }
}
.tpl-leadership .fancybox-content {
  cursor: auto;
  padding: 40px 30px;
}
@media (max-width: 1024px) {
  .tpl-leadership .fancybox-content {
    padding: 30px 20px;
  }
}
.tpl-leadership .content-pop {
  display: none;
}
.tpl-leadership .content-pop > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.tpl-leadership .content-pop .photo {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  background: #bee5ff;
}
@media (max-width: 768px) {
  .tpl-leadership .content-pop .photo {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .tpl-leadership .content-pop .photo img {
    margin: 0 auto;
  }
}
.tpl-leadership .content-pop .info-pop {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}
@media (max-width: 768px) {
  .tpl-leadership .content-pop .info-pop {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.tpl-leadership .content-pop .info-pop .info {
  margin-bottom: 20px;
}
.tpl-leadership .content-pop .info-pop .name {
  margin-bottom: 10px;
}
.tpl-leadership .content-pop .info-pop .position {
  font-weight: 600;
  color: #167ec2;
}
.leadership {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .leadership {
    padding-bottom: 25px;
  }
}
.leadership .list-nav {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .leadership .list-nav {
    margin-bottom: 15px;
  }
}
.leadership .nav-item {
  background: transparent;
  color: #333;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  display: inline-block;
}
.leadership .nav-item:hover, .leadership .nav-item.active {
  background: #167ec2;
  color: #fff;
}
.leadership .title {
  font-weight: 600;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .leadership .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .leadership .title {
    margin-bottom: 25px;
  }
}
.leadership .list-item {
  display: none;
}
.leadership .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.leadership .list > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .leadership .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .leadership .list > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
}
@media (max-width: 600px) {
  .leadership .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .leadership .list > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.leadership .item {
  border-radius: 10px;
  box-shadow: 0px 20px 70px -10px #000;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 65px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 4px solid #167ec2;
}
@media (max-width: 1024px) {
  .leadership .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .leadership .item {
    margin-bottom: 25px;
  }
}
.leadership .item:hover .photo {
  background: #d4e5f3;
}
.leadership .item .photo {
  background: #ecf2fe;
  height: 412px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .leadership .item .photo {
    height: auto;
  }
}
.leadership .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership .item .info {
  padding: 20px 30px 25px;
}
@media (max-width: 768px) {
  .leadership .item .info {
    padding: 20px 15px;
  }
}
.leadership .item .name {
  color: #555;
  margin-bottom: 5px;
}
.leadership .item .position {
  font-size: 16px;
  font-weight: 600;
  color: #167ec2;
  line-height: 1.375;
}
.leadership .item .info-pop p {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .leadership .item .info-pop p {
    font-size: 16px;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}
.single-post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .single-post-info {
    margin-bottom: 15px;
  }
}
.single-post-info .alc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.single-post-info .title {
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}
.single-post-info time {
  font-weight: 500;
  font-size: 16px;
  color: #167ec2;
  display: block;
  padding-left: 30px;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}
.single-post-info time::before {
  content: url('../img/clock.png');
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.single-post-info .tags {
  font-size: 0;
  margin-top: 0;
}
.single-post-info .tag {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #167ec2;
  position: relative;
  z-index: 0;
  padding-right: 20px;
  margin-right: 20px;
}
.single-post-info .tag:last-child {
  margin-right: 0;
  padding-right: 0;
}
.single-post-info .tag:last-child::after {
  display: none;
}
.single-post-info .tag::after {
  content: '';
  height: 16px;
  width: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.single-post-info .post-category {
  font-weight: 600;
}
.locations-tabs__wrapper {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .locations-tabs__wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .locations-tabs__wrapper {
    padding-bottom: 25px;
  }
}
.location-map {
  height: 545px;
}
@media (max-width: 1366px) {
  .location-map {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .location-map {
    height: 200px;
  }
}
header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: transparent;
}
header .custom-logo-link {
  margin: 11px 0 6px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1366px) {
  header .custom-logo-link {
    -webkit-flex-basis: 110px;
    -moz-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
  }
}
@media (max-width: 1024px) {
  header .custom-logo-link {
    margin: 0;
  }
  header .custom-logo-link img {
    height: 50px;
  }
}
header .custom-logo-link:hover {
  opacity: 0.7;
}
header .container.large {
  width: 1663px;
}
header .header-block {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding: 0 0 20px;
}
@media (max-width: 1024px) {
  header .header-block {
    padding: 10px 40px 10px 0;
  }
}
@media (max-width: 600px) {
  header .header-block {
    padding: 0 40px 5px 0;
  }
}
@media (max-width: 600px) {
  header .menu-items {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
header .contact-button {
  margin-right: 15px;
  background: transparent;
  border: 2px solid #e8edf5;
  padding: 13px 30px 14px;
}
@media (max-width: 1240px) {
  header .contact-button {
    margin-right: 10px;
    padding: 13px 14px 14px;
  }
}
@media (max-width: 600px) {
  header .mobile-hide {
    display: none;
  }
}
header .apply-button {
  color: #167ec2;
  background: #fff;
  padding: 15px 30px 16px;
}
@media (max-width: 1240px) {
  header .apply-button {
    padding: 15px 14px 16px;
  }
}
header .apply-button:hover {
  color: #fff;
  background: #167ec2;
}
header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"], header .portal-wrapper #loginform .button, .portal-wrapper #loginform header .button, header .custom-password-protect input[type="submit"], .custom-password-protect header input[type="submit"] {
  font-size: 19px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1240px) {
  header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"], header .portal-wrapper #loginform .button, .portal-wrapper #loginform header .button, header .custom-password-protect input[type="submit"], .custom-password-protect header input[type="submit"] {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"], header .portal-wrapper #loginform .button, .portal-wrapper #loginform header .button, header .custom-password-protect input[type="submit"], .custom-password-protect header input[type="submit"] {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"], header .portal-wrapper #loginform .button, .portal-wrapper #loginform header .button, header .custom-password-protect input[type="submit"], .custom-password-protect header input[type="submit"] {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto 10px;
  }
}
header.sticky {
  background: #3e8fc2;
}
header.sticky .custom-logo-link {
  margin: 0;
}
header.sticky .custom-logo-link img {
  height: 50px;
  width: auto;
}
header.sticky .header-block {
  padding: 10px 0;
}
@media (max-width: 1024px) {
  header.sticky .header-block {
    padding: 10px 40px 10px 0;
  }
}
header.sticky .btn, header.sticky .post-navigation [rel="next"], .post-navigation header.sticky [rel="next"], header.sticky .post-navigation [rel="prev"], .post-navigation header.sticky [rel="prev"], header.sticky .portal-wrapper #loginform .button, .portal-wrapper #loginform header.sticky .button, header.sticky .custom-password-protect input[type="submit"], .custom-password-protect header.sticky input[type="submit"] {
  font-weight: 400;
  font-size: 16px;
}
#top {
  position: relative;
  overflow: hidden;
}
#top .container {
  z-index: 1;
  min-height: 389px;
  padding: 100px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #top .container {
    min-height: auto;
    padding: 100px 0 60px;
  }
}
@media (max-width: 768px) {
  #top .container {
    padding: 100px 0 50px;
  }
}
@media (max-width: 480px) {
  #top .container {
    padding: 100px 0 40px;
  }
}
#top .top-info {
  padding-top: 50px;
  color: #fff;
}
@media (max-width: 1024px) {
  #top .top-info {
    padding-top: 0;
  }
}
#top .top-info h1, #top .top-info h2 {
  color: #fff;
}
#top .top-info p {
  font-size: 22px;
}
@media (max-width: 1024px) {
  #top .top-info p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #top .top-info p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #top .top-info p {
    font-size: 16px;
  }
}
#top:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(270.35deg, #2a83bc 20.35%, rgba(145, 205, 255, 0) 90.17%), linear-gradient(270.3deg, rgba(22, 126, 194, 0.5) 28.19%, rgba(145, 205, 255, 0.5) 74.72%);
}
#top .top-image {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
  left: 0;
  bottom: 0;
}
#top .top-image img {
  height: 100%;
  width: 100%;
  opacity: 0.2;
  object-fit: cover;
  filter: grayscale(100%);
}
#top .white {
  color: #167ec2;
  background: #fff;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  #top .white {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  #top .white {
    border: 1px solid #167ec2;
    margin-top: 0;
  }
}
#top .white:hover {
  color: #fff;
  background: #167ec2;
}
#top.top-home {
  overflow: hidden;
}
#top.top-home:before {
  background: linear-gradient(270.35deg, rgba(42, 131, 188, 0.9) 32.35%, rgba(145, 205, 255, 0.7) 90.17%);
}
#top.top-home video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  #top.top-home .top-image {
    position: relative;
  }
  #top.top-home .top-image::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270.35deg, rgba(42, 131, 188, 0.9) 32.35%, rgba(145, 205, 255, 0.7) 90.17%);
  }
}
#top.top-home .top-image img {
  opacity: 1;
  filter: none;
}
#top.top-home .container {
  min-height: 828px;
}
@media (max-width: 1366px) {
  #top.top-home .container {
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  #top.top-home .container {
    min-height: 500px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 600px) {
  #top.top-home .top-info {
    text-align: center;
    margin: 0 auto;
  }
  #top.top-home .top-info br {
    display: none;
  }
}
#top.top-home .top-info h1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  #top.top-home .top-info h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #top.top-home .top-info h1 br {
    display: block;
  }
}
@media (max-width: 600px) {
  #top.top-home .top-info h1 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
#top.top-home .top-info p {
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  #top.top-home .top-info p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #top.top-home .top-info p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #top.top-home .top-info p {
    padding: 0 12%;
  }
}
#top.top-home .btn, #top.top-home .post-navigation [rel="next"], .post-navigation #top.top-home [rel="next"], #top.top-home .post-navigation [rel="prev"], .post-navigation #top.top-home [rel="prev"], #top.top-home .portal-wrapper #loginform .button, .portal-wrapper #loginform #top.top-home .button, #top.top-home .custom-password-protect input[type="submit"], .custom-password-protect #top.top-home input[type="submit"] {
  border: 2px solid transparent;
}
#top.top-home .btn:hover, #top.top-home .post-navigation [rel="next"]:hover, .post-navigation #top.top-home [rel="next"]:hover, #top.top-home .post-navigation [rel="prev"]:hover, .post-navigation #top.top-home [rel="prev"]:hover, #top.top-home .portal-wrapper #loginform .button:hover, .portal-wrapper #loginform #top.top-home .button:hover, #top.top-home .custom-password-protect input[type="submit"]:hover, .custom-password-protect #top.top-home input[type="submit"]:hover {
  border-color: #e8edf5;
  background: #259ae6;
}
.overview-table {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .overview-table {
    overflow-y: auto;
  }
  .overview-table .wrapper {
    width: 1000px;
  }
}
@media (max-width: 480px) {
  .overview-table::-webkit-scrollbar {
    height: 6px;
  }
  .overview-table::-webkit-scrollbar-thumb {
    background: #167ec2;
  }
  .overview-table::-webkit-scrollbar-track {
    background: #eaeaea;
  }
  .overview-table::-webkit-scrollbar-thumb:hover {
    background: #136fab;
  }
  .overview-table::-webkit-scrollbar-thumb:active {
    background: #136fab;
  }
}
.overview-table .table-top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1;
  color: #444;
  font-weight: 700;
  text-align: center;
  min-height: 96px;
  padding: 10px;
}
.overview-table .table-top.first {
  font-size: 22px;
}
.overview-table .table-top:not(.first)::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
  -webkit-transform: translate(-50%, -55%) rotateZ(45deg);
  -moz-transform: translate(-50%, -55%) rotateZ(45deg);
  -ms-transform: translate(-50%, -55%) rotateZ(45deg);
  -o-transform: translate(-50%, -55%) rotateZ(45deg);
  transform: translate(-50%, -55%) rotateZ(45deg);
  z-index: 1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.overview-table .table-top .title {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.overview-table .table-top .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
}
.overview-table .table-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #d7e8fd;
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
}
.overview-table .table-item.first {
  position: relative;
  z-index: 0;
}
.overview-table .table-item.first .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 54%;
  padding: 0 15px 15px;
}
.overview-table .table-item.first .image img {
  height: 100%;
}
.overview-table .table-item.first .loc {
  width: 14px;
  height: 14px;
  background: red;
  border-radius: 50%;
  position: absolute;
}
.overview-table .table-item.first .loc::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 14px;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
}
.overview-table .table-item.first .loc:nth-of-type(1) {
  left: 38%;
  top: 8%;
}
.overview-table .table-item.first .loc:nth-of-type(1)::before {
  height: 28px;
  width: 60px;
}
.overview-table .table-item.first .loc:nth-of-type(2) {
  left: 25%;
  top: 25%;
}
.overview-table .table-item.first .loc:nth-of-type(2)::before {
  height: 90px;
  width: 50px;
}
@media (max-width: 1024px) {
  .overview-table .table-item.first .loc:nth-of-type(2)::before {
    height: 60px;
  }
}
.overview-table .table-item.first .loc:nth-of-type(3) {
  top: 42%;
  left: 5%;
}
.overview-table .table-item.first .loc:nth-of-type(3)::before {
  height: 130px;
  width: 100px;
}
@media (max-width: 1024px) {
  .overview-table .table-item.first .loc:nth-of-type(3)::before {
    height: 95px;
  }
}
.overview-table .table-info {
  text-align: right;
  margin-bottom: 35px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .overview-table .table-info {
    margin-bottom: 15px;
  }
}
.overview-table .table-info:nth-of-type(1) {
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .overview-table .table-info:nth-of-type(1) {
    margin-top: 15px;
  }
}
.overview-table .table-info .line {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: calc(100% + 2px);
  background: linear-gradient(180deg, #fff 36.42%, #6becf4 100%), linear-gradient(180deg, #2da3ff 16.11%, #2952f6 100%);
  box-shadow: 0 7px 20px rgba(22, 126, 194, 0.2);
  height: 22px;
  width: 1%;
  -webkit-transition: 3s 0.4s ease;
  -moz-transition: 3s 0.4s ease;
  -ms-transition: 3s 0.4s ease;
  -o-transition: 3s 0.4s ease;
  transition: 3s 0.4s ease;
}
.overview-table .table-info .line::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 100%;
  content: '';
  width: 50px;
  height: 50px;
  background-image: url('../img/circle.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.overview-table .text {
  display: inline-block;
  box-shadow: 0 7px 20px rgba(22, 126, 194, 0.2);
  border-radius: 10px;
  background: #fff;
  text-align: left;
  padding: 15px;
  color: #333;
}
@media (max-width: 1024px) {
  .overview-table .text {
    padding: 10px;
  }
}
.overview-table .text p {
  font-size: 12px;
  margin-bottom: 0;
}
.overview-table .text p strong {
  font-size: 14px;
  font-weight: 600;
}
.star-element {
  position: relative;
  z-index: 1;
}
.star-element::before {
  position: absolute;
  right: -25%;
  top: -35%;
  z-index: -1;
  content: '';
  background-image: url('../img/star.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 50vw;
  height: 50vw;
  opacity: 0.1;
}
.mission-block::before {
  left: 0;
  right: auto;
  top: -40%;
}
.image-text-top-block {
  overflow: initial;
}
.image-text-top-block::before {
  opacity: 1;
  right: -17%;
  top: -18%;
  width: 35vw;
  height: 35vw;
}
.blog .star-element {
  overflow: initial;
}
.blog .star-element::before {
  opacity: 1;
  top: 45%;
  right: -45%;
  width: 33vw;
  height: 33vw;
  -webkit-transform: rotateZ(45deg) scale(1, -1);
  -moz-transform: rotateZ(45deg) scale(1, -1);
  -ms-transform: rotateZ(45deg) scale(1, -1);
  -o-transform: rotateZ(45deg) scale(1, -1);
  transform: rotateZ(45deg) scale(1, -1);
}
.leadership .star-element {
  overflow: initial;
}
.leadership .star-element::before {
  opacity: 1;
  top: 45%;
  right: -45%;
  width: 33vw;
  height: 33vw;
  -webkit-transform: rotateZ(45deg) scale(1, -1);
  -moz-transform: rotateZ(45deg) scale(1, -1);
  -ms-transform: rotateZ(45deg) scale(1, -1);
  -o-transform: rotateZ(45deg) scale(1, -1);
  transform: rotateZ(45deg) scale(1, -1);
}
.faq-lists .star-element {
  overflow: initial;
}
.faq-lists .star-element::before {
  opacity: 1;
  top: 10%;
  right: -45%;
  width: 25vw;
  height: 25vw;
  -webkit-transform: rotateZ(45deg) scale(1, -1);
  -moz-transform: rotateZ(45deg) scale(1, -1);
  -ms-transform: rotateZ(45deg) scale(1, -1);
  -o-transform: rotateZ(45deg) scale(1, -1);
  transform: rotateZ(45deg) scale(1, -1);
}
.products-list .star-element {
  overflow: initial;
}
.products-list .star-element::before {
  opacity: 1;
  top: 20%;
  left: -10%;
  right: auto;
  width: 20vw;
  height: 20vw;
  -webkit-transform: rotateZ(45deg) scale(1, -1);
  -moz-transform: rotateZ(45deg) scale(1, -1);
  -ms-transform: rotateZ(45deg) scale(1, -1);
  -o-transform: rotateZ(45deg) scale(1, -1);
  transform: rotateZ(45deg) scale(1, -1);
}
.pipiline-overview__section .star-element {
  overflow: initial;
}
.pipiline-overview__section .star-element::before {
  top: 100%;
  right: auto;
  left: -52%;
  opacity: 1;
  width: 33vw;
  height: 33vw;
  -webkit-transform: rotateZ(45deg) scale(1, -1);
  -moz-transform: rotateZ(45deg) scale(1, -1);
  -ms-transform: rotateZ(45deg) scale(1, -1);
  -o-transform: rotateZ(45deg) scale(1, -1);
  transform: rotateZ(45deg) scale(1, -1);
}
.symptoms-block .symptoms-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.symptoms-block .symptoms-title > span {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .symptoms-block .symptoms-title > span {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.symptoms-block .symptoms-title .sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.symptoms-block .symptoms-title .sub-title::after {
  display: inline-block;
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 8px;
  border-top: 2px solid #777;
  margin-left: 20px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .symptoms-block .symptoms-title .sub-title::after {
    display: none;
  }
}
.symptoms-block .symptoms-title .line {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .symptoms-block .symptoms-title .line {
    display: none;
  }
}
.symptoms-block .symptoms-title .line::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: calc((100% - 65px) / 2 + 64px);
  height: 8px;
  margin-top: 5px;
  border-radius: 0 8px 0 0;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
}
@media (max-width: 1024px) {
  .symptoms-block .symptoms-title .line::before {
    width: calc((100% - 125px) / 2 + 64px);
  }
}
.symptoms-block .symptoms-title .line .arrow {
  position: absolute;
  left: calc((100% - 65px) / 2 + 64px);
  top: calc(50% + 10px);
  width: 2px;
  height: 30px;
  background: #777;
}
@media (max-width: 1024px) {
  .symptoms-block .symptoms-title .line .arrow {
    height: 20px;
    left: calc((100% - 125px) / 2 + 64px);
  }
}
.symptoms-block .symptoms-title .line .arrow::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-style: solid;
  padding: 4px;
  bottom: -4px;
  left: 50%;
  position: absolute;
  border-color: #777;
  border-width: 0px 2px 2px 0;
}
@media (max-width: 768px) {
  .symptoms-block .symptoms-title .line .arrow::before {
    display: none;
  }
}
.symptoms-block .items .item:first-child::before {
  top: -25px;
}
.symptoms-block .items .item:first-child::after {
  height: 30px;
}
.top-image-text__block .custom-content-row:first-child {
  margin-bottom: -130px;
}
@media (max-width: 1600px) {
  .top-image-text__block .custom-content-row:first-child {
    margin-bottom: -100px;
  }
}
@media (max-width: 1366px) {
  .top-image-text__block .custom-content-row:first-child {
    margin-bottom: -70px;
  }
}
@media (max-width: 1024px) {
  .top-image-text__block .custom-content-row:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .top-image-text__block .custom-content-row:first-child .image {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .top-image-text__block .custom-content-row:first-child .image {
    height: 240px;
  }
}
@media (max-width: 600px) {
  .top-image-text__block .custom-content-row:first-child .image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
  }
}
.top-image-text__block .custom-content-row:first-child .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .top-image-text__block .custom-content-row:first-child .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 1366px) {
  .top-image-text__block .custom-content-row .text .wys h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .top-image-text__block .custom-content-row .text .wys h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .top-image-text__block .custom-content-row .text .wys h3 {
    font-size: 20px;
  }
}
.top-image-text__block .custom-content-row + .custom-content-row img {
  position: relative;
}
@media (max-width: 1024px) {
  .top-image-text__block .custom-content-row + .custom-content-row img {
    top: -50px;
  }
}
@media (max-width: 600px) {
  .top-image-text__block .custom-content-row + .custom-content-row img {
    top: 0;
    margin-left: auto;
  }
}
.white-gradient {
  position: relative;
  z-index: 0;
}
.white-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+60,0.8+80,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.8) 70%, 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, 0.7) 60%, rgba(255, 255, 255, 0.8) 70%, 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 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /*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 */
}
.white-gradient.left-gradient::before {
  left: 0;
  right: auto;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.image-animation {
  position: relative;
  z-index: 0;
}
.image-animation .after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .therapeutic-block .bottom-graphic > .flex, .cell-therapy__content .bottom-graphic > .flex {
    display: block;
  }
}
.therapeutic-block .bottom-graphic .text, .cell-therapy__content .bottom-graphic .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .therapeutic-block .bottom-graphic .text, .cell-therapy__content .bottom-graphic .text {
    text-align: center;
  }
}
.therapeutic-block .bottom-graphic .text h2, .cell-therapy__content .bottom-graphic .text h2, .therapeutic-block .bottom-graphic .text h3, .cell-therapy__content .bottom-graphic .text h3, .therapeutic-block .bottom-graphic .text h4, .cell-therapy__content .bottom-graphic .text h4, .therapeutic-block .bottom-graphic .text h5, .cell-therapy__content .bottom-graphic .text h5, .therapeutic-block .bottom-graphic .text h6, .cell-therapy__content .bottom-graphic .text h6 {
  color: #167ec2;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .therapeutic-block .bottom-graphic .text h2, .cell-therapy__content .bottom-graphic .text h2, .therapeutic-block .bottom-graphic .text h3, .cell-therapy__content .bottom-graphic .text h3, .therapeutic-block .bottom-graphic .text h4, .cell-therapy__content .bottom-graphic .text h4, .therapeutic-block .bottom-graphic .text h5, .cell-therapy__content .bottom-graphic .text h5, .therapeutic-block .bottom-graphic .text h6, .cell-therapy__content .bottom-graphic .text h6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .therapeutic-block .bottom-graphic .text h2, .cell-therapy__content .bottom-graphic .text h2, .therapeutic-block .bottom-graphic .text h3, .cell-therapy__content .bottom-graphic .text h3, .therapeutic-block .bottom-graphic .text h4, .cell-therapy__content .bottom-graphic .text h4, .therapeutic-block .bottom-graphic .text h5, .cell-therapy__content .bottom-graphic .text h5, .therapeutic-block .bottom-graphic .text h6, .cell-therapy__content .bottom-graphic .text h6 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1367px) {
  .therapeutic-block .bottom-graphic .text p, .cell-therapy__content .bottom-graphic .text p {
    font-size: 18px;
    line-height: 32px;
  }
}
.therapeutic-block .bottom-graphic .text .btn, .therapeutic-block .bottom-graphic .text .post-navigation [rel="next"], .post-navigation .therapeutic-block .bottom-graphic .text [rel="next"], .therapeutic-block .bottom-graphic .text .post-navigation [rel="prev"], .post-navigation .therapeutic-block .bottom-graphic .text [rel="prev"], .therapeutic-block .bottom-graphic .text .portal-wrapper #loginform .button, .portal-wrapper #loginform .therapeutic-block .bottom-graphic .text .button, .therapeutic-block .bottom-graphic .text .custom-password-protect input[type="submit"], .custom-password-protect .therapeutic-block .bottom-graphic .text input[type="submit"], .cell-therapy__content .bottom-graphic .text .btn, .cell-therapy__content .bottom-graphic .text .post-navigation [rel="next"], .post-navigation .cell-therapy__content .bottom-graphic .text [rel="next"], .cell-therapy__content .bottom-graphic .text .post-navigation [rel="prev"], .post-navigation .cell-therapy__content .bottom-graphic .text [rel="prev"], .cell-therapy__content .bottom-graphic .text .portal-wrapper #loginform .button, .portal-wrapper #loginform .cell-therapy__content .bottom-graphic .text .button, .cell-therapy__content .bottom-graphic .text .custom-password-protect input[type="submit"], .custom-password-protect .cell-therapy__content .bottom-graphic .text input[type="submit"] {
  color: #fff;
}
.therapeutic-block .bottom-graphic .text a, .cell-therapy__content .bottom-graphic .text a {
  color: #167ec2;
  font-size: 16px;
}
.therapeutic-block .bottom-graphic .text li, .cell-therapy__content .bottom-graphic .text li {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .therapeutic-block .bottom-graphic .text li, .cell-therapy__content .bottom-graphic .text li {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .therapeutic-block .bottom-graphic .text li, .cell-therapy__content .bottom-graphic .text li {
    font-size: 16px;
  }
}
.therapeutic-block .bottom-graphic .text li:before, .cell-therapy__content .bottom-graphic .text li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #167ec2;
  border-left: 2px solid #167ec2;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border-radius: 0;
  background: transparent;
}
@media (max-width: 480px) {
  .therapeutic-block .bottom-graphic .text li:before, .cell-therapy__content .bottom-graphic .text li:before {
    top: 11px;
  }
}
.therapeutic-block .bottom-graphic .right, .cell-therapy__content .bottom-graphic .right {
  -webkit-flex-basis: 26%;
  -moz-flex-basis: 26%;
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%;
  margin-left: 9%;
  margin-right: 17%;
}
@media (max-width: 1367px) {
  .therapeutic-block .bottom-graphic .right, .cell-therapy__content .bottom-graphic .right {
    margin-right: 15%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 1024px) {
  .therapeutic-block .bottom-graphic .right, .cell-therapy__content .bottom-graphic .right {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  .therapeutic-block .bottom-graphic .right, .cell-therapy__content .bottom-graphic .right {
    margin-right: 30%;
  }
}
@media (max-width: 480px) {
  .therapeutic-block .bottom-graphic .right, .cell-therapy__content .bottom-graphic .right {
    max-width: 240px;
    margin-left: 0;
  }
}
.therapeutic-block .bottom-graphic .right .title, .cell-therapy__content .bottom-graphic .right .title {
  text-align: center;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .therapeutic-block .bottom-graphic .right .title, .cell-therapy__content .bottom-graphic .right .title {
    font-size: 18px;
  }
}
.therapeutic-block .bottom-graphic .main-image, .cell-therapy__content .bottom-graphic .main-image {
  position: relative;
  z-index: 0;
}
.therapeutic-block .bottom-graphic .main-image .image-title, .cell-therapy__content .bottom-graphic .main-image .image-title {
  position: absolute;
  color: #333;
  left: 106%;
  line-height: 1.2;
  width: 42%;
}
@media (max-width: 480px) {
  .therapeutic-block .bottom-graphic .main-image .image-title, .cell-therapy__content .bottom-graphic .main-image .image-title {
    font-size: 12px;
  }
}
.therapeutic-block .bottom-graphic .main-image .image-title.image-title-1, .cell-therapy__content .bottom-graphic .main-image .image-title.image-title-1 {
  top: 20.5%;
}
.therapeutic-block .bottom-graphic .main-image .image-title.image-title-2, .cell-therapy__content .bottom-graphic .main-image .image-title.image-title-2 {
  top: 41%;
}
.therapeutic-block .bottom-graphic .main-image .image-title.image-title-3, .cell-therapy__content .bottom-graphic .main-image .image-title.image-title-3 {
  top: 53%;
}
.therapeutic-block .bottom-graphic .main-image .image-title.image-title-4, .cell-therapy__content .bottom-graphic .main-image .image-title.image-title-4 {
  top: 66%;
}
@media (min-width: 1376px) {
  .therapeutic-block .bottom-graphic .main-image .image-title.image-title-4, .cell-therapy__content .bottom-graphic .main-image .image-title.image-title-4 {
    width: 55%;
  }
}
.therapeutic-block .bottom-graphic .main-image .image-title:hover, .cell-therapy__content .bottom-graphic .main-image .image-title:hover {
  color: #0c4366;
}
.therapeutic-block .bottom-graphic .main-image .line, .cell-therapy__content .bottom-graphic .main-image .line {
  width: 18%;
  height: 2px;
  position: absolute;
  background: #000;
  z-index: 1;
}
.therapeutic-block .bottom-graphic .main-image .line::before, .cell-therapy__content .bottom-graphic .main-image .line::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 2px;
  height: 10px;
  background: #000;
}
.therapeutic-block .bottom-graphic .main-image .line.line-1, .cell-therapy__content .bottom-graphic .main-image .line.line-1 {
  top: 27%;
  right: -3%;
}
.therapeutic-block .bottom-graphic .main-image .line.line-2, .cell-therapy__content .bottom-graphic .main-image .line.line-2 {
  top: 43%;
  right: -3%;
}
.therapeutic-block .bottom-graphic .main-image .line.line-3, .cell-therapy__content .bottom-graphic .main-image .line.line-3 {
  top: 57%;
  right: -3%;
}
.therapeutic-block .bottom-graphic .main-image .line.line-4, .cell-therapy__content .bottom-graphic .main-image .line.line-4 {
  top: 72%;
  right: -3%;
}
.therapeutic-block .bottom-graphic .main-image .image, .cell-therapy__content .bottom-graphic .main-image .image {
  position: absolute;
  z-index: 1;
  text-align: right;
}
.therapeutic-block .bottom-graphic .main-image .image img, .cell-therapy__content .bottom-graphic .main-image .image img {
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.therapeutic-block .bottom-graphic .main-image .image:hover img, .cell-therapy__content .bottom-graphic .main-image .image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.therapeutic-block .bottom-graphic .main-image .image.image-1, .cell-therapy__content .bottom-graphic .main-image .image.image-1 {
  top: 21%;
  right: 15%;
  height: 14%;
}
.therapeutic-block .bottom-graphic .main-image .image.image-2, .cell-therapy__content .bottom-graphic .main-image .image.image-2 {
  top: 38%;
  right: 15%;
  height: 10%;
}
.therapeutic-block .bottom-graphic .main-image .image.image-3, .cell-therapy__content .bottom-graphic .main-image .image.image-3 {
  top: 52%;
  right: 15%;
  height: 9%;
}
.therapeutic-block .bottom-graphic .main-image .image.image-4, .cell-therapy__content .bottom-graphic .main-image .image.image-4 {
  top: 67.5%;
  right: 15%;
  height: 22%;
}
.therapeutic-block .image-block {
  background: #fff;
  border-radius: 20px;
  margin-right: 80px;
  padding: 60px 0;
}
@media (max-width: 1240px) {
  .therapeutic-block .image-block {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .therapeutic-block .image-block {
    margin-right: 0;
    padding: 0 0 20px 20px;
  }
}
@media (max-width: 480px) {
  .therapeutic-block .image-block {
    padding: 0 0 10px 20px;
  }
}
.therapeutic-block .image-box {
  margin-right: 0 !important;
}
.therapeutic-block .bottom-graphic {
  margin-right: 20%;
}
@media (max-width: 1024px) {
  .therapeutic-block .bottom-graphic {
    margin-right: 10%;
  }
}
@media (max-width: 1200px) {
  .therapeutic-block .bottom-graphic .main-image .image-title {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .therapeutic-block .bottom-graphic .main-image .image-title {
    font-size: 10px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .top-graphic > .flex {
    display: block;
  }
}
.top-graphic .custom-ta {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .top-graphic .custom-ta {
    opacity: 1;
  }
}
.top-graphic .custom-ta[data-fancybox] {
  cursor: pointer;
}
.top-graphic .custom-ta[data-fancybox] img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.top-graphic .custom-ta[data-fancybox]:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.top-graphic .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .top-graphic .text {
    text-align: center;
  }
}
.top-graphic .text h2, .top-graphic .text h3, .top-graphic .text h4, .top-graphic .text h5, .top-graphic .text h6 {
  color: #167ec2;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .top-graphic .text h2, .top-graphic .text h3, .top-graphic .text h4, .top-graphic .text h5, .top-graphic .text h6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .top-graphic .text h2, .top-graphic .text h3, .top-graphic .text h4, .top-graphic .text h5, .top-graphic .text h6 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1367px) {
  .top-graphic .text p {
    font-size: 18px;
    line-height: 32px;
  }
}
.top-graphic .text .btn, .top-graphic .text .post-navigation [rel="next"], .post-navigation .top-graphic .text [rel="next"], .top-graphic .text .post-navigation [rel="prev"], .post-navigation .top-graphic .text [rel="prev"], .top-graphic .text .portal-wrapper #loginform .button, .portal-wrapper #loginform .top-graphic .text .button, .top-graphic .text .custom-password-protect input[type="submit"], .custom-password-protect .top-graphic .text input[type="submit"] {
  color: #fff;
}
.top-graphic .text a {
  color: #167ec2;
  font-size: 16px;
}
.top-graphic .text li {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .top-graphic .text li {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .top-graphic .text li {
    font-size: 16px;
  }
}
.top-graphic .text li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #167ec2;
  border-left: 2px solid #167ec2;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border-radius: 0;
  background: transparent;
}
@media (max-width: 480px) {
  .top-graphic .text li:before {
    top: 11px;
  }
}
.top-graphic .right {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin-left: 5%;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .top-graphic .right {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .top-graphic .right {
    font-size: 8px;
  }
}
.top-graphic .main-title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px;
}
.top-graphic .top {
  position: relative;
  z-index: 0;
  padding: 15px 0;
}
.top-graphic .top .left-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40%;
  left: 4%;
  font-weight: 700;
  text-align: right;
}
.top-graphic .top .right-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 65%;
  width: 30%;
  font-weight: 400;
  font-style: italic;
}
.top-graphic .top .right-image {
  max-width: 8%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 56%;
}
.top-graphic .top .left-image {
  margin: 0 auto;
  max-width: 7%;
}
.top-graphic .three-arrow {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.top-graphic .three-arrow img {
  max-width: 69%;
  margin: 0 auto;
}
.top-graphic .item {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
.top-graphic .item .item-title {
  text-align: center;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.top-graphic .item .item-image {
  min-height: 65px;
  margin-bottom: 10px;
}
.top-graphic .item .item-image img {
  max-height: 65px;
  width: auto;
  margin: 0 auto;
}
.top-graphic .two-arrow {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.top-graphic .two-arrow img {
  max-width: 52%;
  margin: 0 auto;
}
.top-graphic .sub-item {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.top-graphic .sub-item .sub-title {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
}
.top-graphic .sub-item .sub-image {
  min-height: 45px;
  margin: 15px 0;
}
@media (max-width: 480px) {
  .top-graphic .sub-item .sub-image {
    min-height: 30px;
  }
}
.top-graphic .sub-item .sub-image img {
  max-height: 45px;
  width: auto;
}
@media (max-width: 480px) {
  .top-graphic .sub-item .sub-image img {
    max-height: 30px;
  }
}
@media (max-width: 1024px) {
  .tpl-overview .overview-table {
    display: block;
  }
}
@media (max-width: 1024px) {
  .tpl-overview .overview-table .wrapper {
    width: 700px;
  }
}
@media (min-width: 1025px) {
  .tpl-overview .overview-table .table-info {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .tpl-overview .overview-table .table-info:nth-of-type(1) {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .tpl-overview .image-text-block.top-itb .info-block {
    padding-top: 0;
  }
}
.tpl-overview .therapeutic-block .bottom-graphic .main-image .image-title {
  width: 50%;
  font-size: 15px;
}
@media (max-width: 480px) {
  .tpl-overview .therapeutic-block .bottom-graphic .main-image .image-title {
    font-size: 11px;
  }
}
.portal-wrapper {
  /*form {
   max-width: 300px;
   margin: 0 auto;
   text-align: center;
   label {
   display: block;
   margin-bottom: 20px;
   @include for-size($xs) {
   margin-bottom: 12px;
   }
   }
   }*/
}
.portal-wrapper #loginform {
  max-width: 400px;
  margin: 0 auto;
}
.portal-wrapper .create-account-message {
  max-width: 400px;
  margin: 0 auto;
}
.portal-wrapper .create-account-message a {
  color: #167ec2;
  text-decoration: underline;
}
.portal-wrapper .create-account-message a:hover {
  color: #0c4366;
  text-decoration: none;
}
.cell-popup {
  text-align: center;
}
.cell-popup br {
  display: none;
}
.cell-popup figure {
  margin-bottom: 20px;
}
.cell-popup figure img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 100px;
}
.location-infos {
  padding-top: 60px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.location-infos > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .location-infos {
    padding-top: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .location-infos > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .location-infos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .location-infos > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media (max-width: 480px) {
  .location-infos {
    padding-top: 25px;
  }
}
.location-infos .text {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 768px) {
  .location-infos .text {
    padding: 10px 15px;
  }
}
.top-landing form {
  background: #fff;
  box-shadow: 0px 12px 60px -12px rgba(22, 126, 194, 0.2);
  border-radius: 12px;
  padding: 30px 30px 5px;
  max-width: 600px;
}
.top-landing .gform_wrapper.gravity-theme #gform_submit_button_1, .top-landing .gform_wrapper.gravity-theme .gform_previous_button.button, .top-landing .gform_wrapper.gravity-theme .gform_next_button.button {
  background: #ff5757;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  font-family: 'Open Sans';
  display: inline-block;
  padding: 10px 20px;
}
.top-landing .gform_wrapper.gravity-theme #gform_submit_button_1:hover, .top-landing .gform_wrapper.gravity-theme .gform_previous_button.button:hover, .top-landing .gform_wrapper.gravity-theme .gform_next_button.button:hover {
  background: #ff8a8a;
}
.top-landing .gform_wrapper.gravity-theme .gfield_html {
  color: #333;
  text-align: center;
}
.top-landing .gform_wrapper.gravity-theme .gfield_html h3 {
  color: #00b0f0;
}
.top-landing .gform_wrapper.gravity-theme .gfield_html a {
  color: #00b0f0;
}
.top-landing .gform_wrapper.gravity-theme .gfield_html a:hover {
  opacity: 0.8;
}
.top-landing .gform_wrapper.gravity-theme .datepicker {
  width: 100%;
}
.top-landing .gform_wrapper.gravity-theme p.gf_progressbar_title {
  font-size: 18px !important;
  color: #555;
  font-family: 'Open Sans';
}
.top-landing .gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #333;
}
.top-landing .gform_wrapper.gravity-theme .gf_progressbar_percentage span {
  width: 100%;
  text-align: center;
}
.top-landing .gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  font-size: 26px;
  font-family: 'Open Sans';
}
.top-landing .gform_wrapper.gravity-theme input[type="number"], .top-landing .gform_wrapper.gravity-theme input[type="email"], .top-landing .gform_wrapper.gravity-theme input[type="text"] {
  background: #f3f8ff;
  border: 1px solid rgba(163, 163, 163, 0.2);
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  height: 50px;
  padding: 0 20px;
}
.top-landing .gform_wrapper.gravity-theme .gform_footer, .top-landing .gform_wrapper.gravity-theme .gform_page_footer {
  text-align: center;
}
.top-landing .gform_page.last-btn p {
  font-size: 18px !important;
}
.top-landing .gform_page.last-btn .gform_previous_button {
  display: none !important;
}
.video-home .video {
  position: relative;
  z-index: 0;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-home .video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .video-home .video svg {
    width: 80px;
    height: 80px;
  }
}
.video-home .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 600px;
}
.video-home .video:hover {
  opacity: 0.7;
}
.top-popup-text {
  text-align: center;
}
.top-popup-text .image {
  display: inline-block;
  margin: 0 auto 20px;
  max-width: 300px;
}
figure {
  margin-bottom: 0;
}
.custom-password-protect {
  padding-bottom: 60px;
  width: 400px;
}
@media (max-width: 768px) {
  .custom-password-protect {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .custom-password-protect {
    padding-bottom: 25px;
  }
}
.custom-password-protect input[type="submit"] {
  width: 100%;
  margin-top: 20px;
}
.custom-password-protect .post-password-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-password-protect .post-password-form p {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.custom-password-protect .post-password-form p:first-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.custom-password-protect .post-password-form p#addField {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.blog .breadcrumb, .archive .breadcrumb {
  padding: 15px 0;
}
.search-block {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .search-block {
    margin-bottom: 20px;
  }
}
.search-block .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 0;
  font-size: 0;
}
@media (max-width: 768px) {
  .search-block .image {
    display: none;
  }
}
.search-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
  display: block;
}
.search-block .image::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #2a83bc;
  font-size: 0;
  display: block;
}
.search-block .image.left-image {
  left: 0;
}
.search-block .image.left-image::before {
  clip-path: polygon(100% 0, 75% 0, 100% 100%);
  right: -1px;
}
.search-block .image.right-image {
  right: 0;
}
.search-block .image.right-image::before {
  clip-path: polygon(25% 100%, 0 0, 0 100%);
  left: -1px;
}
.search-block .search-taber {
  -webkit-flex-basis: 730px;
  -moz-flex-basis: 730px;
  -ms-flex-preferred-size: 730px;
  flex-basis: 730px;
  background: #2a83bc;
  padding: 60px 0 110px;
}
@media (max-width: 1366px) {
  .search-block .search-taber {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .search-block .search-taber {
    padding: 40px 0;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media (max-width: 768px) {
  .search-block .search-taber {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .search-block .search-taber {
    padding: 10px;
  }
}
.search-block .item {
  font-weight: 700;
  color: #000;
  background: #e1eaf5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 6px 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .search-block .item {
    font-size: 12px;
    padding: 5px 8px;
  }
}
@media (max-width: 768px) {
  .search-block .item {
    cursor: none;
  }
}
@media (max-width: 480px) {
  .search-block .item {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.search-block .item:hover, .search-block .item.active {
  background: #094183;
  color: #fff;
}
.search-block .search {
  padding: 25px 35px 35px;
  background: #094183;
  color: #fff;
}
@media (max-width: 480px) {
  .search-block .search {
    padding: 20px;
  }
}
.search-block .title {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .search-block .title {
    font-size: 16px;
  }
}
.search-block form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-block form label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-block form label input[type="text"] {
  border-radius: 0;
}
.search-block form button {
  width: 74px;
  background: #167ec2;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-block form button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
  font-size: 25px;
}
.search-block form button:hover {
  background: #53afeb;
}
.search-results .content > ul {
  margin-bottom: 30px;
  gap: 10px !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-results .content > ul li a {
  padding: 5px 20px;
  background: linear-gradient(8.46deg, #167ec2 -5%, #03cbf7 95.54%);
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  text-align: center;
}
.home-text-image {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home .transpose_procedure__text-cols {
  margin-bottom: 10px;
}
.tpl-cell-therapy .transpose_procedure__section {
  background-color: #fff;
}
.tpl-cell-therapy .video {
  position: relative;
  z-index: 0;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tpl-cell-therapy .video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .tpl-cell-therapy .video svg {
    width: 80px;
    height: 80px;
  }
}
.tpl-cell-therapy .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 600px;
}
.tpl-cell-therapy .video:hover {
  opacity: 0.7;
}
.wpml-ls-legacy-dropdown-click {
  width: 90px;
  margin-left: 20px;
}
@media (max-width: 1366px) {
  .wpml-ls-legacy-dropdown-click {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .wpml-ls-legacy-dropdown-click {
    margin-left: 5px;
  }
}
.wpml-ls-legacy-dropdown-click a {
  padding: 15px 10px;
  border-radius: 10px;
  border-color: transparent;
}
@media (max-width: 768px) {
  .wpml-ls-legacy-dropdown-click a {
    padding: 14px 5px;
  }
}
@media (max-width: 600px) {
  .wpml-ls-legacy-dropdown-click a {
    padding: 7px 5px;
  }
}
.portal-videos {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.portal-videos > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .portal-videos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .portal-videos > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .portal-videos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .portal-videos > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.portal-videos .video {
  position: relative;
  z-index: 0;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1.5;
}
.portal-videos .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portal-videos .video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
}
.portal-videos .video:hover {
  opacity: 0.7;
}
