.MainBubble,
.contentWrapper {
  position: relative;
  float: right;
}
.WeDo,
.swiper-container-products {
  overflow: hidden;
}
.contentWrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.hero {
  background-color: #f6f6f6;
}
.HeroBlock {
  width: 100%;
}
.MainBubble {
  text-align: right;
  width: 98%;
  border-top-left-radius: 60px; /*140px*/
  border-bottom-left-radius: 60px;
}

.MainBubble img {
  max-height: 350px;
  max-width: 100%;
  margin-top: 20px;
}

.grayBackdrop {
  position: relative;
  left: 0;
  right: 0;
}
.heroContent h1,
.heroContent h4 {
  width: 100%;
  color: #1e1e1e;
  font-weight: 100;
}
.heroContent {
  float: left;
}
.heroContent h1 {
  margin: 20px 0px 0px 0px;
  font-size: 28px;
  font-family: Gilroy-Bold;
  font-weight: 700;
  padding: 0px;
}
.heroContent h4 {
  font-size: 16px;
  margin-top: 0px;
  padding: 0px;
  margin: 10px 0px;
  font-family: Gilroy;
  text-align: left;
  color: #666;
}
.heroContent h2 {
  font-size: 18px;
  color: #ff003c;
  text-decoration: underline;
}
.WeDo {
  background-color: #f6f6f6;
}
.sectionH3 {
  margin-top: 30px;
  border-top: #d32d3e 3px solid;
  line-height: 0.1px;
  text-align: left;
  padding-left: 20px;
  font-family: Gilroy-Bold;
  font-size: 20px;
  color: #444;
}
.sectionH3 span {
  background-color: #f6f6f6;
  padding: 0px 5px;
}

