@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500,700|Roboto+Mono:300,400,500,700|Roboto:300,400,500,900&display=swap");
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
/**{
 transition: all 300ms ease-in-out;
 -webkit-transition: all 300ms ease-out;
 -moz-transition: all 300ms ease-out;
 -o-transition: all 300ms ease-out;
 }*/
/*Custom bootstrap*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
/*@media (min-width: 1440px) {
 .container {
 max-width: 100%
 }
 }*/
/*Fonts*/
/*
 font-family: 'Roboto', sans-serif;
 font-family: 'Roboto Condensed', sans-serif;
 font-family: 'Roboto Mono', monospace;
 */
/*Loader*/
.loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  text-align: center;
}
.loader-active {
  cursor: wait;
  display: block;
}
.lds-facebook {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 30%;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}
/*Loader end*/
/*Loader 2*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 20px;
  margin: 0 auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 35%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/*Loader 2 end*/
.wp-error {
  color: #fff;
  background: #d80000;
  border-radius: 5px;
  padding: 10px;
}
.wp-info {
  color: #fff;
  background: #00bcd4;
  border-radius: 5px;
  padding: 10px;
}
html {
  margin-top: 0 !important;
}
body.logged-in .fixed-top {
  top: 32px !important;
}
body.subscriber .fixed-top {
  top: 0 !important;
}
body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  /*Home page*/
  /*All news*/
  /*Individual team*/
  /*Digest page*/
  /*Partners page*/
  /*Article page*/
  /*About us*/
  /*Jobs page*/
  /*Contact page*/
  /*Simple Page*/
  /*Login page*/
  /*Create1 page*/
  /*My Account page*/
  /*Edit profile page*/
  /*Press page*/
  /*FAQ page*/
  /*Search page*/
  /*Mobile navbar*/
}
body .fa-facebookcss:hover {
  color: #1057e9 !important;
}
body .fa-twittercss:hover {
  color: #019eff !important;
}
body .fa-instagramcss:hover {
  color: #ff01c5 !important;
}
body .fa-pinterest-pcss:hover {
  color: #ff5900 !important;
}
body .fa-youtube-playcss:hover {
  color: #ff0200 !important;
}
body .fa-twitchcss:hover {
  color: #c102ff !important;
}
body .fa-redditcss:hover {
  color: #f30 !important;
}
body .placeholder {
  background-color: #f6f6f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
body .progressive img.preview {
  filter: blur(11px) !important;
}
body .pink-color {
  color: #ff00c7 !important;
}
body .pink-color:hover {
  color: #ff00c7 !important;
  border-bottom: 2px solid #ff00c7 !important;
}
body .placeholder img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s linear;
}
body .placeholder img.loaded {
  opacity: 1;
}
body .img-small {
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}
body #rotate-logo {
  width: 50px;
  position: fixed;
  left: 50px;
  height: 50px;
  bottom: 75px;
  z-index: 99999;
}
body .embed-responsiv, body .wp-block-embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 300px;
}
body .embed-responsiv iframe, body .wp-block-embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  right: 0;
}
body .mc4wp-alert p, body .mc4wp-error p {
  font-size: 10px !important;
}
body a {
  text-decoration: none !important;
}
body main {
  padding-top: 55px;
  min-height: 700px;
  position: relative;
  z-index: 2;
  background: #fff;
}
body .search-not-found {
  padding: 3.125em 0.625em;
}
body .search-not-found h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.9375rem;
  margin-bottom: 0.575em;
  letter-spacing: -0.68px;
}
body .fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
body .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
  background: #000;
  height: 3.6875rem;
  /*line-height: rem(59px);*/
}
body .navbar .row {
  align-items: center;
  justify-content: center;
}
body .navbar .logo-bar {
  /*margin-top: 20px;*/
}
body .navbar .logo-bar .logo {
  display: inline-block;
}
body .navbar .logo-bar .logo img {
  width: 109px;
  height: 18px;
}
body .navbar .profile-bar {
  text-align: right;
}
body .navbar .profile-bar input {
  width: 0;
  height: 35px;
  border: 0;
  transition: all 0.3s;
  visibility: hidden;
}
body .navbar .profile-bar button {
  height: 16px;
  max-width: 16px;
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}
body .navbar .profile-bar .profile-link {
  width: 20px;
  display: inline-block;
}
body .navbar .profile-bar:hover input {
  width: 70%;
  margin-right: 10px;
  padding: 0 36px 0 8px;
  visibility: visible;
}
body .navbar .profile-bar .profileIconbar {
  position: relative;
  display: inline-block;
}
body .navbar .profile-bar .profileIconbar .main-a {
  max-width: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
body .navbar .profile-bar .profileIconbar .main-a:hover {
  opacity: 0.7;
}
body .navbar .profile-bar .profileIconbar .profile-dropdown {
  position: absolute;
  text-align: center;
  padding: 0px 25px;
  left: 0;
  top: 0;
}
body .navbar .profile-bar .profileIconbar .profile-dropdown a {
  display: inline-block;
  width: 20px;
}
body .navbar .profile-bar .profileIconbar .profile-dropdown a:hover {
  opacity: 0.7;
}
body .navbar .profile-bar .profileIconbar .profile-dropdown i {
  color: #d41010;
}
body .navbar .menu-bar {
  text-align: center;
}
body .navbar .menu-bar nav ul {
  list-style: none;
}
body .navbar .menu-bar nav ul li {
  display: inline-block;
  margin: 0 0.9375em;
}
body .navbar .menu-bar nav ul li a {
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.09375em;
  font-weight: bold;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}
body .navbar .menu-bar nav ul li a:hover {
  border-bottom: 2px solid #fff;
}
body .footer-bottom {
  height: 50px;
  background: url("../images/bottom.png") 50% 100% repeat-x;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}
body footer {
  background: #000;
  color: #fff;
  padding: 3.75em 3.4375em 30px 4.8125em;
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
}
body footer .mc4wp-response {
  margin-top: 10px;
}
body footer .mobile-footer {
  display: none;
}
body footer .mobile-footer .socials {
  text-align: right;
}
body footer .mobile-footer .socials a {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  margin: 16px 0;
}
body footer .mobile-footer nav ul {
  list-style: none;
  margin-bottom: 2.1875em;
}
body footer .mobile-footer nav ul li {
  display: block;
  margin: 0.9375rem 0;
}
body footer .mobile-footer nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: -0.02188rem;
  text-align: right;
}
body footer .footer-left h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: -0.02188rem;
  line-height: 3.375rem;
}
body footer .footer-left h3 img {
  margin-left: 0.9375em;
  display: inline-block;
}
body footer .footer-left form {
  max-width: 246px;
  position: relative;
  margin-bottom: 3.125em;
}
body footer .footer-left form button {
  background: url("../images/foo.png") 50% 50% no-repeat;
  width: 9px;
  height: 17px;
  border: none;
  position: absolute;
  top: 16px;
  right: 0;
}
body footer .footer-left form input {
  padding: 0.75em 1.25em 0.75em 0;
  outline: none;
  width: 100%;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #fff;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body footer .footer-left form input::placeholder {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 1.5rem;
}
body footer .footer-left form input:-webkit-autofill, body footer .footer-left form input:-webkit-autofill:hover, body footer .footer-left form input:-webkit-autofill:focus, body footer .footer-left form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px black inset !important;
  box-shadow: 0 0 0 30px black inset !important;
  -webkit-text-fill-color: white !important;
  text-fill-color: white !important;
}
body footer .footer-left .copyrights {
  opacity: 0.65;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  letter-spacing: 0.09375rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
body footer .footer-right {
  text-align: right;
}
body footer .footer-right nav ul {
  list-style: none;
  margin-bottom: 2.1875em;
}
body footer .footer-right nav ul li {
  display: inline-block;
  margin: 0 1.5625em;
}
body footer .footer-right nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: -0.02188rem;
  line-height: 3.375rem;
  text-align: right;
}
body footer .footer-right .socials a {
  color: #fff;
  display: inline-block;
  margin: 0 0.9375em;
  font-size: 1.25rem;
}
body footer .footer-right .socials .fa-facebookcss:hover {
  color: #1057e9;
}
body footer .footer-right .socials .fa-twittercss:hover {
  color: #019eff;
}
body footer .footer-right .socials .fa-instagramcss:hover {
  color: #ff01c5;
}
body footer .footer-right .socials .fa-pinterest-pcss:hover {
  color: #ff5900;
}
body footer .footer-right .socials .fa-youtube-playcss:hover {
  color: #ff0200;
}
body footer .footer-right .socials .fa-twitchcss:hover {
  color: #c102ff;
}
body .form_input_special {
  max-width: 246px;
  position: relative;
  margin-bottom: 3.125em;
}
body .form_input_special input[type="text"] {
  padding: 1.25em 1.25em 1.25em 0;
  outline: none;
  width: 100%;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 14px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
body .form_input_special input[type="text"]::placeholder {
  color: #fff;
}
body .form_input_special button {
  background: url(../images/input_special_arrow.svg) 50% 50% no-repeat;
  width: 9px;
  height: 17px;
  border: none;
  position: absolute;
  bottom: 15px;
  right: 0;
}
body .hero-slider {
  height: 769px;
  overflow: hidden;
}
body .hero-slider .slick-track {
  display: flex !important;
}
body .hero-slider .slider .slick-disabled {
  display: none !important;
}
body .hero-slider .slider .arrows {
  position: absolute;
  top: 50%;
  z-index: 3;
  cursor: pointer;
}
body .hero-slider .slider .arrow-prev {
  background: url("../images/banner-arrow-left.svg") 0 50% no-repeat;
  left: 2rem;
  width: 22px;
  height: 36px;
}
body .hero-slider .slider .arrow-next {
  background: url("../images/banner-arrow-right.svg") 0 50% no-repeat;
  right: 2rem;
  width: 22px;
  height: 36px;
}
body .hero-slider .slider .slick-dots {
  max-width: 1440px;
  margin: -104px auto 0;
  padding-left: 55px;
  padding-bottom: 80px;
}
body .hero-slider .slider .slick-dots li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.625em;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.37256;
  list-style: none;
}
body .hero-slider .slider .slick-dots li.slick-active {
  opacity: 1;
}
body .hero-slider .slider .slick-dots button {
  display: none;
}
body .hero-slider .slider .slide {
  height: 769px;
  background-size: cover;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
body .hero-slider .slider .slide .container {
  padding-left: 50px;
  padding-right: 50px;
}
body .hero-slider .slider .slide .slide-content {
  color: #fff;
  margin-top: 21.875em;
  margin-bottom: 9.375em;
  max-width: 34.375em;
}
body .hero-slider .slider .slide .slide-content small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  margin-bottom: 0.625em;
  display: block;
}
body .hero-slider .slider .slide .slide-content h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 5.125rem;
  margin-bottom: 0.575em;
}
body .blue-input {
  background: url("../images/submitbg.png") 0 0 no-repeat;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 3.0625rem;
  border: none;
  width: 241px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1548rem;
}
body .blue-input:hover {
  opacity: 0.8;
}
body .blue-button {
  background: #1057e9;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.47678px;
  display: inline-block;
  transition: border 500ms ease-out;
  -webkit-transition: border 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  text-align: center;
}
body .blue-button .double-arrow-icon {
  background: url("../images/double-arrow-small.svg") 0 0 no-repeat;
  width: 19px;
  height: 10px;
  display: inline-block;
  margin-left: 0.625em;
}
body .blue-button:after, body .blue-button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  border-bottom: 0 solid #1057e9;
  border-left: 15px solid #1057e9;
  border-right: 13px solid transparent;
}
body .blue-button:after {
  bottom: auto;
  top: 99%;
  border-bottom: none;
  border-top: 13px solid #1057e9;
}
body .blue-button:hover {
  text-decoration: none;
  background: #0d3b9a;
}
body .blue-button:hover:after, body .blue-button:hover:before {
  border-bottom: 0 solid #0d3b9a;
  border-left: 15px solid #0d3b9a;
  border-right: 13px solid transparent;
}
body .blue-button:hover:after {
  border-bottom: none;
  border-top: 13px solid #0d3b9a;
}
body .black-button {
  background: #000;
}
body .black-button:after, body .black-button:before {
  border-bottom: 0 solid #000;
  border-left: 0.9375em solid #000;
}
body .black-button:after {
  border-top: 0.9375em solid #000;
}
body .black-button:hover {
  opacity: 0.75;
  text-decoration: none;
  background: #000;
}
body .black-button:hover:after, body .black-button:hover:before {
  border-bottom: 0 solid #000;
  border-left: 0.9375em solid #000;
  border-right: 0.9375em solid transparent;
}
body .black-button:hover:after {
  border-bottom: none;
  border-top: 0.9375em solid #000;
}
body .white-button {
  background: #fff;
  position: relative;
  color: #1057e9;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1548rem;
  display: inline-block;
  transition: border 500ms ease-out;
  -webkit-transition: border 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out;
  margin-top: 1.25em;
  padding-top: 0.9375em;
  /*padding-left: em(80px);
   padding-right: em(60px);*/
  width: 100%;
  text-align: center;
  padding-bottom: 0em;
}
body .white-button .double-arrow-icon {
  background: url("../images/double-arrow-small-blue.svg") 0 0 no-repeat;
  width: 19px;
  height: 10px;
  display: inline-block;
  margin-left: 0.625em;
}
body .white-button:after, body .white-button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  border-bottom: 0em solid #fff;
  border-left: 0.9375em solid #fff;
  border-right: 0.9375em solid transparent;
}
body .white-button:after {
  bottom: auto;
  top: 99%;
  border-bottom: none;
  border-top: 0.9375em solid #fff;
}
body .white-button:hover {
  text-decoration: none;
  background: #ff5a00;
  color: #fff;
}
body .white-button:hover .double-arrow-icon {
  background: url("../images/double-arrow-small.svg") 0 0 no-repeat;
}
body .white-button:hover:after, body .white-button:hover:before {
  border-bottom: 0em solid #ff5a00;
  border-left: 0.9375em solid #ff5a00;
  border-right: 0.9375em solid transparent;
}
body .white-button:hover:after {
  border-bottom: none;
  border-top: 0.9375em solid #ff5a00;
}
body .digest-block {
  background: #1057e9;
  padding: 0;
}
body .digest-block .latest-header {
  cursor: pointer;
}
body .digest-block .latest-header a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}
body .digest-block .latest-header:hover a {
  opacity: 0.5;
}
body .digest-block .latest-header:hover:after {
  opacity: 0.5;
}
body .digest-block .digest-body {
  padding: 2.1875em 0;
  color: #fff;
}
body .digest-block .digest-body .digest-inner-block {
  position: relative;
  display: block;
  color: #fff;
  padding: 2.1875em 2.9375em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
body .digest-block .digest-body .digest-inner-block .dig-img img, body .digest-block .digest-body .digest-inner-block .dig-img .progressive {
  height: 100%;
  object-fit: cover;
  height: 150px;
}
body .digest-block .digest-body .digest-inner-block .dig-text {
  padding-bottom: 25px;
  padding-left: 0;
}
body .digest-block .digest-body .digest-inner-block h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 30px;
}
body .digest-block .digest-body .digest-inner-block p {
  font-size: 16px;
  line-height: 26px;
}
body .digest-block .digest-body .digest-inner-block small {
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 14px;
  position: absolute;
  bottom: 5px;
}
body .digest-block .digest-body .digest-inner-block small img {
  width: 16px;
}
body .digest-block .digest-body .digest-inner-block:first-child {
  padding-top: 0;
}
body .digest-block .digest-body .digest-inner-block:hover {
  text-decoration: none;
}
body .latest-block {
  background: #fff;
  padding: 0;
}
body .latest-block .latest-header {
  color: #000;
  cursor: pointer;
}
body .latest-block .latest-header a {
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
}
body .latest-block .latest-header:hover a {
  opacity: 0.5;
}
body .latest-block .latest-header:hover:after {
  opacity: 0.5;
}
body .latest-block .small-news .col-4 {
  max-width: 286px;
}
body .latest-block .latest-body {
  padding: 0rem 3rem 2.8125rem;
}
body .latest-block .latest-body .hor-block {
  position: relative;
  display: block;
  color: #fff;
  margin-top: 3em;
  margin-bottom: 3em;
  max-height: 357px;
}
body .latest-block .latest-body .hor-block .hr-text {
  position: inherit;
  padding-left: 1.25em;
  padding-bottom: 2.5em;
}
body .latest-block .latest-body .hor-block .hr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 357px;
}
body .latest-block .latest-body .hor-block .hr-image .progressive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 357px;
}
body .latest-block .latest-body .hor-block:hover {
  text-decoration: none;
}
body .latest-block .latest-body .hor-block .hor-block-content {
  padding-top: 1.875em;
  padding-right: 6.375em;
  color: #fff;
}
body .latest-block .latest-body .hor-block .hor-block-content small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  margin-bottom: 0.875em;
  display: block;
}
body .latest-block .latest-body .hor-block .hor-block-content h2 {
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
}
body .latest-block .latest-body .hor-block .hor-block-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 5.3125em;
}
body .latest-block .latest-body .hor-block .hor-block-content .hor-block-date {
  position: absolute;
  bottom: 20px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  letter-spacing: 0.5px;
}
body .latest-block .latest-body .hor-block .hor-block-content .hor-block-date img {
  width: 24px;
  display: inline-block;
  margin-right: 0.625em;
}
body .latest-block .latest-body .ver-block {
  display: inline-block;
  height: 350px;
  cursor: pointer;
  overflow: hidden;
}
body .latest-block .latest-body .ver-block .ver-block-img {
  transition: all 0.3s ease-out;
  height: 194px;
  overflow: hidden;
}
body .latest-block .latest-body .ver-block .ver-block-img .progressive {
  height: 100%;
}
body .latest-block .latest-body .ver-block .ver-block-img img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
body .latest-block .latest-body .ver-block .ver-block-content {
  padding: 1em 1.0625em;
  color: #fff;
}
body .latest-block .latest-body .ver-block .ver-block-content small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
}
body .latest-block .latest-body .ver-block .ver-block-content h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-bottom: 1.25em;
}
body .latest-block .latest-body .ver-block .ver-block-content .ver-block-date {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  position: absolute;
  bottom: 18px;
}
body .latest-block .latest-body .ver-block .ver-block-content .ver-block-date img {
  width: 13px;
  margin-right: 0.625em;
  display: inline-block;
}
body .latest-block .latest-body .ver-block .ver-block-content p {
  visibility: hidden;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  margin-top: 1.25em;
}
body .latest-block .latest-body .ver-block:hover {
  text-decoration: none;
}
body .latest-block .latest-body .ver-block:hover .ver-block-img {
  height: 0;
}
body .latest-block .latest-body .ver-block:hover .ver-block-date {
  position: static;
}
body .latest-block .latest-body .ver-block:hover .ver-block-content {
  transition: all 0.3s ease-out;
  padding: 4.375em 1.0625em 1em;
}
body .latest-block .latest-body .ver-block:hover .ver-block-content p {
  visibility: visible;
}
body .latest-header {
  position: relative;
  padding: 2.1875rem 3rem 0.9375rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 2.8125rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
body .latest-header:after {
  content: "";
  background: url("../images/latest-header-arrow.svg") 0 50% no-repeat;
  position: absolute;
  width: 14px;
  right: 3.125rem;
  top: 12px;
  bottom: 0;
}
body .latest-header h2 img {
  display: inline-block;
  margin-top: -8px;
}
body .latest-header h2 span {
  margin-left: 0.625em;
}
body .latest-news {
  position: relative;
}
body .latest-news .rep-bg {
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../images/subscribe-bg1.png) 0 0 repeat-x;
  right: 50%;
  position: absolute;
  background-size: cover;
}
body .latest-news .digest-block {
  justify-content: center;
  background: transparent;
  display: flex;
}
body .latest-news .digest-block .digest-body h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.03438rem;
  line-height: 3rem;
  margin-bottom: 0.625em;
}
body .latest-news .digest-block .digest-body form {
  max-width: 270px;
}
body .latest-news .digest-block .digest-body form input {
  padding: 0.75em 0;
  outline: none;
  width: 100%;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
body .latest-news .digest-block .digest-body form input::placeholder {
  color: #fff;
}
body .latest-news .digest-block .digest-body form .white-button {
  margin-top: 1.875em;
  border: none;
  width: 100%;
}
body .latest-news .repeat-bg {
  position: relative;
}
body .latest-news .repeat-bg:before {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #1057e9;
  content: "";
  width: 9999px;
  margin-left: -9999px;
}
body .middle-slider {
  height: 726px;
}
body .middle-slider .slider .slick-disabled {
  display: none !important;
}
body .middle-slider .slider .arrows {
  position: absolute;
  top: 50%;
  z-index: 3;
  cursor: pointer;
}
body .middle-slider .slider .arrow-prev {
  background: url("../images/middle-banner-arrow-left.svg") 0 50% no-repeat;
  left: 2rem;
  width: 22px;
  height: 36px;
}
body .middle-slider .slider .arrow-next {
  background: url("../images/middle-banner-arrow-right.svg") 0 50% no-repeat;
  right: 2rem;
  width: 22px;
  height: 36px;
}
body .middle-slider .slider .slick-dots {
  max-width: 1440px;
  margin: -120px auto 0;
  padding-left: 50px;
  padding-bottom: 80px;
}
body .middle-slider .slider .slick-dots li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.625em;
  width: 10px;
  height: 10px;
  background-color: #fff000;
  opacity: 0.33;
  list-style: none;
}
body .middle-slider .slider .slick-dots li.slick-active {
  opacity: 1;
}
body .middle-slider .slider .slick-dots button {
  display: none;
}
body .middle-slider .slider .slide {
  background-size: cover;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
body .middle-slider .slider .slide .container {
  padding-left: 50px;
  padding-right: 50px;
}
body .middle-slider .slider .slide .slide-content {
  color: #fff000;
  margin-top: 7.1875em;
  margin-bottom: 9.375em;
  max-width: 38.75em;
}
body .middle-slider .slider .slide .slide-content img {
  display: inline-block;
}
body .middle-slider .slider .slide .slide-content .logo-title {
  margin-bottom: 7.5em;
}
body .middle-slider .slider .slide .slide-content small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  margin-bottom: 0.625em;
  display: block;
}
body .middle-slider .slider .slide .slide-content h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.9375rem;
  margin-bottom: 0.575em;
  letter-spacing: -0.68px;
}
body .middle-slider .slider .slide .slide-content .yellow-arrow-button {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  line-height: 2.75rem;
  color: #fff000;
  display: inline-block;
  padding-right: 3.75em;
}
body .middle-slider .slider .slide .slide-content .yellow-arrow-button span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -0.01875em;
  line-height: 1.875rem;
  text-transform: uppercase;
}
body .middle-slider .slider .slide .slide-content .yellow-arrow-button:after {
  content: "";
  background: url("../images/middle-banner-arrow-content.png") 100% 50% no-repeat;
  height: 43px;
  width: 44px;
  position: absolute;
  top: 0;
  right: 0;
}
body .middle-slider .slider .slide .slide-content .yellow-arrow-button:hover {
  text-decoration: none;
}
body .plays-block {
  position: relative;
}
body .plays-block:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff000;
  left: 50%;
  position: absolute;
}
body .plays-block .digest-block {
  background: #fff000;
  padding: 7.5em 0 4.75em 4.875em;
}
body .plays-block .digest-block .plays-main-img img {
  width: 400px;
  height: 333px;
  object-fit: cover;
}
body .plays-block .digest-block .digest-body {
  padding: 3.75em 3.75em 1.875em 0;
  color: #1057e9;
}
body .plays-block .digest-block .digest-body h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.03438rem;
  line-height: 3rem;
  margin-bottom: 1.875em;
}
body .plays-block .digest-block .digest-body .blue-button {
  width: 100%;
  text-align: center;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
body .plays-block .latest-header h2 span {
  margin-left: 0;
}
body .orange-block {
  background: #ff5a00;
  /*overflow: hidden;
   scroll-behavior: smooth;*/
  position: relative;
}
body .orange-block .container-fluid {
  padding: 0;
}
body .orange-block h2 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 7.08188rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 17.1875rem;
  padding-right: 0;
  white-space: nowrap;
  display: block;
  margin-bottom: 0;
}
body .orange-block h2 span {
  padding-left: 100px;
}
body .orange-block h2 p {
  display: inline-block;
  padding-left: 100px;
}
body .events-block {
  position: relative;
}
body .events-block .rep-bg {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../images/subscribe-bg1.png") 0 0 repeat-x;
  right: 50%;
  position: absolute;
  background-size: cover;
}
body .events-block .mc4wp-response {
  margin-top: 15px;
}
body .events-block .digest-block {
  background: none;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 7.5em 0 4.75em 4.875em;
  position: relative;
  /*&:before{
   content: '';
   background: #1057E9 url("../images/subscribe-bg1.png") 0 0 no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 50%;
   width: 9999px;
   margin-left: -9999px;
   }*/
}
body .events-block .digest-block .digest-body {
  padding: 3.75em 3.75em 1.875em 0;
  color: #fff;
}
body .events-block .digest-block .digest-body h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.03438rem;
  line-height: 3rem;
  margin-bottom: 0.625em;
}
body .events-block .digest-block .digest-body .white-button {
  margin-top: 1.875em;
  border: none;
  width: 100%;
}
body .events-block .digest-block .digest-body form {
  max-width: 270px;
}
body .events-block .digest-block .digest-body form input {
  padding: 0.75em 0;
  outline: none;
  width: 100%;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
body .events-block .digest-block .digest-body form input::placeholder {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 1.5rem;
}
body .events-block .latest-header h2 span {
  margin-left: 0.3125em;
}
body .featured-block {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11.5625em 9.5625em;
  height: 646px;
}
body .featured-block .featured {
  color: #fff;
}
body .featured-block .featured .container {
  max-width: 1105px;
}
body .featured-block .featured small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.09375rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
body .featured-block .featured h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.375rem;
  font-weight: bold;
  letter-spacing: -0.07438rem;
  line-height: 5.25rem;
  max-width: 900px;
  margin-bottom: 0.625em;
}
body .four-block .four {
  /*.four-img-text{
   background-image: url('../images/watermark_andbox1.png');
   }*/
}
body .four-block .four .white-button {
  max-width: 191px;
}
body .four-block .four .col-6 {
  padding: 0;
}
body .four-block .four .four-img {
  padding: 0;
}
body .four-block .four .four-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: left;
}
body .four-block .four .four-img-mobile {
  display: none;
}
body .four-block .four .featured-content {
  color: #fff;
  padding: 1.875em 4.8125em;
}
body .four-block .four .featured-content small {
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.09375rem;
  line-height: 1.25rem;
}
body .four-block .four .featured-content h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  line-height: 3.625rem;
}
body .head-news {
  color: #fff;
  margin-bottom: 20px;
}
body .head-news .container {
  background-color: #ff5a00;
}
body .head-news .head-news-img-block {
  padding-left: 0;
}
body .head-news .head-news-img-block .head-news-img {
  height: 100%;
}
body .head-news .head-news-img-block .head-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .head-news .head-news-body {
  color: #fff;
  padding: 5.9375em 3.125em;
}
body .head-news .head-news-body small {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.10438rem;
  line-height: 1.5rem;
}
body .head-news .head-news-body h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  line-height: 3.625rem;
  margin-bottom: 0.3125em;
}
body .head-news .head-news-body p {
  font-size: 14px;
  line-height: 21px;
}
body .head-news .head-news-body .white-button {
  max-width: 190px;
}
body .head-news .head-news-body .white-button:hover {
  background: #1057e9;
}
body .head-news .head-news-body .white-button:hover:after, body .head-news .head-news-body .white-button:hover:before {
  border-bottom: 0 solid #1057e9;
  border-left: 0.9375em solid #1057e9;
}
body .head-news .head-news-body .white-button:hover:after {
  border-top: 0.9375em solid #1057e9;
}
body .all-news {
  position: relative;
  /*&:before{
   content: '';
   top: 0;
   bottom: 0;
   right: 0;
   background: #1057e9;
   left: 50%;
   position: absolute;
   }*/
}
body .all-news .categories-list {
  text-align: center;
}
body .all-news .categories-list ul {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 2.5em 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
body .all-news .categories-list ul li {
  display: inline-block;
  margin: 0 2em;
}
body .all-news .categories-list ul li a {
  text-transform: uppercase;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 30px;
}
body .all-news .categories-list ul li a:hover {
  text-decoration: none;
}
body .all-news .digest-body .subsc {
  max-width: 330px;
  display: block;
  margin: 4.375em 2.8125em;
}
body .all-news .digest-body .subsc .form_input_special {
  max-width: 265px;
}
body .all-news .digest-body .subsc h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
body .all-news .digest-body .subsc h3 svg {
  margin-right: 5px;
  height: 29px;
  vertical-align: top;
  margin-top: 3px;
}
body .watch-block {
  background-color: #f6f6f6;
  padding-top: 1.5625em;
}
body .watch-block .container {
  padding: 0 3rem;
}
body .watch-block .watch-title {
  text-align: center;
  margin-bottom: 1.5625em;
}
body .watch-block .watch-title h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 3rem;
}
body .watch-block .watch-title h2 svg {
  margin-top: -8px;
}
body .watch-block .watch-full-video {
  margin-bottom: 48px;
}
body .watch-block .watch-full-video .watch-full-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 13.125em 1.875em 18.75em;
  text-align: center;
  max-height: 613px;
  color: #fff;
  display: block;
  height: 613px;
}
body .watch-block .watch-full-video .watch-full-item small {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  line-height: 3.125rem;
  text-transform: uppercase;
}
body .watch-block .watch-full-video .watch-full-item h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.375rem;
  font-weight: bold;
  letter-spacing: -0.07438rem;
  line-height: 3.125rem;
  margin-bottom: 0.375em;
  display: block;
}
body .watch-block .watch-full-video .watch-full-item a {
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.17188rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
}
body .watch-block .watch-full-video .watch-full-item a svg {
  margin-top: -5px;
}
body .watch-block .watch-full-video .watch-full-item a:hover {
  text-decoration: none;
}
body .watch-block .watch-video-list {
  margin-bottom: 48px;
}
body .watch-block .watch-video-list .watch-col {
  padding-right: 24px;
  padding-left: 24px;
}
body .watch-block .watch-video-list .watch-col:first-child {
  padding-left: 15px;
}
body .watch-block .watch-video-list .watch-col:last-child {
  padding-right: 15px;
}
body .watch-block .watch-video-list .watch-list-item {
  width: 100%;
  display: inline-block;
  height: 315px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-img {
  transition: all 0.3s ease-out;
  height: 194px;
  overflow: hidden;
  position: relative;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-img span {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.75px;
  line-height: 24px;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-img span svg {
  display: block;
  margin: 0 auto 5px auto;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-content {
  padding: 1em 1.0625em;
  color: #fff;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-content small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-content h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-bottom: 0.9375em;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-content .ver-block-date {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  position: absolute;
  bottom: 10px;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-content .ver-block-date img {
  margin-right: 6px;
  width: 13px;
}
body .watch-block .watch-video-list .watch-list-item .ver-block-content p {
  display: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  margin-top: 10px;
}
body .watch-block .watch-video-list .watch-list-item:hover {
  text-decoration: none;
}
body .watch-block .watch-video-list .watch-list-item:hover .ver-block-img {
  height: 45%;
}
body .watch-block .watch-video-list .watch-list-item:hover .ver-block-content {
  transition: all 0.3s ease-out;
  padding: 0.625em 2.5em 1em 1.0625em;
}
body .watch-block .watch-video-list .watch-list-item:hover .ver-block-content p {
  display: block;
}
body .watch-block .watch-video-list .watch-list-item:hover .ver-block-date {
  position: relative;
  bottom: auto;
}
body .watch-block .watch-button {
  padding-bottom: 3.75em;
}
body .watch-block .watch-button .white-button {
  max-width: 204px;
  margin: 0 auto;
  display: block;
  background: #ff0200;
  color: #fff;
}
body .watch-block .watch-button .white-button .double-arrow-icon {
  background: url(../images/double-arrow-small-white.svg) 0 0 no-repeat;
}
body .watch-block .watch-button .white-button:before, body .watch-block .watch-button .white-button:after {
  border-bottom: 0 solid #ff0200;
  border-left: 0.9375em solid #ff0200;
}
body .watch-block .watch-button .white-button:after {
  border-top: 0.9375em solid #ff0200;
}
body .posts-list {
  margin-bottom: 1.25em;
  padding: 0 15px;
}
body .posts-list .posts-col {
  padding: 20px 20px;
}
body .posts-list .posts-list-item {
  width: 100%;
  display: inline-block;
  height: 380px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #0d3b9a;
}
body .posts-list .posts-list-item .ver-block-img {
  transition: all 0.3s ease-out;
  height: 250px;
  overflow: hidden;
  position: relative;
}
body .posts-list .posts-list-item .ver-block-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
body .posts-list .posts-list-item .ver-block-content {
  padding: 1em 1.0625em;
  color: #fff;
}
body .posts-list .posts-list-item .ver-block-content small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
}
body .posts-list .posts-list-item .ver-block-content h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5625rem;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-bottom: 0.9375em;
}
body .posts-list .posts-list-item .ver-block-content .ver-block-date {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  position: absolute;
  bottom: 18px;
}
body .posts-list .posts-list-item .ver-block-content .ver-block-date img {
  margin-right: 6px;
  width: 13px;
}
body .posts-list .posts-list-item .ver-block-content p {
  display: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  margin-top: 10px;
}
body .posts-list .posts-list-item:hover {
  text-decoration: none;
}
body .posts-list .posts-list-item:hover .ver-block-img {
  height: 40%;
  transition: all 0.3s ease-out;
}
body .posts-list .posts-list-item:hover .ver-block-content {
  padding: 0.625em 2.5em 1em 1.0625em;
}
body .posts-list .posts-list-item:hover .ver-block-content p {
  display: block;
}
body .posts-list .posts-list-item:hover .ver-block-date {
  position: relative;
  bottom: auto;
}
body .pagination {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: -0.02188rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 0 1.5625em;
  margin-bottom: 1.875em;
}
body .pagination .current {
  color: #fff;
  display: inline-block;
  background: #1057e9;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
body .pagination .pag-left {
  line-height: 30px;
}
body .pagination .pag-left svg {
  margin-right: 10px;
}
body .pagination .pag-left a {
  color: #000;
}
body .pagination .pag-left a:hover {
  color: #1057e9;
  text-decoration: none;
}
body .pagination .pag-right {
  text-align: right;
  line-height: 30px;
}
body .pagination .pag-right svg {
  margin-left: 10px;
}
body .pagination .pag-right a {
  color: #000;
}
body .pagination .pag-right a:hover {
  color: #1057e9;
  text-decoration: none;
}
body .pagination .pag-numbers {
  text-align: center;
}
body .pagination .pag-numbers ul {
  padding: 0;
  list-style: none;
}
body .pagination .pag-numbers ul li {
  display: inline-block;
  margin: 0px;
}
body .pagination .pag-numbers ul li a {
  text-align: center;
  display: inline-block;
  color: #000;
  width: 30px;
  line-height: 30px;
}
body .pagination .pag-numbers ul li a:hover {
  color: #fff;
  background: #1057e9;
  text-decoration: none;
}
body .team-hero {
  color: #fff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .team-hero .team-hero-body {
  padding: 25em 0 7.5em;
}
body .team-hero .team-hero-body h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.79313rem;
  font-weight: bold;
  letter-spacing: -0.08188rem;
  line-height: 5.25rem;
  margin: 0.625em 0 0.625em;
}
body .team-hero .team-hero-body small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.625em;
  display: block;
}
body .team-hero .team-hero-body .socials a {
  color: #fff;
  margin: 0 0.75em;
}
body .theme-text-block {
  max-width: 75%;
}
body .theme-text-block h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05125rem;
  line-height: 4.75rem;
}
body .theme-text-block p {
  color: #353535;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-bottom: 1.25em;
}
body .theme-text-block ul {
  list-style: none;
  padding: 0;
  columns: 2;
}
body .theme-text-block ul li {
  margin-bottom: 1.25em;
  margin-right: 1.25em;
}
body .theme-text-block ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -0.01875rem;
  line-height: 1.875rem;
  color: #000;
  display: inline-block;
  position: relative;
  padding-right: 1.375em;
}
body .theme-text-block ul li a span {
  content: "";
  width: 13px;
  height: 13px;
  object-fit: cover;
  position: absolute;
  top: 9px;
  right: 0;
}
body .theme-text-block ul li a span img {
  width: 13px;
  height: 13px;
  object-fit: cover;
}
body .theme-text-block ul li a span .p-normal {
  display: block;
}
body .theme-text-block ul li a span .p-hover {
  display: none;
}
body .theme-text-block ul li a:hover {
  color: #1057e9;
  text-decoration: none;
  /* &:after {
   background: url("../images/team-plus-hover.png") 0 0 no-repeat;
   }*/
}
body .theme-text-block ul li a:hover .p-normal {
  display: none;
}
body .theme-text-block ul li a:hover .p-hover {
  display: block;
}
body .theme-text-block2 {
  max-width: 80%;
}
body .theme-text-block2 h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.06rem;
  line-height: 2.375rem;
  text-transform: uppercase;
}
body .theme-text-block2 h2 span {
  font-size: 2.9375rem;
}
body .theme-text-block2 small {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5625em;
  display: block;
}
body .theme-text-block2 p {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  margin-bottom: 2.5em;
}
body .theme-text-block2 .socials a {
  color: #fff;
  display: inline-block;
  margin: 0.3125em 0.9375em;
}
body .theme-text-block2 .socials a:first-child {
  margin-left: 0;
}
body .styled-bg {
  background-color: #019eff;
}
body .theme1 {
  position: relative;
  margin-bottom: 3.125em;
}
body .theme1 .theme-text-col {
  background: #fff;
}
body .theme1 .rep-bg {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background: #019eff;
  left: 50%;
  position: absolute;
}
body .theme1 .theme-text-block2 a {
  color: #000;
}
body .theme1 .theme-text-block {
  margin-top: 5em;
}
body .theme1 .fake-height {
  min-height: 790px;
}
body .theme1 .theme1-img {
  position: absolute;
  top: 395px;
  left: -200px;
}
body .theme1 .theme1-img img {
  width: 277px;
  height: 299px;
  object-fit: cover;
}
body .theme1 .theme1-img2 {
  position: absolute;
  top: 140px;
  left: -80px;
}
body .theme1 .theme1-img2 img {
  width: 518px;
  height: 397px;
  object-fit: cover;
}
body .theme1 .theme1-img-text {
  position: absolute;
  bottom: 64px;
  left: 122px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.82px;
  line-height: 76px;
  color: #fff;
  text-transform: uppercase;
}
body .theme2 {
  position: relative;
  color: #fff;
  padding-top: 15.625em;
  margin-bottom: 100px;
}
body .theme2 .rep-bg {
  content: "";
  top: 15.625em;
  bottom: 0;
  left: 0;
  background-color: #019eff;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url("../images/theme-orange-patter.png");
  right: 50%;
  position: absolute;
}
body .theme2 .styled-bg {
  background-position: top;
  background-repeat: repeat-x;
  background-image: url("../images/theme-orange-patter.png");
}
body .theme2 .theme-text-col {
  background-color: #fff;
  color: #d100ff;
  text-transform: uppercase;
}
body .theme2 .theme-text-col .theme2-slogan {
  max-width: 378px;
  margin-top: 9.375em;
  margin-left: 4.375em;
}
body .theme2 .theme-text-col .theme2-slogan h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: -0.0375rem;
  line-height: 2.625rem;
}
body .theme2 .theme-text-col .theme2-slogan span {
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 1.5rem;
}
body .theme2 .theme-text-block2 {
  padding-top: 21.875em;
  padding-bottom: 3.125em;
}
body .theme2 .theme2-img {
  position: absolute;
  top: -178px;
}
body .theme2 .theme2-img img {
  width: 640px;
  height: 491px;
  object-fit: cover;
}
body .theme3 {
  position: relative;
  margin-top: 18.75em;
  margin-bottom: 6.25em;
}
body .theme3 .theme3-img-block-mobile {
  display: none;
}
body .theme3 .rep-bg {
  content: "";
  top: 1.25em;
  bottom: 0;
  left: 50%;
  background-color: #ff0200;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url("../images/theme-red-pattern.png");
  right: 0;
  position: absolute;
}
body .theme3 .styled-bg {
  margin-top: 1.25em;
  position: relative;
  height: 457px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url("../images/theme-red-pattern.png");
}
body .theme3 .styled-bg .theme3-img {
  position: absolute;
  top: -130px;
  left: -100px;
}
body .theme3 .styled-bg .theme3-img img {
  width: 495px;
  height: 496px;
  object-fit: cover;
}
body .theme3 .theme-text-col {
  background-color: #fff;
}
body .theme3 .theme-text-col .theme-text-block2 {
  color: #000;
}
body .theme3 .theme-text-col .theme-text-block2 a {
  color: #000;
}
body .theme4 {
  position: relative;
  margin-bottom: 8em;
}
body .theme4 .rep-bg {
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #ff0200;
  right: 0;
  position: absolute;
}
body .theme4 .styled-bg {
  position: relative;
  text-align: right;
  background-position: left;
  background-repeat: repeat-y;
  background-image: url("../images/theme-purple-patter.png");
}
body .theme4 .styled-bg .theme4-img {
  position: absolute;
  top: 100px;
  left: -150px;
}
body .theme4 .styled-bg .theme4-img img {
  width: 706px;
  height: 541px;
  object-fit: cover;
}
body .theme4 .styled-bg .theme-text-block2 {
  padding: 13.75em 4.375em 13.75em 380px;
  display: inline-block;
  text-align: left;
  color: #fff;
}
body .theme4 .styled-bg .theme-text-block2 a {
  color: #fff;
}
body .theme5 {
  position: relative;
  margin-bottom: 50px;
}
body .theme5 .rep-bg {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background: #019eff;
  left: 50%;
  position: absolute;
}
body .theme5 .styled-bg {
  position: relative;
}
body .theme5 .styled-bg .theme5-img {
  position: absolute;
  top: 90px;
  left: -100px;
}
body .theme5 .styled-bg .theme5-img img {
  height: 502px;
  width: 465px;
  object-fit: cover;
}
body .theme5 .theme-text-col {
  background-color: #fff;
  padding-top: 12.125em;
  padding-bottom: 12.125em;
}
body .theme5 .theme-text-col .theme-text-block2 .socials a {
  color: #000;
}
body .individual-team p {
  font-size: 0.9375rem !important;
  line-height: 1.625rem !important;
}
body .individual-team section:last-child {
  margin-bottom: 0 !important;
}
body .theme1 .theme-text-block, body .theme2 .styled-bg, body .theme3 .theme-text-col, body .theme5 .theme-text-col {
  padding-left: 3.75em;
}
body .digest-page-block .categories-list {
  text-align: center;
}
body .digest-page-block .categories-list ul {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 3.4375em 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
body .digest-page-block .categories-list ul li {
  display: inline-block;
  margin: 0 2em;
}
body .digest-page-block .categories-list ul li a {
  text-transform: uppercase;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 30px;
}
body .digest-page-block .categories-list ul li a:hover {
  text-decoration: none;
  color: #1057e9;
}
body .digest-page-block .categories-list ul li .active {
  color: #1057e9;
}
body .digest-page-block .subs-col-mobile {
  display: none;
}
body .digest-page-block .digest-subsc {
  margin-top: 90px;
  height: 359px;
  text-align: left;
  display: block;
  color: #fff;
  padding: 110px 40px 110px 72px;
}
body .digest-page-block .digest-subsc .form_input_special {
  max-width: 310px;
}
body .digest-page-block .digest-subsc h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
body .digest-page-block .digest-subsc h3 svg {
  margin-right: 5px;
  height: 29px;
  vertical-align: top;
  margin-top: 3px;
}
body .digest-page-block .digest-inner h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  line-height: 3.625rem;
  margin-bottom: 0.625em;
  margin-top: 1.5625em;
}
body .digest-page-block .digest-inner:first-child h2 {
  margin-top: 0;
}
body .digest-page-block .digest-inner .hor-block {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 3em;
  max-height: 359px;
}
body .digest-page-block .digest-inner .hor-block .hr-text {
  position: inherit;
  padding-left: 1.25em;
  padding-bottom: 2.5em;
}
body .digest-page-block .digest-inner .hor-block .hr-image img {
  width: 100%;
  height: 359px;
  object-fit: cover;
}
body .digest-page-block .digest-inner .hor-block:hover {
  text-decoration: none;
}
body .digest-page-block .digest-inner .hor-block .hor-block-content {
  padding-top: 2.1875em;
  padding-right: 3.125em;
  color: #fff;
}
body .digest-page-block .digest-inner .hor-block .hor-block-content small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  margin-bottom: 1.25em;
  display: block;
}
body .digest-page-block .digest-inner .hor-block .hor-block-content h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
}
body .digest-page-block .digest-inner .hor-block .hor-block-content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 2.8125em;
}
body .digest-page-block .digest-inner .hor-block .hor-block-content .hor-block-date {
  position: absolute;
  bottom: 20px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  letter-spacing: 0.5px;
}
body .digest-page-block .digest-inner .hor-block .hor-block-content .hor-block-date img {
  width: 24px;
  display: inline-block;
  margin-right: 0.625em;
}
body .digest-page-block .pagination .pag-numbers {
  text-align: left;
}
body .partners-head {
  margin-bottom: 4.375em;
  position: relative;
}
body .partners-head .rep-bg {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background: #0054f2;
  left: 50%;
  position: absolute;
}
body .partners-head .partners-head-text-col {
  background-color: #fff;
}
body .partners-head .partners-head-text-block {
  padding: 8.125em 0 11.25em 3.125em;
  max-width: 66%;
}
body .partners-head .partners-head-text-block h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.25rem;
  font-weight: bold;
  letter-spacing: -0.0875rem;
  line-height: 4.75rem;
}
body .partners-head .partners-head-text-block h2 svg {
  height: 51px;
  width: 51px;
  margin-top: -10px;
}
body .partners-head .partners-head-text-block p {
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.75rem !important;
}
body .partners-head .partners-head-img {
  position: absolute;
  top: 90px;
  left: -150px;
}
body .partners-head .partners-head-img img {
  height: 438px;
  width: 572px;
  object-fit: cover;
}
body .our-partners {
  margin-bottom: 3.75em;
}
body .our-partners .our-partners-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25em;
}
body .our-partners .o-partner-block {
  padding: 0 24px;
}
body .our-partners .our-p-img img {
  height: 318px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
body .our-partners a.our-p-img:hover img {
  opacity: 0.7;
}
body .our-partners .our-content h3 {
  margin: 0.9375em 0;
  color: #212529;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
body .our-partners .our-content h3 img {
  max-width: 247.25px;
}
body .our-partners .our-content h3 a {
  color: #212529;
}
body .our-partners .our-content h3 a:hover {
  opacity: 0.6;
}
body .our-partners .our-content p {
  font-size: 0.875rem !important;
  line-height: 1.75rem !important;
}
body .case-study {
  margin-bottom: 3.75em;
}
body .case-study h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 1.25em;
}
body .case-study .case-block {
  display: block;
  margin-bottom: 2.5em;
  text-align: center;
  position: relative;
  color: #fff;
}
body .case-study .case-block img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
body .case-study .case-block h4 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  line-height: 3.625rem;
}
body .case-study .case-block:hover {
  text-decoration: none;
}
body .case-study .case-block:hover img {
  opacity: 0.7;
}
body .capabilities {
  padding: 4.0625em 7.5em 3em;
  color: #fff;
  background-color: #0054f4;
  background-image: url("../images/theme-orange-patter.png");
  background-repeat: repeat-x;
}
body .capabilities h2 {
  margin-bottom: 2.625em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05125rem;
  line-height: 3rem;
  text-align: center;
  text-transform: uppercase;
}
body .capabilities .white-button {
  max-width: 242px;
  margin: 0 auto;
}
body .capabilities .cap-list {
  margin-bottom: 3.125em;
}
body .capabilities .cap-list .cap-list-inner {
  max-width: 357px;
  margin: 0 auto;
}
body .capabilities .cap-list h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -0.01875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .capabilities .cap-list p {
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.75rem !important;
}
body .capabilities .cap-list ul {
  padding-left: 1.25em;
}
body .capabilities .cap-list ul li {
  padding: 0.625em 0 0.625em 0.625em;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
body .article-head {
  position: relative;
  margin-bottom: 5em;
}
body .article-head .mobile-only {
  display: none;
}
body .article-head .article-text-col {
  background: #fff;
  padding-left: 3.75em;
}
body .article-head .rep-bg {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background: #019eff;
  left: 50%;
  position: absolute;
}
body .article-head .article-head-text {
  min-height: 700px;
  max-width: 77%;
  padding-top: 5em;
  padding-bottom: 1.875em;
}
body .article-head .article-head-text h1 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.375rem;
  font-weight: bold;
  letter-spacing: -0.07438rem;
  line-height: 5.25rem;
}
body .article-head .article-head-text p {
  color: #434343;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-bottom: 1.25em;
  padding-right: 2.1875em;
}
body .article-head .article-head-text p span.bigletter {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  line-height: 4.75rem;
  text-transform: uppercase;
}
body .article-head .article-head-text small {
  color: #019eff;
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
}
body .article-head .article-head-img {
  position: absolute;
  top: 340px;
  left: -200px;
}
body .article-head .article-head-img img {
  height: 299px;
  width: 277px;
  object-fit: cover;
}
body .article-head .article-head-img2 {
  position: absolute;
  top: 80px;
  left: -80px;
}
body .article-head .article-head-img2 img {
  height: 397px;
  width: 518px;
  object-fit: cover;
}
body .article-head .article-head-img-text {
  position: absolute;
  top: 540px;
  left: 209px;
}
body .article-head .article-head-img-text h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05125rem;
  line-height: 2.75rem;
  color: #fff;
  text-transform: uppercase;
}
body .article-head .article-head-img-text p {
  font-size: 1em;
  line-height: 1.3125em;
  color: #fff;
}
body .article-body {
  margin-bottom: 80px;
  position: relative;
}
body .article-body .socials {
  position: absolute;
  left: 0;
  top: 0;
}
body .article-body .socials ul {
  list-style: none;
}
body .article-body .socials ul li {
  margin: 10px 0;
}
body .article-body .socials ul li a {
  font-size: 18px;
}
body .article-body .socials ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
body .article-body .content h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 3rem;
  margin-bottom: 0.625em;
}
body .article-body .content p {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #434343;
}
body .article-body .content .marginbottom {
  margin-bottom: 15px !important;
}
body .article-body .content .article-slider {
  margin: 2.75em 0;
}
body .article-body .content .article-slider .arrows {
  height: 27px;
  width: 16.5px;
  position: absolute;
  top: 40%;
}
body .article-body .content .article-slider .arrow-next {
  right: -35px;
  background: url("../images/slider-right.svg");
  background-size: cover;
}
body .article-body .content .article-slider .arrow-prev {
  left: -35px;
  background: url("../images/slider-left.svg");
  background-size: cover;
}
body .article-body .content .article-slider .slick-disabled {
  opacity: 0.15;
}
body .article-body .content .article-slider .slick-slide {
  height: initial !important;
}
body .article-body .content .article-slider .slick-slide a {
  display: inline-block;
}
body .article-body .content .article-slider .slick-slide img {
  width: 100%;
}
body .article-body .content .article-slider .slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
body .article-body .content .article-slider .slick-dots li {
  height: 7px;
  width: 7px;
  opacity: 0.21;
  background-color: #000;
  display: inline-block;
  margin: 25px 5px;
  cursor: pointer;
  padding: 0;
}
body .article-body .content .article-slider .slick-dots li button {
  display: none;
}
body .article-body .content .article-slider .slick-dots .slick-active {
  opacity: 1;
}
body .article-body .content .marked {
  color: #3ab4ff;
  border-left: 4px solid #019eff;
  padding-left: 27px;
  font-weight: 500;
  margin-left: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
}
body .article-body .content ul {
  padding-left: 12px;
  list-style: square;
}
body .article-body .content ul li {
  color: #434343;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  padding-left: 14px;
  margin: 14px 0;
}
body .article-block3 {
  position: relative;
  margin-bottom: 8em;
}
body .article-block3 .rep-bg {
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #ff0200;
  right: 0;
  position: absolute;
}
body .article-block3 .styled-bg {
  position: relative;
  text-align: right;
  padding-left: 615px;
}
body .article-block3 .styled-bg .theme4-img {
  position: absolute;
  top: 50%;
  margin-top: -280px;
  left: -150px;
}
body .article-block3 .styled-bg .theme4-img img {
  width: 706px;
  height: 541px;
  object-fit: cover;
}
body .article-block3 .styled-bg .theme-text-block2 {
  padding: 13.75em 3.375em 17.5em 0px;
  display: inline-block;
  text-align: left;
  color: #fff;
  max-width: 100%;
}
body .article-block3 .styled-bg .theme-text-block2 h2 {
  margin-bottom: 20px;
}
body .article-block3 .styled-bg .theme-text-block2 a {
  color: #fff;
}
body .article-block4 {
  margin-bottom: 6.25em;
}
body .article-block4 .content h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 3rem;
  margin-bottom: 0.625em;
}
body .article-block4 .content p {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #434343;
}
body .article-block4 .content .article-slider {
  margin: 2.75em 0;
}
body .article-block4 .content .article-slider .slide {
  height: 100%;
}
body .article-block4 .content .article-slider .arrows {
  height: 27px;
  width: 16.5px;
  position: absolute;
  top: 40%;
}
body .article-block4 .content .article-slider .arrow-next {
  right: -35px;
  background: url("../images/slider-right.svg");
  background-size: cover;
}
body .article-block4 .content .article-slider .arrow-prev {
  left: -35px;
  background: url("../images/slider-left.svg");
  background-size: cover;
}
body .article-block4 .content .article-slider .slick-disabled {
  opacity: 0.15;
}
body .article-block4 .content .article-slider .slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
body .article-block4 .content .article-slider .slick-dots li {
  height: 7px;
  width: 7px;
  opacity: 0.21;
  background-color: #000;
  display: inline-block;
  margin: 25px 5px;
  cursor: pointer;
}
body .article-block4 .content .article-slider .slick-dots li button {
  display: none;
}
body .article-block4 .content .article-slider .slick-dots .slick-active {
  opacity: 1;
}
body .article-block4 .content .marked {
  color: #434343;
  border-left: 4px solid #434343;
  padding-left: 27px;
  font-weight: 500;
  margin-left: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
}
body .article-block4 .content ul {
  padding-left: 12px;
  list-style: square;
}
body .article-block4 .content ul li {
  color: #434343;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  padding-left: 14px;
  margin: 14px 0;
}
body .article-block5 {
  position: relative;
  margin-bottom: 335px;
}
body .article-block5 .rep-bg {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background: #019eff;
  right: 50%;
  position: absolute;
  max-height: 719px;
}
body .article-block5 .styled-bg {
  background-color: #019eff;
  color: #fff;
  max-height: 719px;
}
body .article-block5 .styled-bg .block5-img-text {
  margin-top: 6.25em;
  margin-left: 3.75em;
}
body .article-block5 .styled-bg .block5-img-text h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05125rem;
  line-height: 3.125rem;
}
body .article-block5 .styled-bg .block5-img-text p {
  font-size: 1.0625rem;
  line-height: 1.3125rem;
}
body .article-block5 .styled-bg .block5-img1 {
  margin-left: 3.75em;
  margin-top: 3.125em;
  z-index: 2;
  position: relative;
}
body .article-block5 .styled-bg .block5-img1 img {
  height: 320px;
  width: 418px;
  object-fit: cover;
}
body .article-block5 .styled-bg .block5-img2 {
  position: absolute;
  top: 330px;
  right: -270px;
  z-index: 1;
}
body .article-block5 .styled-bg .block5-img2 img {
  height: 502px;
  width: 465px;
  object-fit: cover;
}
body .article-block5 .block5-text-col {
  background-color: #fff;
  /* padding-bottom: em(250px);*/
}
body .article-block5 .block5-content {
  padding-left: 2.5em;
  padding-top: 3.25em;
}
body .article-block5 .block5-content p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #434343;
}
body .article-block5 .block5-content p .bigletter {
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  color: #000;
  padding-right: 5px;
}
body .article-block5 .block5-quote {
  margin-top: 6.25em;
  margin-left: 11.25em;
  text-transform: uppercase;
  color: #c102ff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: -0.0375rem;
  line-height: 2.625rem;
  max-width: 376px;
}
body .article-block5 .block5-quote p {
  margin-bottom: 0;
}
body .article-block5 .block5-quote small {
  color: #019eff;
  font-family: "Roboto Mono", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
}
body .article-block6 {
  position: relative;
  margin-bottom: 6.25em;
}
body .article-block6 .rep-bg {
  content: "";
  bottom: 0;
  right: 0;
  background-color: #ff0200;
  left: 50%;
  position: absolute;
  height: 427px;
  background-repeat: repeat;
  background-image: url("../images/theme-orange-patter.png");
}
body .article-block6 p {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.75rem;
}
body .article-block6 .watch-full-item {
  display: block;
  margin: 4.375em 0;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10em 1.875em 18.75em;
  text-align: center;
  max-height: 492px;
  color: #fff;
}
body .article-block6 .watch-full-item small {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 3.75rem;
  text-transform: uppercase;
}
body .article-block6 .watch-full-item h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  line-height: 3.625rem;
  margin-bottom: 0.375em;
  display: block;
}
body .article-block6 .watch-full-item a {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1375rem;
  line-height: 1.1875rem;
  text-align: center;
  color: #fff;
}
body .article-block6 .watch-full-item a svg {
  margin-top: -5px;
}
body .article-block6 .watch-full-item a:hover {
  text-decoration: none;
}
body .article-block7 {
  margin-bottom: 4.375em;
  background-color: #1057e9;
  color: #fff;
  padding-top: 8.75em;
  margin-top: 15.625em;
  padding-bottom: 6.25em;
}
body .article-block7 p {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.75rem;
}
body .article-block7 p .bigletter {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.04188rem;
  line-height: 2.9375rem;
  padding-right: 5px;
}
body .article-block7 .block7-top {
  margin-bottom: 6.25em;
}
body .article-block7 .block7-top .block-top-img {
  margin-top: -293px;
}
body .article-block7 .block7-top .block-top-img img {
  height: 574px;
  width: 459px;
  object-fit: cover;
}
body .article-block7 .block7-top .block-top-img2 {
  text-align: center;
}
body .article-block7 .block7-top .block-top-img2 img {
  height: 282px;
  width: 301px;
  object-fit: cover;
}
body .article-block7 .block7-top .block-top-text {
  position: relative;
}
body .article-block7 .block7-top .block-top-text .position-bottom {
  position: relative;
  top: 95px;
}
body .article-block8 {
  overflow: hidden;
}
body .article-block8 h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.625em;
}
body .article-block8 .posts-list {
  margin-bottom: 5em;
  padding: 0 15px;
}
body .article-block8 .posts-list .posts-col {
  padding: 20px 20px;
}
body .article-block8 .posts-list .posts-list-item {
  width: 100%;
  display: inline-block;
  height: 380px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #0d3b9a;
}
body .article-block8 .posts-list .posts-list-item .ver-block-img {
  transition: all 0.3s ease-out;
  height: 250px;
  overflow: hidden;
  position: relative;
}
body .article-block8 .posts-list .posts-list-item .ver-block-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
body .article-block8 .posts-list .posts-list-item .ver-block-content {
  padding: 1em 1.0625em;
  color: #fff;
}
body .article-block8 .posts-list .posts-list-item .ver-block-content small {
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
}
body .article-block8 .posts-list .posts-list-item .ver-block-content h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5625rem;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-bottom: 0.9375em;
}
body .article-block8 .posts-list .posts-list-item .ver-block-content .ver-block-date {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  position: absolute;
  bottom: 10px;
}
body .article-block8 .posts-list .posts-list-item .ver-block-content .ver-block-date img {
  width: 13px;
  margin-right: 6px;
}
body .article-block8 .posts-list .posts-list-item .ver-block-content p {
  display: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  margin-top: 10px;
}
body .article-block8 .posts-list .posts-list-item:hover {
  text-decoration: none;
}
body .article-block8 .posts-list .posts-list-item:hover .ver-block-img {
  height: 40%;
  transition: all 0.6s ease-out;
}
body .article-block8 .posts-list .posts-list-item:hover .ver-block-content {
  padding: 0.625em 2.5em 1em 1.0625em;
}
body .article-block8 .posts-list .posts-list-item:hover .ver-block-content p {
  display: block;
}
body .article-block8 .posts-list .posts-list-item:hover .ver-block-date {
  position: relative;
  bottom: auto;
}
body .about-head {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
body .about-head h1 {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.375rem;
  font-weight: bold;
  letter-spacing: -0.07438rem;
  line-height: 5.25rem;
  color: #fff;
  text-transform: uppercase;
  padding: 4.375em 3.125em;
}
body .about-block1 {
  margin-bottom: 0;
}
body .about-block1 .article-head-text {
  padding-bottom: 7.5em;
}
body .about-block1 .article-head-text h2 {
  font-size: 3.125rem;
  letter-spacing: -0.06438rem;
  line-height: 3.625rem;
  margin-bottom: 0.625em;
}
body .about-block1 .about-quote {
  margin-top: 2.5em;
  max-width: 100%;
}
body .about-block1 .about-quote p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #c102ff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: -0.0375rem;
  line-height: 2.625rem;
}
body .about-block1 .about-quote small {
  color: #019eff;
  font-family: "Roboto Mono", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
}
body .about-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
body .about-banner h1 {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  line-height: 3.625rem;
  color: #fff;
  text-transform: uppercase;
  padding: 6.25em 3.125em;
}
body .about-block2 {
  margin-bottom: 0;
}
body .about-block2 .mobile-only {
  display: none;
}
body .about-block3 {
  color: #fff;
  background-color: #0054f4;
  padding: 5em 1.875em 13.75em 1.875em;
}
body .about-block3 .about-block3-item {
  max-width: 343px;
  margin: 1.875em auto;
}
body .about-block3 .about-block3-item h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: -0.0375rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625em;
}
body .about-block3 .about-block3-item p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
body .about-block3 .about-block3-item ul {
  padding-left: 20px;
}
body .about-block3 .about-block3-item ul li {
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
body .about-block4 {
  background-color: #019eff;
  color: #fff;
}
body .about-block4 .about-block4-text {
  padding: 7.5em 1.875em 11.25em;
}
body .about-block4 .about-block4-text h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05125rem;
  line-height: 3rem;
  text-transform: uppercase;
}
body .about-block4 .about-block4-text p {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.75rem;
}
body .about-block4 .about-block4-text a {
  color: #fff;
}
body .about-block4 .about-block4-text .white-button {
  max-width: 242px;
  color: #000;
}
body .about-block4 .about-block4-text .white-button .double-arrow-icon {
  background: url(../images/double-arrow-small-black.svg) 0 0 no-repeat;
}
body .about-block4 .about-block4-img {
  margin-top: -120px;
  margin-left: -15px;
}
body .about-block4 .about-block4-img img {
  height: 603px;
  width: 560px;
  object-fit: cover;
}
body .jobs-head .article-head-text {
  padding-bottom: 3.875em;
}
body .jobs-head .article-head-text h1 {
  margin-bottom: 0.625em;
}
body .jobs-head .article-head-text p {
  padding-right: 5.1875em;
}
body .jobs-block1 {
  margin-bottom: 4.25em;
}
body .jobs-block1 .rep-bg {
  right: 50%;
  left: 0;
}
body .jobs-block1 .watch-full-item {
  padding: 7em 1.875em 10.75em;
}
body .jobs-block2 {
  margin-bottom: 6.25em;
  text-align: center;
}
body .jobs-block2 h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 3rem;
  margin-bottom: 1.25em;
}
body .jobs-block2 .job-post-item {
  text-align: left;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  padding: 1.75em 0;
}
body .jobs-block2 .job-post-item:first-child {
  border-top: 3px solid rgba(0, 0, 0, 0.08);
}
body .jobs-block2 .job-post-item h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -0.01875rem;
  line-height: 1.875rem;
}
body .jobs-block2 .job-post-item a {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  display: block;
}
body .jobs-block2 .job-post-item a:hover {
  color: #000;
}
body .jobs-block2 .job-post-item strong {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
body #grnhse_app {
  width: 650px;
  margin: 0 auto;
}
body .contact-main {
  position: relative;
}
body .contact-main .form-wrapper {
  min-height: 800px;
}
body .contact-main .rep-bg {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../images/contact-banner.png") 0 0 repeat;
  right: 50%;
  position: absolute;
}
body .contact-main .whiteBG {
  background-color: #fff;
}
body .contact-main .contact-text-col {
  background-color: #fff;
  max-width: 556px;
  margin-top: 10.625em;
  margin-left: 5.625em;
  margin-bottom: 8.125em;
}
body .contact-main h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .contact-main form {
  margin-top: 45px;
}
body .contact-main form .form-item {
  position: relative;
  margin-bottom: 1.875em;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  padding-top: 25px;
  /*input:focus ~ label, textarea:focus ~ label {
   top: 0;
   }
   input:valid ~ label, textarea:valid ~ label {
   top: 0;
   }*/
}
body .contact-main form .form-item label {
  position: absolute;
  display: block;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #808080;
  top: 25px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}
