<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansregular';
    font-size: 16px;
    color: #1c1c1c;
}
html {
    font-size: 62.5%;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
/*****************side area****************/
.mini-nav{
	position: fixed;
	top: 39%;
	z-index: 9;
	right: 3rem;
}
.mini-nav img{
	width: 20px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.navtxt{
	visibility: hidden;
}
.mini-nav .d-block:hover .navtxt{
	visibility: visible;
	padding: 2rem 2rem 2rem 4rem;
}
.mini-nav .d-block:hover .navtxt span{
	display: block;
  	padding-bottom: 1rem;
  	margin-bottom: 1rem;
  	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mini-nav .d-block:hover .navtxt span:last-child{
	border-color: transparent;
	padding-bottom: 0;
	margin-bottom: 0;
}
.mini-nav .d-block .navtxt h6{
	font-size: 0;
}
.mini-nav .d-block:hover .navtxt h6{
	font-size: 1.8rem;
}
.navtxt a{
	display: none;
	font-size: 1.6rem;
}
.mini-nav .d-block:hover .navtxt a{
	display: block;
}
.navtxt a:hover{
	color: #fff;
}
.mini-nav .d-block{
  	font-size: 0;
}
.mini-nav .d-block:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	content: '';
	background: rgba(30, 30, 30, 0.4);
	z-index: -1;
	border-radius: 10px;
	transition: all 0.5s;
}
.mini-nav .d-block:hover:after{
	width: 100%;
	background: #1e1e1e;
}
.mini-nav .d-block.whatsapp-nav:after, .mini-nav .d-block.whatsapp-nav:hover:after{
	background: #20c51d;
}
.mini-nav .d-block.whatsapp-nav:hover .navtxt span:not(:last-child){
	border-color: rgba(255, 255, 255, 0.2);
}
.nav-img {
	width: 60px;
	padding: 2rem 0;
}
/*****************header****************/
.header-area {
/*    position: absolute;*/
    height: auto;
    padding: 2rem 0;
    z-index: 99;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.is-hidden{
	background: #1A1A1A;
  	border-color: #2b2b2b;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 22.5rem;
}
.header-area .nav-item img{
	width: 80%;
	margin: auto;
	display: table;
}
.header-area .navbar-expand-lg {
	padding: 0;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
	align-items: center;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	font-family: 'lama_sansmedium';
	font-size: 1.8rem;
	letter-spacing: .05rem;
	text-transform: none;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, 
.header-area .nav-link:hover,
.menu-items a:hover {
	color: #FF0022;
}
.header-area .nav-link::before {
	background-color: #FF0022;
}
.header-area .nav-item{
	margin-right: 4rem;
}
.nav_menu_right_part:hover .menu-icon::after, .nav_menu_right_part:hover .menu-icon::before, 
.nav_menu_right_part:hover .menu-icon div{
	background-color: #FF0022;
}
.nav_menu_right_part:hover a:before{
	width: 100%;
	background: #FF0022 !important;
}
.nav_menu_right_part:hover a{
	color: #FF0022 !important;
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items.active{
	width: 40rem;
}
.menu-items a:hover{
	color: #FF0022;
}
.header-top2{
	margin-left: 2rem;
	margin-right: 8rem;
}
.header-area .akker_btn_cls {
	min-width: 21.8rem;
}
/*****************banner****************/
.banner-sec {
	position: relative;
}
.banner-sec .swiper-pagination {
	text-align: right;
	padding: 0 7%;
	padding-bottom: 6rem;
}
.banner-sec .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .43;
    margin: 0 12px !important;
    position: relative;
}
.banner-sec .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner-sec .swiper-pagination-bullet-active:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    content: '';
    border: 1px solid #fff;
    border-radius: 100%;
}
.banner-content {
	position: absolute;
	z-index: 1;
	top: 54%;
	transform: translateY(-50%);
	width: 100%;
}
.banner-content h1 {
	
	margin-top: 9rem;
}
.banner-content h3 {
	margin-bottom: 4rem;
	color: #fff;
}
.banner-btn-area {
	max-width: 67.2rem;
	width: 100%;
	border-radius: 2rem;
	background-color: #fff;
	padding: 2.5rem;
}
.banner-btn-area .border-btn {
	border: 1px solid #BCBCBC;
	color: #121212;
	white-space: normal;
}
.banner-btn-area .border-btn:hover, .border-btn:focus, .border-btn:active {
	background-color: #FF0022;
    color: #fff;
    border: 1px solid #BCBCBC;
}
/*****************product****************/
.product-sec {
	background-color: #1A1A1A;
	padding: 4% 0;
}
.product-sec .swiper-button-prev{
	left: 0;
}
.product-sec .swiper-button-next {
	right: calc(33.33% + .5rem)
}
.product-sec .filter-main {
	max-width: 100%;
    padding: 0;
    background-color: transparent;
	/* max-width: 60rem;
    padding: 0;
    margin-left: auto;
    background-color: transparent; */
}
.product-sec .filter-outer .filter-main li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8rem 0 0;
}
.filter-outer .filter-main li:last-child {
	padding-right: 0;
}
.filter-outer .select-style {
	height: auto;
	padding: 0;
	border: 0;
	color: #fff;
	opacity: 0.63;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	text-transform: none;
	padding-right: 3rem;
	font-family: 'lama_sansregular';
    background: #1A1A1A;
}
.filter-main li.active .select-styl {
    opacity: 1;
}
.select-style option{
	font-family: arial;
}
.filter-outer {
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	padding-bottom: 4rem;
	margin-bottom: 6.5rem;
}
.filter-outer .filter-main button {
	background-color: #fff;
	padding: 0;
	box-shadow: none;
	background-color: transparent;
	border: 0;
}
.filter-outer li.active .select-styl {
	opacity: 1;
}
.product-sec img {
	border-radius: 0.5rem;
	overflow: hidden;
}
.product-sec img.w-100{
	height: 100%;
	object-fit: cover;
}
.thumb{
	margin-bottom: 1rem;
}
.product-dtl{
	padding: 2rem .5rem;
}
.product-dtl h4 {
	font-family: 'lama_sansbold';
}
.product-dtl h5{
	margin: 1rem 0 2rem;
}
.product-dtl td{
	font-size: 2rem;
	vertical-align: top;
	font-family: 'lama_sansregular';
	color: #fff;
	padding-right: 4rem;
}
.product-dtl .text-end{
	height: auto;
}
.product-btn a {
	margin-right: 4rem;
}
.product-btn .akker_btn_cls {
	max-width: 32.2rem;
}
.product-dtl .txt-btn:hover {
	color: #FF0022;
}
/*****************service****************/
.service-sec {
	padding: 6% 0 4%;
	overflow: hidden;
}
.service-sec h2 {
	color: #121212;
	margin-bottom: 3%;
}
.service-left-part {
	padding-top: 2.5rem;
    padding-right: 6rem;
}
.service-left-part h3 span {
	font-family: 'lama_sansregular';
}
.service-left-part p {
	margin: 3rem 0 3.5rem;
}
.service-right-top-part {
	position: relative;
}
.service-btn .border-btn {
	border: 1px solid #BCBCBC;
	color: #121212;
	font-family: 'lama_sanssemibold';
	margin-bottom: 2rem;
	max-width: 32.2rem;
}
.service-btn .border-btn:nth-child(last) {
	margin-bottom: 0;
}
.service-btn .border-btn:hover {
	color: #fff;
}
.service-right-top-part-img {
	border-radius: 0.5rem 0 0 0;
	overflow: hidden;
}
.service-right-img {
	border-radius: 0 0 0 0.5rem;
	overflow: hidden;
}
.service-right-top-part h4 {
    font-family: 'lama_sansbold';
    margin-bottom: 2rem;
}
.service-right-top-part p {
	max-width: 60rem;
	width: 100%;
	color: #fff;
}
.service-right-top-part-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 6rem;
	width: 100%;
}
.service-right-btm-part .col-lg-6:last-child .service-right-img{
	border-bottom-left-radius: 0;
}
.service-right-btm-part h5 {
	color: #FF0022;
	font-size: 3.2rem;
	font-family: 'lama_sansbold';
}
.service-right-content {
	text-align: center;
}
.service-right-content h4 {
	font-family: 'lama_sansbold';
	margin: 1rem 0 3rem;
}
.service-right-content p {
	font-size: 2.4rem;
	color: #fff;
	margin-bottom: 5rem;
}
.service-wrap {
	position: relative;
}
.service-right-content {
	position: absolute;
    padding: 4rem 0;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-right-title h5 {
	font-size: 2.4rem;
    font-family: 'lama_sansregular';
    color: #fff;
	margin-bottom: 4.5rem;
}
/*****************middle-blk****************/
.middle-blk-img {
	border-radius: 0.5rem;
	overflow: hidden;
}
.middle-blk h2 {
	color: #121212;
    text-align: right;
    margin: 0 auto 3.7rem;
    display: table;
}
.middle-blk-info h4 {
	color: #121212;
}
.middle-blk-info {
	padding-left: 16%;
}
.middle-blk-info p {
	margin: 3.6rem 0 6rem;
}
.middle-blk-info .txt-btn {
	color: #121212;
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.middle-blk-info .txt-btn:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.middle-blk-info .txt-btn:hover {
    color: #FF0022;
}
/*****************about****************/
.about-sec {
    padding: 5% 0 4rem;
}
.about-sec-img {
	padding-left: 14%;
}
.about-sec h4 {
	color: #121212;
}
.about-sec .accordion-button::after {
	background-image: url(../images/next-black.svg);
    background-size: contain;
    border-radius: 100%;
    height: 5rem;
    width: 5rem;
    background-size: 2rem;
    background-position: center center;
	transform: rotate(-180deg) !important;
}
.about-sec .accordion-button:not(.collapsed)::after {
	background-image: url(../images/next-black.svg);
    background-size: contain;
    border-radius: 100%;
    height: 5rem;
    width: 5rem;
    background-size: 2rem;
    background-position: center center;
	
}
.about-sec .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
}
.about-sec .accordion-item {
    border-bottom: 2px solid #4D4D4D;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.about-sec .accordion-item:first-child {
	border-top: 2px solid #4D4D4D;
}
.about-sec .accordion-button {
    padding: 4rem 0;
    background-color: transparent;
}
.about-sec .accordion-body {
    padding:0 10% 4rem 0;
}
.about-sec .accordion-body p {
	color: #121212;
}
.about-sec .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.about-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.about-sec .akker_btn_cls {
	margin: 8rem 0 9rem;
	margin-right: 5rem;
}
/*****************footer****************/
.footer-area {
	background-color: #1A1A1A;
	padding: 7.7rem 0 5.2rem;
}
.footer-logo img {
	width: 34.6rem;
}
.footer-left h4 {
	font-size: 3.2rem;
	font-family: 'lama_sansbold';
	margin: 7.2rem 0;
	text-transform: uppercase;
}
.footer-left .akker_btn_cls {
	background-color: transparent;
	margin-right: 1.5rem;
	max-width: 20.2rem;
}
.footer-left .akker_btn_cls:hover, .akker_btn_cls:active, .akker_btn_cls:focus {
	background-color: #fff;
	color: #171717;
}
.footer-info {
	margin-left: 5rem;
}
.each-footer-info h5 {
	font-size: 2.4rem;
	font-family: 'lama_sansmedium';
	margin-bottom: 3rem;
}
.each-footer-info p {
	line-height: 0.8;
}
.each-footer-info p a{
	font-size: 1.6rem;
	font-family: 'volvo_novumregular';
	color: rgba(255, 255, 255, 0.6);
}
.each-footer-info p a:hover {
	color: #FF0022;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mail-info p a{
	text-decoration: underline;
}
.mail-btm-info p {
	margin-top: 3rem;
	margin-bottom: 5.8rem;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.6rem;
}
.each-btm-footer-info h5 {
	font-size: 2.4rem;
	margin-bottom: 2.5rem;
}
.each-btm-footer-info p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.6rem;
	font-family: 'lama_sansregular';	
	margin-bottom: .2rem;
}
.each-btm-footer-info p span {
	font-family: 'lama_sanssemibold';
}
.footer-social {
	margin-top: 3.5rem;
	white-space: nowrap;
}
.footer-social li {
	margin-right: 1rem;
	display: inline-block;
	vertical-align: top;
}
.footer-social li a {
	height: 5.9rem;
	width: 5.9rem;
	background-color: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
}
.whatsapp-btn a{
	background-color: #25D366 !important;
}
.footer-social li a img {
	width: 2rem;
}
.footer-social li a:hover {
	background-color: #FF0022;
}
.footer-left-credit p {
	color: #767676;
	font-size: 1.6rem;
	margin-top: 3.5rem;
}
.footer-btm-logo {
	margin-top: 2rem;
}
.footer-btm-logo img {
	margin: 0 2rem;
}
.footer-right-credit {
	text-align: end;
}
.footer-right-credit li {
	font-size: 1.6rem;
	margin-left: 4rem;
	display: inline-block;
}
.footer-right-credit li:first-child {
	margin-left: 0;
}
.footer-right-credit li a {
	color: #767676;
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	text-decoration: underline;
	padding-right: 2rem;
}
.footer-right-credit li a:hover {
	color: #FF0022;
}
.footer-btm-logo .col-lg-9 ul{
	max-width: 83rem;
	padding-left: 4rem;
	display: flex;
	text-align: end;
	justify-content: space-between;
}
.footer-area .col-lg-4{
    width: 29%;
}
.footer-area .col-lg-8{
	width: 71%;
}
.footer-btm-logo .col-lg-9 li:not(.footer-right-credit li){
	margin-bottom: 3rem;
}
.ftr-logo{
	max-height: 6rem;
}
/*****************popup****************/
.modal-area .modal-dialog{
	max-width: 70%;
	margin-top: 12%;
}
.modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content{
	border-radius: 0;
	border: 0;
}
.popup-content {
	padding: 6% 0 6% 10%;
}
.popup-content h3 span {
	font-family: 'lama_sansregular';
}
.popup-content p {
    margin: 3rem 0rem 4rem 0;
    font-size: 1.8rem;
    max-width: 50rem;
    width: 100%;
}
.popup-content .akker_btn_cls {
	border: 0;
}
.popup-content .akker_btn_cls:hover, .akker_btn_cls:active, .akker_btn_cls:focus {
	color: #fff;
    background-color: #1A1A1A;
    border-color: #BCBCBC;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.modal-area img.w-100{
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}
.modal-area .d-flex{
	position: absolute;
    right: 0px;
    z-index: 2;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #000;
    border-radius: 0;
    top: -1px;
}
/*****************bedankt****************/
.bedankt-banner-sec .banner-content h1 {
	margin-bottom: 4.8rem;
	margin-top: 7rem;
}
.bedankt-banner-sec .akker_btn_cls {
	border: 0;
}
.bedankt-banner-sec .banner-content{
	padding: 0 3%;
}
/*****************aanbod****************/
/****filter-sec****/
.filter-sec{
	padding: 3% 0 3%;
}
.filter-sec .filter-main {
	max-width: 130rem;
	width: 100%;
}
/* .filter-main .col-lg-2{
	width: 16%;
} */
.filter-sec h4{
	font-family: 'lama_sansbold';
	color: #121212;
}
.filter-sec button {
	background: transparent;
	border: 0;
}
.filter-sec button img{
	width: 3rem;
	margin-top: 1rem;
	margin-left: 3rem;
}
.filter-sec .select-style {
    width: 100%;
   	color: #121212;
	opacity: .63;
    font-family: 'lama_sansbold';
    /* font-size: 2.4rem; */
	font-size: 1.5rem;
    border: 0;
    border-radius: 0;
    appearance: none;
	margin: 2rem 0;
    background: url(../images/down-arrow.svg) #fff no-repeat 90% center/10px;
}
.filter-sec .select-style:hover {
	opacity: 1;
}
/****aanbod-list****/
.aanbod-product-img {
	border-radius: 1rem;
	overflow: hidden;
}
.aanbod-product-dtl {
	margin: 2rem 0;
}
.aanbod-product-dtl h5 {
	font-family: 'lama_sansbold';
	color: #121212;
	height: 60px;
	overflow: hidden;
}
.aanbod-product-dtl h6 {
	color: #121212;
	margin-top: 1rem;
	height: 25px;
	overflow: hidden;
}
.aanbod-product-dtl .product-price h5, .aanbod-product-dtl .product-price h6{
	height: auto;
}
.aanbod-product-dtl .txt-btn::after {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.aanbod-product-dtl .txt-btn:hover::after {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.aanbod-product-dtl-bottom td {
	vertical-align: top;
  	font-size: 1.8rem;
  	color: #121212;
  	font-family: 'lama_sansregular';
  	padding-right: 1.5rem;
}
.aanbod-product-dtl-bottom td:last-child{
	padding-right: 0;
}
.aanbod-product-dtl .txt-btn:not(:hover){
	color: #121212;
}
.aanbod-list-outer-wrap {
	margin: 0 -3%;
}
.aanbod-list .col-lg-6 {
    padding: 0 3%;
	margin-bottom: 4%;
}
.aanbod-top-heading{
	position: absolute;
	top: 0;
  	padding-top: 7%;
}
.aanbod-button{
	position: absolute;
  	bottom: 2.5rem;
  	padding: 0 2.5rem;
}
.aanbod-button .akker_btn_cls{
	border-color: transparent;
}
.aanbod-button .akker_btn_cls:hover, .aanbod-button .akker_btn_cls:focus, 
.aanbod-button .akker_btn_cls.active{
	border-color: #BCBCBC;
}
.aanbod-button .akker_btn_cls span{
	padding-right: 15%;
}
.aanbod-button .akker_btn_cls span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	background: url(../images/txt-btn-arrow.svg) no-repeat center / cover;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/*****************aanbod-dtl****************/
.aanbod-dtl-banner{
	background-color: #1A1A1A;
}
.conner-img{
	border-radius: .5rem;
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-banner .swiper-button-next{
	right: 0;
}
.aanbod-dtl-banner .swiper-button-prev{
	left: 0;
}
.aanbod-dtl-banner .position-relative {
	overflow: hidden;
	border-radius: .5rem;
}
.add{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.add img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% ,-50%);
	width: 2.3rem;
}
.show-car{
	display: none;
}
.aanbod-back-btn{
	margin-bottom: 0;
	padding-bottom: 6rem;
}
.aanbod-mid-sec {
	background-color: #1A1A1A;
	padding: 3rem 0;
}
.aanbod-mid-price-sec h3{
	color: #fff;
}
.aanbod-mid-price-sec h4{
	font-size:3.2rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 2;
}
.aanbod-mid-dtl-sec{
	padding-top: 2rem;
}
.aanbod-mid-dtl-sec hr {
    margin: 0;
    height: 1px;
    background-color: rgb(255, 255, 255 ,0.5);
	margin-bottom: 4rem;
}
.aanbod-mid-dtl-left{
	padding-right: 2rem;
}
.aanbod-mid-dtl-table{
	padding-right: 5rem;
}
.aanbod-mid-dtl-sec table{
	width: 100%;
}
.aanbod-mid-dtl-sec tr {
	vertical-align: top;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	padding: 2rem 0;
	width: 100%;
}
.aanbod-mid-dtl-sec tr:last-child{
	border-bottom:0;
}
.aanbod-mid-dtl-sec td{
	width: 37%;
	display: inline-block;
	padding: 2.4rem 0;
}
.aanbod-mid-dtl-sec td:last-child{
	padding-bottom: 0;
	padding-right: 0;
	width: 0;
}
.aanbod-mid-dtl-sec td h6{
	color: rgb(255, 255, 255 , 0.5);
	font-size: 2.4rem;
	margin-bottom: 1rem;
	font-family: 'lama_sansbold';
}
.aanbod-mid-dtl-sec td h5{
	font-size: 2rem;
}
.aanbod-mid-dtl-right{
	background-color: #fff;
	border-radius: 1rem;
	padding: 2.3rem;
	max-width: 56rem;
	width: 100%;
	margin: auto;
}
.aanbod-mid-dtl-right .col-5 img{
	border-radius: 2.5px;
}
.aanbod-mid-dtl-sec li{
	margin-bottom: 4rem;
	margin-top: 1rem;
}
.aanbod-mid-dtl-sec li:last-child{
	margin-bottom: 0;
}
.aanbod-mid-dtl-sec .border-btn{
	border-color: #FF0022;
	background-color: #FF0022;
	color: #fff;
}
.aanbod-mid-dtl-sec .border-btn:hover, .aanbod-mid-dtl-sec .border-btn:focus, .aanbod-mid-dtl-sec .border-btn:active{
	border-color: #2b2b2b;
	background-color: #121212;
	color: #fff;
}
.aanbod-mid-dtl-right h5{
	font-size: 2rem;
	color: #121212;
	font-family: 'lama_sansbold';
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.aanbod-mid-dtl-right h6{
	font-size: 1.6rem;
	color: #121212;
	font-family: 'lama_sansbold';
	margin-bottom: 1.2rem;
}
.aanbod-mid-dtl-right p{
	font-size: 1.4rem;
	margin-bottom: 2.4rem;
}
.aanbod-mid-dtl-right a{
	color: #121212;
	font-size: 1.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-mid-dtl-right a img{
	margin-right: 2rem;
	width: 1.4rem;
}
.aanbod-mid-dtl-right a:hover{
	color:#FF0022;
}
/*****tab section****/
.dtl-tab-sec{
	padding: 3rem 0;
}
.tab-btn .nav-tabs{
	padding: 0 14rem;
	justify-content: center;
}
.dtl-tab-sec.tab-btn{
	margin-top: -5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #BCBCBC;
    background-color: transparent;
	text-transform: uppercase;
    color: #121212;
    opacity: 1;
	padding: 1.2rem 2rem;    
    letter-spacing: normal;
	border-radius: .5rem;
	width: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sanssemibold';
	font-size: 1.5rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #FF0022;
	border-color: #FF0022;
	color: #fff;
}
/*==========================================================dtl-tab-content==================================================*/
.dtl-tab-content-heading h2 {
	padding: 5rem 0;
	color: #121212;
}
.dtl-tab-sec .tab-content ul li {
    font-size: 2rem;
    color: #121212;
    margin-bottom: 1rem;
    word-break: break-word;
	font-family: 'lama_sansregular';
}
/* / / ****kenmerken ***** / / */
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 14px;
	padding-left: 1.3rem;
	background-size: 7px;
	font-family: 'lama_sansbold';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	 font-family: 'lama_sansregular';
}
.bullet-panel h4 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
	color: #121212;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	color: #121212;
	font-size: 1.8rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
   	background-size: cover;
	position: absolute;
	top: 15px;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF0022;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #121212;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
	font-size: 2rem;
    line-height: 3rem;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'lama_sanssemibold';
}
.each-onderhoud-block p {
    color: #121212;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-top-area .akker_btn_cls {
	border: 1px solid #121212;
}
.aanbod-dtl-product-wrap{
	background: #F5F5F5;
	padding: 8rem 3rem 3rem;
}
.aanbod-dtl-heading h2{
	margin-bottom: 7rem;
}
.aanbod-dtl-btm{
	padding-top: 5%;
	padding-bottom: 4%;
}
.aanbod-dtl-btm td {
	font-size: 1.6rem;
}
.aanbod-dtl-btm .txt-btn {
	font-size: 1.6rem;
}
.aanbod-list .aanbod-product-dtl h5{
	height: auto;
}
/*****************verkocht****************/
.verkocht-list {
	padding-top: 5%;
}
.verkocht-right-part h4 {
	margin-top: 3rem;
}
/*****************werkplaats-list****************/
/****inner-banner****/
.inner-banner{
	padding: 16% 0 11% 0;
}
.banner-info h1 {
	font-family: 'lama_sansregular';
}
/****list-sec****/
.list-sec {
	padding: 7% 0;
}
.list-img {
	border-radius: 0.5rem;
	overflow: hidden;
}
.list-info {
	padding-left: 17%;
}
.list-info .akker_btn_cls {
	border: 0;
}
.each-list:nth-child(even) .list-info {
	padding-left: 0;
	padding-right: 17%;
}
.list-info h3 {
	color: #171717;
	font-family: 'lama_sansregular';
}
.list-info p {
	margin: 7% 0 8%;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list {
	margin-top: 7%;
}
.each-list:first-child {
	margin-top: 0;
}
/*****************service-dtl****************/
/****dtl-header-area****/
.dtl-header-area {
	background-color: #1A1A1A;
}
/****back-btn****/
.back-btn {
	background-color: #1A1A1A;
	padding-top: 17rem;
	margin-bottom: -2.3rem;
}
.back-btn .akker_btn_cls {
	max-width: 32.2rem;
}
/****dtl-top-blk****/
.dtl-top-blk {
	padding: 1% 0 5%;
	background-color: #1A1A1A;
}
.dtl-top-blk-img {
	border-radius: 0.5rem;
	overflow: hidden;
}
.dtl-top-blk-info {
    padding: 8% 5% 2% 0;
}
.dtl-top-blk-info h3 {
	color: #fff;
	margin-bottom: 5.4rem;
}
.dtl-top-blk-info p {
	color: #fff;
	max-width: 60rem;
    width: 100%;
}
/****dtl-about-sec****/
.dtl-about-sec {
	background-color: #1A1A1A;
	padding-top: 0;
	padding-bottom: 4%;
}
.dtl-about-sec .col-lg-7 {
	width: 54%;
}
.dtl-about-sec .col-lg-5 {
	width: 46%;
}
.dtl-about-sec .about-sec-img {
    padding-right: 14%;
	padding-left: 0;
}
.dtl-about-sec-title h3 {
	color: #fff;
	margin-bottom: 4.5rem;
}
.dtl-about-sec-title h3 span {
	font-family: 'lama_sansregular';
}
.dtl-about-sec h4 {
	color: #fff;
}
.dtl-about-sec .accordion-body p {
	color: #fff;
}
.dtl-about-sec .accordion-button::after {
	background-image: url(../images/dtl-next-black.svg);
}
.dtl-about-sec .accordion-button:not(.collapsed)::after {
	background-image: url(../images/dtl-next-black.svg);
}
/****related-service-sec****/
.related-service-sec {
	background-color: #fff;
	padding: 6% 0 4% 0;
}
.related-service-sec h2 {
	color: #121212;
	margin-bottom: 6rem;
}
.each-related-service .txt-btn {
	font-size: 3.6rem;
	color: #121212;
	margin: 3rem 0 2rem;
	width: 100%;
}
.each-related-service .txt-btn::after {
	filter: brightness(0);
    -webkit-filter: brightness(0);
}
.each-related-service .txt-btn:hover::after {
 	filter: brightness(0) invert(0) !important;
   -webkit-filter: brightness(0) invert(0) !important;
}
.related-service-slider {
	position: relative;
}
.related-service-slider .common-arrow {
	width: 5rem;
	height: 5rem;
    background-color: #121212;
    top: -4rem;
}
.related-service-slider .swiper-button-next {
	right: 0;
}
.related-service-slider .swiper-button-prev {
	left: auto;
	right: 6rem;
}
.elated-service-img {
	overflow: hidden;
	border-radius: 0.5rem;
}
.elated-service-img img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-service-sec .each-related-service:hover .elated-service-img img{
	transform: scale(1.1);
}
/*****************vacature-dtl****************/
.vacature-dtl-about-sec h3 {
	font-family: 'lama_sansregular';
}
.form-plus {
    position: relative;
}
.form-plus::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6rem;
    content: '';
    width: 1.8rem;
    height: 2.4rem;
    background-image: url(../images/dtl-from-plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*****************over-ons****************/
.overons-top{
	padding: 4.3% 0;
}
.overons-top h4{
	font-family: 'lama_sansbold';
	text-transform: uppercase;
}
.overons-mid .common-bg{
	padding: 16% 0;
	background-attachment: fixed;
	border-radius: 5px;
}
.overons-mid-slider-right{
	height: 100%;
}
.overons-mid-slider-right img{
	height: 100%;
	object-fit: cover;
}
.overons-mid-righ-top{
	max-width: 57rem;
	width: 100%;
	padding-right: 2rem;
}
.overons-mid-righ-top p{
	padding: 6rem 0;
}
.overons-mid-righ-top h2{
	color: #171717;
}
.overons-mid-slider{
	padding-bottom: 12rem;
}
.overons-each-slider{
	position: relative;
}
.overons-each-slider-content{
	position: absolute;
	left: 0;
	bottom: 2rem;
	width: 100%;
	padding: 0 6%;
}
.overons-each-slider-content h5{
	font-family: 'lama_sansbold';
	margin-bottom: 1rem;
}
.overons-each-slider-content p{
	font-size: 1.6rem;
	color: #fff;
}
.form-sec-heading{
	text-align: center;
	padding-bottom: 8rem;
}
.form-sec-heading h3{
	color: #fff;
}
.form-sec-heading h3 span{
	font-family: 'lama_sansregular';
}
.color-btn{
	background-color:#FF0022;
}
.form-sec .txt-btn::after{
	right: 2.5rem;
}
.form-sec{
	padding: 2% 0;
}
.frm-wrap {
	padding: 0 15.5%;
}
.form-sec .form-group{
	margin-bottom: 1rem;
}
.textarea-form .form-group{
	height: calc(100% - 10rem);
}
.form-sec .akker_btn_cls{
	padding: 2.8rem;
	text-transform: none;
	font-size: 1.6rem;
}
.form-sec .akker_btn_cls:active, .form-sec .akker_btn_cls:focus, .form-sec .akker_btn_cls:hover{
	background-color: #fff;
}
.form-styl{
	color: #121212;
	font-size: 1.6rem;
	padding: 2.6rem;
	border: 0;
	border-radius: 0.5rem;
	box-shadow: none !important;
	resize: none;
	font-family: 'lama_sansregular';
}
.form-styl:focus{
	border-color: #121212;
}
.form-styl:placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
.form-group .form-down-arrow{
	width: 100%;
    border: 0;
    border-radius: 0.5rem;
    appearance: none;
    line-height: normal;
	font-family: 'lama_sansregular';
    background: url(../images/down-arrow.svg) #fff no-repeat 90% center/1.2rem;
}
/*****************contact****************/
.service-right-part li img{
	width: 1.8rem;
	margin-right: 1rem;
}
.service-right-part img.w-100{
	height: 100%;
	object-fit: cover;
}
.service-right-part li a{
	font-size: 2.3rem;
	font-family: 'lama_sansbold';
	color: #fff;
}
.service-right-part li a:hover span{
   text-decoration: underline;
}
.service-right-part li {
	display: inline-block;
	margin-right: 7rem;
}
.service-right-part li:last-child{
	margin-right: 0;
}
.service-right-part .common-bg{
	height: 45rem;
	border-radius: 5px;
}
.contact-sevvice-sec .color-btn{
	color: #fff;
}
.contact-sevvice-sec .color-btn:hover{
	color: #121212;
}
.contact-time-sec{
	padding-bottom: 6%;
	padding-top: 2%;
}
.contact-time-sec h3 span{
	font-family: 'lama_sansregular';
}
.contact-time-sec h3{
	padding-bottom: 3%;
}
/*.contact-time-sec .contact-time-sec-wrap .col-lg-6:last-child{
	padding-left: 10%;
	padding-right: 0;
}
.contact-time-sec .contact-time-sec-wrap .col-lg-6{
	padding-right: 10%;
}
.contact-time-sec-wrap{
	padding: 0 9rem;
}*/
.contact-time-sec h4{
	color: #171717;
}
.contact-time-sec table{
	width: 100%;
	font-size: 0;
}
.contact-time-sec tr{
	vertical-align: top;
	width: 100%;
}
.contact-time-sec p{
	font-size: 2rem;
	opacity: 0.6;
	margin-bottom: 0;
}
.contact-time-sec td{
	display: inline-block;
	width: 50%;
	margin-top: 4rem;
}
.contact-time-sec p span{
	font-family: 'lama_sansbold';
}
.contact-sevice-sec .service-left-part{
    padding-top: 8.5rem;
} 
.contact-sevice-sec .akker_btn_cls{
	color: #fff;
}
.contact-sevice-sec .akker_btn_cls:hover, .contact-sevice-sec .akker_btn_cls:focus, .contact-sevice-sec .akker_btn_cls:active{
	color: #121212;
	background-color: transparent;
}
.service-btn .akker_btn_cls:last-child{
	margin-bottom: 0;
}
.service-right-btm-part .col-md-6:last-child .service-right-img{
	border-radius: 0;
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer &gt; img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.star_icon{
	margin-bottom: 3rem;
}
.star_icon h4{
	border-bottom: 1px solid #121212;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	color: #121212;
	display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
 .form-1 {
	display:none;
	/*margin-top: 30px !important;*/
	margin: 0 auto 10px;
} 
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
a.filter-clean{
	color: #121212;
	position: absolute;
	right: 0;
}
.acties-left-content p {
    color: black;
}
.error_top {
    margin-top: 100px;
    margin-bottom: 20px;
}
.inner-header{
	background: #1A1A1A;
}
.privacy_section {
    margin-top: 105px;
}
#mobile-contact-bar {
    display: none;
}
#calval {
    cursor: pointer;
}
.aanbod-dtl-btm h2{
	color: #121212;
	margin-bottom: 4rem;
}
.dtl-tab-sec .bullet-panel ul li {
    width: 49%;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
    padding-left: 1.3rem;
    float: left;
    padding-right: 1rem;
}
.calsty{ 
	border: 0; 
	width: 100%;
	height: 850px; 
	background: transparent; 
}
/*******************dropdown***********/
.banner-btn-area .dropdown:hover&gt;.dropdown-menu {
	display: block;
}
.banner-btn-area .dropdown-menu {
	background: #121212;
	color: #fff;
	text-align: left;
	font-size: 1.6rem;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
}
.banner-btn-area .dropdown-item{
	color: #fff;
}
.banner-btn-area .dropdown-toggle:after{
	display: none;
}
.banner-btn-area .dropdown-item{
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding: 1rem 2rem;
}
.banner-btn-area .dropdown-item:last-child{
	border-bottom: 0;
}
.banner-btn-area .dropdown-item:focus, .banner-btn-area .dropdown-item:hover {
   	color: #fff;
  	background-color: #FF0022;
}
.dtl-form-sec{
	padding: 5% 0;
}
.mini-right-nav td:last-child{
	text-align: right;
}
.about-sec .accordion-button:not(.collapsed)::after{
	transform: none !important;
}
.aanbod_banner{
	background-color: #1A1A1A;
	padding: 72px 0 2% 0;
}
.contact-member li{
	display: inline-block;
	vertical-align: middle;
}
.contact-member li:first-child{
	width: 8rem;
	border-radius: 16px;
	margin-right: 1.5rem;
	overflow: hidden;
}
.contact-member li:nth-child(2){
	width: calc(100% - 10rem);
}
.contact-member li h5, .contact-member li h6, .contact-member li h5, .contact-member li a{
	color: #121212;
}
.contact-member h5{
	font-size: 1.8rem;
	font-family: 'lama_sansbold';
}
.contact-member li a{
	font-size: 1.35rem;
	display: flex;
 	align-items: center;
}
.contact-member li a:hover{
	color: #FF0022;
}
.contact-member li h6{
	font-size: 1.6rem;
  	opacity: .6;
  	margin: 0.2em 0 1.3rem;
  	font-family: 'lama_sansmedium';
}
.contact-member li a img{
	width: 2rem;
  	margin-right: .8rem;
}
.contact-member{
	margin-top: -11.5rem;
}
@media(max-width:1199.98px){
	.contact-member li:first-child{
		width: 7rem;
  		margin-right: .5rem;
	}
	.contact-member li:nth-child(2) {
  		width: calc(100% - 8rem);
	}
}
/*=========new-block===========*/
.appointment {
	padding: 12rem 4rem;
	background-color: #f0f0f0;
	background-image: url("../images/tires-right.png"), url("../images/tires-left.png");
	background-position: 110% 120%, -10% 120%;
	background-size: 40%, 40%;
	background-repeat: no-repeat, no-repeat;
}
.block-heading {
  	margin-bottom: 6rem;
}
.block-heading h2{
	margin: 1rem 0 2rem;
}
.block-heading span, .appointment .bg-white span{
	color: #ee331f;
  	font-size: 1.8rem;
  	margin-bottom: .4rem;
  	display: block;
}
.block-heading h6, .appointment .bg-white h5, .appointment .bg-white h6{
	color: #121212;
}
.block-heading h6, .appointment .bg-white h6{
	font-family: 'lama_sansmedium';
	margin: 2rem 0 .5rem;
}
.block-heading span, .appointment .bg-white h5, .appointment .bg-white span{
	font-family: 'lama_sansbold';
}
.appointment .bg-white h6{
	font-size: 1.6rem;
	opacity: .6;
}
@media screen and (max-width: 991px) {
	.appointment {
		padding: 4rem 0;
    	background-position: 110% 110%, -10% 110%;
	}
	.block-heading{
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 479px) {
  	.appointment {
		padding-right: 1.6rem;
		padding-left: 1.6rem;
		background-position: 110% 100%, -10% 100%;
  	}
}
.banner-content h1{
	margin-bottom: 3.4rem;
}
.verkocht-list .aanbod-list-outer-wrap  .aanbod-each-product .aanbod-product-dtl .col-8 h4{
	color:#121212;
}
.verkocht-list .aanbod-list-outer-wrap  .aanbod-each-product .aanbod-product-dtl h5{
	margin: 1rem 0 2rem;
	font-size: 1.8rem;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #FF0022;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'lama_sanssemibold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'lama_sansregular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #FF0022;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #FF0022;
  	background: #FF0022;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'lama_sanssemibold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #FF0022 !important;
}
</pre></body></html>