@font-face {
	font-family: 'carousel';
	src:  url('fonts/arrow.eot?gyrct1');
	src:  url('fonts/arrow.eot?gyrct1#iefix') format('embedded-opentype'),
	url('fonts/arrow.ttf?gyrct1') format('truetype'),
	url('fonts/arrow.woff?gyrct1') format('woff'),
	url('fonts/arrow.svg?gyrct1#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.mb-carousel-icon {
	font-family: 'carousel';
	speak: never;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	font-size: 0.7em;
	-moz-osx-font-smoothing: grayscale;
}
.mb-carousel-arrow-right:before {
  content: "\ea3c";
}
.mb-carousel-arrow-left:before {
  content: "\ea40";
}
.mb-carousel-item {
    width: 52.85%;
    background-color: white;
    margin-right: 1.53em;
    position: relative;
}
.mb-carousel-img {
    width: 100%;
}
.mb-wrap-the-carousel {
    display: flex;
    width: 104vw;
    position: relative;
    justify-content: left;
    margin-left: -18.55em;
    margin-left:-21.55vw;
}
#the-carousel .et_pb_row {
    width: 100%;
}
#mb-the-carousel {
    position: relative;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
}
#carousels-go-left, #carousels-go-right {
	position: absolute;
    top: calc(50% - 1.5em);
    width: 4em;
    height: 3em;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
#carousels-go-left:hover, #carousels-go-right:hover {
	background-color: #221e72;
	color:white;
}
#carousels-go-left {
    left: 17.9%;
}
#carousels-go-right {
    right: 17.9%;
}
.mb-carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
}
.mb-slide-selected:before {
	background-color:transparent;
}