body .contact-main form .form-item input, body .contact-main form .form-item textarea {
  padding: 5px 0;
  outline: none;
  width: 100%;
  max-width: 260px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(151, 151, 151, 0.44);
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.03125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
body .contact-main form .form-item textarea {
  max-width: 100%;
  height: 130px;
}
body .contact-main form .form-item input:focus, body .contact-main form .form-item textarea:focus {
  border-bottom: 2px solid #1057e9;
}
body .contact-main form .form-item .top0 {
  top: 0;
}
body .contact-main .form-description {
  font-size: 16px;
  line-height: 28px;
}
body .contact-main .blue-button {
  border: none;
  max-width: 241px;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 0;
  margin-bottom: 11px;
}
body .contact-main .maxWidth {
  max-width: 100% !important;
}
body .contact-main .paddingRight15 {
  padding-right: 15% !important;
}
body .contact-main .greyText {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #808080;
  text-align: center;
  margin: 18px 0;
}
body .contact-main .social_logins {
  columns: 2;
  column-gap: 15px;
}
body .contact-main .social_logins .blue-button {
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 17px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
}
body .contact-main .social_logins .blue-button span {
  font-size: 19px;
  vertical-align: sub;
}
body .contact-main .social_logins .blue-button:after, body .contact-main .social_logins .blue-button:before {
  border-left: 0.4375em solid #1057e9;
  border-right: 0.4375em solid transparent;
}
body .contact-main .social_logins .blue-button:after {
  border-top: 0.4375em solid #1057e9;
}
body .contact-main .social_logins .blue-button:hover {
  opacity: 0.7;
  background: #1057e9;
}
body .contact-main .social_logins .blue-button:hover:after, body .contact-main .social_logins .blue-button:hover:before {
  border-left: 0.4375em solid #1057e9;
  border-right: 0.4375em solid transparent;
}
body .contact-main .social_logins .blue-button:hover:after {
  border-top: 0.4375em solid #1057e9;
}
body .contact-main .social_logins .google_color {
  background: #ff0725;
}
body .contact-main .social_logins .google_color:after, body .contact-main .social_logins .google_color:before {
  border-left: 0.4375em solid #ff0725;
}
body .contact-main .social_logins .google_color:after {
  border-top: 0.4375em solid #ff0725;
}
body .contact-main .social_logins .google_color:hover {
  background: #ff0725;
}
body .contact-main .social_logins .google_color:hover:after, body .contact-main .social_logins .google_color:hover:before {
  border-left: 0.4375em solid #ff0725;
}
body .contact-main .social_logins .google_color:hover:after {
  border-top: 0.4375em solid #ff0725;
}
body .contact-main .social_logins .twitter_color {
  background: #019eff;
}
body .contact-main .social_logins .twitter_color:after, body .contact-main .social_logins .twitter_color:before {
  border-left: 0.4375em solid #019eff;
}
body .contact-main .social_logins .twitter_color:after {
  border-top: 0.4375em solid #019eff;
}
body .contact-main .social_logins .twitter_color:hover {
  background: #019eff;
}
body .contact-main .social_logins .twitter_color:hover:after, body .contact-main .social_logins .twitter_color:hover:before {
  border-left: 0.4375em solid #019eff;
}
body .contact-main .social_logins .twitter_color:hover:after {
  border-top: 0.4375em solid #019eff;
}
body .contact-main .social_logins .twitch_color {
  background: #c102ff;
}
body .contact-main .social_logins .twitch_color:after, body .contact-main .social_logins .twitch_color:before {
  border-left: 0.4375em solid #c102ff;
}
body .contact-main .social_logins .twitch_color:after {
  border-top: 0.4375em solid #c102ff;
}
body .contact-main .social_logins .twitch_color:hover {
  background: #c102ff;
}
body .contact-main .social_logins .twitch_color:hover:after, body .contact-main .social_logins .twitch_color:hover:before {
  border-left: 0.4375em solid #c102ff;
}
body .contact-main .social_logins .twitch_color:hover:after {
  border-top: 0.4375em solid #c102ff;
}
body .contact-main .infobottom {
  text-align: center;
}
body .contact-main .infobottom p {
  font-size: 14px;
  line-height: 23px;
}
body .contact-main .infobottom a {
  display: inline-block;
  margin-left: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  border-bottom: 2px solid #000;
}
body .contact-main .infobottom a:hover {
  color: #000;
  border-bottom: none;
}
body .contact-main .linkOnInput {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
}
body .contact-main .linkOnInput:hover {
  opacity: 0.75;
}
body .page-simple {
  padding-bottom: 3.125em;
}
body .page-simple h1 {
  text-transform: uppercase;
  font-size: 4.375rem;
  letter-spacing: -0.06438rem;
  color: #000;
  text-align: center;
  padding: 1.875em 0.625em;
  font-family: "Roboto Condensed", sans-serif;
}
body .page-simple h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: -0.07063rem;
  color: #000;
  margin-bottom: 0.3125em;
  font-family: "Roboto Condensed", sans-serif;
}
body .page-simple h4 {
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: -0.07063rem;
  color: #000;
  margin-bottom: 0.625em;
  font-family: "Roboto Condensed", sans-serif;
}
body .page-simple p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
  margin-bottom: 2.5em;
}
body .page-simple ul {
  margin-bottom: 2.5em;
  list-style-type: square;
  padding-left: 15px;
}
body .page-simple ul li {
  padding-left: 15px;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}
