@font-face{font-family:'Manrope-Medium';src:url("../fonts/Manrope-Medium.eot");src:url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/Manrope-Medium.woff2") format("woff2"),url("../fonts/Manrope-Medium.woff") format("woff"),url("../fonts/Manrope-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Manrope-SemiBold';src:url("../fonts/Manrope-SemiBold.eot");src:url("../fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"),url("../fonts/Manrope-SemiBold.woff2") format("woff2"),url("../fonts/Manrope-SemiBold.woff") format("woff"),url("../fonts/Manrope-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Manrope-Regular';src:url("../fonts/Manrope-Regular.eot");src:url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Manrope-Regular.woff2") format("woff2"),url("../fonts/Manrope-Regular.woff") format("woff"),url("../fonts/Manrope-Regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Manrope-ExtraBold';src:url("../fonts/Manrope-ExtraBold.eot");src:url("../fonts/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"),url("../fonts/Manrope-ExtraBold.woff2") format("woff2"),url("../fonts/Manrope-ExtraBold.woff") format("woff"),url("../fonts/Manrope-ExtraBold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Manrope-Bold';src:url("../fonts/Manrope-Bold.eot");src:url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/Manrope-Bold.woff2") format("woff2"),url("../fonts/Manrope-Bold.woff") format("woff"),url("../fonts/Manrope-Bold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Manrope-Light';src:url("../fonts/Manrope-Light.eot");src:url("../fonts/Manrope-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/Manrope-Light.woff2") format("woff2"),url("../fonts/Manrope-Light.woff") format("woff"),url("../fonts/Manrope-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Manrope-ExtraLight';src:url("../fonts/Manrope-ExtraLight.eot");src:url("../fonts/Manrope-ExtraLight.eot?#iefix") format("embedded-opentype"),url("../fonts/Manrope-ExtraLight.woff2") format("woff2"),url("../fonts/Manrope-ExtraLight.woff") format("woff"),url("../fonts/Manrope-ExtraLight.ttf") format("truetype");font-weight:200;font-style:normal;font-display:swap}.modalType{transition:.3s;position:fixed;width:100%;height:100%;z-index:9999999999;display:none;align-items:center;opacity:0;visibility:hidden;pointer-events:none;top:0;left:0}.modalType.active{transition:.3s;visibility:inherit;pointer-events:auto;opacity:1}.modalType .modalbg{position:fixed;background:#000;width:100%;height:100%;opacity:0.75;z-index:-1;left:0;top:0}.modalType .buttonCloses{transition:.3s;width:40px;height:40px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 0 7px rgba(255,255,255,0.5);padding:6px 10px}.modalType .buttonCloses:hover{background:#E30613}.modalType .buttonCloses:hover span{background:#fff !important}.modalType .buttonCloses span{transition:.3s;display:block;width:21px;height:1px}.modalType .buttonCloses span:first-child{transform:rotate(45deg);position:relative;top:14px;background:#000}.modalType .buttonCloses span:last-child{transform:rotate(-45deg);position:relative;top:13px;background:#000}.modalType .mcmodal{width:90%;height:auto;margin:50px auto;padding:0;max-width:60vw;background:#EDF2F4}@media only screen and (max-width: 767px){.modalType .mcmodal{margin:0 auto}}@media only screen and (max-width: 1023px){.modalType .mcmodal{max-width:90%}}.modalType .mcmodal .modalTitle{padding:2.12vw;border-bottom:1px solid #d7d7d7;position:relative;text-transform:capitalize;font-family:Manrope-Bold;font-size:1.48vw;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 1023px){.modalType .mcmodal .modalTitle{font-size:20px;padding:25px}}.modalType .mcmodal .modalContent{padding:2.12vw;max-height:81vh;overflow:auto}@media only screen and (max-width: 1023px){.modalType .mcmodal .modalContent{padding:25px}}.modalType .mcmodal .modalContent .tabs{display:flex;align-items:center;justify-content:space-between;overflow:auto;overflow-y:hidden;padding-bottom:1.7vw;margin-top:1rem}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent .tabs{padding-bottom:2.5vw;margin-bottom:1rem}}.modalType .mcmodal .modalContent .tabs::-webkit-scrollbar-track{background:#fff}.modalType .mcmodal .modalContent .tabs::-webkit-scrollbar{width:5px;height:5px}.modalType .mcmodal .modalContent .tabs::-webkit-scrollbar-thumb{background-color:#E30613}.modalType .mcmodal .modalContent .tabs span{transition:.2s;font-family:Manrope-SemiBold;background:#fff;font-size:0.85vw;width:100%;white-space:nowrap;justify-content:center;height:50px;display:flex;align-items:center;cursor:pointer;padding:0 2vw;position:relative}.modalType .mcmodal .modalContent .tabs span:hover{background:black;color:white}.modalType .mcmodal .modalContent .tabs span:after{content:"";border-left:10px solid transparent;border-right:10px solid transparent;border-top:15px solid #e30613;position:absolute;bottom:-14px;opacity:0}.modalType .mcmodal .modalContent .tabs span.active{background:#E30613 !important;color:#fff}.modalType .mcmodal .modalContent .tabs span.active:after{opacity:1}@media only screen and (max-width: 1700px){.modalType .mcmodal .modalContent .tabs span{font-size:14px;padding:0 1vw}}@media only screen and (max-width: 1024px){.modalType .mcmodal .modalContent .tabs span{padding:0 25px}}.modalType .mcmodal .modalContent .tabContent{background:#fff;padding:2vw;overflow:auto}.modalType .mcmodal .modalContent .tabContent::-webkit-scrollbar-track{background:#fff}.modalType .mcmodal .modalContent .tabContent::-webkit-scrollbar{width:5px;height:5px}.modalType .mcmodal .modalContent .tabContent::-webkit-scrollbar-thumb{background-color:#E30613}@media only screen and (max-width: 1023px){.modalType .mcmodal .modalContent .tabContent{padding:25px}}.modalType .mcmodal .modalContent .mTitle{font-family:Manrope-Bold;font-size:1.28vw;line-height:2vw;height:12vw;max-height:155px;margin-bottom:1rem;align-items:flex-start}@media only screen and (min-width: 2000px){.modalType .mcmodal .modalContent .mTitle{font-size:1.15vw;line-height:1.60vw}}@media only screen and (min-width: 768px) and (max-width: 1199px){.modalType .mcmodal .modalContent .mTitle{height:155px}}@media only screen and (max-width: 1700px){.modalType .mcmodal .modalContent .mTitle{font-size:23px;line-height:32px}}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent .mTitle{height:170px;max-height:initial}}.modalType .mcmodal .modalContent .features{font-family:Manrope-Bold;padding:0;margin:0}.modalType .mcmodal .modalContent .features li{list-style-type:none;font-size:0.74vw;padding:.2vw 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;border-bottom:1px solid #e7e7e7;height:32px}@media only screen and (max-width: 1700px){.modalType .mcmodal .modalContent .features li{font-size:14px;padding:4px 0}}@media only screen and (max-width: 1024px){.modalType .mcmodal .modalContent .features li{font-size:12px;padding:6px 0}}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent .features li{white-space:nowrap}}.modalType .mcmodal .modalContent .cols{min-width:calc(100% / 5);flex:initial;text-align:center}@media only screen and (max-width: 1400px){.modalType .mcmodal .modalContent .cols{min-width:calc(100% / 4)}}@media only screen and (min-width: 1024px) and (max-width: 1199px){.modalType .mcmodal .modalContent .cols{min-width:calc(100% / 3)}}@media only screen and (min-width: 768px) and (max-width: 1023px){.modalType .mcmodal .modalContent .cols{min-width:calc(100% / 2)}}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent .cols{min-width:calc(100% / 1.5  )}}.modalType .mcmodal .modalContent .cols1{max-width:25%;flex:initial}@media only screen and (min-width: 1024px) and (max-width: 1199px){.modalType .mcmodal .modalContent .cols1{max-width:30%}}@media only screen and (min-width: 768px) and (max-width: 1023px){.modalType .mcmodal .modalContent .cols1{max-width:40%}}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent .cols1{max-width:100%;margin-bottom:1rem}}.modalType .mcmodal .modalContent .cols2{max-width:75%;flex:initial}@media only screen and (min-width: 1024px) and (max-width: 1199px){.modalType .mcmodal .modalContent .cols2{max-width:70%}}@media only screen and (min-width: 768px) and (max-width: 1023px){.modalType .mcmodal .modalContent .cols2{max-width:60%}}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent .cols2{max-width:100%}}.modalType .mcmodal .modalContent .cols2 .row{white-space:nowrap;flex-wrap:initial}.modalType .mcmodal .modalContent .item .img{height:12vw;max-height:155px;margin-bottom:1rem}@media only screen and (min-width: 768px) and (max-width: 1199px){.modalType .mcmodal .modalContent .item .img{height:155px}}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent .item .img{height:170px;margin-bottom:1rem;max-height:initial}}.modalType .mcmodal .modalContent .item .img picture{display:flex;align-items:center;height:15vw;max-height:107px;border-bottom:2px solid #e7e7e7;margin-bottom:1rem;padding-bottom:1rem}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent .item .img picture{height:125px;max-height:initial}}.modalType .mcmodal .modalContent .item .img picture img{width:100%;height:100%;object-fit:contain}.modalType .mcmodal .modalContent .item .img h2{margin:0;color:#E30613;font-family:Manrope-Bold;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:.85vw;white-space:initial}@media only screen and (max-width: 1700px){.modalType .mcmodal .modalContent .item .img h2{font-size:16px}}.modalType .mcmodal .modalContent .item .content ul{padding:0;margin:0}.modalType .mcmodal .modalContent .item .content ul li{list-style-type:none;font-size:0.74vw;padding:.2vw 0;border-bottom:1px solid #e7e7e7;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:break-spaces;height:32px}@media only screen and (max-width: 1700px){.modalType .mcmodal .modalContent .item .content ul li{font-size:14px;padding:4px 0}}.modalType .mcmodal .modalContent table{width:100%;border:1px solid #e4e4e4;margin-bottom:2rem}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent table{display:block;overflow:auto}}.modalType .mcmodal .modalContent table tr:last-child{border:none}.modalType .mcmodal .modalContent table td{padding:1rem;font-size:.8vw;border-bottom:1px solid #e4e4e4}@media only screen and (max-width: 1700px){.modalType .mcmodal .modalContent table td{font-size:15px}}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent table td{white-space:nowrap;font-size:15px;padding-right:20px}}.modalType .mcmodal .modalContent table td strong,.modalType .mcmodal .modalContent table td b{font-family:Manrope-Bold}.modalType .mcmodal .modalContent table th{padding:1rem 0;letter-spacing:.5px;color:#E30613;font-family:Manrope-SemiBold;font-size:0.90vw}@media only screen and (max-width: 1700px){.modalType .mcmodal .modalContent table th{font-size:17px}}@media only screen and (max-width: 767px){.modalType .mcmodal .modalContent table th{white-space:nowrap;font-size:15px;padding-right:20px}}.modalType .mcmodal .modalContent p strong,.modalType .mcmodal .modalContent p b{font-family:Manrope-SemiBold}.modalType.karsilastir .items{display:none}.modalType.karsilastir .items.active{display:block}@media only screen and (max-width: 767px){.modalType.karsilastir .items .row{display:flex;flex-wrap:nowrap}}.modalType.karsilastir .mcmodal{width:85vw;padding:2vw;background:#EDF2F4;max-width:1500px}@media only screen and (max-width: 1023px){.modalType.karsilastir .mcmodal{padding:25px;width:90%}}.modalType.karsilastir .buttonCloses{right:0}.modalType.karsilastir .modalTitle,.modalType.karsilastir .modalContent{padding:0;border:none}