.grayBackdrop {
  margin-top: 175px;
  background-color: white;
}
.flex-container {
  display: flex;
  top: -145px;
  position: relative;
  padding-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
.flex-container .flexBox {
  background-color: white;
    color: black;
    width: 25%;
    margin: 10px 5px;
    text-align: left;
    font-size: 30px;
    min-height: 200px; /*280px*/
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 20px;
    min-width: 200px;
    max-width: 260px;
}
.flex-container .selected {
  background-color: #d32d3e;
  color: white;
}
.flex-container .selected:after {
  content: '';
    position: relative;
    left: 40%;
    bottom: -25%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #d32d3e;
    clear: both;
}

.flex-container .selected .iconHolder {
  background-color: white;
}

.iconHolder {
  width: 75px; /*125px*/
  height: 75px;
  background-color: #d32d3e;
  display: inline-block;
  border-radius: 5px;
}

.flex-container .flexBox img {
  width: auto;
  height: auto;
  display: block;
  margin: 10px auto 0px;
}
.flex-container .flexBox h4 {
  font-family: Gilroy-Bold;
  font-size: 20px;
  font-weight: 100;
  margin: 10px 0px;
}
.flex-container .flexBox p {
  margin: 0px;
  font-size: 14px;
  min-height: 70px;
}
.WeDoBlocks {
  margin-top: -130px;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.doBlock {
  width: 70%;
  padding: 10px 20px;
  overflow: hidden;
}
.doBlock ul {
  list-style: none;
  margin-bottom: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  scrollbar-width: none;
}
.doBlock li {
  margin: 0px;
  padding: 15px 30px;
  font-family: Gilroy-Bold;
  font-weight: 100;
  color: #1e1e1e;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}
.doBlock .selected {
  border-bottom: 2px #ff003c solid;
  color: #ff003c;
}
.speedRange {
  display: none;
  padding: 15px 0 25px;
}
.speedRange h4 {
  font-family: Archive;
  font-weight: 100;
  float: left;
  font-size: 24px;
  margin: 0;
  padding: 0.5em 0;
}
.highlight,
.productBlock a,
.speedRange select {
  font-family: Gilroy-Medium;
}
.doBlockContent {
  width: 100%;
}
.productBlock {
  width: 100%;
}
.productBlock .colA {
  width: 100%;
  margin-right: 30px;
}
.productBlock .colB {
  width: 100%;
}
.productImg {
  width: 100%;
}
.productImg img {
  border: 3px solid white;
  border-radius: 10px;
  max-height: 550px;
}
.productBlock h3 {
  text-align: left;
  margin: 20px 0px 10px;
  font-family: Gilroy-ExtraBold;
  font-size: 40px;
}
.productBlock h4 {
  text-align: left;
  font-size: 20px;
  font-family: Gilroy-Medium;
  margin: 20px 0px;Main
}
.productBlock p {
  font-size: 16px;
  color: #1e1e1e;
}
.productBlock a {
  margin: -10px 0 0;
  font-weight: 100;
  width: 750px;
  font-size: 16px;
  color: #ff003c;
}
.WeAre {
  text-align: center;
}
.WeAre h3 {
  margin-bottom: 20px;
}

.WeAre h4 {
  color: #666;
  margin: 20px auto;
  font-weight: 100;
  font-size: 16px;
  text-align: left;
}
.WeAre img {
  margin: 15px 0px 10px 0px;
}

.News {
  text-align: center;
  padding: 10px 0px;
  background-color: #f6f6f6;
}

.News h1 {
  font-family: Archive;
  font-weight: 100;
  font-size: 40px;
  color: #1e1e1e;
}

.newsFlex {
  display: flex;
  margin-bottom: 20px;
  list-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

.newsBox {
  content: '';
  min-width: 250px;
  width: 300px;
  background-color: white;
  margin-right: 20px;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}
.News hr {
  height: 1px;
}
.newsBox img {
  height: 150px;
  max-width: 100%;
  border-radius: 5px;
}
.newsBox a {
  color: #d32d3e;
}

.ExhibitionHeader {
  float: left;
  position: relative;
  bottom: -30px;
  font-family: Archive;
  font-weight: 100;
  font-size: 50px;
}
.NewsBlock,
.readMore {
  float: right;
  position: relative;
}
.NewsBlock {
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #1e1e1e;
}
.NewsBlock h1 {
  margin: 0;
  padding: 40px 0 10px 40px;
  width: auto;
  color: #fff;
  font-size: 50px;
}
.readMore {
  font-family: GothamRounded-Medium;
  font-weight: 100;
  font-size: 24px;
  right: 80px;
  bottom: 40px;
  color: #ff003c;
}
.PartitionData h3,
.partitionB p {
  font-family: Archive;
  font-weight: 100;
}
.NewsBlock ul {
  list-style: none;
  padding: 10px 25px;
}
.NewsBlock ul li {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}
.NewsBlock ul li p {
  padding: 0;
  margin: 5px 0;
  font-size: 15px;
  color: #a6a6a6;
}
.partitionContent {
  height: 240px;
}
.partitionContent ul {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.partitionContent li {
  margin: 0;
  padding: 20px 50px;
  width: 60%;
  height: 100%;
  background-color: #1e1e1e;
  float: left;
}
.partitionContent li:nth-child(2) {
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
}
.partitionA img {
  position: relative;
  float: right;
  right: 60px;
  top: 40px;
  z-index: 0;
  width: 30%;
}
.PartitionData {
  color: #fff;
}
.PartitionData h3 {
  font-size: 32px;
  margin: 0;
  padding: 0;
}
.PartitionData h4 {
  font-size: 20px;
  margin: 40px 0 0;
  padding: 0;
}
.partitionB p {
  font-size: 16px;
  color: #ff003c;
}
.partitionB h3 {
  font-size: 18px;
  font-weight: 100;
  color: #1e1e1e;
}
.partitionA {
  display: none;
}
.ClientContent {
  margin-bottom: 20px;
  text-align: center;
}

.ClientContent h4 {
  width: 90%;
  margin: 20px auto;
  color: #666;
  font-size: 16px;
  text-align: left;
}
.swiper-container-clients {
  width: 100%;
  overflow: hidden;
}
.clientLogoBlock {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.clientLogo {
  display: inline-block;
  height: 130px;
  width: 170px;
  padding: 10px;
  margin: 5px 5px 5px 0;
  border: 3px solid #f6f6f6;
  text-align: center;
  white-space: nowrap;
}
.clientLogo img {
  max-height: 160px;
  max-height: 95%;
  width: 100%;
  vertical-align: middle;
  display: block;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.swiper-pagination {
  margin-top: 60px;
}
iframe {
  width: 100%;
  height: 240px;
}

.navbarWrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}