.video-wrapper-media-content>h1,
.video-wrapper-media-content>p {
	color: #fff;
	font-family: Poppins;
	font-style: normal;
	text-transform: uppercase
}

.blueHeading {
	font-size: 26px;
	margin-bottom: 20px;
	color: #0002d7;
	font-family: "Krona One"
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body,
html {
	overflow-x: hidden
}

.whats-new-media-wrapper>video {
	width: 100vw;
	object-fit: cover;
	height: 100vh
}

.whats-new-media-wrapper {
	position: relative;
	top: 0
}

.whats-new-media-wrapper>img {
	width: 100%;
	object-fit: cover;
	object-position: center
}

.gradient {
	position: absolute;
	top: 0;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .01) 100%);
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: 2
}

.video-wrapper-media-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	z-index: 9999
}

.video-wrapper-media-content>p {
	font-size: 33.307px;
	font-weight: 500;
	margin-bottom: 0
}

.video-wrapper-media-content>h1 {
	font-size: 83.335px;
	font-weight: 700;
	line-height: 121.644%
}

.Triagonal-grid-row-whats-new {
	/* display: grid;
	grid-template-columns: 1fr 1.51fr; */
	margin-top: 30px
}

.blueonimg {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    height: auto;
}

.Triagonal-grid-row-whats-new img {
	position: absolute;
	top: 50%;
	width: 70%;
	transform: translateY(-50%)
}

.firstcontent {
	position: relative;

	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

/* .Triagonal-grid-row-whats-new>div>p:first-child {
	text-align: right;
	position: relative;
	color: #000;
	font-family: "Krona One";
	font-size: 25px;
	left: 150px;
	margin-bottom: 35px
} */

.date{
    text-align: left;
    position: relative;
    color: #000;
    font-family: "Krona One";
    font-size: 25px;
    left: 0;
    margin-bottom: 35px;
}

.tiagopara {
	color: #000;
	font-family: Montserrat;
	font-size: 18px
}

.Triagonal-grid-row-whats-new>div>button {
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	margin-top: 20px
}

.righttriangle{
    clip-path: polygon(31% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.lefttriangle{
    clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
}
.bluetriangle {
	width: 100%;
	background-color: #0002d7;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding: 10px
}


/* .Triagonal-grid-row-whats-new img {
	width: 65%;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 200px
}
 */

.ymha-terms h4 {
	color: #0002d7;
	font-weight: 700;
	margin-bottom: 20px
}

.ymha-terms>ul>li {
	font-size: 16px !important
}

@media screen and (max-width:1180px) {
	
	.date {
		left: 0; /*80px*/
	}
}

@media screen and (min-width:1700px) {

}

@media screen and (max-width:598px) {
	.video-wrapper-media-content>h1 {
		font-size: 52px
	}
	.blueHeading {
		font-size: 18px;
	}
	.tiagopara {
		font-size: 16px
	}
}

.images-product-section {
	margin: 30px 0 0 !important
}

.image-wrapper-products {
	max-width: 1200px;
	margin-left: auto;
	margin-top: -3.85rem;
	background-color: #fff;
	padding: 20px
}

.image-wrapper-products .slick-slide {
	margin: 0 10px
}

.image-wrapper-products .slick-next,
.image-wrapper-products .slick-nexts,
.image-wrapper-products .slick-prev,
.image-wrapper-products .slick-prevs {
	display: none !important
}

.black-patch-row {
	background-color: rgba(0, 0, 0, .9);
	height: 60px;
	width: 100%
}

@media screen and (max-width:1350px) {

	.Products_section .wrapper-products,
	.Products_sections .wrapper-products,
	.image-wrapper-products {
		max-width: 900px
	}
}

@media screen and (max-width:1080px) {
	.whats-new-media-wrapper>img {
		margin-top: 62px
	}

	.Triagonal-grid-row-whats-new img {
		right: 70px
	}

	.image-wrapper-products {
		max-width: 100%;
		margin-top: 0
	}

	.black-patch-row {
		justify-content: space-between
	}

	.image-wrapper-products .slick-next,
	.image-wrapper-products .slick-nexts {
		display: none
	}
}

@media screen and (max-width:992px) {

	.Triagonal-grid-row-whats-new img {
		position: initial;
		transform: initial;
		width: 100%
	}

	.bluetriangle,
	.date {
		display: block; /*none*/
	}

	.Triagonal-grid-row-whats-new {
		display: flex;
		flex-direction: column-reverse
	}


	.image-wrapper-products {
		padding: 0 20px;
		margin-top: 0
	}
}

.bg-black>.next-x>img,
.bg-black>.prev-x>img,
.black-patch-row>.next-x>img,
.black-patch-row>.prev-x>img {
	width: 30px !important;
	margin: 0 30px;
	cursor: pointer
}

.bg-black,
.black-patch-row {
	display: flex;
	flex-direction: row;
	align-items: center
}

.Products_section .slick-slide {
	margin: 30px 10px !important
}
@media(max-width:767px){
	.bluetriangle{
		height: auto;
		background-color: transparent;
			}
}
@media(min-width:768px){
    .bluetriangle{
height: auto;
background-color: transparent;
    }
    .blueHeading{
        font-size: 17px;
    }
    .tiagopara {
        font-size: 16px;
    }
} 

@media(min-width:992px){
    .bluetriangle{
      height: auto;
    }
    .blueHeading {
        font-size: 26px;
    }
    .tiagopara {
        font-size: 18px;
    }
	.Triagonal-grid-row-whats-new img{
		position: static;
		transform: translateY(0%);
		width: 100%;
	}
}
.flex-xl-row-reverse {
	margin-top: 30px !important;
}
.flex-xl-row {
	margin-top: 30px !important;
}


@media(min-width:1200px){
    /* .bluetriangle{
	  background-color: #0002d7;
    } */
	.Triagonal-grid-row-whats-new img{
		position: absolute;
		/* width: 70%; */
		transform: translateY(-50%);
	}
  
}
.banner{
	margin-top: 4.1rem;
}