/* @media screen and (min-width:1280px){} */

header{
	background-color: var(--mw-l-section);
}
header > div {
	margin-bottom:96px;
	display: grid;
	grid-template-rows: 48px 48px 1fr 96px;
	grid-template-columns: calc((100% - 1200px) / 2) 1fr 48px 1fr calc((100% - 1200px) / 2);
	align-items: center;
	background: var(--mw-l-gradient);
	/* background: var(--mw-header-master) center center no-repeat; */ 
	background-size:cover;
	background-color: var(--mw-l-header);
	overflow:hidden;
}
header > div > div:nth-of-type(1) {
	float: left;
	height: calc(100% - 32px);
	grid-column: 4/5;
	grid-row: 1/5;
	background: var(--mw-header-slider) center center no-repeat;
	background-size: contain;
	z-index:2;
}
header > div > div:nth-of-type(2) {
	grid-column: 2/3;
	grid-row: 3/4;
	text-align: left;
	position: relative;
	/* background-color: var(--mw-l-transparent); */
}
header > div > div > h1 {
	float: left;
	width: 100%;
	font-size: 330%;
	font-weight: 400;
	color: var(--mw-l-header-title);
}
header > div > div > h1 > b{
	float:left;
	width:100%;
}
header > div > div > p {
	float: left;
	width: 100%;
	margin-top: 12px;
	line-height: 32px;
	font-size: 130%;
	font-weight: 400;
	letter-spacing: .4px;
	color: var(--mw-l-header-description);
}
header > div > div > a {
	float: left;
	width: max-content;
	margin-top: 24px;
	padding: 16px 24px;
	line-height: 16px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:.5px;
	color: var(--mw-l-header-button-link);
	background-color: var(--mw-l-header-button);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: var(--mw-l-box-shadow);
	-webkit-box-shadow: var(--mw-l-box-shadow);
	-moz-box-shadow: var(--mw-l-box-shadow);

}
header > div > div > a:hover {
	transition: all 0.2s linear;
	color: var(--mw-l-header-button);
	background-color: var(--mw-l-header-button-link);
}

header > div > div:nth-of-type(1), header > div > div > h1, header > div > div > h2, header > div > div > p, header > div > div > a{
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s; 
	-moz-animation-delay: 0.5s;
}
#topMenu{
	float: left;
	width:100%;
	position:sticky;
	z-index:2;
	top:0;
} 
#menu {
	float: left;
	width:100%;
	z-index: 1;
	background-color: var(--mw-l-menu);
}
#menu > li {
	float: right;
	margin: 22px 0 0 0;
}

/* dil seçimi */
#menu > li:nth-of-type(3) {
  list-style: none;
}
#menu > li:nth-of-type(3) > input {
  display: none;
}
#menu > li:nth-of-type(3) > label {
  cursor: pointer;
}
#menu > li:nth-of-type(4) {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  /* Gizleme: görünmez + tıklanamaz */
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#menu > li:nth-of-type(3) input#lang-toggle:checked ~ li:nth-of-type(4),
#menu > li:nth-of-type(3):has(input#lang-toggle:checked) + li {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
#menu > li:nth-of-type(4) > ul {
	float: left;
	background-color: var(--mw-l-menu);
}
#menu > li:nth-of-type(4) > ul > li{
}
/* dil seçimi sonu */

