body {
  margin: 0;
}
.tac {
  text-align: center;
}
.oteam {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
.oteam__bg {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.oteam__container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.oteam__row {
  width: 100%;
}
.oteam__content {
  padding-left: 15px;
  padding-right: 15px;
}
.oteam__content.title-block h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: white;
}
.oteam__block {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  min-height: 250px;
  padding: 15px;
  vertical-align: middle;
}
.oteam__block--content {
  line-height: 1;
}
.oteam__block--content h2 {
  text-transform: none;
  font-size: 24px;
  margin-bottom: 0;
  color: white;
}
.oteam__block--content p {
  font-size: 16px;
  margin-top: 5px;
  color: white;
}
.oteam__block--content.blue {
  text-align: left;
}
.oteam__block--content.red {
  text-align: right;
}
.ocircle {
  width: 200px;
  height: 200px;
  border-radius: 500px;
  background-color: #eee;
  line-height: 1;
  margin: auto;
}
.ocircle__num {
  padding-top: 50px;
  font-size: 60px;
  font-weight: 700;
}
.ocircle__title {
  font-size: 24px;
}
.ocircle.green {
  background-color: rgba(108, 155, 73, 0.9);
  color: white;
}
.ocircle.green-dark {
  background-color: rgba(33, 102, 99, 0.9);
  color: white;
}
.ocircle.red {
  background-color: rgba(142, 57, 62, 0.8);
  color: white;
  margin-right: -30px;
}
.ocircle.blue {
  background-color: rgba(9, 155, 194, 0.8);
  color: white;
  margin-left: -30px;
}
.ocircle__bg {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bnum {
  font-size: 100px;
  font-weight: 900;
  color: white;
  min-height: 60px;
}
.btitle {
  font-size: 32px;
  color: white;
}
.tfr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f5f8;
}
.tfr__container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.tfr__row {
  width: 100%;
}
.tfr__content {
  padding-left: 15px;
  padding-right: 15px;
}
.tfr__col--left,
.tfr__col--right {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.tfr__col--left {
  width: 250px;
  min-height: 200px;
  font-size: 30px;
  font-weight: 900;
  padding-top: 28px;
  text-transform: uppercase;
}
.tfr__col--right {
  width: calc(100% - 270px);
  min-width: 300px;
}
.tfr__col--right ul {
  padding-left: 0;
  list-style: none;
}
.tfr__col--right ul li {
  display: inline-block;
  width: 170px;
  max-width: 100%;
  padding: 10px;
  background-color: #fff;
  margin: 4px 2px;
  border-radius: 4px;
  transition: 0.2s;
  position: relative;
  border: 1px solid #fff;
  font-weight: normal;
}
.tfr__col--right ul li:hover {
  transform: scale(1.1);
  z-index: 1;
  box-shadow: 0 0 30px -10px rgba(54, 54, 54, 0.5);
  border-color: #c0c0c0;
}
.tfr__col--right ul li span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 14px;
}
.tfr__col--right ul li img {
  max-height: 25px;
  max-width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .ocircle.red {
    margin-right: auto;
  }
  .ocircle.blue {
    margin-left: auto;
  }
  .oteam__block--content.red,
  .oteam__block--content.blue {
    text-align: center;
  }
  .tfr__col--left,
  .tfr__col--right {
    min-height: 90px;
    width: 100%;
  }
  .tfr__content {
    text-align: center;
  }
  .tfr__col--right ul li {
    text-align: left;
    width: 150px;
    white-space: nowrap;
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .tfr__col--left,
  .tfr__col--right {
    min-height: 90px;
    width: 100%;
  }
  .tfr__content {
    text-align: center;
  }
}
.oteam .lp__video {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0px auto;
  top: 0;
  left: 0;
  z-index:0;
}
.oteam .is_overlay {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.oteam .trailer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.oteam .trailer > video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  height: auto;
  min-width: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .oteam .trailer > video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .oteam .trailer > video {
    width: 300%;
    left: -100%;
  }
}
@supports (object-fit: cover) {
  .oteam .trailer > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
