#__cookieWrapper .__cookieNotice .__cookieNoticeBody {padding: 10px; background:#ffffff; box-shadow: 1px -2px 5px 4px rgba(0,0,0,.27);}
@media all and (max-width:767px){
	#__cookieWrapper .custom-cookie-in {flex-direction: column; gap: 10px;}
    #__cookieWrapper .cookie-btn {width: 100%;padding:0;}
}
#__cookieWrapper .modal.fade {opacity: 1;}
#__cookieWrapper.custom-cookie p {color: var(--black-color);font-size: 15px;}
#__cookieWrapper.custom-cookie p a {font-weight: 1000; color: var(--navy); font-size: 16px; line-height: 22px; border-bottom: 2px solid var(--purple); font-family: var(--font-heavy); text-decoration: none !important;}
/* #__cookieWrapper.custom-cookie #cc-CookieSettingPreference.ccBtn {text-transform:uppercase;font-weight: 1000; color: var(--navy); font-size: 16px; line-height: 22px; border-bottom: 2px solid var(--purple); font-family: var(--font-heavy); text-decoration: none !important;padding:0px;} */
#__cookieWrapper.custom-cookie p a:hover {text-decoration: underline;}
#__cookieWrapper.custom-cookie .ccBtn {min-width: 320px;}
.custom-cookie-modal .modal-footer button {min-width: 280px;}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button { font-size: 1.6rem;text-transform:uppercase;line-height: 2.0rem; display: inline-flex;border-radius: 0; align-items: center; padding: 12px 16px; padding-right: 16px; padding-left: 16px;  text-decoration: none; justify-content: space-between; transition: all .3s ease-in-out; clip-path: polygon(0 0,100% 0,100% 100%,65px 100%,0 15px); -webkit-clip-path: polygon(0 0,100% 0,100% 100%,65px 100%,0 15px); position: relative; height: 54px; padding-left: 65px; padding-right: 0; font-weight: 1000; overflow: hidden; font-family: 'Gilroy-Heavy', sans-serif; 
}
.custom-cookie-modal .modal-lg {max-width: 1100px;}
.custom-cookie-modal .modal-content {clip-path: polygon(100% 0,100% 100%,16% 100%,0 78%,0 0);width: 100%;}
#__cookieWrapper.custom-cookie .ccBtn:focus, .custom-cookie-modal .modal-footer button:focus {
outline: 0;
}

 

.custom-cookie-modal .modal-dialog {
-webkit-transform: translate(0, 0) !important;
-ms-transform: translate(0, 0) !important;
transform: translate(0, 0) !important;
}

 

.custom-cookie-modal .modal-dialog .modal-title {
font-size: 2.6rem;
color: var(--navy) !important;
text-transform: uppercase;
}

 

.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4, .custom-cookie-modal p {color: var(--navy) !important;}
.custom-cookie-modal .modal-body h4 {display: flex;font-weight: 1000;
font-size: 22px;
line-height: 24px;
font-family: var(--font-heavy);
align-items: center;
justify-content: space-between; }
.custom-cookie-modal p {font-size: 1rem;}
.custom-cookie-modal .modal-body .switch {margin-top: -5px;}
.custom-cookie-modal .modal-body .switch input[type=checkbox]+label { min-width: 50px; width: 50px; height: 30px; line-height: 30px; margin: 0; box-shadow: 0 4px 6px 0 rgba(0,0,0,.2), 5px 5px 10px 0 rgba(0,0,0,.19); }

 

.custom-cookie-modal .modal-body .switch input[type=checkbox]+label::after { width: 20px; height: 20px; top: 5px; left: 6px; }

 