#menu > li:nth-of-type(1) {
	float: left;
	margin: 0 12px 0 70px;
}
#menu > li > a, #menu > li > label, #menu > li:nth-of-type(4) > ul > li > a{
	float: left;
	width: max-content;
	padding: 0 8px;
	margin: 10px 8px;
	line-height: 16px;
	color: var(--mw-l-menu-link);
	font-weight: 500;
}
#menu > li > a:hover {
	text-decoration:underline;
}
#menu > li:nth-of-type(1) > a {
	float: left;
	width: 81px;
	height: 80px;
	line-height: unset;
	padding: 0;
	margin: 0;
	background: var(--mw-l-logo);
	background-size: 77px;
	background-position: center center;
}
#menu > li:nth-of-type(1) > a > i {
    display: block;
    position: absolute;
    left: 161px;
    top: 8px;
    line-height: 30px;
    font-size: 130%;
    font-style: normal;
    width: fit-content;
}
#mobileMenu{
	width:35px;
	height:24px;
	margin-left:15px;
	left:5px;
	top:25px;
	position:fixed;
	border-top:4px solid var(--mw-l-menu-mobile);
	cursor:pointer;
	z-index:2;
	display:block;
}
#mobileMenu:before{
	width:35px;
	height:4px;
	left:0;
	top:8px;
	position:absolute;
	background-color: var(--mw-l-menu-mobile);
	content:"";
}
#mobileMenu:after{
width: 35px;
	height: 10px;
	left: 0;
	font-size: 88%;
	bottom: 0;
	position: absolute;
	color: var(--mw-l-menu-mobile);
	content: "menu";
}
#mobileMenu.active{
	height:32px;
	z-index:1002;
	border:none;
}
#mobileMenu.active:before{
	background-color:var(--mw-l-menu-mobile-active);
	transform:rotate(-45deg) translate(-4px,4px);
	transition:.4s;
	-webkit-transform:rotate(-45deg) translate(-4px,4px);
}
#mobileMenu.active:after{
	height:4px;
	content:"";
	background-color:var(--mw-l-menu-mobile-active);
	transform:rotate(45deg) translate(-10px,-10px);
	transition:.4s;
	-webkit-transform:rotate(45deg) translate(-10px,-10px);
}
#menu > li > a#searchSite{
	width:36px;
	height:36px;
	padding:0;
	margin:0 20px 0 7.5px;
	background:url(/web/theme/get/img/icons/search.svg);
}
nav{
	float:left;
	width:1200px;
	line-height:16px;
	padding:24px calc((100% - 1200px) / 2);
	font-style:normal;
	font-size:80%;
	background-color:var(--mw-l-nav);
	color:var(--mw-l-nav-text);
}
nav a{
	color:var(--mw-l-nav-link);
}
ul#topMenu.active + header, ul#topMenu.active + header + nav, ul#topMenu.active + header + nav + main, ul#topMenu.active + header + nav + main + aside{
	display: none;
}
body{
	background-color: var(--mw-l-footer);
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-1-img-1-p-1-l-1{
	float:left;
	width:1200px;
	padding:96px calc((100% - 1200px) / 2);
	background-color:var(--mw-l-section);
}
section.b-1-img-1-p-1-l-1 > figure {
	float: left;
	width: 40%;
	overflow: hidden;
	line-height: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	display: inline-block;
	line-height: 0;
}
section.b-1-img-1-p-1-l-1 > figure > img{
	float:right;
}
section.b-1-img-1-p-1-l-1 > h2 {
	float: right;
	width: 55%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color: var(--mw-l-section-title);
}
section.b-1-img-1-p-1-l-1 > p {
	float: right;
	width: 55%;
	margin-top:7.5px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-l-section-description);
}
section.b-1-img-1-p-1-l-1 > article {
	float: right;
	width: 55%;
	margin-top: 30px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.b-1-img-1-p-1-l-1 > article > div {
	float: left;
}
section.b-1-img-1-p-1-l-1 > article > div > h3{
	float:left;
	line-height:36px;
	font-size:130%;
	font-weight: 600;
	margin-top: 15px;
	color:var(--mw-l-section-title);
}
section.b-1-img-1-p-1-l-1 > article > div > p{
	float:left;
	width: 100%;
	line-height:1.75;
	color:var(--mw-l-section-text);
	float: left;
	font-size: 105%;
}
section.b-1-img-1-p-1-l-1 > article > div > ul{
	float:left;
	width:calc(100% - 30px);
	line-height:1.75;
	margin: 5px 0;
	margin-bottom: 5px;
}
section.b-1-img-1-p-1-l-1 > article > div > ul > li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	list-style: inside;
	list-style-type: "✓ ";
	color:var(--mw-l-section-text);
}
section.b-1-img-1-p-1-l-1 > article > div > ul > li.link {
	list-style: none;
	margin-top:10px;
}
section.b-1-img-1-p-1-l-1 > article > div > ul > li.link > a {
	float: left;
	padding: 16px 30px 16px;
	font-size: 17px;
	color: var(--mw-l-section-button-link);
	background-color: var(--mw-l-section-button);
	font-weight: 500;
	box-shadow: var(--mw-l-box-shadow);
	-webkit-box-shadow: var(--mw-l-box-shadow);
	-moz-box-shadow: var(--mw-l-box-shadow);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
section.b-1-img-1-p-1-l-1 > article > div > ul > li.link > a:hover {
	color: var(--mw-l-section-button);
	background-color: var(--mw-l-section-button-link);
	transition: all .25s ease-in-out;
}
section.b-1-img-1-p-1-l-1 > article > div > ul > li.link+li{
	list-style:none;
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-1-img-1-p-1-l-1-n{
	float:left;
	width:1200px;
	padding:96px calc((100% - 1200px) / 2);
	background-color:var(--mw-d-section);
}
section.b-1-img-1-p-1-l-1-n > figure {
	float: left;
	width: 40%;
	overflow: hidden;
	line-height: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	display: inline-block;
	line-height: 0;
}
section.b-1-img-1-p-1-l-1-n > figure > img{
	float:right;
}
section.b-1-img-1-p-1-l-1-n > h2 {
	float: right;
	width: 55%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color: var(--mw-d-section-title);
}
section.b-1-img-1-p-1-l-1-n > p {
	float: right;
	width: 55%;
	margin-top:7.5px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-d-section-description);
}
section.b-1-img-1-p-1-l-1-n > article {
	float: right;
	width: 55%;
	margin-top: 30px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.b-1-img-1-p-1-l-1-n > article > div {
	float: left;
}
section.b-1-img-1-p-1-l-1-n > article > div > h3{
	float:left;
	line-height:36px;
	font-size:130%;
	font-weight: 600;
	margin-top: 15px;
	color:var(--mw-d-section-title);
}
section.b-1-img-1-p-1-l-1-n > article > div > p{
	float:left;
	width: 100%;
	line-height:1.75;
	color:var(--mw-d-section-text);
	float: left;
	font-size: 105%;
}
section.b-1-img-1-p-1-l-1-n > article > div > ul{
	float:left;
	width:calc(100% - 30px);
	line-height:1.75;
	margin: 5px 0;
	margin-bottom: 5px;
}
section.b-1-img-1-p-1-l-1-n > article > div > ul > li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	list-style: inside;
	list-style-type: "✓ ";
	color:var(--mw-d-section-text);
}
section.b-1-img-1-p-1-l-1-n > article > div > ul > li.link {
	list-style: none;
	margin-top:10px;
}
section.b-1-img-1-p-1-l-1-n > article > div > ul > li.link > a {
	float: left;
	padding: 16px 30px 16px;
	font-size: 17px;
	color: var(--mw-d-section-button-link);
	background-color: var(--mw-d-section-button);
	font-weight: 500;
	box-shadow: var(--mw-d-box-shadow);
	-webkit-box-shadow: var(--mw-d-box-shadow);
	-moz-box-shadow: var(--mw-d-box-shadow);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
section.b-1-img-1-p-1-l-1-n > article > div > ul > li.link > a:hover {
	color: var(--mw-d-section-button);
	background-color: var(--mw-d-section-button-link);
	transition: all .25s ease-in-out;
}
section.b-1-img-1-p-1-l-1-n > article > div > ul > li.link+li{
	list-style:none;
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-3-img-1-p-3-l-0 {
	float: left;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	background-color: var(--mw-l-section);
}
section.b-3-img-1-p-3-l-0 > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-l-section-title);
}
section.b-3-img-1-p-3-l-0 > p {
	float: left;
	width: 100%;
	margin-top:7.5px;
	margin-bottom:45px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-l-section-description);
}
section.b-3-img-1-p-3-l-0 > div {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: 32% 2% 32% 2% 32%;
	grid-template-rows: auto;
	align-items: start;
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(1) {
	text-align:right;
	grid-column: 1/2;
	grid-row: 1/4;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	align-items: start;
	justify-items: center;
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(2) {
	grid-column: 5/6;
	grid-row: 1/4;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	align-items: start;
	justify-items: center;
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(3) {
	grid-column: 3/4;
	grid-row: 1/4;
	align-items: start;
	justify-items: center;
}
section.b-3-img-1-p-3-l-0 > div > article > figure {
	float: left;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	display: inline-block;
	line-height: 0;
}
section.b-3-img-1-p-3-l-0 div > article > figure > img{
	float:right;
}
section.b-3-img-1-p-3-l-0 > div > article > h3{
	float:left;
	width:100%;
	margin-top:15px;
	text-align:center;
	position:relative;
	font-size:110%;
	color: var(--mw-l-section-title);
}
section.b-3-img-1-p-3-l-0 > div > article > div {
	float: left;
	width: calc(100% - 50px);
	padding: 10px 25px;
	-webkit-box-shadow: var(--mw-l-box-shadow);
	-moz-box-shadow: var(--mw-l-box-shadow);
	box-shadow: var(--mw-l-box-shadow);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
section.b-3-img-1-p-3-l-0 > div > article > div:nth-of-type(2) {
	margin: 25px 0px;
}
section.b-3-img-1-p-3-l-0 > div > article > div > h3 {
	float: left;
	width: calc(100% - 73px);
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 10px 0 15px;
	color: var(--mw-l-section-header);
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(2) > div > h3 {
	float: right;
}
section.b-3-img-1-p-3-l-0 > div > article > div > p {
	float: left;
	width: calc(100% - 73px);
	padding-bottom:10px;
	font-size: 0.85em;
	line-height: 1.7em;
	color: var(--mw-l-section-text);
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(2) > div > p {
	float: right;
}
section.b-3-img-1-p-3-l-0 [class*=icon-] {
	float: right;
	width: 60px;
	height: 60px;
	margin: 20px -5px 0;
	animation: z-axis-animation 1s ease-in-out 0s infinite alternate;
}

@keyframes z-axis-animation {
	from {transform: rotateZ(30deg)}
	to {transform: rotateZ(-30deg)}
}
section.b-3-img-1-p-3-l-0 [class*=icon-] > span {
	float: left;
	width: inherit;
	height: inherit;
	background-size: 40px !important;
	filter: invert(1);
	background-position: center !important;
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(2) [class*=icon-] {
	float: left;
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(1) [class*=icon-0] > span{
	background:var(--attention) no-repeat;
	filter:var(--mw-l-filterRoot6);
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(1) [class*=icon-1] > span{
	background:var(--attention) no-repeat;
	filter:var(--mw-l-filterRoot6);
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(1) [class*=icon-2] > span{
	background:var(--attention) no-repeat;
	filter:var(--mw-l-filterRoot6);
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(2) [class*=icon-0] > span{
	background:var(--magic) no-repeat;
	filter:var(--mw-l-filterRoot6);
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(2) [class*=icon-1] > span{
	background:var(--heart) no-repeat;
	filter:var(--mw-l-filterRoot6);
}
section.b-3-img-1-p-3-l-0 > div > article:nth-of-type(2) [class*=icon-2] > span{
	background:var(--star) no-repeat;
	filter:var(--mw-l-filterRoot6);
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-3-img-1-p-3-l-0-n {
	float: left;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	background-color: var(--mw-d-section);
}
section.b-3-img-1-p-3-l-0-n > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-d-section-title);
}
section.b-3-img-1-p-3-l-0-n > p {
	float: left;
	width: 100%;
	margin-top:7.5px;
	margin-bottom:45px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-d-section-description);
}
section.b-3-img-1-p-3-l-0-n > div {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: 32% 2% 32% 2% 32%;
	grid-template-rows: auto;
	align-items: start;
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(1) {
	text-align:right;
	grid-column: 1/2;
	grid-row: 1/4;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	align-items: start;
	justify-items: center;
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(2) {
	grid-column: 5/6;
	grid-row: 1/4;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	align-items: start;
	justify-items: center;
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(3) {
	grid-column: 3/4;
	grid-row: 1/4;
	align-items: start;
	justify-items: center;
}
section.b-3-img-1-p-3-l-0-n > div > article > figure {
	float: left;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	display: inline-block;
	line-height: 0;
}
section.b-3-img-1-p-3-l-0-n div > article > figure > img{
	float:right;
}
section.b-3-img-1-p-3-l-0-n > div > article > h3{
	float:left;
	width:100%;
	margin-top:15px;
	text-align:center;
	position:relative;
	font-size:110%;
	color: var(--mw-d-section-title);
}
section.b-3-img-1-p-3-l-0-n > div > article > div {
	float: left;
	width: calc(100% - 50px);
	padding: 10px 25px;
	-webkit-box-shadow: var(--mw-d-box-shadow);
	-moz-box-shadow: var(--mw-d-box-shadow);
	box-shadow: var(--mw-d-box-shadow);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
section.b-3-img-1-p-3-l-0-n > div > article > div:nth-of-type(2) {
	margin: 25px 0px;
}
section.b-3-img-1-p-3-l-0-n > div > article > div > h3 {
	float: left;
	width: calc(100% - 73px);
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 10px 0 15px;
	color: var(--mw-d-section-header);
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(2) > div > h3 {
	float: right;
}
section.b-3-img-1-p-3-l-0-n > div > article > div > p {
	float: left;
	width: calc(100% - 73px);
	padding-bottom:10px;
	font-size: 0.85em;
	line-height: 1.7em;
	color: var(--mw-d-section-text);
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(2) > div > p {
	float: right;
}
section.b-3-img-1-p-3-l-0-n [class*=icon-] {
	float: right;
	width: 60px;
	height: 60px;
	margin: 20px -5px 0;
	animation: z-axis-animation 1s ease-in-out 0s infinite alternate;
}

@keyframes z-axis-animation {
	from {transform: rotateZ(30deg)}
	to {transform: rotateZ(-30deg)}
}
section.b-3-img-1-p-3-l-0-n [class*=icon-] > span {
	float: left;
	width: inherit;
	height: inherit;
	background-size: 40px !important;
	filter: invert(1);
	background-position: center !important;
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(2) [class*=icon-] {
	float: left;
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(1) [class*=icon-0] > span{
	background:var(--attention) no-repeat;
	filter:var(--mw-d-filterRoot6);
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(1) [class*=icon-1] > span{
	background:var(--attention) no-repeat;
	filter:var(--mw-d-filterRoot6);
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(1) [class*=icon-2] > span{
	background:var(--attention) no-repeat;
	filter:var(--mw-d-filterRoot6);
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(2) [class*=icon-0] > span{
	background:var(--magic) no-repeat;
	filter:var(--mw-d-filterRoot6);
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(2) [class*=icon-1] > span{
	background:var(--heart) no-repeat;
	filter:var(--mw-d-filterRoot6);
}
section.b-3-img-1-p-3-l-0-n > div > article:nth-of-type(2) [class*=icon-2] > span{
	background:var(--star) no-repeat;
	filter:var(--mw-d-filterRoot6);
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-4-img-4-p-1-l-0 {
	width: 100%;
	padding: 96px 0;
	display: flex;
	flex-direction: column;
	background-color: var(--mw-l-section);
}
section.b-4-img-4-p-1-l-0 > h2{
	float: left;
	width:1200px;
	padding:0 calc((100% - 1200px) / 2);
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-l-section-title);
}
section.b-4-img-4-p-1-l-0 > p {
	float: left;
	width:1200px;
	margin-top:7.5px;
	padding:0 calc((100% - 1200px) / 2) 45px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-l-section-description);
}
section.b-4-img-4-p-1-l-0 > div{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-template-rows: auto;
}
section.b-4-img-4-p-1-l-0 > div > article{
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: var(--mw-l-section);
}
section.b-4-img-4-p-1-l-0 > div > article:nth-child(1){
	flex-direction: column-reverse;
}
section.b-4-img-4-p-1-l-0 > div > article:nth-child(2){
	background-color: var(--mw-l-section-background);
}
section.b-4-img-4-p-1-l-0 > div > article:nth-child(3){
	flex-direction: column-reverse;
	background-color: var(--mw-l-section-background);
}
section.b-4-img-4-p-1-l-0 > div > article > figure {
	float: left;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	display: inline-block;
	line-height: 0;
}
section.b-4-img-4-p-1-l-0 div > article > figure > img{
	float:right;
}
section.b-4-img-4-p-1-l-0 > div > article > div{
	position: relative;
	display: flex;
	align-items: flex-start;
	height: 350px;
	width: 100%;
	flex-direction: column;
	justify-content: center;
}
section.b-4-img-4-p-1-l-0 > div > article:nth-child(2) > div:before{
	content: "";
	position: absolute;
	left: 12.5%;
	border-width: 0 16px 20px;
	border-style: solid;
	border-color: var(--mw-l-rosette-border) transparent;
	display: block;
	width: 0;
	top: -20px;
	opacity:0.3;
	z-index:100;
}
section.b-4-img-4-p-1-l-0 > div > article:nth-child(3) > div:before{
	content: "";
	position: absolute;
	left: 12.5%;
	border-width: 20px 16px 0;
	border-style: solid;
	border-color: var(--mw-l-rosette-border) transparent;
	display: block;
	width: 0;
	bottom: -20px;
	opacity:0.3;
	z-index:100;
}
section.b-4-img-4-p-1-l-0 > div > article > div > h3{
	margin: 0 12.5% 0;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	width: 75%;
	color: var(--mw-l-section-header);
}
section.b-4-img-4-p-1-l-0 > div > article > div > p{
	font-size: 16px;
	width: 75%;
	line-height: 24px;
	margin: 15px 12.5% 0;
	color: var(--mw-l-section-text);
}
section.b-4-img-4-p-1-l-0 > div > article > div > a{
	width: max-content;
	margin: 20px 12.5% 0;
	padding: 0 15px;
   height: 48px;
   line-height: 48px;
	font-weight: normal;
	font-size: 17px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color: var(--mw-l-section-button);
	color: var(--mw-l-section-button-link);
}
section.b-4-img-4-p-1-l-0 > div > article > div > a:hover{
	text-decoration:underline;
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-4-img-4-p-1-l-0-n {
	width: 100%;
	padding: 96px 0;
	display: flex;
	flex-direction: column;
	background-color: var(--mw-d-section);
}
section.b-4-img-4-p-1-l-0-n > h2{
	float: left;
	width:1200px;
	padding:0 calc((100% - 1200px) / 2);
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-d-section-title);
}
section.b-4-img-4-p-1-l-0-n > p {
	float: left;
	width:1200px;
	margin-top:7.5px;
	padding:0 calc((100% - 1200px) / 2) 45px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-d-section-description);
}
section.b-4-img-4-p-1-l-0-n > div{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-template-rows: auto;
}
section.b-4-img-4-p-1-l-0-n > div > article{
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: var(--mw-d-section);
}
section.b-4-img-4-p-1-l-0-n > div > article:nth-child(1){
	flex-direction: column-reverse;
}
section.b-4-img-4-p-1-l-0-n > div > article:nth-child(2){
	background-color: var(--mw-d-section-background);
}
section.b-4-img-4-p-1-l-0-n > div > article:nth-child(3){
	flex-direction: column-reverse;
	background-color: var(--mw-d-section-background);
}
section.b-4-img-4-p-1-l-0-n > div > article > figure {
	float: left;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	display: inline-block;
	line-height: 0;
}
section.b-4-img-4-p-1-l-0-n div > article > figure > img{
	float:right;
}
section.b-4-img-4-p-1-l-0-n > div > article > div{
	position: relative;
	display: flex;
	align-items: flex-start;
	height: 350px;
	width: 100%;
	flex-direction: column;
	justify-content: center;
}
section.b-4-img-4-p-1-l-0-n > div > article:nth-child(2) > div:before{
	content: "";
	position: absolute;
	left: 12.5%;
	border-width: 0 16px 20px;
	border-style: solid;
	border-color: var(--mw-d-rosette-border) transparent;
	display: block;
	width: 0;
	top: -20px;
	opacity:0.3;
	z-index:100;
}
section.b-4-img-4-p-1-l-0-n > div > article:nth-child(3) > div:before{
	content: "";
	position: absolute;
	left: 12.5%;
	border-width: 20px 16px 0;
	border-style: solid;
	border-color: var(--mw-d-rosette-border) transparent;
	display: block;
	width: 0;
	bottom: -20px;
	opacity:0.3;
	z-index:100;
}
section.b-4-img-4-p-1-l-0-n > div > article > div > h3{
	margin: 0 12.5% 0;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	width: 75%;
	color: var(--mw-d-section-header);
}
section.b-4-img-4-p-1-l-0-n > div > article > div > p{
	font-size: 16px;
	width: 75%;
	line-height: 24px;
	margin: 15px 12.5% 0;
	color: var(--mw-d-section-text);
}
section.b-4-img-4-p-1-l-0-n > div > article > div > a{
	width: max-content;
	margin: 20px 12.5% 0;
	padding: 0 15px;
   height: 48px;
   line-height: 48px;
	font-weight: normal;
	font-size: 17px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color: var(--mw-d-section-button);
	color: var(--mw-d-section-button-link);
}
section.b-4-img-4-p-1-l-0-n > div > article > div > a:hover{
	text-decoration:underline;
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-5-img-5-p-1-l-0 {
	float: left;
	display: flex;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	background-color: var(--mw-l-section);
	flex-direction: column;
	align-items: center;
}
section.b-5-img-5-p-1-l-0 > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-l-section-title);
}
section.b-5-img-5-p-1-l-0 > p {
	float: left;
	width: 100%;
	margin-top:7.5px;
	padding-bottom: 45px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-l-section-description);
}
section.b-5-img-5-p-1-l-0 > div {
	float: left;
	width: 100%;
	display: flex;
	overflow-x: auto;
}
section.b-5-img-5-p-1-l-0 > div > div{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
section.b-5-img-5-p-1-l-0 > div > div > article {
	float: left;
	width: calc((100% - 100px) / 5);
	margin: 0 25px 0 0;
	background-color:var(--mw-l-section-background);
	border-top: none;
	overflow: hidden;
	border-radius:12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: var(--mw-l-box-shadow);
	-webkit-box-shadow: var(--mw-l-box-shadow);
	-moz-box-shadow: var(--mw-l-box-shadow);
}
section.b-5-img-5-p-1-l-0 > div > div > article:nth-of-type(5){
	margin-right: 0;
}
section.b-5-img-5-p-1-l-0 > div > div > article > figure {
	float: right;
	width: 100%;
	overflow: hidden;
}
section.b-5-img-5-p-1-l-0 > div > div > article > h3 {
	float: left;
	width: calc(100% - 30px);
	margin: 20px 15px 0;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: var(--mw-l-section-header);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section.b-5-img-5-p-1-l-0 > div > div > article > p {
	float: left;
	width: calc(100% - 30px);
	font-size: 14px;
	line-height: 24px;
	margin: 10px 15px 15px;
	color: var(--mw-l-section-text);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section.b-5-img-5-p-1-l-0 > div > div > article > a{
	float:left;
	width:calc(100% - 30px);
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	text-align:right;
	background-color:var(--mw-l-section-button);
	color:var(--mw-l-section-button-link);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section.b-5-img-5-p-1-l-0 > div > div > article > a:hover{
	text-decoration:underline;
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-5-img-5-p-1-l-0-n {
	float: left;
	display: flex;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	background-color: var(--mw-d-section);
	flex-direction: column;
	align-items: center;
}
section.b-5-img-5-p-1-l-0-n > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-d-section-title);
}
section.b-5-img-5-p-1-l-0-n > p {
	float: left;
	width: 100%;
	margin-top:7.5px;
	padding-bottom: 45px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-d-section-description);
}
section.b-5-img-5-p-1-l-0-n > div {
	float: left;
	width: 100%;
	display: flex;
	overflow-x: auto;
}
section.b-5-img-5-p-1-l-0-n > div > div{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
section.b-5-img-5-p-1-l-0-n > div > div > article {
	float: left;
	width: calc((100% - 100px) / 5);
	margin: 0 25px 0 0;
	background-color:var(--mw-d-section-background);
	border-top: none;
	overflow: hidden;
	border-radius:12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: var(--mw-d-box-shadow);
	-webkit-box-shadow: var(--mw-d-box-shadow);
	-moz-box-shadow: var(--mw-d-box-shadow);
}
section.b-5-img-5-p-1-l-0-n > div > div > article:nth-of-type(5){
	margin-right: 0;
}
section.b-5-img-5-p-1-l-0-n > div > div > article > figure {
	float: right;
	width: 100%;
	overflow: hidden;
}
section.b-5-img-5-p-1-l-0-n > div > div > article > h3 {
	float: left;
	width: calc(100% - 30px);
	margin: 20px 15px 0;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: var(--mw-d-section-header);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section.b-5-img-5-p-1-l-0-n > div > div > article > p {
	float: left;
	width: calc(100% - 30px);
	font-size: 14px;
	line-height: 24px;
	margin: 10px 15px 15px;
	color: var(--mw-d-section-text);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section.b-5-img-5-p-1-l-0-n > div > div > article > a{
	float:left;
	width:calc(100% - 30px);
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	text-align:right;
	background-color:var(--mw-d-section-button);
	color:var(--mw-d-section-button-link);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section.b-5-img-5-p-1-l-0-n > div > div > article > a:hover{
	text-decoration:underline;
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-6-img-0-p-1-l-0 {
	float: left;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	background-color: var(--mw-l-section);
}
section.b-6-img-0-p-1-l-0 > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-l-section-title);
}
section.b-6-img-0-p-1-l-0 > p {
	float: left;
	width: 100%;
	margin-top:7.5px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-l-section-description);
}
section.b-6-img-0-p-1-l-0 > div{
	float:left;
	width:100%;
	overflow:hidden;
}
section.b-6-img-0-p-1-l-0 > div > div {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.b-6-img-0-p-1-l-0 > div > div > article {
	width: calc((100% - 50px) / 3);
	margin-top: 45px;
}
section.b-6-img-0-p-1-l-0 > div > div > article > span.icon {
	float: left;
	width: 40px;
	height: 40px;
	padding: 20px 20px 0 0;
	margin-top: 30px;
	margin-right: 25px;
	/* margin: 0 calc((100% - 80px) /2) 20px; */
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
section.b-6-img-0-p-1-l-0 > div > div > article > span.icon > span {
	float: left;
	width: inherit;
	height: inherit;
	background-size: 40px !important;
	background-position: center !important;
	filter:var(--mw-l-filterRoot7);
}
section.b-6-img-0-p-1-l-0 > div > div > article:nth-child(1) > span.icon > span {
	background: var(--magic);
}
section.b-6-img-0-p-1-l-0 > div > div > article:nth-child(2) > span.icon > span {
	background: var(--signal);
}
section.b-6-img-0-p-1-l-0 > div > div > article:nth-child(3) > span.icon > span {
	background: var(--guide);
}
section.b-6-img-0-p-1-l-0 > div > div > article:nth-child(4) > span.icon > span {
	background: var(--presentation);
}
section.b-6-img-0-p-1-l-0 > div > div > article:nth-child(5) > span.icon > span {
	background: var(--heart);
}
section.b-6-img-0-p-1-l-0 > div > div > article:nth-child(6) > span.icon > span {
	background: var(--star);
}
section.b-6-img-0-p-1-l-0 > div > div > article > h3 {
	float:right;
	width: calc(100% - 85px);
	font-size: 110%;
	color: var(--mw-l-section-header);
	text-align: left;
	font-weight: 600;
}
section.b-6-img-0-p-1-l-0 > div > div > article > p {
	float:right;
	width: calc(100% - 85px);
	line-height: 24px;
	margin-top: 10px;
	color: var(--mw-l-section-text);
	text-align: left;
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-6-img-0-p-1-l-0-n {
	float: left;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	background-color: var(--mw-d-section);
}
section.b-6-img-0-p-1-l-0-n > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-d-section-title);
}
section.b-6-img-0-p-1-l-0-n > p {
	float: left;
	width: 100%;
	margin-top:7.5px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-d-section-description);
}
section.b-6-img-0-p-1-l-0-n > div{
	float:left;
	width:100%;
	overflow:hidden;
}
section.b-6-img-0-p-1-l-0-n > div > div {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.b-6-img-0-p-1-l-0-n > div > div > article {
	width: calc((100% - 50px) / 3);
	margin-top: 45px;
}
section.b-6-img-0-p-1-l-0-n > div > div > article > span.icon {
	float: left;
	width: 40px;
	height: 40px;
	padding: 20px 20px 0 0;
	margin-top: 30px;
	margin-right: 25px;
	/* margin: 0 calc((100% - 80px) /2) 20px; */
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
section.b-6-img-0-p-1-l-0-n > div > div > article > span.icon > span {
	float: left;
	width: inherit;
	height: inherit;
	background-size: 40px !important;
	background-position: center !important;
	filter:var(--mw-d-filterRoot7);
}
section.b-6-img-0-p-1-l-0-n > div > div > article:nth-child(1) > span.icon > span {
	background: var(--magic);
}
section.b-6-img-0-p-1-l-0-n > div > div > article:nth-child(2) > span.icon > span {
	background: var(--signal);
}
section.b-6-img-0-p-1-l-0-n > div > div > article:nth-child(3) > span.icon > span {
	background: var(--guide);
}
section.b-6-img-0-p-1-l-0-n > div > div > article:nth-child(4) > span.icon > span {
	background: var(--presentation);
}
section.b-6-img-0-p-1-l-0-n > div > div > article:nth-child(5) > span.icon > span {
	background: var(--heart);
}
section.b-6-img-0-p-1-l-0-n > div > div > article:nth-child(6) > span.icon > span {
	background: var(--star);
}
section.b-6-img-0-p-1-l-0-n > div > div > article > h3 {
	float:right;
	width: calc(100% - 85px);
	font-size: 110%;
	color: var(--mw-d-section-header);
	text-align: left;
	font-weight: 600;
}
section.b-6-img-0-p-1-l-0-n > div > div > article > p {
	float:right;
	width: calc(100% - 85px);
	line-height: 24px;
	margin-top: 10px;
	color: var(--mw-d-section-text);
	text-align: left;
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-3-img-0-p-0-l-4 {
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: var(--mw-l-section);
}
section.b-3-img-0-p-0-l-4 > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color: var(--mw-l-section-title);
}
section.b-3-img-0-p-0-l-4 > p {
	float: left;
	width: 100%;
	margin-top:7.5px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-l-section-description);
}
section.b-3-img-0-p-0-l-4 > article {
	width: calc((100% - 75px)/ 3);
	padding: 30px 0px;
	margin-top: 45px;
	background-color: var(--mw-l-section-background);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-repeat: no-repeat;
	 box-shadow: var(--mw-l-header-shadow);
	 -webkit-box-shadow: var(--mw-l-header-shadow);
	 -moz-box-shadow: var(--mw-l-header-shadow);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
section.b-3-img-0-p-0-l-4 > article:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	 transform: scale(1.06);
} 
section.b-3-img-0-p-0-l-4 > article:nth-of-type(2) {
	border: 3.5px solid var(--mw-l-section-button);
}
section.b-3-img-0-p-0-l-4 > article > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.b-3-img-0-p-0-l-4 > article > div > h3 {
	font-size: 135%;
	padding: 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1.75;
	color: var(--mw-l-section-text);
	width: 100%;
}
section.b-3-img-0-p-0-l-4 > article > div > h3 > i {
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	margin-top: 15px;
}
section.b-3-img-0-p-0-l-4 > article > div > h3 > b {
	font-size: 180%;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: var(--mw-l-section);
}
section.b-3-img-0-p-0-l-4 > article:nth-of-type(2) > div > h3 > b{
	background-color: var(--mw-l-section-button);
	color: var(--mw-l-section-button-link);
}
section.b-3-img-0-p-0-l-4 > article:nth-of-type(1):hover > div:hover > h3 > b{
	background-color: var(--mw-l-root06);
	color: var(--mw-l-section-button-link);
}
section.b-3-img-0-p-0-l-4 > article:nth-of-type(3):hover > div:hover > h3 > b{
	background-color: var(--mw-l-root07);
	color: var(--mw-l-section-button-link);
}
section.b-3-img-0-p-0-l-4 > article:nth-of-type(1):hover > div:hover > a{
	background-color: var(--mw-l-root06);
	color: var(--mw-l-section-button-link);
}
section.b-3-img-0-p-0-l-4 > article:nth-of-type(3):hover > div:hover > a{
	background-color: var(--mw-l-root07);
	color: var(--mw-l-section-button-link);
}
section.b-3-img-0-p-0-l-4 > article > div > ul {
	width: 100%;
	line-height: 36px;
	font-size: 90%;
	text-align: center;
	color: var(--mw-l-section-text);
	margin-top: 2rem;
}
section.b-3-img-0-p-0-l-4 > article > div > ul > li {
	list-style: none;
	border-top: 1px solid var(--mw-l-root03);
	border-bottom: 1px solid var(--mw-l-root03);
	line-height: 3.5;
}
section.b-3-img-0-p-0-l-4 > article > div > ul > li > span > b{
	letter-spacing: 3px;
	font-size: 13px;
}
section.b-3-img-0-p-0-l-4 > article > div > a {
	font-size: 16px;
	background-color: var(--mw-l-section-button);
	color: var(--mw-l-section-button-link);
	font-weight: 600;
	padding: 15px 40px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-top: 2rem;
	-webkit-box-shadow: var(--mw-l-box-shadow);
	-moz-box-shadow: var(--mw-l-box-shadow);
	box-shadow: var(--mw-l-box-shadow);
}
section.b-3-img-0-p-0-l-4 > article > div > a:hover{
	color: var(--mw-l-section-button);
	background-color: var(--mw-l-section-button-link);
	transition: background-color 1s;
}
section.b-3-img-0-p-0-l-4 > article:nth-of-type(1) > div > a{
	color: var(--mw-l-section-button);
	background-color: var(--mw-l-section-button-link);
}
section.b-3-img-0-p-0-l-4 > article:nth-of-type(3) > div > a{
	color: var(--mw-l-section-button);
	background-color: var(--mw-l-section-button-link);
}
section.b-3-img-0-p-0-l-4 > article:nth-of-type(1) > div > a:hover{
	color: var(--mw-l-section-button-link);
	background-color: var(--mw-l-section-button);
}
section.b-3-img-0-p-0-l-4 > article:nth-of-type(3) > div > a:hover{
	color: var(--mw-l-section-button-link);
	background-color: var(--mw-l-section-button);
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-3-img-0-p-0-l-4-n {
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: var(--mw-d-section);
}
section.b-3-img-0-p-0-l-4-n > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color: var(--mw-d-section-title);
}
section.b-3-img-0-p-0-l-4-n > p {
	float: left;
	width: 100%;
	margin-top:7.5px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-d-section-description);
}
section.b-3-img-0-p-0-l-4-n > article {
	width: calc((100% - 75px)/ 3);
	padding: 30px 0px;
	margin-top: 45px;
	background-color: var(--mw-d-section-background);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-repeat: no-repeat;
	 box-shadow: var(--mw-d-header-shadow);
	 -webkit-box-shadow: var(--mw-d-header-shadow);
	 -moz-box-shadow: var(--mw-d-header-shadow);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
section.b-3-img-0-p-0-l-4-n > article:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	 transform: scale(1.06);
} 
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(2) {
	border: 3.5px solid var(--mw-d-section-button);
}
section.b-3-img-0-p-0-l-4-n > article > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.b-3-img-0-p-0-l-4-n > article > div > h3 {
	font-size: 135%;
	padding: 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1.75;
	color: var(--mw-d-section-text);
	width: 100%;
}
section.b-3-img-0-p-0-l-4-n > article > div > h3 > i {
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	margin-top: 15px;
}
section.b-3-img-0-p-0-l-4-n > article > div > h3 > b {
	font-size: 180%;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: var(--mw-d-section);
}
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(2) > div > h3 > b{
	background-color: var(--mw-d-section-button);
	color: var(--mw-d-section-button-link);
}
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(1):hover > div:hover > h3 > b{
	background-color: var(--mw-d-root06);
	color: var(--mw-d-section-button-link);
}
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(3):hover > div:hover > h3 > b{
	background-color: var(--mw-d-root07);
	color: var(--mw-d-section-button-link);
}
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(1):hover > div:hover > a{
	background-color: var(--mw-d-root06);
	color: var(--mw-d-section-button-link);
}
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(3):hover > div:hover > a{
	background-color: var(--mw-d-root07);
	color: var(--mw-d-section-button-link);
}
section.b-3-img-0-p-0-l-4-n > article > div > ul {
	width: 100%;
	line-height: 36px;
	font-size: 90%;
	text-align: center;
	color: var(--mw-d-section-text);
	margin-top: 2rem;
}
section.b-3-img-0-p-0-l-4-n > article > div > ul > li {
	list-style: none;
	border-top: 1px solid var(--mw-d-root03);
	border-bottom: 1px solid var(--mw-d-root03);
	line-height: 3.5;
}
section.b-3-img-0-p-0-l-4-n > article > div > ul > li > span > b{
	letter-spacing: 3px;
	font-size: 13px;
}
section.b-3-img-0-p-0-l-4-n > article > div > a {
	font-size: 16px;
	background-color: var(--mw-d-section-button);
	color: var(--mw-d-section-button-link);
	font-weight: 600;
	padding: 15px 40px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-top: 2rem;
	-webkit-box-shadow: var(--mw-d-box-shadow);
	-moz-box-shadow: var(--mw-d-box-shadow);
	box-shadow: var(--mw-d-box-shadow);
}
section.b-3-img-0-p-0-l-4-n > article > div > a:hover{
	color: var(--mw-d-section-button);
	background-color: var(--mw-d-section-button-link);
	transition: background-color 1s;
}
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(1) > div > a{
	color: var(--mw-d-section-button);
	background-color: var(--mw-d-section-button-link);
}
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(3) > div > a{
	color: var(--mw-d-section-button);
	background-color: var(--mw-d-section-button-link);
}
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(1) > div > a:hover{
	color: var(--mw-d-section-button-link);
	background-color: var(--mw-d-section-button);
}
section.b-3-img-0-p-0-l-4-n > article:nth-of-type(3) > div > a:hover{
	color: var(--mw-d-section-button-link);
	background-color: var(--mw-d-section-button);
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-3-img-3-p-1-l-0{
	float:left;
	width:1200px;
	padding:96px calc((100% - 1200px) / 2);
	background-color:var(--mw-l-section);
}
section.b-3-img-3-p-1-l-0 > h2{
	float:left;
	width:100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-l-section-title);
}
section.b-3-img-3-p-1-l-0 > p{
	float: left;
	width: 100%;
	margin-top:7.5px;
	padding-bottom:45px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-l-section-description);
}
section.b-3-img-3-p-1-l-0 > div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.b-3-img-3-p-1-l-0 > div > article {
	float: left;
	width: calc((100% - 180px) / 3);
	 margin-top: 60px;
	background-color: var(--mw-l-section-background);
	position: relative;
	padding: 15px;
	text-align: center;
	border:3px solid var(--mw-l-rosette-border);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: var(--mw-l-box-shadow);
	-webkit-box-shadow: var(--mw-l-box-shadow);
	-moz-box-shadow: var(--mw-l-box-shadow);
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.b-3-img-3-p-1-l-0 > div > article:before {
	content:"";
	position:absolute;
	left:12%;
	border-width: 0 20px 20px;	
	border-style:solid;
	border-color:var(--mw-l-rosette-border) transparent; 
	display:block; 
	width:0;
	top: -20px;	
}
section.b-3-img-3-p-1-l-0 > div > article:after {
	content:"";
	position:absolute;
	left:13.8%;
	border-width: 0 13px 13px;
	border-style:solid;
	border-color:var(--mw-l-rosette-border) transparent;
	display:block; 
	width:0;
	top: -13px;	
}
section.b-3-img-3-p-1-l-0 > div > article > figure {
	float: left;
	width: 60px;
	margin-bottom: 15px;	
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	margin-left: -70%;
	margin-top: -100px;
}
section.b-3-img-3-p-1-l-0 > div > article > h3 {
	float: left;
	width: calc(100% - 0px);
	color: var(--mw-l-section-header);
	margin-top: 30px;
}
section.b-3-img-3-p-1-l-0 > div > article > p {
	float: left;
	width: 100%;
	line-height: 24px;
	padding: 10px 0 10px;
	color: var(--mw-l-section-text);
	font-size: 16px;
	font-weight: 300;
}
section.b-3-img-3-p-1-l-0 > div > article > a {
	float: left;
	width: max-content;
	line-height: 24px;
	margin-top: 10px;
	padding: 10px 15px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color: var(--mw-l-section-button);
	color: var(--mw-l-section-button-link);
}/* @media screen and (min-width:1280px){} */

nav{
	display:none;
}
section.b-3-img-3-p-1-l-0-n{
	float:left;
	width:1200px;
	padding:96px calc((100% - 1200px) / 2);
	background-color:var(--mw-d-section);
}
section.b-3-img-3-p-1-l-0-n > h2{
	float:left;
	width:100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-d-section-title);
}
section.b-3-img-3-p-1-l-0-n > p{
	float: left;
	width: 100%;
	margin-top:7.5px;
	padding-bottom:45px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-d-section-description);
}
section.b-3-img-3-p-1-l-0-n > div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.b-3-img-3-p-1-l-0-n > div > article {
	float: left;
	width: calc((100% - 180px) / 3);
	 margin-top: 60px;
	background-color: var(--mw-d-section-background);
	position: relative;
	padding: 15px;
	text-align: center;
	border:3px solid var(--mw-d-rosette-border);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: var(--mw-d-box-shadow);
	-webkit-box-shadow: var(--mw-d-box-shadow);
	-moz-box-shadow: var(--mw-d-box-shadow);
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.b-3-img-3-p-1-l-0-n > div > article:before {
	content:"";
	position:absolute;
	left:12%;
	border-width: 0 20px 20px;	
	border-style:solid;
	border-color:var(--mw-d-rosette-border) transparent; 
	display:block; 
	width:0;
	top: -20px;	
}
section.b-3-img-3-p-1-l-0-n > div > article:after {
	content:"";
	position:absolute;
	left:13.8%;
	border-width: 0 13px 13px;
	border-style:solid;
	border-color:var(--mw-d-rosette-border) transparent;
	display:block; 
	width:0;
	top: -13px;	
}
section.b-3-img-3-p-1-l-0-n > div > article > figure {
	float: left;
	width: 60px;
	margin-bottom: 15px;	
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	margin-left: -70%;
	margin-top: -100px;
}
section.b-3-img-3-p-1-l-0-n > div > article > h3 {
	float: left;
	width: calc(100% - 0px);
	color: var(--mw-d-section-header);
	margin-top: 30px;
}
section.b-3-img-3-p-1-l-0-n > div > article > p {
	float: left;
	width: 100%;
	line-height: 24px;
	padding: 10px 0 10px;
	color: var(--mw-d-section-text);
	font-size: 16px;
	font-weight: 300;
}
section.b-3-img-3-p-1-l-0-n > div > article > a {
	float: left;
	width: max-content;
	line-height: 24px;
	margin-top: 10px;
	padding: 10px 15px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color: var(--mw-d-section-button);
	color: var(--mw-d-section-button-link);
}/* @media screen and (min-width:1280px){} */

aside > div {
	float: left;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	background-color: var(--mw-l-aside);
}
aside > div > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-l-aside-title);
}
aside > div > p {
    float: left;
    width: 100%;
    margin-top: 8px;
    line-height: 1.75;
    font-size: 110%;
    font-weight: 600;
    color: var(--mw-l-aside-description);
}
aside > div > div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
}
aside > div > div > div {
	display: grid;
	grid-template-rows: 16px 48px 1fr 36px 12px;
	grid-template-columns: 4% 44% 4% 44% 4%;
	justify-items: end;
	width: calc((100% - 72px) / 4);
	margin: 24px 0 0 24px;
	/* background-color:var(--mw-l-aside-background); */
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	overflow:hidden;
}
aside > div > div > div:nth-child(4n+1){
	margin-left:0;
}
aside > div > div > div > figure {
	grid-column: 1/6;
	grid-row: 1/6;
	overflow: hidden;
}
aside > div > div > div > h3 {
	position:relative;
	z-index:1;
	grid-column: 1/6;
	grid-row: 2/3;
	width: calc(100% - 35px);
	padding: 0 16px 0 24px;
	line-height:3.5;
	color: var(--mw-l-aside-header);
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	background-color: var(--mw-l-header-transparent);
}
aside > div > div > div > a {
	grid-column: 2/5;
	grid-row: 4/5;
	width:max-content;
	max-width:50%;
	line-height: 2.25;
	font-size: 14px;
	padding: 0 16px;
	text-align:center;
	color: var(--mw-l-aside-button-link);
	background-color: var(--mw-l-aside-button);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: var(--mw-l-box-shadow);
	-webkit-box-shadow: var(--mw-l-box-shadow);
	-moz-box-shadow: var(--mw-l-box-shadow);
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
aside > div > div > div > a:hover {
	color: var(--mw-l-aside-button);
	background-color: var(--mw-l-aside-button-link);
	text-decoration:none;
}/* @media screen and (min-width:1280px){} */

footer{
	background-color: var(--mw-l-footer);
}
footer > div {
	float: left;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
}
footer > div > div {
	float: left;
	width: 100%;
}
footer > div > div:nth-of-type(1) {
	float: left;
	width:320px;
}
footer > div > div:nth-of-type(2) {
	float: right;
	width:max-content;
	max-width: calc(100% - 345px);
}
footer > div > div > h2{
	float:left;
	width:calc(100% - 25px);
	margin-bottom:15px;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-l-footer-title);
}
footer > div > div > p {
    float: left;
    width: 100%;
    line-height: 1.75;
    font-size: 100%;
    color: var(--mw-l-footer-description);
}
footer > div > div:nth-of-type(2) > ul {
	float:left;
	width:unset;
	margin-left:30px;
	margin-bottom:5px;

}
footer > div > div:nth-of-type(2) > ul:nth-of-type(1) {
	margin-left:0;
}
footer > div > div:nth-of-type(2) > ul > li {
	float:left;
	width: 100%;
	margin: 8px 0;
	letter-spacing: .5px;
	font-size: 80%;
	list-style: inside;
	color:var(--mw-l-footer-description);
	clear:both;
}
footer > div > div:nth-of-type(2) > ul > li > a {
	color: var(--mw-l-footer-url);
}
footer > div > div:nth-of-type(2) > ul > li > a:hover{
	color: var(--mw-l-footer-link);
	text-decoration:none;
}
footer > div > div:nth-of-type(2) > ul > li:nth-of-type(1) {
	list-style:none;
	padding-bottom: 5px;
	color: var(--mw-l-footer-link);
	font-size: 95%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
footer > div > div:nth-of-type(2) > ul > li.line-class{
	list-style:none;
	padding-bottom:5px;
	padding-top:5px;
	color:var(--mw-l-footer-link);
	font-size:16px;
	line-height:1.75;
	text-transform:uppercase;
	font-weight:700;
	padding-left:0;
}
footer > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > a {
	color: var(--mw-l-footer-link);
	text-transform: uppercase;
	line-height:1.75;
}
footer > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > a:hover{
	text-decoration:underline;
}
footer > div > div:nth-of-type(2) > ul > li > a.line-class{
	color:var(--mw-l-footer-link);
	font-size:16px;
	line-height:1.75;
	text-transform:uppercase;
	font-weight:700;
	padding-left:0;
}
footer > div > div:nth-of-type(2) > ul > li > a.line-class:hover{
	text-decoration: underline;
}
footer > div h3.name{
	float:left;
	width:100%;
	line-height: 3.5;
	color:var(--mw-l-footer-header);
}
footer > div > div:nth-of-type(3) p:nth-of-type(1) {
	float: left;
	width: 100%;
	line-height: 1.75;
	color: var(--mw-l-footer-text);
	display: grid;
	grid-gap: 0rem;
	grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 3fr));
}
footer > div span.address {
	font-size: 14px;
	background-color: var(--mw-l-footer-background);
	padding: 1.3rem 1.5rem;
	text-align: center;
	grid-auto-flow: row dense;
	border-left:1px solid var(--mw-l-footer-icon-background);
}
footer > div span.streetAddress{
	float:left;
	width:100%;
}
footer > div span.postalCode{
	clear:both;
}
footer > div span.addressLocality{
}
footer > div span.addressCountry{
}
footer > div em.telephone {
	font-size: 16px;
	color: var(--mw-l-footer-background);
	background-color: var(--mw-l-footer-icon-background);
	padding: 3rem 1.5rem;
	text-align: center;
	font-style: normal;
	grid-auto-flow: row dense;
}
footer > div em.telephone a{
	color:var(--mw-l-footer-background);
}
footer > div em.telephone i{
	font-style:normal;
}
footer > div > div:nth-of-type(1) > ul > li.phoneButton > a.phoneButton {
	display: none;
}
footer > div em.email {
	font-size:16px;
	color:var(--mw-l-footer-text);
	background-color: var(--mw-l-footer-background);
	padding: 3rem 1.5rem;
	text-align: center;
	font-style: normal;
	grid-auto-flow: row dense;
	border-right:1px solid var(--mw-l-footer-icon-background);

}
footer > div em.email a{
	color:var(--mw-l-footer-background);
}
footer > div em.email i{
	font-style:normal;
}
footer > div strong.copyright {
	width: 100%;
	line-height: 3.5;
	font-size: 85%;
	color: var(--mw-l-footer-header);
	grid-column:1/4;
	text-align:right;
	font-weight:normal;
}
footer > div > div:nth-of-type(3) p:nth-of-type(2){
	float:left;
	width:100%;
	margin-bottom:15px;
}
footer > div a.url{
	float:right;
	color:var(--mw-l-footer-text-link);
}
footer > div a.url > img{
	width:96px;
	margin:-0;
}
footer > div > div:nth-of-type(1) > ul {
	float: left;
	width:100%;
	margin-top:10px;
}
footer > div > div:nth-of-type(1) > ul > li {
	float:left;
	width: 40px;
	height: 40px;
	margin: 5px 15px 5px 0;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	background-color: var(--mw-l-footer-background);
}
footer > div > div:nth-of-type(1) > ul > li:hover {
	background-color: var(--mw-l-footer-icon-background);
	opacity: 1;
}
footer > div > div:nth-of-type(1) > ul > li > a {
	float: left;
	width: 24px;
	height: 24px;
	margin: 8px;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}
footer > div > div:nth-of-type(1) > ul > li > i{
	display:none;
}
a.eMail{
	background-image:var(--eMail);
	filter:var(--eMailColor);
}
a.mapsUrl{
	background-image:var(--mapsUrl);
	filter:var(--mapsUrlColor);
}
a.phoneNumber{
	background-image:var(--phoneNumber);
	filter:var(--phoneNumberColor);
}
a.whatsApp{
	background-image:var(--whatsApp);
	filter:var(--whatsAppColor);
}
a.phoneNumber.whatsApp{
	background-image:var(--phoneNumber);
	filter:var(--phoneNumberColor);
}
a.smsNumber{
	background-image:var(--smsNumber);
	filter:var(--smsNumberColor);
}
a.instagram{
	background-image:var(--instagram);
	filter:var(--instagramColor);
}
a.facebook{
	background-image:var(--facebook);
	filter:var(--facebookColor);
}
a.twitter{
	background-image:var(--twitter);
	filter:var(--twitterColor);
}
a.linkedin{
	background-image:var(--linkedin);
	filter:var(--linkedinColor);
}
a.copyClip {
	background-image: var(--copyClip);
}
footer > div > div:nth-of-type(1) > ul > li.rosette{
	float:unset;
	width:unset;
	height:unset;
	background-color: unset;
}
footer > div > div:nth-of-type(1) > ul > li.rosette > span{
	width: 52px;
	height: 52px;
	display: block;
	position: fixed;
	bottom: 53px;
	left: 4px;
	border: 3px solid var(--mw-l-rosette-border);
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
footer > div > div:nth-of-type(1) > ul > li.rosette > a:hover{
	text-decoration: none;
}
footer > div > div:nth-of-type(1) > ul > li.rosette > a{
	float:left;
	width:48px;
	height:48px;
	margin:0;
	text-align:center;
	line-height:48px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	font-weight:bold;
	font-size:200%;
	color:var(--mw-l-rosette-link);
	background-color:var(--mw-l-rosette-background);
	position:fixed;
	bottom:58.5px;
	left:9px;
}
footer > div > div:nth-of-type(1) > ul > li.rosette:hover > span {
	border-color:var(--mw-l-rosette-background);
	text-decoration: none;
	transition: all 0.5s;
}
footer > div > div:nth-of-type(1) > ul > li.rosette > a:hover {
	color:var(--mw-l-rosette-background);
	background-color:var(--mw-l-rosette-link);
	text-decoration: none;
	transition: all 0.5s;
}
footer > div > ul{
	float: left;
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
}
footer > div > ul > li{
	margin:7.5px 10px;
}
footer > div > ul > li > a{
	line-height:1.75;
	color: var(--mw-l-rosette-link);
	font-size:85%;
}
body{
	background-color: var(--mw-l-footer);
}