@keyframes show{from{display:none;opacity:0}
to{display:block;opacity:1}
}
@keyframes hide{from{display:block;opacity:1}
to{display:none;opacity:0}
}
@keyframes slideUp20{from{bottom:-20px;opacity:0;display:none}
to{bottom:0;opacity:1;display:block}
}
@keyframes slideUp40{from{bottom:-40px;opacity:0}
to{bottom:0;opacity:1}
}
@keyframes slideUpHide20{from{top:0;opacity:1;display:block}
to{top:-20px;opacity:0;display:none}
}
@keyframes slideDown20{from{top:-20px;opacity:0;display:none}
to{top:0;opacity:1;display:block}
}
@keyframes slideDownHide20{from{bottom:0;opacity:1;display:block}
to{bottom:-20px;opacity:0;display:none}
}
@keyframes slideDownHide40{from{bottom:0;opacity:1;display:block}
to{bottom:-40px;opacity:0;display:none}
}
@keyframes slideRight10{from{left:-10px;opacity:0;display:none}
to{left:0;opacity:1;display:inline}
}
@keyframes slideLeft10{from{left:10px;opacity:0;display:none}
to{left:0;opacity:1;display:inline}
}
@keyframes slideLeftHide10{from{left:0;opacity:1;display:inline}
to{left:-10px;opacity:0;display:none}
}
@keyframes slideRightHide10{from{left:-10px;opacity:1}
to{left:0;opacity:0}
}
@keyframes slideRightHide20{from{left:-20px;opacity:1}
to{left:0;opacity:0}
}
@keyframes slideRightHideArrow20{0{right:20px;opacity:1}
100%{right:10px;opacity:0}
}
@keyframes slideRightFromMinus10NoOpacity{from{left:-10px}
to{left:0}
}
@keyframes slideRightFromMinus20NoOpacity{from{left:-20px}
to{left:0}
}
@keyframes slideLeftMinus10NoOpacity{from{left:0}
to{left:-10px}
}
@keyframes slideLeftMinus20NoOpacity{from{left:0}
to{left:-20px}
}
@keyframes slideLeftMinus18NoOpacity{from{left:0}
to{left:-18px}
}
@keyframes slideLeftMinus10{from{left:0;opacity:0}
to{left:-10px;opacity:1}
}
@keyframes slideLeftMinus20{from{left:0;opacity:0}
to{left:-20px;opacity:1}
}
@keyframes slideLeftMinusArrow20{0{right:10px;opacity:0}
100%{right:20px;opacity:1}
}
@keyframes slideToRightNoOpacity10{from{left:0;position:relative}
to{left:10px}
}
@keyframes slideToLeftNoOpacity10{from{left:10px;position:relative}
to{left:0}
}
@keyframes slideToRightNoOpacity20{from{left:0;position:relative}
to{left:20px}
}
@keyframes slideToLeftNoOpacity20{from{left:20px;position:relative}
to{left:0}
}
@keyframes slideToRightNoOpacity30{from{left:0;position:relative}
to{left:30px}
}
@keyframes slideToLeftNoOpacity30{from{left:30px;position:relative}
to{left:0}
}
@keyframes showUnderline{from{width:0}
to{width:100%}
}
@keyframes hideUnderline{from{width:100%}
to{width:0}
}
@keyframes showOverlay{0{left:-100%;opacity:0;display:none}
1%{left:-178px;opacity:0;display:none}
100%{left:0;opacity:1;display:block}
}
@keyframes hideOverlay{0{left:0;opacity:1;display:block}
99%{left:-178px;opacity:0;display:none}
100%{left:-100%;opacity:0;display:none}
}
@keyframes showOverlayMobile{from{width:0;opacity:0;display:none}
1%{width:100%;left:0;opacity:0;display:none}
100%{width:100%;left:0;opacity:1;display:block}
}
@keyframes hideOverlayMobile{from{width:100%;opacity:1;left:0;display:block}
99%{width:100%;opacity:0;left:0;display:none}
100%{width:0;opacity:0;left:-100%;display:none}
}
@keyframes underline{0{width:100%;opacity:1}
50%{width:100%;opacity:0}
51%{width:0;opacity:1}
100%{width:100%}
}
@keyframes underlineMultiline{0{border-bottom-color:#001965}
50%{border-bottom-color:transparent}
51%{background-size:0 1px;border-bottom-color:transparent}
100%{background-size:100% 1px;border-bottom-color:transparent}
}
@keyframes showUderlinefromLeft{0{opacity:1;left:0;width:0}
100%{left:0;width:100%;opacity:1}
}
@keyframes showUderlinefromRight{0{opacity:0;right:0;width:0}
1%{opacity:1;right:0;width:0}
100%{right:0;width:100%;opacity:1}
}
@keyframes showByScale{from{transform:scale(0);opacity:0}
to{transform:scale(1);opacity:1}
}
@keyframes hideByScale{from{transform:scale(1);opacity:1}
to{transform:scale(0);opacity:0}
}
@keyframes showByShadow{from{box-shadow:0 0 0 #000}
to{box-shadow:-2px -2px 50px rgba(0,0,0,0)}
}
@keyframes hideByShadow{from{box-shadow:-2px -2px 50px rgba(0,0,0,0)}
to{box-shadow:0 0 0 #000}
}
@keyframes zoomIn{from{transform:scale(1)}
to{transform:scale(1.1)}
}
@keyframes zoomOut{from{transform:scale(1.1)}
to{transform:scale(1)}
}
@keyframes yearIndicatorZoomOut{from{transform:scale(0)}
to{transform:scale(1)}
}
@keyframes firstLastYearIndicatorZoomOut{from{transform:scale(0.7);opacity:.7}
to{transform:scale(1);opacity:1}
}
@keyframes backgroundZoomOut{from{width:60%;height:60%}
to{width:100%;height:calc(100% - 120px)}
}
@keyframes imageZoomOut{from{width:70%;margin-right:10%}
to{width:100%;margin-right:0}
}
.single-select-wrapper{position:relative}
.single-select-wrapper .dropdown-btn{position:absolute;height:100%;width:60px;display:flex;justify-content:center;align-items:center;background:0;border:0;right:0;bottom:0;font-size:10px}
.single-select-wrapper .dropdown-btn.left-button{left:20px;width:auto;padding:0}
.single-select-wrapper .dropdown-hide{visibility:hidden}
.single-select-wrapper .dropdown-unhide{visibility:visible !important}
.single-select-wrapper .dropdown-listbox{background-color:#005ad2;border-radius:5px;box-sizing:border-box;position:absolute;width:100%;min-width:350px;z-index:7;height:0;overflow:hidden}
.single-select-wrapper .dropdown-listbox .top-control .actions{display:flex;align-content:center;color:rgba(255,255,255,0.5);margin-bottom:10px}
.single-select-wrapper .dropdown-listbox .top-control .control-btn{background:0;padding:0;border:0;color:rgba(255,255,255,0.8)}
.single-select-wrapper .dropdown-listbox .top-control .slash{margin:0 5px}
.single-select-wrapper .dropdown-listbox .top-control .head{display:none}
.single-select-wrapper .dropdown-listbox .list-options{overflow-y:scroll;max-height:300px;padding:10px 0}
.single-select-wrapper .dropdown-listbox .list-options .option{display:flex;align-items:center;position:relative;min-height:20px;padding-top:6px;padding-bottom:6px}
.single-select-wrapper .dropdown-listbox .list-options .option [type="checkbox"]:not(:checked) + label,.single-select-wrapper .dropdown-listbox .list-options .option [type="checkbox"]:checked + label{color:#fff}
.single-select-wrapper .dropdown-listbox .list-options .option:last-child{margin-bottom:0}
.single-select-wrapper .dropdown-listbox .list-options .option.tick .label{font-weight:bold}
.single-select-wrapper .dropdown-listbox .list-options .option input[type="checkbox"]:checked + label{font-weight:bold}
.single-select-wrapper .dropdown-listbox .list-options .option .label{font-size:20px;line-height:24px;cursor:pointer}
.single-select-wrapper .dropdown-listbox .list-options .selected-option{font-weight:bold}
.single-select-wrapper .dropdown-listbox .list-options::-webkit-scrollbar{width:5px}
.single-select-wrapper .dropdown-listbox .list-options::-webkit-scrollbar-track{background:0}
.single-select-wrapper .dropdown-listbox .list-options::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.25)}
.single-select-wrapper .dropdown-listbox .list-options::-webkit-scrollbar-thumb:hover{background:0}
.single-select-wrapper.show .dropdown-listbox{display:block;height:auto;height:max-content;padding:20px}
.single-select-wrapper.hide .dropdown-listbox{height:0}
.single-select-wrapper [type="checkbox"]:not(:checked) + label:after,.single-select-wrapper [type="checkbox"]:checked + label:after{top:7px}
.single-select-wrapper [type="checkbox"]:not(:checked) + label:after,.single-select-wrapper [type="checkbox"]:checked + label:after{top:14px}
@media only screen and (max-width:1280px){.single-select-wrapper .dropdown-listbox{width:0;position:fixed;top:0;left:0;z-index:7;height:100%;overflow:hidden;border-radius:0;min-width:0}
.single-select-wrapper .dropdown-listbox .dropdown-listbox-content{padding:calc(((100vw / 24)) * 2);padding-top:100px;height:100%}
.single-select-wrapper .dropdown-listbox .top-control .head{display:block;margin-bottom:60px}
.single-select-wrapper .dropdown-listbox .top-control .head .arrow-button{position:absolute;right:calc(((100vw / 24)) * 1);top:30px;background:0;border-radius:100px;width:60px;height:60px;border:solid 2px #fff}
.single-select-wrapper .dropdown-listbox .top-control .head .arrow-button .icon-right-arrow-white{font-size:12px}
.single-select-wrapper .dropdown-listbox .top-control .actions{margin:40px 0 30px}
.single-select-wrapper .dropdown-listbox .list-options{max-height:calc(100vh - (200px + calc(((100vw / 24)) * 2)))}
.single-select-wrapper .dropdown-listbox .list-options .option{padding-top:15px;padding-bottom:15px}
.single-select-wrapper .dropdown-listbox .list-options .option .label{font-size:28px;line-height:32px}
.single-select-wrapper .dropdown-listbox .list-options .selected-option{font-weight:bold}
.single-select-wrapper.show .dropdown-listbox,.single-select-wrapper.hide .dropdown-listbox{height:100%;padding:0}
.single-select-wrapper.show .dropdown-listbox{animation:showOverlayMobile .3s forwards cubic-bezier(0.25,0.1,0.25,1)}
.single-select-wrapper.hide .animate{animation:hideOverlayMobile .3s forwards cubic-bezier(0.25,0.1,0.25,1)}
.single-select-wrapper [type="checkbox"]:not(:checked) + label:before,.single-select-wrapper [type="checkbox"]:checked + label:before{top:27px}
.single-select-wrapper [type="checkbox"]:not(:checked) + label:after,.single-select-wrapper [type="checkbox"]:checked + label:after{top:20px}
}
@media only screen and (max-width:525px){.single-select-wrapper .dropdown-listbox .top-control{margin-bottom:10px}
.single-select-wrapper .dropdown-listbox .top-control .head{margin-bottom:20px}
.single-select-wrapper .dropdown-listbox .top-control .head .dropdown-title{font-size:25px;line-height:25px}
.single-select-wrapper .dropdown-listbox .top-control .head .arrow-button{right:calc(((100vw / 24)) * 2)}
.single-select-wrapper .dropdown-listbox .top-control .actions{margin:20px 0 10px}
}
@media only screen and (max-width:640px){.single-select-wrapper .dropdown-listbox{overflow:scroll}
.single-select-wrapper .dropdown-listbox .dropdown-listbox-content{padding-top:30px}
.single-select-wrapper .dropdown-listbox .top-control .head{margin-bottom:20px}
.single-select-wrapper .dropdown-listbox .top-control .head .dropdown-title{font-size:40px;line-height:40px}
.single-select-wrapper .dropdown-listbox .top-control .head .arrow-button{width:40px;height:40px}
.single-select-wrapper .dropdown-listbox .top-control .head .arrow-button .icon-right-arrow-white{font-size:12px}
.single-select-wrapper .dropdown-listbox .top-control .actions{margin:40px 0 30px}
.single-select-wrapper .dropdown-listbox .list-options{max-height:100%}
.single-select-wrapper .dropdown-listbox .list-options .option{padding-top:10px;padding-bottom:10px}
.single-select-wrapper .dropdown-listbox .list-options .option .label{font-size:20px;line-height:20px}
.single-select-wrapper .dropdown-listbox .list-options .selected-option{font-weight:bold}
}
body.page .frame-padding.frame-box{padding-top:100px}
.placeorder-component{position:relative}
.placeorder-component .agreement-info p>a{position:relative;background-position:0 102%;background-repeat:no-repeat;background-size:0 1px;padding-bottom:2px}
.placeorder-component .agreement-info.blue p>a{color:#001965;background-image:linear-gradient(#001965,#001965);border-bottom:1px solid #001965}
.placeorder-component .agreement-info p>a::after{content:"";position:absolute;bottom:-1px;left:0;opacity:0;width:100%;height:1px}
.placeorder-component .agreement-info.blue p>a::after{background-color:#001965}
.placeorder-component .agreement-info p>a:hover{animation:underlineMultiline .6s forwards cubic-bezier(0.25,0.1,0.25,1)}
.placeorder-component .agreement-info p>a:hover::after{background-position:100% 102%;transition:cubic-bezier(0.25,0.1,0.25,1) .6s;transition-delay:.3s}
.placeorder-component .captcha-error{display:block;margin-top:12px;color:#ba4242;font-family:"noto-sans",sans-serif}
.placeorder-component .desktop-titleframe{display:block}
.placeorder-component .mobile-titleframe{display:none}
.placeorder-component.standard{top:-100px}
.placeorder-component.small{top:-64px}
.placeorder-component .titleframe{position:relative}
.placeorder-component .titleframe.standard{top:100px}
.placeorder-component .titleframe.small{top:64px}
.placeorder-component .form-control .label.h4{text-transform:none;margin-bottom:15px;display:block}
body.page .frame-padding.frame-box{padding-top:100px}
.placeorder-summary{position:relative}
.placeorder-summary .desktop-titleframe{display:block}
.placeorder-summary .mobile-titleframe{display:none}
.placeorder-summary.standard{top:-100px}
.placeorder-summary.small{top:-64px}
.placeorder-summary .titleframe{position:relative}
.placeorder-summary .titleframe.standard{top:100px}
.placeorder-summary .titleframe.small{top:64px}
.placeorder-summary .compound-item{background-color:#fff;border-radius:3px}
.placeorder-summary .compound-item .compound-info{padding-right:52px}
.placeorder-summary .compound-item .form-control .label{position:relative}
.placeorder-summary .compound-item .form-control .label .total-text{position:absolute;right:0;color:#939aa7;font-weight:normal}
.placeorder-summary .compound-item .info-row{border-bottom:solid 1px rgba(0,25,101,0.2)}
.placeorder-summary .compound-item .personal-info-row .label{flex-basis:calc(((100vw - 330px) / 24) * 2);padding-right:20px}
.placeorder-summary .compound-item .form-control h4.label{margin-bottom:0}
.placeorder-summary .vials-number .box-number{background-color:#001965;color:#fff;border-radius:48px;width:48px;height:48px;font-size:16px;line-height:22px}
.placeorder-summary .vials-number .text{display:block;width:70px}
.placeorder-summary .vials-number.desktop{display:flex}
.placeorder-summary .vials-number.mobile{display:none}
@media(max-width:2000px){.placeorder-component.standard{top:-78px}
.placeorder-component.small{top:-44px}
.placeorder-component .titleframe.standard{top:78px}
.placeorder-component .titleframe.small{top:44px}
.placeorder-summary.standard{top:-78px}
.placeorder-summary.small{top:-44px}
.placeorder-summary .titleframe.standard{top:78px}
.placeorder-summary .titleframe.small{top:44px}
}
@media(max-width:1280px){.place-order-wrapper .placeorder-component{margin-top:60px}
.place-order-wrapper .placeorder-component.standard{top:-38px}
.place-order-wrapper .placeorder-component.small{top:-36px}
.place-order-wrapper .placeorder-component .titleframe.standard{top:38px}
.place-order-wrapper .placeorder-component .titleframe.small{top:36px}
.place-order-wrapper .placeorder-summary.standard{top:-38px}
.place-order-wrapper .placeorder-summary.small{top:-36px}
.place-order-wrapper .placeorder-summary .titleframe.standard{top:38px}
.place-order-wrapper .placeorder-summary .titleframe.small{top:36px}
.place-order-wrapper .placeorder-summary .compound-item .personal-info-row .label{flex-basis:calc(((100vw / 24)) * 3)}
}
@media(max-width:768px){.placeorder-summary .compound-item .personal-info-row .label{flex-basis:calc((calc(100vw / 24)) * 5)}
.placeorder-summary .compound-item .left-personal-info{margin-bottom:28px}
}
@media(max-width:525px){body.page .top-margin .root .aem-Grid .aem-GridColumn:first-child .frame-padding{padding-top:160px}
.placeorder-component{margin-top:0 !important;padding-top:0 !important}
.placeorder-component .desktop-titleframe{display:none}
.placeorder-component .right-column{margin-top:28px}
.placeorder-component .mobile-titleframe{display:block}
.placeorder-component .action-buttons{flex-wrap:wrap;justify-content:center;flex-flow:wrap-reverse}
.placeorder-component .action-buttons .button{flex-basis:100%;margin-left:0}
.placeorder-component .action-buttons .link{margin-top:28px;margin-right:0}
body.page .top-margin .root .aem-Grid .aem-GridColumn:first-child .frame-padding{padding-top:160px}
.placeorder-summary{padding-top:0 !important}
.placeorder-summary .desktop-titleframe{display:none}
.placeorder-summary .right-column{margin-top:28px}
.placeorder-summary .mobile-titleframe{display:block}
.placeorder-summary .action-buttons{flex-wrap:wrap;justify-content:center;flex-flow:wrap-reverse}
.placeorder-summary .action-buttons .button{flex-basis:100%;margin-left:0}
.placeorder-summary .action-buttons .link{margin-top:28px;margin-right:0}
.placeorder-summary .compound-item{background-color:#fff}
.placeorder-summary .compound-item .compound-info{padding-right:0}
.placeorder-summary .vials-number.desktop{display:none}
.placeorder-summary .vials-number.mobile{display:flex}
}