body .login-page .rep-bg {
  display: none;
}
body .login-page .contact-text-col {
  max-width: 455px;
}
body .login-page form {
  max-width: 455px;
  margin: 45px auto 0;
}
body .login-page .hide-tablet {
  background: url("../images/login_bg.jpeg") 50% 0 repeat;
  background-size: cover;
}
body .create1-page .contact-text-col {
  max-width: 560px;
  margin-left: 12%;
}
body .create1-page form {
  max-width: 560px;
  margin: 60px auto 0;
}
body .create1-page .greyText {
  margin: 12px 0;
}
body .create1-page .help-block ul {
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
body .create1-page .help-block ul li {
  font-size: 12px;
  color: red;
}
body .account-page h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
body .account-page h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 34px;
}
body .account-page .account-box {
  position: relative;
  margin-bottom: 5rem;
}
body .account-page .account-box .account-link {
  position: absolute;
  top: 10px;
  right: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
}
body .account-page .account-box .account-box-item {
  border: 3px solid #f3f3f3;
  padding: 0 50px;
}
body .account-page .account-box .account-box-item .table_title {
  width: 25%;
}
body .account-page .account-box .account-box-item .table_text {
  width: 75%;
}
body .account-page .account-box .account-box-item table {
  border-collapse: separate;
  border-spacing: 0 45px;
}
body .account-page .account-box .account-box-item table tr td {
  vertical-align: top;
}
body .account-page .account-box .account-box-item table tr td h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.35px;
  line-height: 22px;
}
body .account-page .account-box .account-box-item table tr td p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
}
body .profile-edit {
  padding: 5% 0;
}
body .profile-edit form .form-item input, body .profile-edit body .contact-main form .form-item textarea {
  max-width: 100%;
}
body .profile-edit form .form-item label {
  background: #fff;
  left: 0;
  right: 0;
}
body .profile-edit form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 35px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.03125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
body .press-main .mobile-only {
  display: none;
}
body .press-main .press-list-col {
  padding-left: 35px;
  padding-right: 35px;
}
body .press-main .press-title-block {
  text-align: center;
  justify-content: center;
  padding-top: 5.625em;
  padding-bottom: 2.5em;
}
body .press-main .press-title-block h1 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.06438rem;
  line-height: 3.625rem;
}
body .press-main .press-title-block p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.3125em;
}
body .press-main .press-title-block p a {
  text-decoration: underline;
  color: #000;
}
body .press-main .press-title-block .press-menu a {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.01438rem;
  line-height: 15px;
  padding: 0 14px;
  display: inline-block;
  border-left: 2px solid #000;
  margin-left: 0;
}
body .press-main .press-title-block .press-menu a:first-child {
  border: none;
}
body .press-main .press-title-block .press-menu a:hover {
  color: #1057e9;
  text-decoration: none;
}
body .press-main .press-item {
  padding: 1.25em 0 0.625em;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
}
body .press-main .press-item:first-child {
  border-top: 3px solid rgba(0, 0, 0, 0.08);
}
body .press-main .press-item small {
  display: block;
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.09375rem;
  line-height: 1.25rem;
  margin-bottom: 0.625em;
}
body .press-main .press-item a {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -0.01875rem;
  line-height: 1.875rem;
  margin-bottom: 6px;
  display: block;
}
body .press-main .press-item p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
body .press-main .press-item .press-item-img img {
  height: 99px;
  width: 99px;
  object-fit: contain;
}
body .press-main .press-widget {
  background-color: #ffec00;
  padding: 2.1875em 3em 4.0625em;
  z-index: 1;
}
body .press-main .press-widget h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 2.125rem;
  margin-bottom: 0.9375em;
}
body .press-main .press-widget h3 svg {
  margin-top: -5px;
}
body .press-main .press-widget ul {
  padding: 0;
  list-style: none;
}
body .press-main .press-widget ul li {
  background: url("../images/download-icon.svg") 0 0 no-repeat;
  margin-bottom: 1.25em;
}
body .press-main .press-widget ul li a {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 1.25rem;
  color: #000;
  margin-left: 2.1875em;
  text-transform: uppercase;
}
body .press-main .press-widget ul li a:hover {
  color: #000;
}
body .press-main .pagination {
  margin-top: 1.875em;
  padding: 0 1px;
}
body .press-main .pagination .pag-numbers {
  text-align: left;
  padding-left: 0;
}
body .single-press .page-simple h1 {
  padding-bottom: 2.1875em;
  font-size: 3.375rem;
}
body .single-press .img {
  max-width: 251px;
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}
body .faq {
  padding-bottom: 6.25em;
}
body .faq h1 {
  text-transform: uppercase;
  font-size: 4.375rem;
  letter-spacing: -0.06438rem;
  color: #000;
  text-align: center;
  padding: 0.9375em 0.625em;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 12px;
}
body .faq .toggle:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
body .faq .toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
}
body .faq .toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  font-weight: bold;
}
body .faq .toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px;
}
body .faq .toggle .toggle-inner div {
  max-width: 100%;
}
body .faq .toggle .toggle-title {
  font-weight: bold;
}
body .faq .toggle .toggle-title .title-name {
  display: block;
  padding: 30px 66px 26px 25px;
}
body .faq .toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
body .faq .toggle .toggle-title i {
  position: absolute;
  background: url("../images/faq-plus.svg") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 30px;
  right: 0;
}
body .faq .toggle .toggle-title.active i {
  background: url("../images/faq-minus.svg") 0 0 no-repeat;
}
body .search-page .search-title h1 {
  text-transform: uppercase;
  font-size: 1.5625rem;
  letter-spacing: -0.06438rem;
  color: #000;
  text-align: center;
  padding: 1.875em 0.625em 0.625em;
  font-family: "Roboto Condensed", sans-serif;
}
body .logo-mobile {
  display: none;
}
body .logo-mobile img {
  width: 35px;
  height: 35px;
}
body .mobile-menu ul li {
  margin: 1.5625em 0;
}
body .mobile-menu ul li a {
  font-size: 1.5625rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1875rem;
  margin-bottom: 2px;
}
body .mobile-menu ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
body .menu-icon {
  display: none;
  position: relative;
  width: 20px;
  height: 13px;
  z-index: 10000;
  cursor: pointer;
  top: 50%;
  margin-top: 0;
}
body .menu-icon .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
body .menu-icon:before, body .menu-icon:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
body .menu-icon:before {
  top: 0;
}
body .menu-icon:after {
  bottom: 0;
}
body .menu-icon.open .icon {
  opacity: 0;
}
body .menu-icon.open:before, body .menu-icon.open:after {
  top: 50%;
  margin-top: -1px;
  transform-origin: center center;
}
body .menu-icon.open:before {
  transform: rotate(45deg);
}
body .menu-icon.open:after {
  transform: rotate(-45deg);
}
body .menu-icon.open:hover:before {
  transform: rotate(-45deg);
}
body .menu-icon.open:hover:after {
  transform: rotate(45deg);
}
body .overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  text-align: center;
  z-index: 99;
  padding-top: 60px;
}
body .overlay .mobile-menu {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  body .latest-block .small-news .col-4 {
    max-width: 380px;
  }
  body .latest-block .latest-body .ver-block {
    width: 100%;
  }
  body .middle-slider .slider .slide .slide-content {
    margin-bottom: 16.375em;
  }
  body .digest-block .digest-body .digest-inner-block .dig-img img {
    bottom: 160px;
  }
}
@media screen and (max-width: 1440px) {
  body .slider .container {
    max-width: 1105px;
  }
  body .middle-slider .slider .slick-dots {
    max-width: 1105px;
  }
  body .hero-slider .slider .slick-dots {
    max-width: 1105px;
  }
  body .middle-slider .slider .slick-dots {
    margin: -65px auto 0;
    padding-left: 50px;
    padding-bottom: 40px;
  }
  body .partners-head .rep-bg {
    display: none;
  }
  body .middle-slider {
    height: auto;
  }
}
@media screen and (max-width: 1400px) {
  body .latest-block .latest-body .hor-block .hor-block-content p {
    margin-bottom: 2em;
  }
  body .latest-block .latest-body .hor-block .hor-block-content {
    padding-right: 2.375em;
  }
}
@media screen and (max-width: 1230px) {
  body .hero-slider .slider .slide .container {
    padding-left: 100px;
  }
  body .middle-slider .slider .slide .container {
    padding-left: 100px;
  }
  body .hero-slider .slider .slick-dots {
    padding-left: 105px;
  }
  body .article-head .rep-bg {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /*p{
   font-size: rem(12px) !important;
   line-height: rem(16px) !important;
   }*/
  .plays-block:before {
    display: none;
  }
  .repeat-bg:before {
    display: none;
  }
  body .latest-block .latest-body .hor-block .hor-block-content h2 {
    font-size: 1.5rem;
  }
  body .latest-block .latest-body .ver-block .ver-block-img img {
    height: 100%;
    object-fit: cover;
  }
  body .latest-block .latest-body .ver-block .ver-block-content h3 {
    font-size: 0.9375rem;
    margin-bottom: 0.75em;
  }
  body .digest-block .digest-body .digest-inner-block h3 {
    font-size: 18px;
  }
  body .theme-text-block ul li a {
    font-size: 1.125rem;
  }
  body .theme-text-block ul {
    max-width: 350px;
  }
  body .theme4 .styled-bg .theme-text-block2 {
    padding: 9.75em 1.375em 16.75em 318px;
  }
  body .theme4 .socials a {
    margin: 0 0.625em;
  }
  body .theme4 .styled-bg .theme4-img img {
    width: 611px;
  }
  body .article-head .article-head-text h1 {
    font-size: 3.375rem;
  }
  body .article-head .article-head-img {
    left: -145px;
  }
  body .article-head .article-head-img-text {
    left: 175px;
  }
  body .article-block3 .theme-text-block2 p {
    font-size: 1rem !important;
    line-height: 1.75rem !important;
  }
}
@media screen and (max-width: 1100px) {
  body .hero-slider {
    height: auto;
  }
  body .hero-slider .slider .slide {
    height: auto;
  }
  body .middle-slider {
    height: auto;
  }
  body .hero-slider .slider .slide .slide-content h2 {
    font-size: 3.375rem;
    line-height: 4.125rem;
  }
  body .latest-block .latest-body .hor-block .hor-block-content p {
    margin-bottom: 20px;
  }
  body .latest-block .latest-body .hor-block .hor-block-content small {
    margin-bottom: 0;
  }
  body .latest-block .latest-body .hor-block .hor-block-content h2 {
    margin-bottom: 0;
  }
  body .plays-block .digest-block {
    padding: 7.5em 0 4.75em 2.875em;
  }
  body .plays-block .digest-block .plays-main-img img {
    height: auto;
  }
  body .orange-block h2 {
    font-size: 4.08188rem;
    line-height: 9.1875rem;
  }
  body .events-block .digest-block .digest-body h2 {
    font-size: 1.875rem;
  }
  body .four-block .four .featured-content h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  body .events-block .digest-block {
    padding: 7.5em 0 4.75em 1.875em;
  }
  body .plays-block .digest-block .digest-body h2 {
    font-size: 30px;
    line-height: 43px;
  }
  body .partners-head .partners-head-img img {
    width: 480px;
  }
  body .partners-head .partners-head-img {
    left: -80px;
  }
  body .partners-head .partners-head-text-block {
    max-width: 80%;
  }
  body .article-block3 .styled-bg .theme4-img img {
    width: 570px;
  }
  body .article-block3 .styled-bg {
    padding-left: 473px;
  }
  body .four-block .four .four-img img {
    height: 460px;
  }
  body .watch-block .watch-full-video .watch-full-item {
    height: auto;
  }
  body .featured-block {
    height: auto;
  }
}
@media screen and (max-width: 996px) {
  body .digest-block .digest-body .digest-inner-block h3 {
    line-height: 23px;
  }
  body .latest-block .latest-body .hor-block .hor-block-content h2 {
    line-height: 1.875rem;
  }
  body .latest-block .latest-body .hor-block .hr-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  body .latest-header {
    padding: 1.25em 32px 0;
    font-size: 1.25rem;
  }
  body .latest-block .latest-body {
    padding: 0 32px 2.8125rem;
  }
  body .middle-slider .slider .slide .slide-content {
    margin-top: 4em;
    margin-bottom: 6.25em;
  }
  body .middle-slider .slider .slide .slide-content .logo-title {
    margin-bottom: 5.25em;
    padding-top: 0;
  }
  body .middle-slider .slider .slide .slide-content {
    max-width: 400px;
  }
  body .middle-slider .slider .slide .slide-content h2 {
    font-size: 2.5rem;
  }
  body .middle-slider .slider .slide .slide-content .yellow-arrow-button {
    font-size: 0.875rem;
  }
  body .middle-slider .slider .slide .slide-content .yellow-arrow-button span {
    font-size: 1.125rem;
  }
  body .middle-slider .slider .slide .slide-content .yellow-arrow-button:after {
    background: url(../images/middle-banner-arrow-content.png) 50% 50% no-repeat;
    height: 34px;
    width: 35px;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  /*Home page*/
  /*Home end*/
  /*News page*/
  /*Events finish*/
  /*Individual team*/
  /*Individual team finish*/
  /*Digest page*/
  /*Digest page end*/
  /*Partners page*/
  /*Partners page end*/
  /*Article page*/
  /*Article page end*/
  /*About page*/
  /*About page end*/
  /*Jobs page*/
  /*Jobs page end*/
  /*Contact page*/
  /*Contact page end*/
  /*Press page*/
  /*Press page end*/
  /*Simple page*/
  /*Simple page end*/
  /*FAQ page*/
  /*FAQ page end*/
  body #rotate-logo {
    left: 25px;
    bottom: 30px;
  }
  body .navbar .profile-bar:hover form {
    /*position: absolute;
     top: 60px;
     left: 20px;
     right: 20px;*/
  }
  body .hero-slider .slider .slide {
    height: 660px;
  }
  body .navbar .profile-bar:hover input {
    /*width:90%;*/
  }
  body .navbar .profile-bar {
    position: inherit;
  }
  body .latest-block .latest-body .ver-block {
    display: inline-block;
  }
  body .latest-block .latest-body .ver-block {
    height: auto;
    display: flex;
    margin-bottom: 1.25em;
  }
  body .latest-block .latest-body .ver-block .ver-block-img {
    width: 135px;
    flex: 1;
    height: 130px;
    overflow: unset;
    display: inline-block;
    vertical-align: top;
  }
  body .latest-block .latest-body .ver-block .ver-block-content {
    flex: 3;
    display: inline-block;
    padding: 0.5em 1.0625em;
    vertical-align: top;
    position: relative;
  }
  body .digest-block .digest-body .digest-inner-block {
    padding: 1.1875em 0.9375em;
  }
  body .latest-header:after {
    right: 1em;
  }
  body .latest-block .latest-body .hor-block {
    margin-bottom: 2rem;
  }
  body .middle-slider .slider .slide .slide-content .logo-title {
    margin-bottom: 4.5em;
  }
  body .middle-slider .slider .slide .slide-content h2 {
    font-size: 1.9375rem;
    line-height: 2rem;
  }
  body .featured-block .featured h2 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
  body .featured-block {
    padding: 7.5625em 3.5625em;
    background-size: cover;
  }
  body footer {
    padding: 0.75em 0.4375em 60px 0.8125em;
  }
  body footer .footer-right nav ul li {
    margin: 0 0.5625em;
  }
  body footer .footer-right nav ul li a {
    line-height: 2.375rem;
  }
  body .latest-block .latest-body .hor-block .hor-block-content .hor-block-date {
    padding-bottom: 0.625em;
  }
  body .navbar .menu-bar nav ul li {
    margin: 0 0.5em;
  }
  body .plays-block .digest-block .digest-body h2 {
    font-size: 22px;
    line-height: 32px;
  }
  body .blue-button {
    font-size: 12px;
  }
  body .latest-block .latest-body .ver-block .ver-block-content p {
    display: none;
  }
  body .latest-header:after {
    background: url("../images/latest-header-arrow.svg") 0 36px no-repeat;
  }
  body .latest-block .latest-header:after {
    background: url("../images/latest-header-arrow-black.svg") 0 36px no-repeat;
  }
  .subsc {
    max-width: 300px;
  }
  body footer .footer-left form {
    max-width: 100%;
    margin-bottom: 2.125em;
  }
  .footer-right {
    display: none;
  }
  body footer .mobile-footer {
    display: block;
    margin: 0 auto 2.5em auto;
    max-width: 100%;
  }
  body .navbar .logo-bar .logo {
    display: none;
  }
  body .navbar .desctop-menu {
    display: none;
  }
  body .navbar .menu-icon {
    display: block;
  }
  body .navbar .logo-mobile {
    max-width: 35px;
    display: inline-block;
    margin-top: 0;
  }
  body .latest-block .latest-body .ver-block .ver-block-img {
    flex: 2;
  }
  body .events-block .digest-block {
    padding: 6.25em 0.625em;
    background: url("../images/subscribe-bg1.png") 0 0 repeat-x;
    background-size: cover;
  }
  body .events-block .digest-block .digest-body {
    max-width: 300px;
    padding: 0;
    margin: 0 auto;
  }
  body .latest-block .latest-body .hor-block .hor-block-content {
    padding: 0.75em 1.25em;
  }
  body .latest-news .latest-block .latest-body .hor-block .hor-block-content p {
    display: none;
  }
  body .latest-block .latest-body .hor-block .hor-block-content h2 {
    margin-bottom: 0.625em;
  }
  body .latest-block .latest-body .hor-block .hr-image img {
    max-height: 180px;
  }
  body .digest-block .digest-body .digest-inner-block .dig-text {
    padding-left: 0;
  }
  body .latest-block .latest-body .ver-block .ver-block-content h3 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 1.875em;
  }
  body .latest-block .latest-body .ver-block .ver-block-content small {
    display: block;
    margin-bottom: 5px;
  }
  body .latest-block .latest-body .ver-block .ver-block-img {
    height: auto;
  }
  body .plays-block .latest-body {
    display: flex;
  }
  body .plays-block .latest-body .hor-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: initial;
  }
  body .plays-block .latest-body .small-news {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .events-block .latest-body {
    display: flex;
  }
  body .events-block .latest-body .hor-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: initial;
  }
  body .events-block .latest-body .small-news {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .latest-block .latest-body .small-news .small-n:last-child .ver-block, body .events-block .latest-body .small-news .small-n:last-child .ver-block {
    margin-bottom: 0;
  }
  body .plays-block .digest-block {
    padding: 3.75em 3.75em 0;
    display: flex;
  }
  body .plays-block .digest-block .plays-main-img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    /*
     align-self: flex-end;*/
  }
  body .plays-block .digest-block .digest-body {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 50px;
    padding: 0 3.75em 1.875em 0;
  }
  body .plays-block .digest-block .digest-body h2 {
    margin-bottom: 1.25em;
    font-size: 30px;
  }
  body .white-button {
    padding-bottom: 5px;
  }
  body .hero-slider .slider .slick-dots {
    margin: -105px auto 0;
    padding-bottom: 95px;
  }
  body .latest-block .latest-body .ver-block .ver-block-content .ver-block-date {
    bottom: 10px;
  }
  body .latest-block .latest-body .ver-block:hover .ver-block-img {
    height: auto;
  }
  body .latest-block .latest-body .ver-block:hover .ver-block-content p {
    display: none;
  }
  body .latest-block .latest-body .ver-block:hover .ver-block-content {
    padding: 0.5em 1.0625em;
  }
  body .four-block .four .featured-content {
    padding: 1.875em 1.8125em;
  }
  body .orange-block h2 {
    padding-right: 50px;
  }
  body .head-news .head-news-body p {
    display: none;
  }
  body .head-news .head-news-body h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  body .head-news .head-news-body {
    padding: 2.8125em 0.625em 6.25em;
  }
  body .head-news {
    margin-bottom: 0;
  }
  body .all-news .categories-list ul {
    margin: 2em 0;
  }
  body .all-news .categories-list ul li a {
    font-size: 18px;
  }
  body .all-news .latest-block .latest-body .hor-block .hor-block-content p {
    display: none;
  }
  body .watch-block .watch-full-video .watch-full-item small {
    font-size: 0.625rem;
  }
  body .watch-block .watch-full-video .watch-full-item h3 {
    font-size: 2.5rem;
    line-height: 1.125rem;
  }
  body .watch-block .watch-full-video .watch-full-item a {
    font-size: 0.625rem;
    display: inline-block;
  }
  body .watch-block .watch-full-video .watch-full-item a svg {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
  }
  body .watch-block .watch-video-list .watch-list-item .ver-block-img span {
    display: block;
  }
  body .watch-block .watch-video-list .watch-list-item .ver-block-content small {
    font-size: 0.625rem;
    letter-spacing: 0.10438rem;
    line-height: 1rem;
  }
  body .watch-block .watch-video-list .watch-list-item .ver-block-content {
    padding: 0.625em 1.0625em;
  }
  body .watch-block .watch-video-list .watch-list-item .ver-block-content h3 {
    font-size: 1.125rem;
    letter-spacing: -0.01563rem;
    line-height: 1.625rem;
    margin-bottom: 0.9375em;
  }
  body .watch-block .watch-video-list .watch-list-item .ver-block-img {
    height: 117px;
  }
  body .watch-block .watch-video-list .watch-list-item {
    height: 240px;
  }
  body .watch-block .watch-video-list .watch-list-item:hover .ver-block-img {
    height: 117px;
  }
  body .watch-block .watch-video-list .watch-list-item:hover .ver-block-content p {
    display: none;
  }
  body .watch-block .watch-video-list .watch-list-item .ver-block-content {
    padding: 0.625em 2.5em 1em 1.0625em;
  }
  body .watch-block .watch-video-list .watch-list-item .ver-block-content .ver-block-date {
    /* position: relative;
     bottom: auto;*/
  }
  body .events-block .rep-bg {
    display: none;
  }
  body .watch-block .watch-button .white-button {
    max-width: 100%;
  }
  body .all-news .digest-body .subsc h3 {
    font-size: 30px;
  }
  body .posts-list .posts-list-item {
    height: 265px;
  }
  body .posts-list .posts-list-item .ver-block-img {
    height: 117px;
  }
  body .posts-list .posts-list-item:hover .ver-block-img {
    height: 117px;
  }
  body .posts-list .posts-list-item:hover .ver-block-content {
    padding: 1em 1.0625em;
  }
  body .posts-list .posts-list-item:hover .ver-block-content p {
    display: none;
  }
  body .posts-list .posts-list-item:hover .ver-block-date {
    position: absolute;
    bottom: 10px;
  }
  body .pagination .pag-left {
    display: none;
  }
  body .pagination .pag-numbers {
    text-align: left;
  }
  body .team-hero .team-hero-body {
    padding: 29em 0 8.5em;
  }
  body .team-hero {
    background-position: 50% 0;
    background-size: contain;
    background-color: #000;
  }
  body .team-hero .team-hero-body h2 {
    font-size: 3.125rem;
    margin: 0.625em 0 1.625em;
  }
  body .theme1 .theme1-img2 img {
    height: 228.75px;
    width: 282px;
    max-width: initial;
  }
  body .theme1 .theme1-img img {
    height: 171.97px;
    width: 160px;
    max-width: initial;
  }
  body .theme1 .theme1-img2 {
    left: auto;
    right: 0;
    top: 60px;
  }
  body .theme1 .theme1-img {
    top: 180px;
    left: -125px;
  }
  body .theme1 .theme1-img-text {
    line-height: 2.125rem;
    font-size: 1.875rem;
    left: 75px;
    bottom: 5px;
  }
  body .theme1 .fake-height {
    min-height: auto;
    max-height: 478px;
  }
  body .theme1 .theme-text-block {
    margin-top: 2em;
  }
  body .theme-text-block h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  body .theme-text-block {
    max-width: 70%;
  }
  body .theme1 .rep-bg {
    max-height: 478px;
  }
  body .theme1 .styled-bg {
    max-height: 478px;
  }
  body .theme2 .theme2-img img {
    height: 249px;
    width: 327px;
  }
  body .theme2 .theme2-img {
    top: -100px;
    left: 27px;
    right: 27px;
  }
  body .theme2 .theme-text-block2 {
    padding-top: 11.875em;
  }
  body .theme2 .theme-text-col .theme2-slogan h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  body .theme2 .theme-text-col .theme2-slogan {
    margin-top: 4.375em;
    margin-left: 2.375em;
  }
  body .theme2 {
    padding-top: 6.625em;
  }
  body .theme-text-block2 h2 {
    font-size: 1.875rem;
  }
  body .theme3 .styled-bg .theme3-img img {
    height: 307px;
    width: 307px;
  }
  body .theme3 .styled-bg .theme3-img {
    top: -100px;
    left: -68px;
  }
  body .theme3 .styled-bg {
    height: 283px;
  }
  body .theme3 {
    margin-top: 12.75em;
  }
  body .theme4 .styled-bg .theme4-img img {
    height: 287px;
    width: 295px;
  }
  body .theme4 .styled-bg .theme-text-block2 {
    padding: 6.75em 1.375em 6.75em 89px;
  }
  body .theme4 .styled-bg .theme4-img {
    left: -100px;
  }
  body .theme4 {
    margin-bottom: 5em;
  }
  body .theme5 .styled-bg .theme5-img img {
    height: 300px;
    width: 297px;
  }
  body .theme5 .styled-bg .theme5-img {
    left: -80px;
  }
  body .theme5 .theme-text-col {
    padding-bottom: 2.125em;
    padding-top: 6.125em;
  }
  body .digest-page-block .digest-inner h2 {
    font-size: 2.5rem;
  }
  body .digest-page-block .categories-list ul {
    margin: 1.875em 0;
  }
  body .digest-page-block .digest-inner .hor-block .hor-block-content p {
    display: none;
  }
  body .digest-page-block .digest-inner .hor-block .hr-image img {
    object-position: left;
  }
  body .digest-page-block .digest-inner .hor-block .hr-image img {
    height: 260px;
  }
  body .digest-page-block .digest-inner .hor-block .hor-block-content h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  body .digest-page-block .digest-subsc {
    margin-top: 82px;
    height: 260px;
    padding: 3.125em 2.5em 1.25em 1.875em;
  }
  body .digest-page-block .digest-subsc h3 svg {
    display: block;
    margin-bottom: 15px;
  }
  body .digest-page-block .digest-subsc h3 {
    line-height: 2.125rem;
    font-size: 1.875rem;
  }
  body .digest-page-block .digest-inner .hor-block {
    margin-bottom: 2em;
  }
  body .digest-page-block .digest-inner h2 {
    margin-top: 0.5625em;
  }
  body .digest-page-block .categories-list ul {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  body .partners-head .partners-head-text-block {
    padding: 2.125em 0 8.25em 0.625em;
  }
  body .partners-head .partners-head-text-block h2 {
    margin-bottom: 0.625em;
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  body .partners-head .partners-head-text-block h2 svg {
    height: 27px;
    width: 27px;
    margin-top: -7px;
  }
  body .partners-head .partners-head-text-block p {
    font-size: 0.875rem !important;
    line-height: 1.625rem !important;
  }
  body .partners-head .partners-head-img img {
    height: 261px;
    width: 340px;
  }
  body .our-partners .our-partners-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  body .our-partners {
    margin-bottom: 0;
    padding: 0 0.625em;
  }
  body .case-study h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  body .case-study {
    padding: 0 1.25em;
  }
  body .case-study {
    margin-bottom: 2.5em;
  }
  body .capabilities {
    background: #0054f4 url(../images/theme-orange-patter.png) 0 -55px repeat-x;
    padding: 2.8125em 7.5em 3em;
  }
  body .capabilities h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  body .capabilities {
    padding: 2.8125em 2.5em 3em;
  }
  body .capabilities .cap-list h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  body .capabilities .cap-list p, body .capabilities .cap-list ul li {
    font-size: 0.875rem !important;
    line-height: 1.625rem !important;
  }
  body .article-block8 .posts-list .posts-list-item {
    height: 265px;
  }
  body .article-block8 .posts-list .posts-list-item .ver-block-img {
    height: 117px;
  }
  body .article-block8 .posts-list .posts-list-item:hover .ver-block-img {
    height: 117px;
  }
  body .article-block8 .posts-list .posts-list-item:hover .ver-block-content {
    padding: 1em 1.0625em;
  }
  body .article-block8 .posts-list .posts-list-item:hover .ver-block-content p {
    display: none;
  }
  body .article-block8 .posts-list .posts-list-item:hover .ver-block-date {
    position: absolute;
    bottom: 10px;
  }
  body .article-head .article-head-text h1 {
    font-size: 2.5rem;
    line-height: 2.625rem;
    letter-spacing: -0.05125rem;
  }
  body .article-head .article-head-text p {
    font-size: 0.9375rem;
    line-height: 1.625rem;
  }
  body .article-head .article-head-img2 img {
    height: 230.12px;
    width: 283.55px;
  }
  body .article-head .article-head-img img {
    height: 172.61px;
    width: 160.87px;
  }
  body .article-head .article-head-img-text {
    left: 65px;
    top: 440px;
  }
  body .article-head .article-head-img-text h3 {
    font-size: 1.875rem;
    letter-spacing: -0.0375rem;
    line-height: 2.125rem;
  }
  body .article-head .article-head-img2 {
    top: 160px;
  }
  body .article-head .article-head-img {
    top: 256px;
    left: -118px;
  }
  body .article-head .article-head-text p {
    font-size: 0.9375rem !important;
    line-height: 1.625rem !important;
  }
  body .article-head .article-head-text p span.bigletter {
    font-size: 2rem;
    letter-spacing: -0.04125rem;
    line-height: 4.75rem;
  }
  body .article-head {
    margin-bottom: 0;
  }
  body .article-body .socials ul li {
    margin: 0 10px;
    display: inline-block;
  }
  body .article-body .socials ul li:first-child {
    margin-left: 0;
  }
  body .article-body .socials {
    margin-bottom: 20px;
    position: static;
  }
  body .article-body .socials ul {
    padding-left: 1.5rem;
  }
  body .article-body .content h3 {
    font-size: 1.875rem;
    letter-spacing: -0.0375rem;
    line-height: 2.5rem;
  }
  body .article-body .content p {
    font-size: 0.9375rem !important;
    line-height: 1.625rem !important;
  }
  body .article-head .article-text-col {
    padding-left: 2.5rem;
  }
  body .article-body .content {
    padding: 0 2.5rem;
  }
  body .article-body .content .article-slider {
    margin-bottom: 0;
  }
  body .article-body .content ul li {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
  body .article-body .content .marked {
    margin-left: 0;
  }
  body .article-block3 .styled-bg .theme4-img img {
    height: 287px;
    width: 295px;
  }
  body .article-block3 .styled-bg .theme-text-block2 {
    padding: 8.75em 3.375em 7.5em 0;
  }
  body .article-block3 .styled-bg .theme4-img {
    margin-top: -143px;
    left: -95px;
  }
  body .article-block3 .styled-bg {
    padding-left: 276px;
  }
  body .article-block3 {
    margin-bottom: 5em;
  }
  body .article-block4 .content h3 {
    font-size: 1.875rem;
    letter-spacing: -0.0375rem;
    line-height: 2.5rem;
  }
  body .article-block4 .content p {
    font-size: 0.9375rem;
    line-height: 1.625rem;
  }
  body .article-block4 .content .marked {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
  body .article-block4 {
    margin-bottom: 3.25em;
  }
  body .article-body {
    margin-bottom: 50px;
  }
  body .article-block5 .styled-bg .block5-img1 img {
    height: 138px;
    width: 170px;
  }
  body .article-block5 .styled-bg .block5-img2 img {
    height: 197.8px;
    width: 185px;
  }
  body .article-block5 .block5-img-text {
    display: none;
  }
  body .article-block5 .styled-bg .block5-img1 {
    position: absolute;
    top: 100px;
    right: 22px;
    margin: 0;
  }
  body .article-block5 .styled-bg {
    max-height: 417px;
  }
  body .article-block5 .styled-bg .block5-img2 {
    top: 160px;
    right: -130px;
  }
  body .article-block5 .block5-content {
    padding-left: 10.5em;
    padding-top: 0;
  }
  body .article-block5 .block5-quote {
    margin-top: 1.25em;
    margin-left: 8.25em;
    font-size: 1.25rem;
    letter-spacing: -0.01688rem;
    line-height: 1.75rem;
  }
  body .article-block5 .rep-bg {
    display: none;
  }
  body .article-block5 .block5-text-col {
    padding-bottom: 4em;
  }
  body .article-block4 .content, body .article-block6 .content, body .article-block7 .block7-main-text {
    padding: 0 2.5rem;
  }
  body .article-block4 .content .marked {
    margin-left: 0;
  }
  body .article-block6 p, body .article-block7 p, body .article-block5 .block5-content p {
    font-size: 0.9375rem;
    line-height: 1.625rem;
  }
  body .article-block7 .block7-top .block-top-img img {
    height: 229.77px;
    width: 168px;
  }
  body .article-block7 .block7-top .block-top-img2 img {
    height: 136.16px;
    width: 145px;
  }
  body .article-block7 .block7-top .block-top-img {
    margin-top: -93px;
    padding-left: 0;
  }
  body .article-block7 {
    padding-top: 38px;
  }
  body .article-block7 .block7-top .block-top-text .position-bottom {
    top: auto;
  }
  body .article-block7 p .bigletter {
    font-size: 1.5rem;
    line-height: 0.9375rem;
  }
  body .article-block7 .block7-top {
    margin-bottom: 1.5625em;
  }
  body .about-head h1 {
    padding: 5.375em 1.125em;
  }
  body .about-block1 .about-quote p {
    font-size: 1.25rem !important;
    letter-spacing: -0.01688rem !important;
    line-height: 1.75rem !important;
  }
  body .about-block2 {
    margin-bottom: 0;
  }
  body .about-block3 .about-block3-item h3 {
    font-size: 1.125rem;
    letter-spacing: -0.01563rem;
    line-height: 1.625rem;
  }
  body .about-block3 .about-block3-item p, body .about-block3 .about-block3-item ul li {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
  body .about-block3 .about-block3-item {
    margin: 1em auto;
  }
  body .about-block3 {
    padding: 2em 0.875em 7.75em 0.875em;
  }
  body .about-block4 .about-block4-img img {
    height: 321.47px;
    width: 298px;
  }
  body .about-block4 .about-block4-text h2 {
    font-size: 1.875rem;
    letter-spacing: -0.0375rem;
    line-height: 2.5rem;
  }
  body .about-block4 .about-block4-text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
  body .about-block4 .about-block4-text {
    padding: 3.5em 1.875em 4.25em;
  }
  body .about-block4 .about-block4-img {
    margin-top: -50px;
  }
  body .jobs-head .article-head-text h1 {
    margin-top: 1.875rem;
    font-size: 3.125rem;
    letter-spacing: -0.05313rem;
    line-height: 3.875rem;
  }
  body .jobs-block2 {
    margin-top: 50px;
  }
  #grnhse_app {
    margin: 50px auto 0 auto;
  }
  body .contact-main .hide-tablet {
    display: none;
  }
  body .contact-main .form-description {
    text-align: center;
  }
  body .contact-main h1 {
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: -0.0375rem;
    line-height: 2.5rem;
  }
  body .contact-main .contact-text-col {
    max-width: 100%;
    padding-top: 3em;
    padding-left: 6.25em;
    padding-right: 6.25em;
    padding-bottom: 2.5em;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  body .contact-main form .blue-button {
    margin: 0 auto 11px;
    display: block;
  }
  body .contact-main form .form-item input, body .contact-main form .form-item textarea {
    max-width: 100%;
  }
  body .create1-page form {
    margin: 30px auto 0;
  }
  body .press-main .press-title-block h1 {
    font-size: 2.5rem;
    letter-spacing: -0.05625rem;
    line-height: 3rem;
  }
  body .press-main .press-list-col {
    padding-left: 25px;
    padding-right: 10px;
  }
  body .press-main .press-widget h3 svg {
    display: block;
    margin-bottom: 0.625em;
  }
  body .press-main .press-widget h3 {
    font-size: 1.5625rem;
    letter-spacing: -0.03125rem;
    line-height: 2.125rem;
  }
  body .press-main .press-widget {
    padding: 2.1875em 1.5em 1.0625em;
  }
  body .press-main .press-widget ul li {
    margin-bottom: 1em;
  }
  body .press-main .press-title-block {
    padding-top: 1.625em;
  }
  body .page h1 {
    font-size: 3.375rem;
    padding: 0.875em 0.625em;
  }
  body .page h2 {
    font-size: 2rem;
  }
  body .page p {
    font-size: 1rem;
  }
  body .page ul li {
    font-size: 1rem;
  }
  body .faq h1 {
    font-size: 2.5rem;
    padding: 15px 0.625em;
  }
  body .faq .toggle .toggle-title h3 {
    font-size: 1rem;
  }
  body .faq .toggle .toggle-title .title-name {
    padding: 20px 45px 16px 15px;
  }
  body .faq .toggle .toggle-inner p {
    font-size: 14px;
  }
}
@media screen and (max-width: 782px) {
  html #wpadminbar {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  /*Home page*/
  /*Home page end*/
  /*Events page*/
  /*News page end*/
  /*Events page*/
  /*Individual team page*/
  /*Individual team end*/
  /*Digest page*/
  /*Digest page end*/
  /*Partners page*/
  /*Partners page end*/
  /*Article page*/
  /*Article page end*/
  /*About page*/
  /*About page end*/
  /*Jobs page*/
  /*Jobs page end*/
  /*Contact page*/
  /*Contact page end*/
  /*Press page*/
  /*Press page end*/
  /*Simple page*/
  /*Simple page end*/
  /*My Account page*/
  /*My Account page end*/
  body .latest-news .rep-bg {
    display: none;
  }
  body .latest-news .digest-block {
    padding: 4.6875em 0.6875em;
    background: url(../images/subscribe-bg1.png) 0 0 repeat-x;
    background-size: cover;
  }
  body .hero-slider .slider .arrows {
    display: none !important;
  }
  body .hero-slider .slider .slide .container, body .middle-slider .slider .slide .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .hero-slider .slider .slick-dots, body .middle-slider .slider .slick-dots {
    padding-left: 42px !important;
  }
  body .digest-block .digest-body {
    padding: 0;
  }
  body .digest-block .digest-body .digest-inner-block {
    padding: 25px;
  }
  body .digest-block .digest-body .digest-inner-block:first-child {
    padding-top: 25px;
  }
  body .digest-block .digest-body .digest-inner-block {
    display: block;
  }
  body .digest-block .digest-body .digest-inner-block .digest-inner-row {
    margin: 0 auto;
    max-width: 100%;
  }
  body .digest-block .digest-body .digest-inner-block .dig-img {
    width: 105px;
    height: 138px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 25px;
  }
  body .digest-block .digest-body .digest-inner-block .dig-img img {
    height: 100%;
    width: 100%;
  }
  body .digest-block .latest-header h2 {
    margin-bottom: 0;
  }
  body .digest-block .digest-body .digest-inner-block:last-child {
    border: none;
  }
  body .latest-block .latest-body .ver-block .ver-block-content .ver-block-date {
    bottom: 10px;
  }
  body .latest-block .latest-body .ver-block {
    height: 153px;
  }
  body .plays-block .latest-body, body .events-block .latest-body {
    display: block;
  }
  body .latest-block .latest-body .hor-block .hor-block-content p {
    display: none;
  }
  body .plays-block .latest-body .hor-block, body .events-block .latest-body .hor-block {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5625em;
    height: 376px;
  }
  body .plays-block .latest-body .hor-block, body .events-block .latest-body .hor-block .hr-image {
    height: 184px;
  }
  body .latest-block .latest-body .hor-block .hr-text {
    padding-bottom: 1.5em;
  }
  body .latest-block .latest-body .ver-block:hover .ver-block-date {
    position: absolute;
  }
  body .latest-block .latest-body .hor-block .hor-block-content .hor-block-date {
    bottom: 10px;
  }
  body .latest-block .latest-body .hor-block {
    height: 376px;
  }
  body .latest-block .latest-body .hor-block .hr-image {
    height: 184px;
  }
  body .plays-block .latest-body .small-news, body .events-block .latest-body .small-news {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    margin: 0 auto;
  }
  body .plays-block .latest-body .small-news .small-n, body .events-block .latest-body .small-news .small-n {
    padding: 0;
  }
  body .plays-block .digest-block, body .events-block .digest-block {
    display: block;
    padding: 0;
  }
  body .plays-block .digest-block .plays-main-img, body .events-block .digest-block .plays-main-img {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    margin-bottom: 1.25em;
  }
  body .plays-block .digest-block .plays-main-img img, body .events-block .digest-block .plays-main-img img {
    width: 100%;
  }
  body .plays-block .digest-block .digest-body {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    padding: 1.875em 2.5em 3.125em;
    margin: 0;
  }
  body .plays-block .digest-block .digest-body .blue-button {
    max-width: 270px;
  }
  body .events-block .digest-block {
    padding: 4.6875em 0.6875em;
  }
  body .featured-block {
    background-position: 0 50%;
    padding: 100px 36px 40px;
  }
  body .four-block .four .four-img {
    padding: 0;
  }
  body .four-block .four .four-img-mobile {
    display: block;
  }
  body .four-block .four .four-img-desctop {
    display: none;
  }
  body .four-block .four .featured-content {
    padding: 1.875em 1.8125em 6em;
  }
  body .hero-slider .slider .slide .slide-content h2 {
    font-size: 2.5rem;
    line-height: 2.6875rem;
  }
  body .hero-slider .slider .slide .slide-content {
    margin-top: 19.5em;
    margin-bottom: 7.8125em;
  }
  body .hero-slider .slider .slick-dots {
    margin: -90px auto 0;
    padding-bottom: 65px;
  }
  body .plays-block .digest-block .plays-main-img img {
    height: 312px;
  }
  body .plays-block .digest-block {
    /*height: 546px;*/
  }
  body .latest-header {
    padding: 20px 25px;
  }
  body .latest-header:after {
    top: 0;
  }
  body .latest-block .latest-header:after {
    background: url(../images/latest-header-arrow-black.svg) 0 50% no-repeat;
  }
  body .latest-block .latest-body .hor-block {
    margin-bottom: 25px;
  }
  body .latest-block .latest-header h2 {
    margin-bottom: 0;
  }
  body .plays-block .latest-body .small-news .small-n, body .events-block .latest-body .small-news .small-n {
    margin-bottom: 0;
  }
  body .latest-block .latest-body .small-news .small-n:last-child .ver-block, body .events-block .latest-body .small-news .small-n:last-child .ver-block {
    margin-bottom: 25px;
  }
  body .latest-block .latest-body .ver-block {
    /* margin-bottom: 0;*/
  }
  body .orange-block h2 {
    padding-right: 0;
  }
  body .orange-block h2 p {
    font-size: 2.75rem;
    line-height: 9.1875rem;
    margin-bottom: 0;
  }
  body .head-news .head-news-img-block {
    padding-right: 0;
  }
  body .head-news .head-news-img-block .head-news-img img {
    max-height: 300px;
  }
  body .head-news .head-news-body {
    padding: 0.9375em 0.625em 3.25em;
  }
  body .head-news .head-news-body h2 {
    font-size: 1.875rem;
  }
  body .white-button {
    padding-top: 10px;
    padding-bottom: 0;
  }
  body .all-news .categories-list ul {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body .all-news .categories-list {
    text-align: left;
    padding: 0 33px;
  }
  body .all-news .categories-list ul li:first-child {
    margin-left: 0;
  }
  body .latest-block .latest-body {
    padding: 0 25px;
  }
  body .watch-block .container {
    padding: 0;
    overflow: hidden;
  }
  body .watch-block .watch-full-video .watch-full-item h3 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 30px;
  }
  body .watch-block .watch-full-video .watch-full-item {
    height: 224px;
    background-size: cover;
    padding: 1.875em 1.875em 3.125em;
  }
  body .watch-block .watch-full-video {
    margin-bottom: 2em;
  }
  body .watch-block .watch-video-list .watch-col {
    padding: 0 3.125em 1.875em;
  }
  body .watch-block .watch-video-list .watch-list-item .ver-block-content h3 {
    margin-bottom: 2.5em;
  }
  body .watch-block .watch-video-list {
    margin-bottom: 0;
  }
  body .posts-list .posts-list-item {
    height: 240px;
  }
  body .team-hero .team-hero-body {
    padding: 49% 0 10%;
  }
  body .team-hero .team-hero-body img {
    max-width: 70px;
  }
  body .team-hero .team-hero-body h2 {
    margin: 0.625em 0 8%;
  }
  body .theme1 .theme-text-block, body .theme2 .styled-bg, body .theme3 .theme-text-col, body .theme5 .theme-text-col {
    padding-left: 27px;
  }
  body .theme-text-block {
    max-width: 100%;
  }
  body .theme-text-block ul {
    max-width: 420px;
  }
  body .theme1 .styled-bg {
    height: 406px;
  }
  body .theme1 .rep-bg {
    display: none;
  }
  body .theme1 .theme1-img2 img {
    height: 250.78px;
    width: 320px;
  }
  body .theme1 .theme1-img img {
    height: 190.1px;
    width: 168px;
  }
  body .theme1 .theme1-img {
    top: 165px;
    left: -130px;
  }
  body .theme1 .theme1-img-text {
    left: 50px;
  }
  body .theme2 .theme2-img img {
    width: 100%;
  }
  body .theme2 .theme-text-col .theme2-slogan h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
  body .theme2 .theme-text-col .theme2-slogan {
    margin-top: 2.375em;
    margin-left: 0;
    max-width: 100%;
  }
  body .theme3 .theme3-img-block-desctop {
    display: none;
  }
  body .theme3 .theme3-img-block-mobile {
    display: block;
  }
  body .theme3 .rep-bg {
    display: none;
  }
  body .theme3 .theme-text-col .theme-text-block2 {
    max-width: 100%;
    margin-top: 1.5625em;
  }
  body .theme4 .hidden-mobile {
    display: none;
  }
  body .theme4 .styled-bg .theme4-img {
    left: 27px;
    right: 27px;
    top: -120px;
  }
  body .theme4 .styled-bg .theme4-img img {
    width: 100%;
  }
  body .theme4 {
    margin-top: 12.5em;
  }
  body .theme4 .styled-bg .theme-text-block2 {
    max-width: 100%;
    padding: 11.9375em 1.0625em 1.25em;
  }
  body .theme5 .theme-text-col {
    padding-top: 0;
  }
  body .theme5 .theme-text-block2 {
    max-width: 100%;
  }
  body .theme5 .rep-bg {
    display: none;
  }
  body .theme5 .styled-bg {
    height: 330px;
  }
  body .theme5 .styled-bg .theme5-img {
    left: -120px;
    top: 55px;
  }
  body .theme5 .styled-bg .theme5-img img {
    height: 215px;
    width: 230px;
  }
  body .digest-page-block .categories-list ul li:first-child {
    margin-left: 0;
  }
  body .digest-page-block .subs-col-desctop {
    display: none;
  }
  body .digest-page-block .subs-col-mobile {
    display: block;
  }
  body .digest-page-block .digest-events-block, body .digest-page-block .subs-col-mobile, body .digest-page-block .categories-list {
    padding: 0 30px;
  }
  body .digest-page-block .digest-subsc {
    margin-top: 0;
    margin-bottom: 2.5em;
  }
  body .digest-page-block .digest-subsc h3 svg {
    display: inline;
    margin-bottom: 0;
  }
  body .digest-page-block .digest-inner .hor-block {
    max-height: initial;
  }
  body .digest-page-block .categories-list ul li a {
    font-size: 18px;
    line-height: 26px;
  }
  body .digest-page-block .digest-inner .hor-block .hr-image img {
    max-height: 180px;
  }
  body .digest-page-block .digest-inner .hor-block .hor-block-content {
    padding: 0.75em 1.25em;
  }
  body .digest-page-block .pagination .pag-numbers {
    padding: 0;
  }
  body .partners-head .partners-head-text-block {
    max-width: 100%;
  }
  body .partners-head .partners-head-text-block {
    padding: 2.125em 0 0 0.625em;
  }
  body .partners-head .styled-bg {
    height: 406px;
  }
  body .partners-head .partners-head-img img {
    height: 228px;
    width: 297px;
  }
  body .our-partners .o-partner-block {
    margin-bottom: 0;
  }
  body .capabilities {
    padding: 2.8125em 0.5em 3em;
  }
  body .capabilities .cap-list {
    margin-bottom: 1em;
  }
  body .case-study .case-block h4 {
    font-size: 1.875rem;
  }
  body .case-study .case-block img {
    height: 300px;
  }
  body .our-partners .our-content h3 img {
    width: 100%;
  }
  body .our-partners .our-p-img img {
    height: 260px;
  }
  body .article-body .content .article-slider .slick-slide img {
    height: auto;
  }
  body .article-block8 .posts-list .posts-list-item {
    height: 240px;
  }
  body .article-head .mobile-only {
    display: block;
    height: 406px;
  }
  body .article-head .desctop-only {
    display: none;
  }
  body .article-head .article-head-text {
    max-width: 100%;
  }
  body .article-head .article-head-img {
    top: 170px;
  }
  body .article-head .article-head-img2 {
    top: 80px;
  }
  body .article-head .article-head-img-text p {
    display: none;
  }
  body .article-head .article-head-img-text {
    top: auto;
    bottom: 10px;
  }
  body .article-head .article-head-text {
    padding-top: 0;
  }
  body .article-head .article-text-col {
    padding-left: 1.5rem;
  }
  body .article-body .content {
    padding: 0 1.5rem;
  }
  body .article-body .content .marked {
    margin-left: 15px;
  }
  body .article-block3 .rep-bg {
    display: none;
  }
  body .article-block3 .styled-bg .theme-text-block2 {
    padding: 20.75em 28px 2.5em 28px;
  }
  body .article-body .socials ul {
    padding-left: 0.5rem;
  }
  body .article-block3 .styled-bg {
    padding-left: 0;
  }
  body .article-block4 .content .marked {
    margin-left: 15px;
  }
  body .article-block5 .styled-bg {
    height: 406px;
  }
  body .article-block4 .content, body .article-block6 .content, body .article-block7 .block7-main-text {
    padding: 0 1.5rem;
  }
  body .article-block5 .block5-text-col {
    padding: 0 1.5rem;
    padding-top: 2.5em;
  }
  body .article-block5 .block5-content {
    padding-left: 0;
  }
  body .article-block5 .block5-quote {
    margin-left: 0;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    max-width: 100%;
  }
  body .article-block6 .watch-full-item {
    height: 224px;
    width: 326.04px;
    padding: 2em 1.875em 1.75em;
    margin: 4.375em auto;
  }
  body .article-block6 .watch-full-item h3 {
    font-size: 1.875rem;
    letter-spacing: -0.0375rem;
    line-height: 2.5rem;
  }
  body .article-block6 .rep-bg {
    height: 242px;
  }
  body .article-block6 {
    margin-bottom: 3.25em;
  }
  body .article-block7 {
    margin-top: 7.625em;
  }
  body .article-block7 .block7-top .block-top-text {
    padding-top: 2.8125em;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
  body .article-block7 .block7-top {
    margin-bottom: 0;
  }
  body .article-block3 .styled-bg .theme4-img {
    top: 45px;
    margin-top: 0;
  }
  body .article-block3 .styled-bg .theme4-img img {
    height: 227px;
    width: 296px;
  }
  body .about-head h1 {
    font-size: 2.5rem;
    letter-spacing: -0.05125rem;
    line-height: 2.875rem;
    padding: 7.375em 1.125em 5em;
  }
  body .about-block1 .styled-bg {
    height: 440px;
  }
  body .about-block1 .article-head-text {
    padding-top: 2.1875em;
    padding-bottom: 0;
  }
  body .about-banner h1 {
    padding: 2.25em 2.125em;
    font-size: 2.5rem;
    letter-spacing: -0.05625rem;
    line-height: 3rem;
  }
  body .about-block2 .hidden-mobile {
    display: none;
  }
  body .about-block2 .styled-bg .theme4-img {
    display: none;
  }
  body .about-block2 .styled-bg .theme-text-block2 {
    padding: 2.75em 28px 1.5em 28px;
  }
  body .about-block2 .mobile-only {
    display: block;
    padding: 0;
  }
  body .about-block2 .mobile-only img {
    max-height: 288px;
    width: 100%;
    object-fit: cover;
  }
  body .about-block4 .about-block4-img {
    margin-right: -15px;
    margin-top: 0;
  }
  body .about-block4 .about-block4-img img {
    width: 100%;
    height: 403px;
  }
  body .about-block3 {
    padding: 2em 0.875em 1.75em 0.875em;
  }
  body .jobs-head .article-head-text h1 {
    margin-top: 3.75rem;
  }
  body .article-head .article-head-text {
    min-height: auto;
  }
  body .jobs-head .styled-bg {
    height: 406px;
  }
  body .jobs-head .article-head-text {
    padding-bottom: 1em;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  body .jobs-block1 .watch-full-item {
    width: 100%;
    height: 400px;
  }
  body .jobs-block1 .content {
    padding: 0;
  }
  body .jobs-block1 .watch-full-item {
    padding: 5em 1.875em 1.75em;
  }
  body .jobs-block1 .rep-bg {
    display: none;
  }
  body .jobs-block1 .watch-full-item {
    margin: 0;
  }
  body .jobs-block2 h2 {
    font-size: 1.875rem;
    letter-spacing: -0.0375rem;
    line-height: 2.5rem;
  }
  body .jobs-block2 h2 {
    margin-bottom: 1em;
  }
  body .jobs-block2 .job-post-item h3 {
    font-size: 1.125rem;
    letter-spacing: -0.01563rem;
    line-height: 1.625rem;
  }
  body .jobs-block2 .job-post-item strong, body .jobs-block2 .job-post-item a {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
  body .jobs-block2 .job-post-item {
    padding: 1em 0;
  }
  body .jobs-block2 {
    margin-bottom: 3.25em;
  }
  body .jobs-head .article-head-text h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  body .contact-main form .form-item input, body .contact-main form .form-item textarea {
    max-width: 100%;
  }
  body .contact-main form .form-item {
    margin-bottom: 0.875em;
  }
  body .contact-main form .blue-button {
    margin: 15px auto;
  }
  body .contact-main .contact-text-col {
    padding-bottom: 4.125em;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .create1-page form {
    margin: 20px auto 0;
  }
  body .press-main .mobile-only {
    display: block;
  }
  body .press-main .desctop-only {
    display: none;
  }
  body .press-main .press-widget h3 svg {
    display: inline-block;
    margin-bottom: 0;
  }
  body .press-main .press-widget h3 {
    font-size: 1.875rem;
    letter-spacing: -0.0375rem;
    line-height: 2.125rem;
  }
  body .press-main .press-widget {
    margin-bottom: 1.875em;
  }
  body .page h1 {
    font-size: 2.375rem;
  }
  body .page h2 {
    font-size: 2.75rem;
  }
  body .page p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  body .page ul li {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  body .account-page h1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 40px;
  }
  body .account-page h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.27px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  body .account-page .account-box .account-link {
    top: 5px;
  }
  body .account-page .account-box .account-box-item table tr td h4 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.35px;
    line-height: 22px;
    margin-top: 10px;
  }
  body .account-page .account-box .account-box-item .table_title {
    width: 40%;
  }
  body .account-page .account-box .account-box-item .table_text {
    width: 60%;
  }
}
@media screen and (max-width: 705px) {
  body .hero-slider .slider .slide {
    height: 580px;
  }
  body .contact-main .social_logins {
    columns: auto;
  }
  body .contact-main .social_logins .blue-button {
    max-width: 100%;
    margin-bottom: 12px;
    margin-top: 8px;
  }
  body .contact-main .social_logins .blue-button:first-child {
    margin-top: 0;
  }
  body .contact-main .greyText {
    margin: 10px 0;
  }
  body .contact-main .infobottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  /*My Account page*/
  /*My Account page end*/
  body .account-page .account-box {
    margin-bottom: 7rem;
  }
  body .account-page .account-box .account-box-item table tr td {
    float: left;
    width: 100% !important;
  }
  body .account-page .account-box .account-box-item {
    padding: 0 30px;
  }
  body .account-page .account-box .account-box-item table {
    border-spacing: 0 20px;
  }
  body .account-page .account-box .account-link {
    bottom: -35px;
    top: auto;
    left: 0;
  }
  body .account-page .account-box .account-box-item table tr td p {
    word-break: break-all;
  }
}
@media screen and (max-width: 449px) {
  body .hero-slider .slider .slick-dots {
    margin: -55px auto 0;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 350px) {
  body .hero-slider .slider .slide .slide-content {
    margin-top: 9.5em;
  }
  body .middle-slider .slider .slide {
    background-position-x: 60%;
  }
  body .orange-block h2 {
    font-size: 2.08188rem;
    line-height: 5.1875rem;
  }
  body .theme1 .theme1-img-text {
    line-height: 20px;
    font-size: 20px;
  }
  body .article-block6 .watch-full-item {
    padding: 1em 0.875em 0.75em;
    width: 100%;
  }
  body .jobs-block1 .watch-full-item {
    height: 100%;
  }
  body .jobs-head .article-head-text p {
    padding-right: 0 !important;
  }
}