.custom-cookie-modal .modal-body .switch input[type=checkbox]+label::before { background-color: #cccccc; border: none; width: 50px; }
.custom-cookie-modal .modal-body .switch input[type=checkbox]:checked+label::before { background-color: #a500fa; }
.custom-cookie-modal .modal-body .switch input[type=checkbox]:disabled+label::before { background-color: #a500fa;    border: none; }

 

.custom-cookie-modal .modal-body .switch input[type=checkbox]+label::after {  background-color: #ffffff; }
.custom-cookie-modal .modal-footer button {margin-bottom: 5px !important;}
#__cookieWrapper.custom-cookie .ccBtn#cc-acceptAll-btn, .custom-cookie-modal .modal-footer .btn { background-color: #a500fa; color: #fff; border: 2px solid #a500fa; }
#__cookieWrapper.custom-cookie .ccBtn#cc-acceptAll-btn::before, .custom-cookie-modal .modal-footer .btn::before { background-color: #a500fa;border: 2px solid #a500fa; }
.custom-cookie-modal .modal-footer .btn#cc-acceptAll-btn-modal::before { background-color: #a500fa;border: 2px solid #a500fa; }
.custom-cookie-modal .modal-footer .btn::before { background-color: #a500fa;border: 2px solid #a500fa; }
.custom-cookie-modal .modal-footer .btn#cc-reject-Btn-modal::before, .custom-cookie-modal .modal-footer .btn#cc-reject-Btn-modal { background-color: var(--white-color);border: 2px solid var(--navy);color:var(--navy); }
.custom-cookie-modal a {
  color: var(--navy) !important;
}
.ccBtn:not(#cc-CookieSettingPreference)::before, .custom-cookie-modal .modal-footer .btn::before { content: ""; width: 85px; position: absolute; left: -13px; transform: rotate(31deg); top: 30px; }
.ccBtn:not(#cc-CookieSettingPreference)::after, .custom-cookie-modal .modal-footer .btn::after { content: ""; position: absolute; z-index: -1; display: block; transition: all .5s; top: 0; left: auto; right: 0; height: 100%; width: 0; }
#cc-acceptAll-btn.ccBtn:not(#cc-CookieSettingPreference) > span.icon { background: var(--white-color); color: var(--navy); border: 2px solid var(--purple); }
#cc-reject-Btn.ccBtn:not(#cc-CookieSettingPreference)::before { border: 2px solid var(--navy);	 }
#cc-reject-Btn.ccBtn:not(#cc-CookieSettingPreference)::after { background: var(--navy); }
#cc-reject-Btn.ccBtn:not(#cc-CookieSettingPreference) > span.icon { background: var(--navy); color: var(--white-color); border: 2px solid var(--navy); }
#cc-reject-Btn.ccBtn {border: 2px solid var(--navy); }
.ccBtn > span.icon { font-size: 1.2rem; margin-left: 30px; height: 52px; width: 53px; display: flex; align-items: center; justify-content: center; transition: all .5s; position: relative; }
#__cookieWrapper.custom-cookie .ccBtn#cc-CookieSettingPreference {font-size: 1.6rem;font-family: 'Gilroy-Heavy', sans-serif;font-weight: 1000; color: var(--navy); font-size: 16px; line-height: 22px; font-family: var(--font-heavy); text-decoration: none !important;padding-bottom:0px;padding-right: 0;min-width: auto;text-transform:none;}
#__cookieWrapper.custom-cookie .ccBtn#cc-CookieSettingPreference > span{ border-bottom: 2px solid var(--purple);}
#__cookieWrapper.custom-cookie .ccBtn#cc-CookieSettingPreference::before {
  content: "";display:none;width:0px;height:0px;
}

 

#__cookieWrapper.custom-cookie .ccBtn#cc-acceptAll-btn:hover { color: var(--navy); }
#__cookieWrapper.custom-cookie .ccBtn#cc-reject-Btn { color: var(--navy); }
#__cookieWrapper.custom-cookie .ccBtn#cc-reject-Btn:hover { color: var(--white-color); }
#__cookieWrapper.custom-cookie .ccBtn#cc-acceptAll-btn:hover::after { background: var(--white-color); }
#__cookieWrapper.custom-cookie .ccBtn:not(#cc-CookieSettingPreference)::after {
content: "";
position: absolute;
z-index: -1;
display: block;
transition: all .5s;
top: 0;
left: auto;
right: 0;
height: 100%;
width: 0;
}
#__cookieWrapper.custom-cookie .ccBtn:not(#cc-CookieSettingPreference):hover::after, #__cookieWrapper.custom-cookie .btn:hover::after {
  left: 0;
  right: auto;
  width: 100%;
  transition: all .5s;
}
#__cookieWrapper.custom-cookie .ccBtn#cc-acceptAll-btn:hover > span.icon, #__cookieWrapper.custom-cookie .btn#cc-acceptAll-btn-modal:hover > span.icon {
  background: var(--purple);
  color: var(--white-color);
}
#__cookieWrapper.custom-cookie .ccBtn#cc-reject-Btn:hover > span.icon {
  background: var(--white-color);
color: var(--navy);
}

 

.custom-cookie-modal .modal-content .modal-header button.close {
position: absolute;
z-index: 9999;
right: 10px;
width: 54px;
height: 54px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.6rem;
line-height: 1.6rem;
color: #fff !important;
background: #A500FF;
top: 10px;
text-decoration: none;content: "\e914";
font-family: 'icomoon' !important;
font-weight: normal;	font-size: 3.3rem;
}
.custom-cookie-modal .modal-footer .btn:not(#cc-reject-Btn-modal):hover::after {
  background: var(--white-color);
}
.custom-cookie-modal .modal-footer .btn:not(#cc-reject-Btn-modal):hover {
  color: var(--navy);
}
.custom-cookie-modal .modal-footer .btn#cc-reject-Btn-modal:hover {color: var(--white-color);}
.custom-cookie-modal .modal-footer .btn#cc-reject-Btn-modal:hover::after {background: var(--navy);}

 

 

 

@media all and (max-width: 991.98px){
.custom-cookie-modal .modal-footer .btn { font-size: 1.4rem; line-height: 1.8rem; }
.custom-cookie-modal .modal-content {width:90%;}
}

 

@media all and (max-width: 767.98px){

	.custom-cookie-modal .modal-footer button {min-width: 265px;}
	.custom-cookie-modal .modal-content {max-height: 80vh;overflow-y: auto;clip-path: polygon(100% 0,100% 100%,20% 100%,0 93%,0 0);}
	.custom-cookie-modal .modal-dialog .modal-title {font-size: 2.3rem;}
	.custom-cookie-modal .modal-body h4 {font-size: 18px;line-height: 20px;}
}
.modal-footer .btn span.icon.icon-longarrow {
    font-size: 1.2rem;
    margin-left: 30px;
    height: 52px;
    width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    position: relative;
    background: var(--white-color);
    color: var(--navy);
    border: 2px solid var(--purple);
}
button#cc-reject-Btn-modal.btn span.icon {
    background: var(--navy);
    color: var(--white-color);
    border: 2px solid var(--navy);
}

#__cookieWrapper.custom-cookie .btn#cc-cookieAgree:hover > span.icon {
    background: var(--purple);
    color: var(--white-color);
}

#__cookieWrapper.custom-cookie .btn#cc-reject-Btn-modal:hover > span.icon {
    background: var(--white-color);
    color: var(--navy);
}

@media all and (max-width: 1080px){
#__cookieWrapper .cookie-btn {display: block;}
}