@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap);.bs-datepicker{display:flex;align-items:stretch;flex-flow:row wrap;background:#fff;box-shadow:0 0 10px 0 #aaa;position:relative;z-index:1}.bs-datepicker:after{clear:both;content:"";display:block}.bs-datepicker bs-day-picker{float:left}.bs-datepicker-btns button:active,.bs-datepicker-btns button:focus,.bs-datepicker-btns button:hover,.bs-datepicker-predefined-btns button:active,.bs-datepicker-predefined-btns button:focus,.bs-datepicker button:active,.bs-datepicker button:focus,.bs-datepicker button:hover,.bs-datepicker input:active,.bs-datepicker input:focus,.bs-datepicker input:hover{outline:none}.bs-datepicker-head{min-width:270px;height:50px;padding:10px;border-radius:3px 3px 0 0;text-align:justify}.bs-datepicker-head:after{content:"";display:inline-block;vertical-align:top;width:100%}.bs-datepicker-head button{display:inline-block;vertical-align:top;padding:0;height:30px;line-height:30px;border:0;background:transparent;text-align:center;cursor:pointer;color:#fff;transition:.3s}.bs-datepicker-head button[disabled],.bs-datepicker-head button[disabled]:active,.bs-datepicker-head button[disabled]:hover{background:hsla(0,0%,86.7%,.3);color:#f5f5f5;cursor:not-allowed}.bs-datepicker-head button.next,.bs-datepicker-head button.previous{border-radius:50%;width:30px;height:30px}.bs-datepicker-head button.next span,.bs-datepicker-head button.previous span{font-size:28px;line-height:1;display:inline-block;position:relative;height:100%;width:100%;border-radius:50%}.bs-datepicker-head button.current{border-radius:15px;max-width:155px;padding:0 13px}.bs-datepicker-head button:hover{background-color:rgba(0,0,0,.1)}.bs-datepicker-head button:active{background-color:rgba(0,0,0,.2)}.bs-datepicker-body{padding:10px;border-radius:0 0 3px 3px;min-height:232px;min-width:278px;border:1px solid #e9edf0}.bs-datepicker-body .days.weeks{position:relative;z-index:1}.bs-datepicker-body table{width:100%;border-collapse:separate;border-spacing:0}.bs-datepicker-body table th{font-size:13px;color:#9aaec1;font-weight:400;text-align:center}.bs-datepicker-body table td{color:#54708b;text-align:center;position:relative;padding:0}.bs-datepicker-body table td span{display:block;margin:0 auto;font-size:13px;border-radius:50%;position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month){cursor:pointer}.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected){background-color:#e9edf0;transition:0s}.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected){background-color:#e9edf0;transition:0s;cursor:pointer}.bs-datepicker-body table td.disabled span,.bs-datepicker-body table td span.disabled{color:#9aaec1}.bs-datepicker-body table td.selected span,.bs-datepicker-body table td span.selected{color:#fff}.bs-datepicker-body table td.is-other-month span,.bs-datepicker-body table td span.is-other-month{color:rgba(0,0,0,.25)}.bs-datepicker-body table td.active{position:relative}.bs-datepicker-body table td.active.select-start:before{left:35%}.bs-datepicker-body table td.active.select-end:before{left:-85%}.bs-datepicker-body table td.active.select-end span:after,.bs-datepicker-body table td.active.select-start span:after,.bs-datepicker-body table td span.active.select-end:after,.bs-datepicker-body table td span.active.select-start:after{content:"";display:block;position:absolute;z-index:-1;width:100%;height:100%;transition:.3s;top:0;border-radius:50%}.bs-datepicker-body table td:before,.bs-datepicker-body table td span:before{content:"";display:block;position:absolute;z-index:-1;top:6px;bottom:6px;left:-2px;right:-2px;box-sizing:content-box;background:transparent}.bs-datepicker-body table td.active.select-start+td.active:before{left:-20%}.bs-datepicker-body table td:last-child.active:before{border-radius:0 3px 3px 0;width:125%;left:-25%}.bs-datepicker-body table td[class*=select-] span,.bs-datepicker-body table td span[class*=select-]{border-radius:50%;color:#fff}.bs-datepicker-body table.days span.active:not(.select-start):before,.bs-datepicker-body table.days span.in-range:not(.select-start):before,.bs-datepicker-body table.days td.active:not(.select-start):before,.bs-datepicker-body table.days td.in-range:not(.select-start):before{background:#e9edf0}.bs-datepicker-body table.days span{width:32px;height:32px;line-height:32px}.bs-datepicker-body table.days span.select-start{z-index:2}.bs-datepicker-body table.days span.in-range.select-end:before,.bs-datepicker-body table.days span.is-highlighted.in-range:before{background:none;right:0;left:0}.bs-datepicker-body table.days td.active+td.is-highlighted:before,.bs-datepicker-body table.days td.active+td.select-end:before,.bs-datepicker-body table.days td.in-range+td.is-highlighted:before,.bs-datepicker-body table.days td.in-range+td.select-end:before,.bs-datepicker-body table.days td.select-start+td.is-highlighted:before,.bs-datepicker-body table.days td.select-start+td.select-end:before{background:#e9edf0;width:100%}.bs-datepicker-body table.weeks tr td:nth-child(2).active:before{border-radius:3px 0 0 3px;left:0;width:100%}.bs-datepicker-body table:not(.weeks) tr td:first-child:before{border-radius:3px 0 0 3px}.bs-datepicker-body table.years td span{width:46px;height:46px;line-height:45px;margin:0 auto}.bs-datepicker-body table.years tr:not(:last-child) td span{margin-bottom:8px}.bs-datepicker-body table.months td{height:52px}.bs-datepicker-body table.months td span{padding:6px;border-radius:15px}.bs-datepicker .current-timedate{color:#54708b;font-size:15px;text-align:center;height:30px;line-height:30px;border-radius:20px;border:1px solid #e9edf0;margin-bottom:10px;cursor:pointer;text-transform:uppercase;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.bs-datepicker .current-timedate span:not(:empty):before{content:"";width:15px;height:16px;display:inline-block;margin-right:4px;vertical-align:text-bottom;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC)}.bs-datepicker-multiple{border-radius:4px 0 0 4px}.bs-datepicker-multiple+.bs-datepicker-multiple{margin-left:10px}.bs-datepicker-multiple .bs-datepicker{box-shadow:none;position:relative}.bs-datepicker-multiple .bs-datepicker:not(:last-child){padding-right:10px}.bs-datepicker-multiple .bs-datepicker+.bs-datepicker:after{content:"";display:block;width:14px;height:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);position:absolute;top:25px;left:-8px}.bs-datepicker-multiple .bs-datepicker .left{float:left}.bs-datepicker-multiple .bs-datepicker .right{float:right}.bs-datepicker-container{padding:15px}.bs-datepicker .bs-media-container{display:flex}@media (max-width:768px){.bs-datepicker .bs-media-container{flex-direction:column}}.bs-datepicker-custom-range{padding:15px;background:#eee}.bs-datepicker-predefined-btns button{width:100%;display:block;height:30px;background-color:#9aaec1;border-radius:4px;color:#fff;border:0;margin-bottom:10px;padding:0 18px;text-align:left;transition:.3s}.bs-datepicker-predefined-btns button:active,.bs-datepicker-predefined-btns button:hover{background-color:#54708b}.bs-datepicker-buttons{display:flex;flex-flow:row wrap;justify-content:flex-end;padding-top:10px;border-top:1px solid #e9edf0}.bs-datepicker-buttons .btn-default{margin-left:10px}.bs-timepicker-container{padding:10px 0}.bs-timepicker-label{color:#54708b;margin-bottom:10px}.bs-timepicker-controls{display:inline-block;vertical-align:top;margin-right:10px}.bs-timepicker-controls button{width:20px;height:20px;border-radius:50%;border:0;background-color:#e9edf0;color:#54708b;font-size:16px;font-weight:700;vertical-align:middle;line-height:0;padding:0;transition:.3s}.bs-timepicker-controls button:hover{background-color:#d5dadd}.bs-timepicker-controls input{width:35px;height:25px;border-radius:13px;text-align:center;border:1px solid #e9edf0}.bs-timepicker .switch-time-format{text-transform:uppercase;min-width:54px;height:25px;border-radius:20px;border:1px solid #e9edf0;background:#fff;color:#54708b;font-size:13px}.bs-timepicker .switch-time-format img{vertical-align:initial;margin-left:4px}bs-datepicker-container,bs-daterangepicker-container{z-index:1080}@media (max-width:768px){.bs-datepicker-multiple{display:flex}.bs-datepicker-multiple+.bs-datepicker-multiple{margin-top:10px;margin-left:0}}.theme-default .bs-datepicker-head{background-color:#777}.theme-default .bs-datepicker-body table td.selected span,.theme-default .bs-datepicker-body table td[class*=select-] span:after,.theme-default .bs-datepicker-body table td span.selected,.theme-default .bs-datepicker-body table td span[class*=select-]:after{background-color:#777}.theme-default .bs-datepicker-body table td.week span{color:#777}.theme-default .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#777;color:#fff;opacity:.5;transition:0s}.theme-green .bs-datepicker-head{background-color:#5cb85c}.theme-green .bs-datepicker-body table td.selected span,.theme-green .bs-datepicker-body table td[class*=select-] span:after,.theme-green .bs-datepicker-body table td span.selected,.theme-green .bs-datepicker-body table td span[class*=select-]:after{background-color:#5cb85c}.theme-green .bs-datepicker-body table td.week span{color:#5cb85c}.theme-green .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#5cb85c;color:#fff;opacity:.5;transition:0s}.theme-blue .bs-datepicker-head{background-color:#5bc0de}.theme-blue .bs-datepicker-body table td.selected span,.theme-blue .bs-datepicker-body table td[class*=select-] span:after,.theme-blue .bs-datepicker-body table td span.selected,.theme-blue .bs-datepicker-body table td span[class*=select-]:after{background-color:#5bc0de}.theme-blue .bs-datepicker-body table td.week span{color:#5bc0de}.theme-blue .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#5bc0de;color:#fff;opacity:.5;transition:0s}.theme-dark-blue .bs-datepicker-head{background-color:#337ab7}.theme-dark-blue .bs-datepicker-body table td.selected span,.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after,.theme-dark-blue .bs-datepicker-body table td span.selected,.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after{background-color:#337ab7}.theme-dark-blue .bs-datepicker-body table td.week span{color:#337ab7}.theme-dark-blue .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#337ab7;color:#fff;opacity:.5;transition:0s}.theme-red .bs-datepicker-head{background-color:#d9534f}.theme-red .bs-datepicker-body table td.selected span,.theme-red .bs-datepicker-body table td[class*=select-] span:after,.theme-red .bs-datepicker-body table td span.selected,.theme-red .bs-datepicker-body table td span[class*=select-]:after{background-color:#d9534f}.theme-red .bs-datepicker-body table td.week span{color:#d9534f}.theme-red .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#d9534f;color:#fff;opacity:.5;transition:0s}.theme-orange .bs-datepicker-head{background-color:#f0ad4e}.theme-orange .bs-datepicker-body table td.selected span,.theme-orange .bs-datepicker-body table td[class*=select-] span:after,.theme-orange .bs-datepicker-body table td span.selected,.theme-orange .bs-datepicker-body table td span[class*=select-]:after{background-color:#f0ad4e}.theme-orange .bs-datepicker-body table td.week span{color:#f0ad4e}.theme-orange .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#f0ad4e;color:#fff;opacity:.5;transition:0s}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #fff}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px 3px 3px 3px;background-position:15px;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E")}.toast-error{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E")}.toast-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")}.toast-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E")}.toast-container.toast-bottom-center .ngx-toastr,.toast-container.toast-top-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-bottom-full-width .ngx-toastr,.toast-container.toast-top-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media (max-width:240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:241px) and (max-width:480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:481px) and (max-width:768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}.btn,button{font-size:16px;font-weight:700;line-height:17.6px;letter-spacing:.5px}.btn.large,button.large{font-size:18px;font-weight:700;line-height:19.8px;letter-spacing:.5px}.btn.small,button.small{font-size:15px;font-weight:400;line-height:16.5px;letter-spacing:.5px}i{font-size:18px;letter-spacing:0}i.large{font-size:22px}i.large,i.small{font-weight:400;line-height:1;letter-spacing:0}i.small{font-size:16px}.body1>i,.body2>i,.body-small>i,.caption>i,.h1>i,.h2>i,.h3>i,.h4>i,.h5>i,.h6>i,.subtitle1>i,.subtitle2>i,a>i,b>i,caption>i,h1>i,h2>i,h3>i,h4>i,h5>i,h6>i,li>i,p>i,span>i,u>i{font-size:1.15em;vertical-align:text-top}.body1>i.large,.body2>i.large,.body-small>i.large,.caption>i.large,.h1>i.large,.h2>i.large,.h3>i.large,.h4>i.large,.h5>i.large,.h6>i.large,.subtitle1>i.large,.subtitle2>i.large,a>i.large,b>i.large,caption>i.large,h1>i.large,h2>i.large,h3>i.large,h4>i.large,h5>i.large,h6>i.large,li>i.large,p>i.large,span>i.large,u>i.large{font-size:1.3em;vertical-align:text-bottom}.h1,h1{font-size:60px;line-height:64px;letter-spacing:-.5px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:48px;line-height:54px;letter-spacing:0}.h3,h3{font-size:34px;line-height:42px;letter-spacing:.25px}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:24px;line-height:32px;letter-spacing:0}.h5,h5{font-size:20px;font-weight:700;line-height:26px;letter-spacing:.2px}.h6,h6{font-size:18px;letter-spacing:.2px}.h6,.subtitle1,h6{font-weight:500;line-height:24px}.subtitle1{font-size:16px;letter-spacing:.25px}.subtitle2{font-size:14px;font-weight:500;line-height:18px;letter-spacing:.1px}.body1,ol,p,td,ul{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.1px}.body2{font-size:14px;font-weight:400;line-height:22px;letter-spacing:-.2px}.body-small{font-size:13px;font-weight:500}.body-small,.caption,caption{line-height:16px;letter-spacing:.2px}.caption,caption{font-size:12px;font-weight:400}@media (min-width:768px){.h1-md{font-size:60px;line-height:64px;letter-spacing:-.5px}.h1-md,.h2-md{font-weight:700}.h2-md{font-size:48px;line-height:54px;letter-spacing:0}.h3-md{font-size:34px;line-height:42px;letter-spacing:.25px}.h3-md,.h4-md{font-weight:700}.h4-md{font-size:24px;line-height:32px;letter-spacing:0}.h5-md{font-size:20px;font-weight:700;line-height:26px;letter-spacing:.2px}.h6-md{font-size:18px;letter-spacing:.2px}.h6-md,.subtitle1-md{font-weight:500;line-height:24px}.subtitle1-md{font-size:16px;letter-spacing:.25px}.subtitle2-md{font-size:14px;font-weight:500;line-height:18px;letter-spacing:.1px}.body1-md{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.1px}.body2-md{font-size:14px;font-weight:400;line-height:22px;letter-spacing:-.2px}.body-small-md{font-size:13px;font-weight:500}.body-small-md,.caption-md{line-height:16px;letter-spacing:.2px}.caption-md{font-size:12px;font-weight:400}}@media (min-width:992px){.h1-lg{font-size:60px;line-height:64px;letter-spacing:-.5px}.h1-lg,.h2-lg{font-weight:700}.h2-lg{font-size:48px;line-height:54px;letter-spacing:0}.h3-lg{font-size:34px;line-height:42px;letter-spacing:.25px}.h3-lg,.h4-lg{font-weight:700}.h4-lg{font-size:24px;line-height:32px;letter-spacing:0}.h5-lg{font-size:20px;font-weight:700;line-height:26px;letter-spacing:.2px}.h6-lg{font-size:18px;letter-spacing:.2px}.h6-lg,.subtitle1-lg{font-weight:500;line-height:24px}.subtitle1-lg{font-size:16px;letter-spacing:.25px}.subtitle2-lg{font-size:14px;font-weight:500;line-height:18px;letter-spacing:.1px}.body1-lg{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.1px}.body2-lg{font-size:14px;font-weight:400;line-height:22px;letter-spacing:-.2px}.body-small-lg{font-size:13px;font-weight:500}.body-small-lg,.caption-lg{line-height:16px;letter-spacing:.2px}.caption-lg{font-size:12px;font-weight:400}}@media (min-width:1200px){.h1-xl{font-size:60px;line-height:64px;letter-spacing:-.5px}.h1-xl,.h2-xl{font-weight:700}.h2-xl{font-size:48px;line-height:54px;letter-spacing:0}.h3-xl{font-size:34px;line-height:42px;letter-spacing:.25px}.h3-xl,.h4-xl{font-weight:700}.h4-xl{font-size:24px;line-height:32px;letter-spacing:0}.h5-xl{font-size:20px;font-weight:700;line-height:26px;letter-spacing:.2px}.h6-xl{font-size:18px;letter-spacing:.2px}.h6-xl,.subtitle1-xl{font-weight:500;line-height:24px}.subtitle1-xl{font-size:16px;letter-spacing:.25px}.subtitle2-xl{font-size:14px;font-weight:500;line-height:18px;letter-spacing:.1px}.body1-xl{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.1px}.body2-xl{font-size:14px;font-weight:400;line-height:22px;letter-spacing:-.2px}.body-small-xl{font-size:13px;font-weight:500}.body-small-xl,.caption-xl{line-height:16px;letter-spacing:.2px}.caption-xl{font-size:12px;font-weight:400}}.h2.clamp-1line{height:54px}.h2.clamp-1line,.h2.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h2.clamp-1line-or-less{max-height:54px}.h2.clamp-2line{height:108px}.h2.clamp-2line,.h2.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h2.clamp-2line-or-less{max-height:108px}.h2.clamp-3line{height:162px}.h2.clamp-3line,.h2.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h2.clamp-3line-or-less{max-height:162px}.h2.clamp-4line{height:216px}.h2.clamp-4line,.h2.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h2.clamp-4line-or-less{max-height:216px}.h2.clamp-5line{height:270px}.h2.clamp-5line,.h2.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h2.clamp-5line-or-less{max-height:270px}.h3.clamp-1line{height:54px}.h3.clamp-1line,.h3.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h3.clamp-1line-or-less{max-height:54px}.h3.clamp-2line{height:108px}.h3.clamp-2line,.h3.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h3.clamp-2line-or-less{max-height:108px}.h3.clamp-3line{height:162px}.h3.clamp-3line,.h3.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h3.clamp-3line-or-less{max-height:162px}.h3.clamp-4line{height:216px}.h3.clamp-4line,.h3.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h3.clamp-4line-or-less{max-height:216px}.h3.clamp-5line{height:270px}.h3.clamp-5line,.h3.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h3.clamp-5line-or-less{max-height:270px}.h4.clamp-1line{height:32px}.h4.clamp-1line,.h4.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h4.clamp-1line-or-less{max-height:32px}.h4.clamp-2line{height:64px}.h4.clamp-2line,.h4.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h4.clamp-2line-or-less{max-height:64px}.h4.clamp-3line{height:96px}.h4.clamp-3line,.h4.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h4.clamp-3line-or-less{max-height:96px}.h4.clamp-4line{height:128px}.h4.clamp-4line,.h4.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h4.clamp-4line-or-less{max-height:128px}.h4.clamp-5line{height:160px}.h4.clamp-5line,.h4.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h4.clamp-5line-or-less{max-height:160px}.h5.clamp-1line{height:26px}.h5.clamp-1line,.h5.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h5.clamp-1line-or-less{max-height:26px}.h5.clamp-2line{height:52px}.h5.clamp-2line,.h5.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h5.clamp-2line-or-less{max-height:52px}.h5.clamp-3line{height:78px}.h5.clamp-3line,.h5.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h5.clamp-3line-or-less{max-height:78px}.h5.clamp-4line{height:104px}.h5.clamp-4line,.h5.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h5.clamp-4line-or-less{max-height:104px}.h5.clamp-5line{height:130px}.h5.clamp-5line,.h5.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h5.clamp-5line-or-less{max-height:130px}.h6.clamp-1line{height:24px}.h6.clamp-1line,.h6.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h6.clamp-1line-or-less{max-height:24px}.h6.clamp-2line{height:48px}.h6.clamp-2line,.h6.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h6.clamp-2line-or-less{max-height:48px}.h6.clamp-3line{height:72px}.h6.clamp-3line,.h6.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h6.clamp-3line-or-less{max-height:72px}.h6.clamp-4line{height:96px}.h6.clamp-4line,.h6.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h6.clamp-4line-or-less{max-height:96px}.h6.clamp-5line{height:120px}.h6.clamp-5line,.h6.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h6.clamp-5line-or-less{max-height:120px}.subtitle1.clamp-1line{height:24px}.subtitle1.clamp-1line,.subtitle1.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle1.clamp-1line-or-less{max-height:24px}.subtitle1.clamp-2line{height:48px}.subtitle1.clamp-2line,.subtitle1.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle1.clamp-2line-or-less{max-height:48px}.subtitle1.clamp-3line{height:72px}.subtitle1.clamp-3line,.subtitle1.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle1.clamp-3line-or-less{max-height:72px}.subtitle1.clamp-4line{height:96px}.subtitle1.clamp-4line,.subtitle1.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle1.clamp-4line-or-less{max-height:96px}.subtitle1.clamp-5line{height:120px}.subtitle1.clamp-5line,.subtitle1.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle1.clamp-5line-or-less{max-height:120px}.subtitle2.clamp-1line{height:18px}.subtitle2.clamp-1line,.subtitle2.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle2.clamp-1line-or-less{max-height:18px}.subtitle2.clamp-2line{height:36px}.subtitle2.clamp-2line,.subtitle2.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle2.clamp-2line-or-less{max-height:36px}.subtitle2.clamp-3line{height:54px}.subtitle2.clamp-3line,.subtitle2.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle2.clamp-3line-or-less{max-height:54px}.subtitle2.clamp-4line{height:72px}.subtitle2.clamp-4line,.subtitle2.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle2.clamp-4line-or-less{max-height:72px}.subtitle2.clamp-5line{height:90px}.subtitle2.clamp-5line,.subtitle2.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle2.clamp-5line-or-less{max-height:90px}.body1.clamp-1line{height:24px}.body1.clamp-1line,.body1.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body1.clamp-1line-or-less{max-height:24px}.body1.clamp-2line{height:48px}.body1.clamp-2line,.body1.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body1.clamp-2line-or-less{max-height:48px}.body1.clamp-3line{height:72px}.body1.clamp-3line,.body1.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body1.clamp-3line-or-less{max-height:72px}.body1.clamp-4line{height:96px}.body1.clamp-4line,.body1.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body1.clamp-4line-or-less{max-height:96px}.body1.clamp-5line{height:120px}.body1.clamp-5line,.body1.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body1.clamp-5line-or-less{max-height:120px}.body2.clamp-1line{height:22px}.body2.clamp-1line,.body2.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body2.clamp-1line-or-less{max-height:22px}.body2.clamp-2line{height:44px}.body2.clamp-2line,.body2.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body2.clamp-2line-or-less{max-height:44px}.body2.clamp-3line{height:66px}.body2.clamp-3line,.body2.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body2.clamp-3line-or-less{max-height:66px}.body2.clamp-4line{height:88px}.body2.clamp-4line,.body2.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body2.clamp-4line-or-less{max-height:88px}.body2.clamp-5line{height:110px}.body2.clamp-5line,.body2.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body2.clamp-5line-or-less{max-height:110px}.body-small.clamp-1line{height:16px}.body-small.clamp-1line,.body-small.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body-small.clamp-1line-or-less{max-height:16px}.body-small.clamp-2line{height:32px}.body-small.clamp-2line,.body-small.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body-small.clamp-2line-or-less{max-height:32px}.body-small.clamp-3line{height:48px}.body-small.clamp-3line,.body-small.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body-small.clamp-3line-or-less{max-height:48px}.body-small.clamp-4line{height:64px}.body-small.clamp-4line,.body-small.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body-small.clamp-4line-or-less{max-height:64px}.body-small.clamp-5line{height:80px}.body-small.clamp-5line,.body-small.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body-small.clamp-5line-or-less{max-height:80px}@media (min-width:768px){.h2-md.clamp-1line{height:54px}.h2-md.clamp-1line,.h2-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h2-md.clamp-1line-or-less{max-height:54px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-1line{height:54px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-1line,.h2.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h2.clamp-md-1line-or-less{max-height:54px}}@media (min-width:768px){.h2-md.clamp-2line{height:108px}}@media (min-width:768px){.h2-md.clamp-2line,.h2-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h2-md.clamp-2line-or-less{max-height:108px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-2line{height:108px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-2line,.h2.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h2.clamp-md-2line-or-less{max-height:108px}}@media (min-width:768px){.h2-md.clamp-3line{height:162px}}@media (min-width:768px){.h2-md.clamp-3line,.h2-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h2-md.clamp-3line-or-less{max-height:162px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-3line{height:162px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-3line,.h2.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h2.clamp-md-3line-or-less{max-height:162px}}@media (min-width:768px){.h2-md.clamp-4line{height:216px}}@media (min-width:768px){.h2-md.clamp-4line,.h2-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h2-md.clamp-4line-or-less{max-height:216px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-4line{height:216px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-4line,.h2.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h2.clamp-md-4line-or-less{max-height:216px}}@media (min-width:768px){.h2-md.clamp-5line{height:270px}}@media (min-width:768px){.h2-md.clamp-5line,.h2-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h2-md.clamp-5line-or-less{max-height:270px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-5line{height:270px}}@media (min-width:768px) and (min-width:768px){.h2.clamp-md-5line,.h2.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h2.clamp-md-5line-or-less{max-height:270px}}@media (min-width:768px){.h3-md.clamp-1line{height:54px}}@media (min-width:768px){.h3-md.clamp-1line,.h3-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h3-md.clamp-1line-or-less{max-height:54px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-1line{height:54px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-1line,.h3.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h3.clamp-md-1line-or-less{max-height:54px}}@media (min-width:768px){.h3-md.clamp-2line{height:108px}}@media (min-width:768px){.h3-md.clamp-2line,.h3-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h3-md.clamp-2line-or-less{max-height:108px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-2line{height:108px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-2line,.h3.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h3.clamp-md-2line-or-less{max-height:108px}}@media (min-width:768px){.h3-md.clamp-3line{height:162px}}@media (min-width:768px){.h3-md.clamp-3line,.h3-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h3-md.clamp-3line-or-less{max-height:162px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-3line{height:162px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-3line,.h3.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h3.clamp-md-3line-or-less{max-height:162px}}@media (min-width:768px){.h3-md.clamp-4line{height:216px}}@media (min-width:768px){.h3-md.clamp-4line,.h3-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h3-md.clamp-4line-or-less{max-height:216px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-4line{height:216px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-4line,.h3.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h3.clamp-md-4line-or-less{max-height:216px}}@media (min-width:768px){.h3-md.clamp-5line{height:270px}}@media (min-width:768px){.h3-md.clamp-5line,.h3-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h3-md.clamp-5line-or-less{max-height:270px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-5line{height:270px}}@media (min-width:768px) and (min-width:768px){.h3.clamp-md-5line,.h3.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h3.clamp-md-5line-or-less{max-height:270px}}@media (min-width:768px){.h4-md.clamp-1line{height:32px}}@media (min-width:768px){.h4-md.clamp-1line,.h4-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h4-md.clamp-1line-or-less{max-height:32px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-1line{height:32px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-1line,.h4.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h4.clamp-md-1line-or-less{max-height:32px}}@media (min-width:768px){.h4-md.clamp-2line{height:64px}}@media (min-width:768px){.h4-md.clamp-2line,.h4-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h4-md.clamp-2line-or-less{max-height:64px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-2line{height:64px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-2line,.h4.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h4.clamp-md-2line-or-less{max-height:64px}}@media (min-width:768px){.h4-md.clamp-3line{height:96px}}@media (min-width:768px){.h4-md.clamp-3line,.h4-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h4-md.clamp-3line-or-less{max-height:96px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-3line{height:96px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-3line,.h4.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h4.clamp-md-3line-or-less{max-height:96px}}@media (min-width:768px){.h4-md.clamp-4line{height:128px}}@media (min-width:768px){.h4-md.clamp-4line,.h4-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h4-md.clamp-4line-or-less{max-height:128px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-4line{height:128px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-4line,.h4.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h4.clamp-md-4line-or-less{max-height:128px}}@media (min-width:768px){.h4-md.clamp-5line{height:160px}}@media (min-width:768px){.h4-md.clamp-5line,.h4-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h4-md.clamp-5line-or-less{max-height:160px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-5line{height:160px}}@media (min-width:768px) and (min-width:768px){.h4.clamp-md-5line,.h4.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h4.clamp-md-5line-or-less{max-height:160px}}@media (min-width:768px){.h5-md.clamp-1line{height:26px}}@media (min-width:768px){.h5-md.clamp-1line,.h5-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h5-md.clamp-1line-or-less{max-height:26px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-1line{height:26px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-1line,.h5.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h5.clamp-md-1line-or-less{max-height:26px}}@media (min-width:768px){.h5-md.clamp-2line{height:52px}}@media (min-width:768px){.h5-md.clamp-2line,.h5-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h5-md.clamp-2line-or-less{max-height:52px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-2line{height:52px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-2line,.h5.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h5.clamp-md-2line-or-less{max-height:52px}}@media (min-width:768px){.h5-md.clamp-3line{height:78px}}@media (min-width:768px){.h5-md.clamp-3line,.h5-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h5-md.clamp-3line-or-less{max-height:78px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-3line{height:78px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-3line,.h5.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h5.clamp-md-3line-or-less{max-height:78px}}@media (min-width:768px){.h5-md.clamp-4line{height:104px}}@media (min-width:768px){.h5-md.clamp-4line,.h5-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h5-md.clamp-4line-or-less{max-height:104px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-4line{height:104px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-4line,.h5.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h5.clamp-md-4line-or-less{max-height:104px}}@media (min-width:768px){.h5-md.clamp-5line{height:130px}}@media (min-width:768px){.h5-md.clamp-5line,.h5-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h5-md.clamp-5line-or-less{max-height:130px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-5line{height:130px}}@media (min-width:768px) and (min-width:768px){.h5.clamp-md-5line,.h5.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h5.clamp-md-5line-or-less{max-height:130px}}@media (min-width:768px){.h6-md.clamp-1line{height:24px}}@media (min-width:768px){.h6-md.clamp-1line,.h6-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h6-md.clamp-1line-or-less{max-height:24px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-1line{height:24px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-1line,.h6.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h6.clamp-md-1line-or-less{max-height:24px}}@media (min-width:768px){.h6-md.clamp-2line{height:48px}}@media (min-width:768px){.h6-md.clamp-2line,.h6-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h6-md.clamp-2line-or-less{max-height:48px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-2line{height:48px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-2line,.h6.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h6.clamp-md-2line-or-less{max-height:48px}}@media (min-width:768px){.h6-md.clamp-3line{height:72px}}@media (min-width:768px){.h6-md.clamp-3line,.h6-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h6-md.clamp-3line-or-less{max-height:72px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-3line{height:72px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-3line,.h6.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h6.clamp-md-3line-or-less{max-height:72px}}@media (min-width:768px){.h6-md.clamp-4line{height:96px}}@media (min-width:768px){.h6-md.clamp-4line,.h6-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h6-md.clamp-4line-or-less{max-height:96px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-4line{height:96px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-4line,.h6.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h6.clamp-md-4line-or-less{max-height:96px}}@media (min-width:768px){.h6-md.clamp-5line{height:120px}}@media (min-width:768px){.h6-md.clamp-5line,.h6-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h6-md.clamp-5line-or-less{max-height:120px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-5line{height:120px}}@media (min-width:768px) and (min-width:768px){.h6.clamp-md-5line,.h6.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h6.clamp-md-5line-or-less{max-height:120px}}@media (min-width:768px){.subtitle1-md.clamp-1line{height:24px}}@media (min-width:768px){.subtitle1-md.clamp-1line,.subtitle1-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle1-md.clamp-1line-or-less{max-height:24px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-1line{height:24px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-1line,.subtitle1.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle1.clamp-md-1line-or-less{max-height:24px}}@media (min-width:768px){.subtitle1-md.clamp-2line{height:48px}}@media (min-width:768px){.subtitle1-md.clamp-2line,.subtitle1-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle1-md.clamp-2line-or-less{max-height:48px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-2line{height:48px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-2line,.subtitle1.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle1.clamp-md-2line-or-less{max-height:48px}}@media (min-width:768px){.subtitle1-md.clamp-3line{height:72px}}@media (min-width:768px){.subtitle1-md.clamp-3line,.subtitle1-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle1-md.clamp-3line-or-less{max-height:72px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-3line{height:72px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-3line,.subtitle1.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle1.clamp-md-3line-or-less{max-height:72px}}@media (min-width:768px){.subtitle1-md.clamp-4line{height:96px}}@media (min-width:768px){.subtitle1-md.clamp-4line,.subtitle1-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle1-md.clamp-4line-or-less{max-height:96px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-4line{height:96px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-4line,.subtitle1.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle1.clamp-md-4line-or-less{max-height:96px}}@media (min-width:768px){.subtitle1-md.clamp-5line{height:120px}}@media (min-width:768px){.subtitle1-md.clamp-5line,.subtitle1-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle1-md.clamp-5line-or-less{max-height:120px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-5line{height:120px}}@media (min-width:768px) and (min-width:768px){.subtitle1.clamp-md-5line,.subtitle1.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle1.clamp-md-5line-or-less{max-height:120px}}@media (min-width:768px){.subtitle2-md.clamp-1line{height:18px}}@media (min-width:768px){.subtitle2-md.clamp-1line,.subtitle2-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle2-md.clamp-1line-or-less{max-height:18px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-1line{height:18px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-1line,.subtitle2.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle2.clamp-md-1line-or-less{max-height:18px}}@media (min-width:768px){.subtitle2-md.clamp-2line{height:36px}}@media (min-width:768px){.subtitle2-md.clamp-2line,.subtitle2-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle2-md.clamp-2line-or-less{max-height:36px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-2line{height:36px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-2line,.subtitle2.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle2.clamp-md-2line-or-less{max-height:36px}}@media (min-width:768px){.subtitle2-md.clamp-3line{height:54px}}@media (min-width:768px){.subtitle2-md.clamp-3line,.subtitle2-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle2-md.clamp-3line-or-less{max-height:54px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-3line{height:54px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-3line,.subtitle2.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle2.clamp-md-3line-or-less{max-height:54px}}@media (min-width:768px){.subtitle2-md.clamp-4line{height:72px}}@media (min-width:768px){.subtitle2-md.clamp-4line,.subtitle2-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle2-md.clamp-4line-or-less{max-height:72px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-4line{height:72px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-4line,.subtitle2.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle2.clamp-md-4line-or-less{max-height:72px}}@media (min-width:768px){.subtitle2-md.clamp-5line{height:90px}}@media (min-width:768px){.subtitle2-md.clamp-5line,.subtitle2-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle2-md.clamp-5line-or-less{max-height:90px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-5line{height:90px}}@media (min-width:768px) and (min-width:768px){.subtitle2.clamp-md-5line,.subtitle2.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle2.clamp-md-5line-or-less{max-height:90px}}@media (min-width:768px){.body1-md.clamp-1line{height:24px}}@media (min-width:768px){.body1-md.clamp-1line,.body1-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body1-md.clamp-1line-or-less{max-height:24px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-1line{height:24px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-1line,.body1.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body1.clamp-md-1line-or-less{max-height:24px}}@media (min-width:768px){.body1-md.clamp-2line{height:48px}}@media (min-width:768px){.body1-md.clamp-2line,.body1-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body1-md.clamp-2line-or-less{max-height:48px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-2line{height:48px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-2line,.body1.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body1.clamp-md-2line-or-less{max-height:48px}}@media (min-width:768px){.body1-md.clamp-3line{height:72px}}@media (min-width:768px){.body1-md.clamp-3line,.body1-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body1-md.clamp-3line-or-less{max-height:72px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-3line{height:72px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-3line,.body1.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body1.clamp-md-3line-or-less{max-height:72px}}@media (min-width:768px){.body1-md.clamp-4line{height:96px}}@media (min-width:768px){.body1-md.clamp-4line,.body1-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body1-md.clamp-4line-or-less{max-height:96px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-4line{height:96px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-4line,.body1.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body1.clamp-md-4line-or-less{max-height:96px}}@media (min-width:768px){.body1-md.clamp-5line{height:120px}}@media (min-width:768px){.body1-md.clamp-5line,.body1-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body1-md.clamp-5line-or-less{max-height:120px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-5line{height:120px}}@media (min-width:768px) and (min-width:768px){.body1.clamp-md-5line,.body1.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body1.clamp-md-5line-or-less{max-height:120px}}@media (min-width:768px){.body2-md.clamp-1line{height:22px}}@media (min-width:768px){.body2-md.clamp-1line,.body2-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body2-md.clamp-1line-or-less{max-height:22px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-1line{height:22px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-1line,.body2.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body2.clamp-md-1line-or-less{max-height:22px}}@media (min-width:768px){.body2-md.clamp-2line{height:44px}}@media (min-width:768px){.body2-md.clamp-2line,.body2-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body2-md.clamp-2line-or-less{max-height:44px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-2line{height:44px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-2line,.body2.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body2.clamp-md-2line-or-less{max-height:44px}}@media (min-width:768px){.body2-md.clamp-3line{height:66px}}@media (min-width:768px){.body2-md.clamp-3line,.body2-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body2-md.clamp-3line-or-less{max-height:66px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-3line{height:66px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-3line,.body2.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body2.clamp-md-3line-or-less{max-height:66px}}@media (min-width:768px){.body2-md.clamp-4line{height:88px}}@media (min-width:768px){.body2-md.clamp-4line,.body2-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body2-md.clamp-4line-or-less{max-height:88px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-4line{height:88px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-4line,.body2.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body2.clamp-md-4line-or-less{max-height:88px}}@media (min-width:768px){.body2-md.clamp-5line{height:110px}}@media (min-width:768px){.body2-md.clamp-5line,.body2-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body2-md.clamp-5line-or-less{max-height:110px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-5line{height:110px}}@media (min-width:768px) and (min-width:768px){.body2.clamp-md-5line,.body2.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body2.clamp-md-5line-or-less{max-height:110px}}@media (min-width:768px){.body-small-md.clamp-1line{height:16px}}@media (min-width:768px){.body-small-md.clamp-1line,.body-small-md.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body-small-md.clamp-1line-or-less{max-height:16px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-1line{height:16px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-1line,.body-small.clamp-md-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body-small.clamp-md-1line-or-less{max-height:16px}}@media (min-width:768px){.body-small-md.clamp-2line{height:32px}}@media (min-width:768px){.body-small-md.clamp-2line,.body-small-md.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body-small-md.clamp-2line-or-less{max-height:32px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-2line{height:32px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-2line,.body-small.clamp-md-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body-small.clamp-md-2line-or-less{max-height:32px}}@media (min-width:768px){.body-small-md.clamp-3line{height:48px}}@media (min-width:768px){.body-small-md.clamp-3line,.body-small-md.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body-small-md.clamp-3line-or-less{max-height:48px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-3line{height:48px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-3line,.body-small.clamp-md-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body-small.clamp-md-3line-or-less{max-height:48px}}@media (min-width:768px){.body-small-md.clamp-4line{height:64px}}@media (min-width:768px){.body-small-md.clamp-4line,.body-small-md.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body-small-md.clamp-4line-or-less{max-height:64px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-4line{height:64px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-4line,.body-small.clamp-md-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body-small.clamp-md-4line-or-less{max-height:64px}}@media (min-width:768px){.body-small-md.clamp-5line{height:80px}}@media (min-width:768px){.body-small-md.clamp-5line,.body-small-md.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body-small-md.clamp-5line-or-less{max-height:80px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-5line{height:80px}}@media (min-width:768px) and (min-width:768px){.body-small.clamp-md-5line,.body-small.clamp-md-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body-small.clamp-md-5line-or-less{max-height:80px}}@media (min-width:992px){.h2-lg.clamp-1line{height:54px}.h2-lg.clamp-1line,.h2-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h2-lg.clamp-1line-or-less{max-height:54px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-1line{height:54px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-1line,.h2.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h2.clamp-lg-1line-or-less{max-height:54px}}@media (min-width:992px){.h2-lg.clamp-2line{height:108px}}@media (min-width:992px){.h2-lg.clamp-2line,.h2-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h2-lg.clamp-2line-or-less{max-height:108px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-2line{height:108px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-2line,.h2.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h2.clamp-lg-2line-or-less{max-height:108px}}@media (min-width:992px){.h2-lg.clamp-3line{height:162px}}@media (min-width:992px){.h2-lg.clamp-3line,.h2-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h2-lg.clamp-3line-or-less{max-height:162px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-3line{height:162px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-3line,.h2.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h2.clamp-lg-3line-or-less{max-height:162px}}@media (min-width:992px){.h2-lg.clamp-4line{height:216px}}@media (min-width:992px){.h2-lg.clamp-4line,.h2-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h2-lg.clamp-4line-or-less{max-height:216px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-4line{height:216px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-4line,.h2.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h2.clamp-lg-4line-or-less{max-height:216px}}@media (min-width:992px){.h2-lg.clamp-5line{height:270px}}@media (min-width:992px){.h2-lg.clamp-5line,.h2-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h2-lg.clamp-5line-or-less{max-height:270px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-5line{height:270px}}@media (min-width:992px) and (min-width:992px){.h2.clamp-lg-5line,.h2.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h2.clamp-lg-5line-or-less{max-height:270px}}@media (min-width:992px){.h3-lg.clamp-1line{height:54px}}@media (min-width:992px){.h3-lg.clamp-1line,.h3-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h3-lg.clamp-1line-or-less{max-height:54px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-1line{height:54px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-1line,.h3.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h3.clamp-lg-1line-or-less{max-height:54px}}@media (min-width:992px){.h3-lg.clamp-2line{height:108px}}@media (min-width:992px){.h3-lg.clamp-2line,.h3-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h3-lg.clamp-2line-or-less{max-height:108px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-2line{height:108px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-2line,.h3.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h3.clamp-lg-2line-or-less{max-height:108px}}@media (min-width:992px){.h3-lg.clamp-3line{height:162px}}@media (min-width:992px){.h3-lg.clamp-3line,.h3-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h3-lg.clamp-3line-or-less{max-height:162px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-3line{height:162px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-3line,.h3.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h3.clamp-lg-3line-or-less{max-height:162px}}@media (min-width:992px){.h3-lg.clamp-4line{height:216px}}@media (min-width:992px){.h3-lg.clamp-4line,.h3-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h3-lg.clamp-4line-or-less{max-height:216px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-4line{height:216px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-4line,.h3.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h3.clamp-lg-4line-or-less{max-height:216px}}@media (min-width:992px){.h3-lg.clamp-5line{height:270px}}@media (min-width:992px){.h3-lg.clamp-5line,.h3-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h3-lg.clamp-5line-or-less{max-height:270px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-5line{height:270px}}@media (min-width:992px) and (min-width:992px){.h3.clamp-lg-5line,.h3.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h3.clamp-lg-5line-or-less{max-height:270px}}@media (min-width:992px){.h4-lg.clamp-1line{height:32px}}@media (min-width:992px){.h4-lg.clamp-1line,.h4-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h4-lg.clamp-1line-or-less{max-height:32px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-1line{height:32px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-1line,.h4.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h4.clamp-lg-1line-or-less{max-height:32px}}@media (min-width:992px){.h4-lg.clamp-2line{height:64px}}@media (min-width:992px){.h4-lg.clamp-2line,.h4-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h4-lg.clamp-2line-or-less{max-height:64px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-2line{height:64px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-2line,.h4.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h4.clamp-lg-2line-or-less{max-height:64px}}@media (min-width:992px){.h4-lg.clamp-3line{height:96px}}@media (min-width:992px){.h4-lg.clamp-3line,.h4-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h4-lg.clamp-3line-or-less{max-height:96px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-3line{height:96px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-3line,.h4.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h4.clamp-lg-3line-or-less{max-height:96px}}@media (min-width:992px){.h4-lg.clamp-4line{height:128px}}@media (min-width:992px){.h4-lg.clamp-4line,.h4-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h4-lg.clamp-4line-or-less{max-height:128px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-4line{height:128px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-4line,.h4.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h4.clamp-lg-4line-or-less{max-height:128px}}@media (min-width:992px){.h4-lg.clamp-5line{height:160px}}@media (min-width:992px){.h4-lg.clamp-5line,.h4-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h4-lg.clamp-5line-or-less{max-height:160px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-5line{height:160px}}@media (min-width:992px) and (min-width:992px){.h4.clamp-lg-5line,.h4.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h4.clamp-lg-5line-or-less{max-height:160px}}@media (min-width:992px){.h5-lg.clamp-1line{height:26px}}@media (min-width:992px){.h5-lg.clamp-1line,.h5-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h5-lg.clamp-1line-or-less{max-height:26px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-1line{height:26px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-1line,.h5.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h5.clamp-lg-1line-or-less{max-height:26px}}@media (min-width:992px){.h5-lg.clamp-2line{height:52px}}@media (min-width:992px){.h5-lg.clamp-2line,.h5-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h5-lg.clamp-2line-or-less{max-height:52px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-2line{height:52px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-2line,.h5.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h5.clamp-lg-2line-or-less{max-height:52px}}@media (min-width:992px){.h5-lg.clamp-3line{height:78px}}@media (min-width:992px){.h5-lg.clamp-3line,.h5-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h5-lg.clamp-3line-or-less{max-height:78px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-3line{height:78px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-3line,.h5.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h5.clamp-lg-3line-or-less{max-height:78px}}@media (min-width:992px){.h5-lg.clamp-4line{height:104px}}@media (min-width:992px){.h5-lg.clamp-4line,.h5-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h5-lg.clamp-4line-or-less{max-height:104px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-4line{height:104px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-4line,.h5.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h5.clamp-lg-4line-or-less{max-height:104px}}@media (min-width:992px){.h5-lg.clamp-5line{height:130px}}@media (min-width:992px){.h5-lg.clamp-5line,.h5-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h5-lg.clamp-5line-or-less{max-height:130px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-5line{height:130px}}@media (min-width:992px) and (min-width:992px){.h5.clamp-lg-5line,.h5.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h5.clamp-lg-5line-or-less{max-height:130px}}@media (min-width:992px){.h6-lg.clamp-1line{height:24px}}@media (min-width:992px){.h6-lg.clamp-1line,.h6-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h6-lg.clamp-1line-or-less{max-height:24px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-1line{height:24px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-1line,.h6.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h6.clamp-lg-1line-or-less{max-height:24px}}@media (min-width:992px){.h6-lg.clamp-2line{height:48px}}@media (min-width:992px){.h6-lg.clamp-2line,.h6-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h6-lg.clamp-2line-or-less{max-height:48px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-2line{height:48px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-2line,.h6.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h6.clamp-lg-2line-or-less{max-height:48px}}@media (min-width:992px){.h6-lg.clamp-3line{height:72px}}@media (min-width:992px){.h6-lg.clamp-3line,.h6-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h6-lg.clamp-3line-or-less{max-height:72px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-3line{height:72px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-3line,.h6.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h6.clamp-lg-3line-or-less{max-height:72px}}@media (min-width:992px){.h6-lg.clamp-4line{height:96px}}@media (min-width:992px){.h6-lg.clamp-4line,.h6-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h6-lg.clamp-4line-or-less{max-height:96px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-4line{height:96px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-4line,.h6.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h6.clamp-lg-4line-or-less{max-height:96px}}@media (min-width:992px){.h6-lg.clamp-5line{height:120px}}@media (min-width:992px){.h6-lg.clamp-5line,.h6-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h6-lg.clamp-5line-or-less{max-height:120px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-5line{height:120px}}@media (min-width:992px) and (min-width:992px){.h6.clamp-lg-5line,.h6.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h6.clamp-lg-5line-or-less{max-height:120px}}@media (min-width:992px){.subtitle1-lg.clamp-1line{height:24px}}@media (min-width:992px){.subtitle1-lg.clamp-1line,.subtitle1-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle1-lg.clamp-1line-or-less{max-height:24px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-1line{height:24px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-1line,.subtitle1.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle1.clamp-lg-1line-or-less{max-height:24px}}@media (min-width:992px){.subtitle1-lg.clamp-2line{height:48px}}@media (min-width:992px){.subtitle1-lg.clamp-2line,.subtitle1-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle1-lg.clamp-2line-or-less{max-height:48px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-2line{height:48px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-2line,.subtitle1.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle1.clamp-lg-2line-or-less{max-height:48px}}@media (min-width:992px){.subtitle1-lg.clamp-3line{height:72px}}@media (min-width:992px){.subtitle1-lg.clamp-3line,.subtitle1-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle1-lg.clamp-3line-or-less{max-height:72px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-3line{height:72px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-3line,.subtitle1.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle1.clamp-lg-3line-or-less{max-height:72px}}@media (min-width:992px){.subtitle1-lg.clamp-4line{height:96px}}@media (min-width:992px){.subtitle1-lg.clamp-4line,.subtitle1-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle1-lg.clamp-4line-or-less{max-height:96px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-4line{height:96px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-4line,.subtitle1.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle1.clamp-lg-4line-or-less{max-height:96px}}@media (min-width:992px){.subtitle1-lg.clamp-5line{height:120px}}@media (min-width:992px){.subtitle1-lg.clamp-5line,.subtitle1-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle1-lg.clamp-5line-or-less{max-height:120px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-5line{height:120px}}@media (min-width:992px) and (min-width:992px){.subtitle1.clamp-lg-5line,.subtitle1.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle1.clamp-lg-5line-or-less{max-height:120px}}@media (min-width:992px){.subtitle2-lg.clamp-1line{height:18px}}@media (min-width:992px){.subtitle2-lg.clamp-1line,.subtitle2-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle2-lg.clamp-1line-or-less{max-height:18px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-1line{height:18px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-1line,.subtitle2.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle2.clamp-lg-1line-or-less{max-height:18px}}@media (min-width:992px){.subtitle2-lg.clamp-2line{height:36px}}@media (min-width:992px){.subtitle2-lg.clamp-2line,.subtitle2-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle2-lg.clamp-2line-or-less{max-height:36px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-2line{height:36px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-2line,.subtitle2.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle2.clamp-lg-2line-or-less{max-height:36px}}@media (min-width:992px){.subtitle2-lg.clamp-3line{height:54px}}@media (min-width:992px){.subtitle2-lg.clamp-3line,.subtitle2-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle2-lg.clamp-3line-or-less{max-height:54px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-3line{height:54px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-3line,.subtitle2.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle2.clamp-lg-3line-or-less{max-height:54px}}@media (min-width:992px){.subtitle2-lg.clamp-4line{height:72px}}@media (min-width:992px){.subtitle2-lg.clamp-4line,.subtitle2-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle2-lg.clamp-4line-or-less{max-height:72px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-4line{height:72px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-4line,.subtitle2.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle2.clamp-lg-4line-or-less{max-height:72px}}@media (min-width:992px){.subtitle2-lg.clamp-5line{height:90px}}@media (min-width:992px){.subtitle2-lg.clamp-5line,.subtitle2-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle2-lg.clamp-5line-or-less{max-height:90px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-5line{height:90px}}@media (min-width:992px) and (min-width:992px){.subtitle2.clamp-lg-5line,.subtitle2.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle2.clamp-lg-5line-or-less{max-height:90px}}@media (min-width:992px){.body1-lg.clamp-1line{height:24px}}@media (min-width:992px){.body1-lg.clamp-1line,.body1-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body1-lg.clamp-1line-or-less{max-height:24px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-1line{height:24px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-1line,.body1.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body1.clamp-lg-1line-or-less{max-height:24px}}@media (min-width:992px){.body1-lg.clamp-2line{height:48px}}@media (min-width:992px){.body1-lg.clamp-2line,.body1-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body1-lg.clamp-2line-or-less{max-height:48px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-2line{height:48px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-2line,.body1.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body1.clamp-lg-2line-or-less{max-height:48px}}@media (min-width:992px){.body1-lg.clamp-3line{height:72px}}@media (min-width:992px){.body1-lg.clamp-3line,.body1-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body1-lg.clamp-3line-or-less{max-height:72px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-3line{height:72px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-3line,.body1.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body1.clamp-lg-3line-or-less{max-height:72px}}@media (min-width:992px){.body1-lg.clamp-4line{height:96px}}@media (min-width:992px){.body1-lg.clamp-4line,.body1-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body1-lg.clamp-4line-or-less{max-height:96px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-4line{height:96px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-4line,.body1.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body1.clamp-lg-4line-or-less{max-height:96px}}@media (min-width:992px){.body1-lg.clamp-5line{height:120px}}@media (min-width:992px){.body1-lg.clamp-5line,.body1-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body1-lg.clamp-5line-or-less{max-height:120px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-5line{height:120px}}@media (min-width:992px) and (min-width:992px){.body1.clamp-lg-5line,.body1.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body1.clamp-lg-5line-or-less{max-height:120px}}@media (min-width:992px){.body2-lg.clamp-1line{height:22px}}@media (min-width:992px){.body2-lg.clamp-1line,.body2-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body2-lg.clamp-1line-or-less{max-height:22px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-1line{height:22px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-1line,.body2.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body2.clamp-lg-1line-or-less{max-height:22px}}@media (min-width:992px){.body2-lg.clamp-2line{height:44px}}@media (min-width:992px){.body2-lg.clamp-2line,.body2-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body2-lg.clamp-2line-or-less{max-height:44px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-2line{height:44px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-2line,.body2.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body2.clamp-lg-2line-or-less{max-height:44px}}@media (min-width:992px){.body2-lg.clamp-3line{height:66px}}@media (min-width:992px){.body2-lg.clamp-3line,.body2-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body2-lg.clamp-3line-or-less{max-height:66px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-3line{height:66px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-3line,.body2.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body2.clamp-lg-3line-or-less{max-height:66px}}@media (min-width:992px){.body2-lg.clamp-4line{height:88px}}@media (min-width:992px){.body2-lg.clamp-4line,.body2-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body2-lg.clamp-4line-or-less{max-height:88px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-4line{height:88px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-4line,.body2.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body2.clamp-lg-4line-or-less{max-height:88px}}@media (min-width:992px){.body2-lg.clamp-5line{height:110px}}@media (min-width:992px){.body2-lg.clamp-5line,.body2-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body2-lg.clamp-5line-or-less{max-height:110px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-5line{height:110px}}@media (min-width:992px) and (min-width:992px){.body2.clamp-lg-5line,.body2.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body2.clamp-lg-5line-or-less{max-height:110px}}@media (min-width:992px){.body-small-lg.clamp-1line{height:16px}}@media (min-width:992px){.body-small-lg.clamp-1line,.body-small-lg.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body-small-lg.clamp-1line-or-less{max-height:16px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-1line{height:16px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-1line,.body-small.clamp-lg-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body-small.clamp-lg-1line-or-less{max-height:16px}}@media (min-width:992px){.body-small-lg.clamp-2line{height:32px}}@media (min-width:992px){.body-small-lg.clamp-2line,.body-small-lg.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body-small-lg.clamp-2line-or-less{max-height:32px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-2line{height:32px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-2line,.body-small.clamp-lg-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body-small.clamp-lg-2line-or-less{max-height:32px}}@media (min-width:992px){.body-small-lg.clamp-3line{height:48px}}@media (min-width:992px){.body-small-lg.clamp-3line,.body-small-lg.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body-small-lg.clamp-3line-or-less{max-height:48px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-3line{height:48px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-3line,.body-small.clamp-lg-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body-small.clamp-lg-3line-or-less{max-height:48px}}@media (min-width:992px){.body-small-lg.clamp-4line{height:64px}}@media (min-width:992px){.body-small-lg.clamp-4line,.body-small-lg.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body-small-lg.clamp-4line-or-less{max-height:64px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-4line{height:64px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-4line,.body-small.clamp-lg-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body-small.clamp-lg-4line-or-less{max-height:64px}}@media (min-width:992px){.body-small-lg.clamp-5line{height:80px}}@media (min-width:992px){.body-small-lg.clamp-5line,.body-small-lg.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body-small-lg.clamp-5line-or-less{max-height:80px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-5line{height:80px}}@media (min-width:992px) and (min-width:992px){.body-small.clamp-lg-5line,.body-small.clamp-lg-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body-small.clamp-lg-5line-or-less{max-height:80px}}@media (min-width:1200px){.h2-xl.clamp-1line{height:54px}.h2-xl.clamp-1line,.h2-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h2-xl.clamp-1line-or-less{max-height:54px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-1line{height:54px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-1line,.h2.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h2.clamp-xl-1line-or-less{max-height:54px}}@media (min-width:1200px){.h2-xl.clamp-2line{height:108px}}@media (min-width:1200px){.h2-xl.clamp-2line,.h2-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h2-xl.clamp-2line-or-less{max-height:108px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-2line{height:108px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-2line,.h2.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h2.clamp-xl-2line-or-less{max-height:108px}}@media (min-width:1200px){.h2-xl.clamp-3line{height:162px}}@media (min-width:1200px){.h2-xl.clamp-3line,.h2-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h2-xl.clamp-3line-or-less{max-height:162px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-3line{height:162px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-3line,.h2.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h2.clamp-xl-3line-or-less{max-height:162px}}@media (min-width:1200px){.h2-xl.clamp-4line{height:216px}}@media (min-width:1200px){.h2-xl.clamp-4line,.h2-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h2-xl.clamp-4line-or-less{max-height:216px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-4line{height:216px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-4line,.h2.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h2.clamp-xl-4line-or-less{max-height:216px}}@media (min-width:1200px){.h2-xl.clamp-5line{height:270px}}@media (min-width:1200px){.h2-xl.clamp-5line,.h2-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h2-xl.clamp-5line-or-less{max-height:270px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-5line{height:270px}}@media (min-width:1200px) and (min-width:1200px){.h2.clamp-xl-5line,.h2.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h2.clamp-xl-5line-or-less{max-height:270px}}@media (min-width:1200px){.h3-xl.clamp-1line{height:54px}}@media (min-width:1200px){.h3-xl.clamp-1line,.h3-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h3-xl.clamp-1line-or-less{max-height:54px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-1line{height:54px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-1line,.h3.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h3.clamp-xl-1line-or-less{max-height:54px}}@media (min-width:1200px){.h3-xl.clamp-2line{height:108px}}@media (min-width:1200px){.h3-xl.clamp-2line,.h3-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h3-xl.clamp-2line-or-less{max-height:108px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-2line{height:108px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-2line,.h3.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h3.clamp-xl-2line-or-less{max-height:108px}}@media (min-width:1200px){.h3-xl.clamp-3line{height:162px}}@media (min-width:1200px){.h3-xl.clamp-3line,.h3-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h3-xl.clamp-3line-or-less{max-height:162px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-3line{height:162px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-3line,.h3.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h3.clamp-xl-3line-or-less{max-height:162px}}@media (min-width:1200px){.h3-xl.clamp-4line{height:216px}}@media (min-width:1200px){.h3-xl.clamp-4line,.h3-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h3-xl.clamp-4line-or-less{max-height:216px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-4line{height:216px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-4line,.h3.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h3.clamp-xl-4line-or-less{max-height:216px}}@media (min-width:1200px){.h3-xl.clamp-5line{height:270px}}@media (min-width:1200px){.h3-xl.clamp-5line,.h3-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h3-xl.clamp-5line-or-less{max-height:270px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-5line{height:270px}}@media (min-width:1200px) and (min-width:1200px){.h3.clamp-xl-5line,.h3.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h3.clamp-xl-5line-or-less{max-height:270px}}@media (min-width:1200px){.h4-xl.clamp-1line{height:32px}}@media (min-width:1200px){.h4-xl.clamp-1line,.h4-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h4-xl.clamp-1line-or-less{max-height:32px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-1line{height:32px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-1line,.h4.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h4.clamp-xl-1line-or-less{max-height:32px}}@media (min-width:1200px){.h4-xl.clamp-2line{height:64px}}@media (min-width:1200px){.h4-xl.clamp-2line,.h4-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h4-xl.clamp-2line-or-less{max-height:64px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-2line{height:64px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-2line,.h4.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h4.clamp-xl-2line-or-less{max-height:64px}}@media (min-width:1200px){.h4-xl.clamp-3line{height:96px}}@media (min-width:1200px){.h4-xl.clamp-3line,.h4-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h4-xl.clamp-3line-or-less{max-height:96px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-3line{height:96px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-3line,.h4.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h4.clamp-xl-3line-or-less{max-height:96px}}@media (min-width:1200px){.h4-xl.clamp-4line{height:128px}}@media (min-width:1200px){.h4-xl.clamp-4line,.h4-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h4-xl.clamp-4line-or-less{max-height:128px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-4line{height:128px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-4line,.h4.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h4.clamp-xl-4line-or-less{max-height:128px}}@media (min-width:1200px){.h4-xl.clamp-5line{height:160px}}@media (min-width:1200px){.h4-xl.clamp-5line,.h4-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h4-xl.clamp-5line-or-less{max-height:160px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-5line{height:160px}}@media (min-width:1200px) and (min-width:1200px){.h4.clamp-xl-5line,.h4.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h4.clamp-xl-5line-or-less{max-height:160px}}@media (min-width:1200px){.h5-xl.clamp-1line{height:26px}}@media (min-width:1200px){.h5-xl.clamp-1line,.h5-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h5-xl.clamp-1line-or-less{max-height:26px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-1line{height:26px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-1line,.h5.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h5.clamp-xl-1line-or-less{max-height:26px}}@media (min-width:1200px){.h5-xl.clamp-2line{height:52px}}@media (min-width:1200px){.h5-xl.clamp-2line,.h5-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h5-xl.clamp-2line-or-less{max-height:52px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-2line{height:52px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-2line,.h5.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h5.clamp-xl-2line-or-less{max-height:52px}}@media (min-width:1200px){.h5-xl.clamp-3line{height:78px}}@media (min-width:1200px){.h5-xl.clamp-3line,.h5-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h5-xl.clamp-3line-or-less{max-height:78px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-3line{height:78px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-3line,.h5.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h5.clamp-xl-3line-or-less{max-height:78px}}@media (min-width:1200px){.h5-xl.clamp-4line{height:104px}}@media (min-width:1200px){.h5-xl.clamp-4line,.h5-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h5-xl.clamp-4line-or-less{max-height:104px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-4line{height:104px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-4line,.h5.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h5.clamp-xl-4line-or-less{max-height:104px}}@media (min-width:1200px){.h5-xl.clamp-5line{height:130px}}@media (min-width:1200px){.h5-xl.clamp-5line,.h5-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h5-xl.clamp-5line-or-less{max-height:130px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-5line{height:130px}}@media (min-width:1200px) and (min-width:1200px){.h5.clamp-xl-5line,.h5.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h5.clamp-xl-5line-or-less{max-height:130px}}@media (min-width:1200px){.h6-xl.clamp-1line{height:24px}}@media (min-width:1200px){.h6-xl.clamp-1line,.h6-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h6-xl.clamp-1line-or-less{max-height:24px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-1line{height:24px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-1line,.h6.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h6.clamp-xl-1line-or-less{max-height:24px}}@media (min-width:1200px){.h6-xl.clamp-2line{height:48px}}@media (min-width:1200px){.h6-xl.clamp-2line,.h6-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h6-xl.clamp-2line-or-less{max-height:48px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-2line{height:48px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-2line,.h6.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h6.clamp-xl-2line-or-less{max-height:48px}}@media (min-width:1200px){.h6-xl.clamp-3line{height:72px}}@media (min-width:1200px){.h6-xl.clamp-3line,.h6-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h6-xl.clamp-3line-or-less{max-height:72px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-3line{height:72px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-3line,.h6.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h6.clamp-xl-3line-or-less{max-height:72px}}@media (min-width:1200px){.h6-xl.clamp-4line{height:96px}}@media (min-width:1200px){.h6-xl.clamp-4line,.h6-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h6-xl.clamp-4line-or-less{max-height:96px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-4line{height:96px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-4line,.h6.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.h6.clamp-xl-4line-or-less{max-height:96px}}@media (min-width:1200px){.h6-xl.clamp-5line{height:120px}}@media (min-width:1200px){.h6-xl.clamp-5line,.h6-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h6-xl.clamp-5line-or-less{max-height:120px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-5line{height:120px}}@media (min-width:1200px) and (min-width:1200px){.h6.clamp-xl-5line,.h6.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.h6.clamp-xl-5line-or-less{max-height:120px}}@media (min-width:1200px){.subtitle1-xl.clamp-1line{height:24px}}@media (min-width:1200px){.subtitle1-xl.clamp-1line,.subtitle1-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle1-xl.clamp-1line-or-less{max-height:24px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-1line{height:24px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-1line,.subtitle1.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle1.clamp-xl-1line-or-less{max-height:24px}}@media (min-width:1200px){.subtitle1-xl.clamp-2line{height:48px}}@media (min-width:1200px){.subtitle1-xl.clamp-2line,.subtitle1-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle1-xl.clamp-2line-or-less{max-height:48px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-2line{height:48px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-2line,.subtitle1.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle1.clamp-xl-2line-or-less{max-height:48px}}@media (min-width:1200px){.subtitle1-xl.clamp-3line{height:72px}}@media (min-width:1200px){.subtitle1-xl.clamp-3line,.subtitle1-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle1-xl.clamp-3line-or-less{max-height:72px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-3line{height:72px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-3line,.subtitle1.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle1.clamp-xl-3line-or-less{max-height:72px}}@media (min-width:1200px){.subtitle1-xl.clamp-4line{height:96px}}@media (min-width:1200px){.subtitle1-xl.clamp-4line,.subtitle1-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle1-xl.clamp-4line-or-less{max-height:96px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-4line{height:96px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-4line,.subtitle1.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle1.clamp-xl-4line-or-less{max-height:96px}}@media (min-width:1200px){.subtitle1-xl.clamp-5line{height:120px}}@media (min-width:1200px){.subtitle1-xl.clamp-5line,.subtitle1-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle1-xl.clamp-5line-or-less{max-height:120px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-5line{height:120px}}@media (min-width:1200px) and (min-width:1200px){.subtitle1.clamp-xl-5line,.subtitle1.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle1.clamp-xl-5line-or-less{max-height:120px}}@media (min-width:1200px){.subtitle2-xl.clamp-1line{height:18px}}@media (min-width:1200px){.subtitle2-xl.clamp-1line,.subtitle2-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle2-xl.clamp-1line-or-less{max-height:18px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-1line{height:18px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-1line,.subtitle2.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subtitle2.clamp-xl-1line-or-less{max-height:18px}}@media (min-width:1200px){.subtitle2-xl.clamp-2line{height:36px}}@media (min-width:1200px){.subtitle2-xl.clamp-2line,.subtitle2-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle2-xl.clamp-2line-or-less{max-height:36px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-2line{height:36px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-2line,.subtitle2.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle2.clamp-xl-2line-or-less{max-height:36px}}@media (min-width:1200px){.subtitle2-xl.clamp-3line{height:54px}}@media (min-width:1200px){.subtitle2-xl.clamp-3line,.subtitle2-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle2-xl.clamp-3line-or-less{max-height:54px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-3line{height:54px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-3line,.subtitle2.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.subtitle2.clamp-xl-3line-or-less{max-height:54px}}@media (min-width:1200px){.subtitle2-xl.clamp-4line{height:72px}}@media (min-width:1200px){.subtitle2-xl.clamp-4line,.subtitle2-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle2-xl.clamp-4line-or-less{max-height:72px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-4line{height:72px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-4line,.subtitle2.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.subtitle2.clamp-xl-4line-or-less{max-height:72px}}@media (min-width:1200px){.subtitle2-xl.clamp-5line{height:90px}}@media (min-width:1200px){.subtitle2-xl.clamp-5line,.subtitle2-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle2-xl.clamp-5line-or-less{max-height:90px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-5line{height:90px}}@media (min-width:1200px) and (min-width:1200px){.subtitle2.clamp-xl-5line,.subtitle2.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.subtitle2.clamp-xl-5line-or-less{max-height:90px}}@media (min-width:1200px){.body1-xl.clamp-1line{height:24px}}@media (min-width:1200px){.body1-xl.clamp-1line,.body1-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body1-xl.clamp-1line-or-less{max-height:24px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-1line{height:24px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-1line,.body1.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body1.clamp-xl-1line-or-less{max-height:24px}}@media (min-width:1200px){.body1-xl.clamp-2line{height:48px}}@media (min-width:1200px){.body1-xl.clamp-2line,.body1-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body1-xl.clamp-2line-or-less{max-height:48px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-2line{height:48px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-2line,.body1.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body1.clamp-xl-2line-or-less{max-height:48px}}@media (min-width:1200px){.body1-xl.clamp-3line{height:72px}}@media (min-width:1200px){.body1-xl.clamp-3line,.body1-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body1-xl.clamp-3line-or-less{max-height:72px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-3line{height:72px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-3line,.body1.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body1.clamp-xl-3line-or-less{max-height:72px}}@media (min-width:1200px){.body1-xl.clamp-4line{height:96px}}@media (min-width:1200px){.body1-xl.clamp-4line,.body1-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body1-xl.clamp-4line-or-less{max-height:96px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-4line{height:96px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-4line,.body1.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body1.clamp-xl-4line-or-less{max-height:96px}}@media (min-width:1200px){.body1-xl.clamp-5line{height:120px}}@media (min-width:1200px){.body1-xl.clamp-5line,.body1-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body1-xl.clamp-5line-or-less{max-height:120px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-5line{height:120px}}@media (min-width:1200px) and (min-width:1200px){.body1.clamp-xl-5line,.body1.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body1.clamp-xl-5line-or-less{max-height:120px}}@media (min-width:1200px){.body2-xl.clamp-1line{height:22px}}@media (min-width:1200px){.body2-xl.clamp-1line,.body2-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body2-xl.clamp-1line-or-less{max-height:22px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-1line{height:22px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-1line,.body2.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body2.clamp-xl-1line-or-less{max-height:22px}}@media (min-width:1200px){.body2-xl.clamp-2line{height:44px}}@media (min-width:1200px){.body2-xl.clamp-2line,.body2-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body2-xl.clamp-2line-or-less{max-height:44px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-2line{height:44px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-2line,.body2.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body2.clamp-xl-2line-or-less{max-height:44px}}@media (min-width:1200px){.body2-xl.clamp-3line{height:66px}}@media (min-width:1200px){.body2-xl.clamp-3line,.body2-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body2-xl.clamp-3line-or-less{max-height:66px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-3line{height:66px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-3line,.body2.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body2.clamp-xl-3line-or-less{max-height:66px}}@media (min-width:1200px){.body2-xl.clamp-4line{height:88px}}@media (min-width:1200px){.body2-xl.clamp-4line,.body2-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body2-xl.clamp-4line-or-less{max-height:88px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-4line{height:88px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-4line,.body2.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body2.clamp-xl-4line-or-less{max-height:88px}}@media (min-width:1200px){.body2-xl.clamp-5line{height:110px}}@media (min-width:1200px){.body2-xl.clamp-5line,.body2-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body2-xl.clamp-5line-or-less{max-height:110px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-5line{height:110px}}@media (min-width:1200px) and (min-width:1200px){.body2.clamp-xl-5line,.body2.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body2.clamp-xl-5line-or-less{max-height:110px}}@media (min-width:1200px){.body-small-xl.clamp-1line{height:16px}}@media (min-width:1200px){.body-small-xl.clamp-1line,.body-small-xl.clamp-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body-small-xl.clamp-1line-or-less{max-height:16px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-1line{height:16px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-1line,.body-small.clamp-xl-1line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.body-small.clamp-xl-1line-or-less{max-height:16px}}@media (min-width:1200px){.body-small-xl.clamp-2line{height:32px}}@media (min-width:1200px){.body-small-xl.clamp-2line,.body-small-xl.clamp-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body-small-xl.clamp-2line-or-less{max-height:32px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-2line{height:32px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-2line,.body-small.clamp-xl-2line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.body-small.clamp-xl-2line-or-less{max-height:32px}}@media (min-width:1200px){.body-small-xl.clamp-3line{height:48px}}@media (min-width:1200px){.body-small-xl.clamp-3line,.body-small-xl.clamp-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body-small-xl.clamp-3line-or-less{max-height:48px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-3line{height:48px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-3line,.body-small.clamp-xl-3line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.body-small.clamp-xl-3line-or-less{max-height:48px}}@media (min-width:1200px){.body-small-xl.clamp-4line{height:64px}}@media (min-width:1200px){.body-small-xl.clamp-4line,.body-small-xl.clamp-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body-small-xl.clamp-4line-or-less{max-height:64px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-4line{height:64px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-4line,.body-small.clamp-xl-4line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.body-small.clamp-xl-4line-or-less{max-height:64px}}@media (min-width:1200px){.body-small-xl.clamp-5line{height:80px}}@media (min-width:1200px){.body-small-xl.clamp-5line,.body-small-xl.clamp-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body-small-xl.clamp-5line-or-less{max-height:80px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-5line{height:80px}}@media (min-width:1200px) and (min-width:1200px){.body-small.clamp-xl-5line,.body-small.clamp-xl-5line-or-less{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.body-small.clamp-xl-5line-or-less{max-height:80px}}.m-0p,.mt-0p,.my-0p{margin-top:0!important}.m-0p,.mb-0p,.my-0p{margin-bottom:0!important}.m-0p,.ml-0p,.mx-0p{margin-left:0!important}.m-0p,.mr-0p,.mx-0p{margin-right:0!important}.p-0p,.pt-0p,.py-0p{padding-top:0!important}.p-0p,.pb-0p,.py-0p{padding-bottom:0!important}.p-0p,.pl-0p,.px-0p{padding-left:0!important}.p-0p,.pr-0p,.px-0p{padding-right:0!important}.m-5p,.mt-5p,.my-5p{margin-top:5px!important}.m-5p,.mb-5p,.my-5p{margin-bottom:5px!important}.m-5p,.ml-5p,.mx-5p{margin-left:5px!important}.m-5p,.mr-5p,.mx-5p{margin-right:5px!important}.p-5p,.pt-5p,.py-5p{padding-top:5px!important}.p-5p,.pb-5p,.py-5p{padding-bottom:5px!important}.p-5p,.pl-5p,.px-5p{padding-left:5px!important}.p-5p,.pr-5p,.px-5p{padding-right:5px!important}.m-10p,.mt-10p,.my-10p{margin-top:10px!important}.m-10p,.mb-10p,.my-10p{margin-bottom:10px!important}.m-10p,.ml-10p,.mx-10p{margin-left:10px!important}.m-10p,.mr-10p,.mx-10p{margin-right:10px!important}.p-10p,.pt-10p,.py-10p{padding-top:10px!important}.p-10p,.pb-10p,.py-10p{padding-bottom:10px!important}.p-10p,.pl-10p,.px-10p{padding-left:10px!important}.p-10p,.pr-10p,.px-10p{padding-right:10px!important}.m-15p,.mt-15p,.my-15p{margin-top:15px!important}.m-15p,.mb-15p,.my-15p{margin-bottom:15px!important}.m-15p,.ml-15p,.mx-15p{margin-left:15px!important}.m-15p,.mr-15p,.mx-15p{margin-right:15px!important}.p-15p,.pt-15p,.py-15p{padding-top:15px!important}.p-15p,.pb-15p,.py-15p{padding-bottom:15px!important}.p-15p,.pl-15p,.px-15p{padding-left:15px!important}.p-15p,.pr-15p,.px-15p{padding-right:15px!important}.m-20p,.mt-20p,.my-20p{margin-top:20px!important}.m-20p,.mb-20p,.my-20p{margin-bottom:20px!important}.m-20p,.ml-20p,.mx-20p{margin-left:20px!important}.m-20p,.mr-20p,.mx-20p{margin-right:20px!important}.p-20p,.pt-20p,.py-20p{padding-top:20px!important}.p-20p,.pb-20p,.py-20p{padding-bottom:20px!important}.p-20p,.pl-20p,.px-20p{padding-left:20px!important}.p-20p,.pr-20p,.px-20p{padding-right:20px!important}.m-25p,.mt-25p,.my-25p{margin-top:25px!important}.m-25p,.mb-25p,.my-25p{margin-bottom:25px!important}.m-25p,.ml-25p,.mx-25p{margin-left:25px!important}.m-25p,.mr-25p,.mx-25p{margin-right:25px!important}.p-25p,.pt-25p,.py-25p{padding-top:25px!important}.p-25p,.pb-25p,.py-25p{padding-bottom:25px!important}.p-25p,.pl-25p,.px-25p{padding-left:25px!important}.p-25p,.pr-25p,.px-25p{padding-right:25px!important}.m-30p,.mt-30p,.my-30p{margin-top:30px!important}.m-30p,.mb-30p,.my-30p{margin-bottom:30px!important}.m-30p,.ml-30p,.mx-30p{margin-left:30px!important}.m-30p,.mr-30p,.mx-30p{margin-right:30px!important}.p-30p,.pt-30p,.py-30p{padding-top:30px!important}.p-30p,.pb-30p,.py-30p{padding-bottom:30px!important}.p-30p,.pl-30p,.px-30p{padding-left:30px!important}.p-30p,.pr-30p,.px-30p{padding-right:30px!important}.m-35p,.mt-35p,.my-35p{margin-top:35px!important}.m-35p,.mb-35p,.my-35p{margin-bottom:35px!important}.m-35p,.ml-35p,.mx-35p{margin-left:35px!important}.m-35p,.mr-35p,.mx-35p{margin-right:35px!important}.p-35p,.pt-35p,.py-35p{padding-top:35px!important}.p-35p,.pb-35p,.py-35p{padding-bottom:35px!important}.p-35p,.pl-35p,.px-35p{padding-left:35px!important}.p-35p,.pr-35p,.px-35p{padding-right:35px!important}.m-40p,.mt-40p,.my-40p{margin-top:40px!important}.m-40p,.mb-40p,.my-40p{margin-bottom:40px!important}.m-40p,.ml-40p,.mx-40p{margin-left:40px!important}.m-40p,.mr-40p,.mx-40p{margin-right:40px!important}.p-40p,.pt-40p,.py-40p{padding-top:40px!important}.p-40p,.pb-40p,.py-40p{padding-bottom:40px!important}.p-40p,.pl-40p,.px-40p{padding-left:40px!important}.p-40p,.pr-40p,.px-40p{padding-right:40px!important}.m-45p,.mt-45p,.my-45p{margin-top:45px!important}.m-45p,.mb-45p,.my-45p{margin-bottom:45px!important}.m-45p,.ml-45p,.mx-45p{margin-left:45px!important}.m-45p,.mr-45p,.mx-45p{margin-right:45px!important}.p-45p,.pt-45p,.py-45p{padding-top:45px!important}.p-45p,.pb-45p,.py-45p{padding-bottom:45px!important}.p-45p,.pl-45p,.px-45p{padding-left:45px!important}.p-45p,.pr-45p,.px-45p{padding-right:45px!important}.m-50p,.mt-50p,.my-50p{margin-top:50px!important}.m-50p,.mb-50p,.my-50p{margin-bottom:50px!important}.m-50p,.ml-50p,.mx-50p{margin-left:50px!important}.m-50p,.mr-50p,.mx-50p{margin-right:50px!important}.p-50p,.pt-50p,.py-50p{padding-top:50px!important}.p-50p,.pb-50p,.py-50p{padding-bottom:50px!important}.p-50p,.pl-50p,.px-50p{padding-left:50px!important}.p-50p,.pr-50p,.px-50p{padding-right:50px!important}.m-55p,.mt-55p,.my-55p{margin-top:55px!important}.m-55p,.mb-55p,.my-55p{margin-bottom:55px!important}.m-55p,.ml-55p,.mx-55p{margin-left:55px!important}.m-55p,.mr-55p,.mx-55p{margin-right:55px!important}.p-55p,.pt-55p,.py-55p{padding-top:55px!important}.p-55p,.pb-55p,.py-55p{padding-bottom:55px!important}.p-55p,.pl-55p,.px-55p{padding-left:55px!important}.p-55p,.pr-55p,.px-55p{padding-right:55px!important}.m-60p,.mt-60p,.my-60p{margin-top:60px!important}.m-60p,.mb-60p,.my-60p{margin-bottom:60px!important}.m-60p,.ml-60p,.mx-60p{margin-left:60px!important}.m-60p,.mr-60p,.mx-60p{margin-right:60px!important}.p-60p,.pt-60p,.py-60p{padding-top:60px!important}.p-60p,.pb-60p,.py-60p{padding-bottom:60px!important}.p-60p,.pl-60p,.px-60p{padding-left:60px!important}.p-60p,.pr-60p,.px-60p{padding-right:60px!important}.m-65p,.mt-65p,.my-65p{margin-top:65px!important}.m-65p,.mb-65p,.my-65p{margin-bottom:65px!important}.m-65p,.ml-65p,.mx-65p{margin-left:65px!important}.m-65p,.mr-65p,.mx-65p{margin-right:65px!important}.p-65p,.pt-65p,.py-65p{padding-top:65px!important}.p-65p,.pb-65p,.py-65p{padding-bottom:65px!important}.p-65p,.pl-65p,.px-65p{padding-left:65px!important}.p-65p,.pr-65p,.px-65p{padding-right:65px!important}.m-70p,.mt-70p,.my-70p{margin-top:70px!important}.m-70p,.mb-70p,.my-70p{margin-bottom:70px!important}.m-70p,.ml-70p,.mx-70p{margin-left:70px!important}.m-70p,.mr-70p,.mx-70p{margin-right:70px!important}.p-70p,.pt-70p,.py-70p{padding-top:70px!important}.p-70p,.pb-70p,.py-70p{padding-bottom:70px!important}.p-70p,.pl-70p,.px-70p{padding-left:70px!important}.p-70p,.pr-70p,.px-70p{padding-right:70px!important}.m-75p,.mt-75p,.my-75p{margin-top:75px!important}.m-75p,.mb-75p,.my-75p{margin-bottom:75px!important}.m-75p,.ml-75p,.mx-75p{margin-left:75px!important}.m-75p,.mr-75p,.mx-75p{margin-right:75px!important}.p-75p,.pt-75p,.py-75p{padding-top:75px!important}.p-75p,.pb-75p,.py-75p{padding-bottom:75px!important}.p-75p,.pl-75p,.px-75p{padding-left:75px!important}.p-75p,.pr-75p,.px-75p{padding-right:75px!important}.m-80p,.mt-80p,.my-80p{margin-top:80px!important}.m-80p,.mb-80p,.my-80p{margin-bottom:80px!important}.m-80p,.ml-80p,.mx-80p{margin-left:80px!important}.m-80p,.mr-80p,.mx-80p{margin-right:80px!important}.p-80p,.pt-80p,.py-80p{padding-top:80px!important}.p-80p,.pb-80p,.py-80p{padding-bottom:80px!important}.p-80p,.pl-80p,.px-80p{padding-left:80px!important}.p-80p,.pr-80p,.px-80p{padding-right:80px!important}.m-85p,.mt-85p,.my-85p{margin-top:85px!important}.m-85p,.mb-85p,.my-85p{margin-bottom:85px!important}.m-85p,.ml-85p,.mx-85p{margin-left:85px!important}.m-85p,.mr-85p,.mx-85p{margin-right:85px!important}.p-85p,.pt-85p,.py-85p{padding-top:85px!important}.p-85p,.pb-85p,.py-85p{padding-bottom:85px!important}.p-85p,.pl-85p,.px-85p{padding-left:85px!important}.p-85p,.pr-85p,.px-85p{padding-right:85px!important}.m-90p,.mt-90p,.my-90p{margin-top:90px!important}.m-90p,.mb-90p,.my-90p{margin-bottom:90px!important}.m-90p,.ml-90p,.mx-90p{margin-left:90px!important}.m-90p,.mr-90p,.mx-90p{margin-right:90px!important}.p-90p,.pt-90p,.py-90p{padding-top:90px!important}.p-90p,.pb-90p,.py-90p{padding-bottom:90px!important}.p-90p,.pl-90p,.px-90p{padding-left:90px!important}.p-90p,.pr-90p,.px-90p{padding-right:90px!important}.m-95p,.mt-95p,.my-95p{margin-top:95px!important}.m-95p,.mb-95p,.my-95p{margin-bottom:95px!important}.m-95p,.ml-95p,.mx-95p{margin-left:95px!important}.m-95p,.mr-95p,.mx-95p{margin-right:95px!important}.p-95p,.pt-95p,.py-95p{padding-top:95px!important}.p-95p,.pb-95p,.py-95p{padding-bottom:95px!important}.p-95p,.pl-95p,.px-95p{padding-left:95px!important}.p-95p,.pr-95p,.px-95p{padding-right:95px!important}.m-100p,.mt-100p,.my-100p{margin-top:100px!important}.m-100p,.mb-100p,.my-100p{margin-bottom:100px!important}.m-100p,.ml-100p,.mx-100p{margin-left:100px!important}.m-100p,.mr-100p,.mx-100p{margin-right:100px!important}.p-100p,.pt-100p,.py-100p{padding-top:100px!important}.p-100p,.pb-100p,.py-100p{padding-bottom:100px!important}.p-100p,.pl-100p,.px-100p{padding-left:100px!important}.p-100p,.pr-100p,.px-100p{padding-right:100px!important}@media (min-width:576px){.m-sm-0p,.mt-sm-0p,.my-sm-0p{margin-top:0!important}.m-sm-0p,.mb-sm-0p,.my-sm-0p{margin-bottom:0!important}.m-sm-0p,.ml-sm-0p,.mx-sm-0p{margin-left:0!important}.m-sm-0p,.mr-sm-0p,.mx-sm-0p{margin-right:0!important}.p-sm-0p,.pt-sm-0p,.py-sm-0p{padding-top:0!important}.p-sm-0p,.pb-sm-0p,.py-sm-0p{padding-bottom:0!important}.p-sm-0p,.pl-sm-0p,.px-sm-0p{padding-left:0!important}.p-sm-0p,.pr-sm-0p,.px-sm-0p{padding-right:0!important}.m-sm-5p,.mt-sm-5p,.my-sm-5p{margin-top:5px!important}.m-sm-5p,.mb-sm-5p,.my-sm-5p{margin-bottom:5px!important}.m-sm-5p,.ml-sm-5p,.mx-sm-5p{margin-left:5px!important}.m-sm-5p,.mr-sm-5p,.mx-sm-5p{margin-right:5px!important}.p-sm-5p,.pt-sm-5p,.py-sm-5p{padding-top:5px!important}.p-sm-5p,.pb-sm-5p,.py-sm-5p{padding-bottom:5px!important}.p-sm-5p,.pl-sm-5p,.px-sm-5p{padding-left:5px!important}.p-sm-5p,.pr-sm-5p,.px-sm-5p{padding-right:5px!important}.m-sm-10p,.mt-sm-10p,.my-sm-10p{margin-top:10px!important}.m-sm-10p,.mb-sm-10p,.my-sm-10p{margin-bottom:10px!important}.m-sm-10p,.ml-sm-10p,.mx-sm-10p{margin-left:10px!important}.m-sm-10p,.mr-sm-10p,.mx-sm-10p{margin-right:10px!important}.p-sm-10p,.pt-sm-10p,.py-sm-10p{padding-top:10px!important}.p-sm-10p,.pb-sm-10p,.py-sm-10p{padding-bottom:10px!important}.p-sm-10p,.pl-sm-10p,.px-sm-10p{padding-left:10px!important}.p-sm-10p,.pr-sm-10p,.px-sm-10p{padding-right:10px!important}.m-sm-15p,.mt-sm-15p,.my-sm-15p{margin-top:15px!important}.m-sm-15p,.mb-sm-15p,.my-sm-15p{margin-bottom:15px!important}.m-sm-15p,.ml-sm-15p,.mx-sm-15p{margin-left:15px!important}.m-sm-15p,.mr-sm-15p,.mx-sm-15p{margin-right:15px!important}.p-sm-15p,.pt-sm-15p,.py-sm-15p{padding-top:15px!important}.p-sm-15p,.pb-sm-15p,.py-sm-15p{padding-bottom:15px!important}.p-sm-15p,.pl-sm-15p,.px-sm-15p{padding-left:15px!important}.p-sm-15p,.pr-sm-15p,.px-sm-15p{padding-right:15px!important}.m-sm-20p,.mt-sm-20p,.my-sm-20p{margin-top:20px!important}.m-sm-20p,.mb-sm-20p,.my-sm-20p{margin-bottom:20px!important}.m-sm-20p,.ml-sm-20p,.mx-sm-20p{margin-left:20px!important}.m-sm-20p,.mr-sm-20p,.mx-sm-20p{margin-right:20px!important}.p-sm-20p,.pt-sm-20p,.py-sm-20p{padding-top:20px!important}.p-sm-20p,.pb-sm-20p,.py-sm-20p{padding-bottom:20px!important}.p-sm-20p,.pl-sm-20p,.px-sm-20p{padding-left:20px!important}.p-sm-20p,.pr-sm-20p,.px-sm-20p{padding-right:20px!important}.m-sm-25p,.mt-sm-25p,.my-sm-25p{margin-top:25px!important}.m-sm-25p,.mb-sm-25p,.my-sm-25p{margin-bottom:25px!important}.m-sm-25p,.ml-sm-25p,.mx-sm-25p{margin-left:25px!important}.m-sm-25p,.mr-sm-25p,.mx-sm-25p{margin-right:25px!important}.p-sm-25p,.pt-sm-25p,.py-sm-25p{padding-top:25px!important}.p-sm-25p,.pb-sm-25p,.py-sm-25p{padding-bottom:25px!important}.p-sm-25p,.pl-sm-25p,.px-sm-25p{padding-left:25px!important}.p-sm-25p,.pr-sm-25p,.px-sm-25p{padding-right:25px!important}.m-sm-30p,.mt-sm-30p,.my-sm-30p{margin-top:30px!important}.m-sm-30p,.mb-sm-30p,.my-sm-30p{margin-bottom:30px!important}.m-sm-30p,.ml-sm-30p,.mx-sm-30p{margin-left:30px!important}.m-sm-30p,.mr-sm-30p,.mx-sm-30p{margin-right:30px!important}.p-sm-30p,.pt-sm-30p,.py-sm-30p{padding-top:30px!important}.p-sm-30p,.pb-sm-30p,.py-sm-30p{padding-bottom:30px!important}.p-sm-30p,.pl-sm-30p,.px-sm-30p{padding-left:30px!important}.p-sm-30p,.pr-sm-30p,.px-sm-30p{padding-right:30px!important}.m-sm-35p,.mt-sm-35p,.my-sm-35p{margin-top:35px!important}.m-sm-35p,.mb-sm-35p,.my-sm-35p{margin-bottom:35px!important}.m-sm-35p,.ml-sm-35p,.mx-sm-35p{margin-left:35px!important}.m-sm-35p,.mr-sm-35p,.mx-sm-35p{margin-right:35px!important}.p-sm-35p,.pt-sm-35p,.py-sm-35p{padding-top:35px!important}.p-sm-35p,.pb-sm-35p,.py-sm-35p{padding-bottom:35px!important}.p-sm-35p,.pl-sm-35p,.px-sm-35p{padding-left:35px!important}.p-sm-35p,.pr-sm-35p,.px-sm-35p{padding-right:35px!important}.m-sm-40p,.mt-sm-40p,.my-sm-40p{margin-top:40px!important}.m-sm-40p,.mb-sm-40p,.my-sm-40p{margin-bottom:40px!important}.m-sm-40p,.ml-sm-40p,.mx-sm-40p{margin-left:40px!important}.m-sm-40p,.mr-sm-40p,.mx-sm-40p{margin-right:40px!important}.p-sm-40p,.pt-sm-40p,.py-sm-40p{padding-top:40px!important}.p-sm-40p,.pb-sm-40p,.py-sm-40p{padding-bottom:40px!important}.p-sm-40p,.pl-sm-40p,.px-sm-40p{padding-left:40px!important}.p-sm-40p,.pr-sm-40p,.px-sm-40p{padding-right:40px!important}.m-sm-45p,.mt-sm-45p,.my-sm-45p{margin-top:45px!important}.m-sm-45p,.mb-sm-45p,.my-sm-45p{margin-bottom:45px!important}.m-sm-45p,.ml-sm-45p,.mx-sm-45p{margin-left:45px!important}.m-sm-45p,.mr-sm-45p,.mx-sm-45p{margin-right:45px!important}.p-sm-45p,.pt-sm-45p,.py-sm-45p{padding-top:45px!important}.p-sm-45p,.pb-sm-45p,.py-sm-45p{padding-bottom:45px!important}.p-sm-45p,.pl-sm-45p,.px-sm-45p{padding-left:45px!important}.p-sm-45p,.pr-sm-45p,.px-sm-45p{padding-right:45px!important}.m-sm-50p,.mt-sm-50p,.my-sm-50p{margin-top:50px!important}.m-sm-50p,.mb-sm-50p,.my-sm-50p{margin-bottom:50px!important}.m-sm-50p,.ml-sm-50p,.mx-sm-50p{margin-left:50px!important}.m-sm-50p,.mr-sm-50p,.mx-sm-50p{margin-right:50px!important}.p-sm-50p,.pt-sm-50p,.py-sm-50p{padding-top:50px!important}.p-sm-50p,.pb-sm-50p,.py-sm-50p{padding-bottom:50px!important}.p-sm-50p,.pl-sm-50p,.px-sm-50p{padding-left:50px!important}.p-sm-50p,.pr-sm-50p,.px-sm-50p{padding-right:50px!important}.m-sm-55p,.mt-sm-55p,.my-sm-55p{margin-top:55px!important}.m-sm-55p,.mb-sm-55p,.my-sm-55p{margin-bottom:55px!important}.m-sm-55p,.ml-sm-55p,.mx-sm-55p{margin-left:55px!important}.m-sm-55p,.mr-sm-55p,.mx-sm-55p{margin-right:55px!important}.p-sm-55p,.pt-sm-55p,.py-sm-55p{padding-top:55px!important}.p-sm-55p,.pb-sm-55p,.py-sm-55p{padding-bottom:55px!important}.p-sm-55p,.pl-sm-55p,.px-sm-55p{padding-left:55px!important}.p-sm-55p,.pr-sm-55p,.px-sm-55p{padding-right:55px!important}.m-sm-60p,.mt-sm-60p,.my-sm-60p{margin-top:60px!important}.m-sm-60p,.mb-sm-60p,.my-sm-60p{margin-bottom:60px!important}.m-sm-60p,.ml-sm-60p,.mx-sm-60p{margin-left:60px!important}.m-sm-60p,.mr-sm-60p,.mx-sm-60p{margin-right:60px!important}.p-sm-60p,.pt-sm-60p,.py-sm-60p{padding-top:60px!important}.p-sm-60p,.pb-sm-60p,.py-sm-60p{padding-bottom:60px!important}.p-sm-60p,.pl-sm-60p,.px-sm-60p{padding-left:60px!important}.p-sm-60p,.pr-sm-60p,.px-sm-60p{padding-right:60px!important}.m-sm-65p,.mt-sm-65p,.my-sm-65p{margin-top:65px!important}.m-sm-65p,.mb-sm-65p,.my-sm-65p{margin-bottom:65px!important}.m-sm-65p,.ml-sm-65p,.mx-sm-65p{margin-left:65px!important}.m-sm-65p,.mr-sm-65p,.mx-sm-65p{margin-right:65px!important}.p-sm-65p,.pt-sm-65p,.py-sm-65p{padding-top:65px!important}.p-sm-65p,.pb-sm-65p,.py-sm-65p{padding-bottom:65px!important}.p-sm-65p,.pl-sm-65p,.px-sm-65p{padding-left:65px!important}.p-sm-65p,.pr-sm-65p,.px-sm-65p{padding-right:65px!important}.m-sm-70p,.mt-sm-70p,.my-sm-70p{margin-top:70px!important}.m-sm-70p,.mb-sm-70p,.my-sm-70p{margin-bottom:70px!important}.m-sm-70p,.ml-sm-70p,.mx-sm-70p{margin-left:70px!important}.m-sm-70p,.mr-sm-70p,.mx-sm-70p{margin-right:70px!important}.p-sm-70p,.pt-sm-70p,.py-sm-70p{padding-top:70px!important}.p-sm-70p,.pb-sm-70p,.py-sm-70p{padding-bottom:70px!important}.p-sm-70p,.pl-sm-70p,.px-sm-70p{padding-left:70px!important}.p-sm-70p,.pr-sm-70p,.px-sm-70p{padding-right:70px!important}.m-sm-75p,.mt-sm-75p,.my-sm-75p{margin-top:75px!important}.m-sm-75p,.mb-sm-75p,.my-sm-75p{margin-bottom:75px!important}.m-sm-75p,.ml-sm-75p,.mx-sm-75p{margin-left:75px!important}.m-sm-75p,.mr-sm-75p,.mx-sm-75p{margin-right:75px!important}.p-sm-75p,.pt-sm-75p,.py-sm-75p{padding-top:75px!important}.p-sm-75p,.pb-sm-75p,.py-sm-75p{padding-bottom:75px!important}.p-sm-75p,.pl-sm-75p,.px-sm-75p{padding-left:75px!important}.p-sm-75p,.pr-sm-75p,.px-sm-75p{padding-right:75px!important}.m-sm-80p,.mt-sm-80p,.my-sm-80p{margin-top:80px!important}.m-sm-80p,.mb-sm-80p,.my-sm-80p{margin-bottom:80px!important}.m-sm-80p,.ml-sm-80p,.mx-sm-80p{margin-left:80px!important}.m-sm-80p,.mr-sm-80p,.mx-sm-80p{margin-right:80px!important}.p-sm-80p,.pt-sm-80p,.py-sm-80p{padding-top:80px!important}.p-sm-80p,.pb-sm-80p,.py-sm-80p{padding-bottom:80px!important}.p-sm-80p,.pl-sm-80p,.px-sm-80p{padding-left:80px!important}.p-sm-80p,.pr-sm-80p,.px-sm-80p{padding-right:80px!important}.m-sm-85p,.mt-sm-85p,.my-sm-85p{margin-top:85px!important}.m-sm-85p,.mb-sm-85p,.my-sm-85p{margin-bottom:85px!important}.m-sm-85p,.ml-sm-85p,.mx-sm-85p{margin-left:85px!important}.m-sm-85p,.mr-sm-85p,.mx-sm-85p{margin-right:85px!important}.p-sm-85p,.pt-sm-85p,.py-sm-85p{padding-top:85px!important}.p-sm-85p,.pb-sm-85p,.py-sm-85p{padding-bottom:85px!important}.p-sm-85p,.pl-sm-85p,.px-sm-85p{padding-left:85px!important}.p-sm-85p,.pr-sm-85p,.px-sm-85p{padding-right:85px!important}.m-sm-90p,.mt-sm-90p,.my-sm-90p{margin-top:90px!important}.m-sm-90p,.mb-sm-90p,.my-sm-90p{margin-bottom:90px!important}.m-sm-90p,.ml-sm-90p,.mx-sm-90p{margin-left:90px!important}.m-sm-90p,.mr-sm-90p,.mx-sm-90p{margin-right:90px!important}.p-sm-90p,.pt-sm-90p,.py-sm-90p{padding-top:90px!important}.p-sm-90p,.pb-sm-90p,.py-sm-90p{padding-bottom:90px!important}.p-sm-90p,.pl-sm-90p,.px-sm-90p{padding-left:90px!important}.p-sm-90p,.pr-sm-90p,.px-sm-90p{padding-right:90px!important}.m-sm-95p,.mt-sm-95p,.my-sm-95p{margin-top:95px!important}.m-sm-95p,.mb-sm-95p,.my-sm-95p{margin-bottom:95px!important}.m-sm-95p,.ml-sm-95p,.mx-sm-95p{margin-left:95px!important}.m-sm-95p,.mr-sm-95p,.mx-sm-95p{margin-right:95px!important}.p-sm-95p,.pt-sm-95p,.py-sm-95p{padding-top:95px!important}.p-sm-95p,.pb-sm-95p,.py-sm-95p{padding-bottom:95px!important}.p-sm-95p,.pl-sm-95p,.px-sm-95p{padding-left:95px!important}.p-sm-95p,.pr-sm-95p,.px-sm-95p{padding-right:95px!important}.m-sm-100p,.mt-sm-100p,.my-sm-100p{margin-top:100px!important}.m-sm-100p,.mb-sm-100p,.my-sm-100p{margin-bottom:100px!important}.m-sm-100p,.ml-sm-100p,.mx-sm-100p{margin-left:100px!important}.m-sm-100p,.mr-sm-100p,.mx-sm-100p{margin-right:100px!important}.p-sm-100p,.pt-sm-100p,.py-sm-100p{padding-top:100px!important}.p-sm-100p,.pb-sm-100p,.py-sm-100p{padding-bottom:100px!important}.p-sm-100p,.pl-sm-100p,.px-sm-100p{padding-left:100px!important}.p-sm-100p,.pr-sm-100p,.px-sm-100p{padding-right:100px!important}}@media (min-width:768px){.m-md-0p,.mt-md-0p,.my-md-0p{margin-top:0!important}.m-md-0p,.mb-md-0p,.my-md-0p{margin-bottom:0!important}.m-md-0p,.ml-md-0p,.mx-md-0p{margin-left:0!important}.m-md-0p,.mr-md-0p,.mx-md-0p{margin-right:0!important}.p-md-0p,.pt-md-0p,.py-md-0p{padding-top:0!important}.p-md-0p,.pb-md-0p,.py-md-0p{padding-bottom:0!important}.p-md-0p,.pl-md-0p,.px-md-0p{padding-left:0!important}.p-md-0p,.pr-md-0p,.px-md-0p{padding-right:0!important}.m-md-5p,.mt-md-5p,.my-md-5p{margin-top:5px!important}.m-md-5p,.mb-md-5p,.my-md-5p{margin-bottom:5px!important}.m-md-5p,.ml-md-5p,.mx-md-5p{margin-left:5px!important}.m-md-5p,.mr-md-5p,.mx-md-5p{margin-right:5px!important}.p-md-5p,.pt-md-5p,.py-md-5p{padding-top:5px!important}.p-md-5p,.pb-md-5p,.py-md-5p{padding-bottom:5px!important}.p-md-5p,.pl-md-5p,.px-md-5p{padding-left:5px!important}.p-md-5p,.pr-md-5p,.px-md-5p{padding-right:5px!important}.m-md-10p,.mt-md-10p,.my-md-10p{margin-top:10px!important}.m-md-10p,.mb-md-10p,.my-md-10p{margin-bottom:10px!important}.m-md-10p,.ml-md-10p,.mx-md-10p{margin-left:10px!important}.m-md-10p,.mr-md-10p,.mx-md-10p{margin-right:10px!important}.p-md-10p,.pt-md-10p,.py-md-10p{padding-top:10px!important}.p-md-10p,.pb-md-10p,.py-md-10p{padding-bottom:10px!important}.p-md-10p,.pl-md-10p,.px-md-10p{padding-left:10px!important}.p-md-10p,.pr-md-10p,.px-md-10p{padding-right:10px!important}.m-md-15p,.mt-md-15p,.my-md-15p{margin-top:15px!important}.m-md-15p,.mb-md-15p,.my-md-15p{margin-bottom:15px!important}.m-md-15p,.ml-md-15p,.mx-md-15p{margin-left:15px!important}.m-md-15p,.mr-md-15p,.mx-md-15p{margin-right:15px!important}.p-md-15p,.pt-md-15p,.py-md-15p{padding-top:15px!important}.p-md-15p,.pb-md-15p,.py-md-15p{padding-bottom:15px!important}.p-md-15p,.pl-md-15p,.px-md-15p{padding-left:15px!important}.p-md-15p,.pr-md-15p,.px-md-15p{padding-right:15px!important}.m-md-20p,.mt-md-20p,.my-md-20p{margin-top:20px!important}.m-md-20p,.mb-md-20p,.my-md-20p{margin-bottom:20px!important}.m-md-20p,.ml-md-20p,.mx-md-20p{margin-left:20px!important}.m-md-20p,.mr-md-20p,.mx-md-20p{margin-right:20px!important}.p-md-20p,.pt-md-20p,.py-md-20p{padding-top:20px!important}.p-md-20p,.pb-md-20p,.py-md-20p{padding-bottom:20px!important}.p-md-20p,.pl-md-20p,.px-md-20p{padding-left:20px!important}.p-md-20p,.pr-md-20p,.px-md-20p{padding-right:20px!important}.m-md-25p,.mt-md-25p,.my-md-25p{margin-top:25px!important}.m-md-25p,.mb-md-25p,.my-md-25p{margin-bottom:25px!important}.m-md-25p,.ml-md-25p,.mx-md-25p{margin-left:25px!important}.m-md-25p,.mr-md-25p,.mx-md-25p{margin-right:25px!important}.p-md-25p,.pt-md-25p,.py-md-25p{padding-top:25px!important}.p-md-25p,.pb-md-25p,.py-md-25p{padding-bottom:25px!important}.p-md-25p,.pl-md-25p,.px-md-25p{padding-left:25px!important}.p-md-25p,.pr-md-25p,.px-md-25p{padding-right:25px!important}.m-md-30p,.mt-md-30p,.my-md-30p{margin-top:30px!important}.m-md-30p,.mb-md-30p,.my-md-30p{margin-bottom:30px!important}.m-md-30p,.ml-md-30p,.mx-md-30p{margin-left:30px!important}.m-md-30p,.mr-md-30p,.mx-md-30p{margin-right:30px!important}.p-md-30p,.pt-md-30p,.py-md-30p{padding-top:30px!important}.p-md-30p,.pb-md-30p,.py-md-30p{padding-bottom:30px!important}.p-md-30p,.pl-md-30p,.px-md-30p{padding-left:30px!important}.p-md-30p,.pr-md-30p,.px-md-30p{padding-right:30px!important}.m-md-35p,.mt-md-35p,.my-md-35p{margin-top:35px!important}.m-md-35p,.mb-md-35p,.my-md-35p{margin-bottom:35px!important}.m-md-35p,.ml-md-35p,.mx-md-35p{margin-left:35px!important}.m-md-35p,.mr-md-35p,.mx-md-35p{margin-right:35px!important}.p-md-35p,.pt-md-35p,.py-md-35p{padding-top:35px!important}.p-md-35p,.pb-md-35p,.py-md-35p{padding-bottom:35px!important}.p-md-35p,.pl-md-35p,.px-md-35p{padding-left:35px!important}.p-md-35p,.pr-md-35p,.px-md-35p{padding-right:35px!important}.m-md-40p,.mt-md-40p,.my-md-40p{margin-top:40px!important}.m-md-40p,.mb-md-40p,.my-md-40p{margin-bottom:40px!important}.m-md-40p,.ml-md-40p,.mx-md-40p{margin-left:40px!important}.m-md-40p,.mr-md-40p,.mx-md-40p{margin-right:40px!important}.p-md-40p,.pt-md-40p,.py-md-40p{padding-top:40px!important}.p-md-40p,.pb-md-40p,.py-md-40p{padding-bottom:40px!important}.p-md-40p,.pl-md-40p,.px-md-40p{padding-left:40px!important}.p-md-40p,.pr-md-40p,.px-md-40p{padding-right:40px!important}.m-md-45p,.mt-md-45p,.my-md-45p{margin-top:45px!important}.m-md-45p,.mb-md-45p,.my-md-45p{margin-bottom:45px!important}.m-md-45p,.ml-md-45p,.mx-md-45p{margin-left:45px!important}.m-md-45p,.mr-md-45p,.mx-md-45p{margin-right:45px!important}.p-md-45p,.pt-md-45p,.py-md-45p{padding-top:45px!important}.p-md-45p,.pb-md-45p,.py-md-45p{padding-bottom:45px!important}.p-md-45p,.pl-md-45p,.px-md-45p{padding-left:45px!important}.p-md-45p,.pr-md-45p,.px-md-45p{padding-right:45px!important}.m-md-50p,.mt-md-50p,.my-md-50p{margin-top:50px!important}.m-md-50p,.mb-md-50p,.my-md-50p{margin-bottom:50px!important}.m-md-50p,.ml-md-50p,.mx-md-50p{margin-left:50px!important}.m-md-50p,.mr-md-50p,.mx-md-50p{margin-right:50px!important}.p-md-50p,.pt-md-50p,.py-md-50p{padding-top:50px!important}.p-md-50p,.pb-md-50p,.py-md-50p{padding-bottom:50px!important}.p-md-50p,.pl-md-50p,.px-md-50p{padding-left:50px!important}.p-md-50p,.pr-md-50p,.px-md-50p{padding-right:50px!important}.m-md-55p,.mt-md-55p,.my-md-55p{margin-top:55px!important}.m-md-55p,.mb-md-55p,.my-md-55p{margin-bottom:55px!important}.m-md-55p,.ml-md-55p,.mx-md-55p{margin-left:55px!important}.m-md-55p,.mr-md-55p,.mx-md-55p{margin-right:55px!important}.p-md-55p,.pt-md-55p,.py-md-55p{padding-top:55px!important}.p-md-55p,.pb-md-55p,.py-md-55p{padding-bottom:55px!important}.p-md-55p,.pl-md-55p,.px-md-55p{padding-left:55px!important}.p-md-55p,.pr-md-55p,.px-md-55p{padding-right:55px!important}.m-md-60p,.mt-md-60p,.my-md-60p{margin-top:60px!important}.m-md-60p,.mb-md-60p,.my-md-60p{margin-bottom:60px!important}.m-md-60p,.ml-md-60p,.mx-md-60p{margin-left:60px!important}.m-md-60p,.mr-md-60p,.mx-md-60p{margin-right:60px!important}.p-md-60p,.pt-md-60p,.py-md-60p{padding-top:60px!important}.p-md-60p,.pb-md-60p,.py-md-60p{padding-bottom:60px!important}.p-md-60p,.pl-md-60p,.px-md-60p{padding-left:60px!important}.p-md-60p,.pr-md-60p,.px-md-60p{padding-right:60px!important}.m-md-65p,.mt-md-65p,.my-md-65p{margin-top:65px!important}.m-md-65p,.mb-md-65p,.my-md-65p{margin-bottom:65px!important}.m-md-65p,.ml-md-65p,.mx-md-65p{margin-left:65px!important}.m-md-65p,.mr-md-65p,.mx-md-65p{margin-right:65px!important}.p-md-65p,.pt-md-65p,.py-md-65p{padding-top:65px!important}.p-md-65p,.pb-md-65p,.py-md-65p{padding-bottom:65px!important}.p-md-65p,.pl-md-65p,.px-md-65p{padding-left:65px!important}.p-md-65p,.pr-md-65p,.px-md-65p{padding-right:65px!important}.m-md-70p,.mt-md-70p,.my-md-70p{margin-top:70px!important}.m-md-70p,.mb-md-70p,.my-md-70p{margin-bottom:70px!important}.m-md-70p,.ml-md-70p,.mx-md-70p{margin-left:70px!important}.m-md-70p,.mr-md-70p,.mx-md-70p{margin-right:70px!important}.p-md-70p,.pt-md-70p,.py-md-70p{padding-top:70px!important}.p-md-70p,.pb-md-70p,.py-md-70p{padding-bottom:70px!important}.p-md-70p,.pl-md-70p,.px-md-70p{padding-left:70px!important}.p-md-70p,.pr-md-70p,.px-md-70p{padding-right:70px!important}.m-md-75p,.mt-md-75p,.my-md-75p{margin-top:75px!important}.m-md-75p,.mb-md-75p,.my-md-75p{margin-bottom:75px!important}.m-md-75p,.ml-md-75p,.mx-md-75p{margin-left:75px!important}.m-md-75p,.mr-md-75p,.mx-md-75p{margin-right:75px!important}.p-md-75p,.pt-md-75p,.py-md-75p{padding-top:75px!important}.p-md-75p,.pb-md-75p,.py-md-75p{padding-bottom:75px!important}.p-md-75p,.pl-md-75p,.px-md-75p{padding-left:75px!important}.p-md-75p,.pr-md-75p,.px-md-75p{padding-right:75px!important}.m-md-80p,.mt-md-80p,.my-md-80p{margin-top:80px!important}.m-md-80p,.mb-md-80p,.my-md-80p{margin-bottom:80px!important}.m-md-80p,.ml-md-80p,.mx-md-80p{margin-left:80px!important}.m-md-80p,.mr-md-80p,.mx-md-80p{margin-right:80px!important}.p-md-80p,.pt-md-80p,.py-md-80p{padding-top:80px!important}.p-md-80p,.pb-md-80p,.py-md-80p{padding-bottom:80px!important}.p-md-80p,.pl-md-80p,.px-md-80p{padding-left:80px!important}.p-md-80p,.pr-md-80p,.px-md-80p{padding-right:80px!important}.m-md-85p,.mt-md-85p,.my-md-85p{margin-top:85px!important}.m-md-85p,.mb-md-85p,.my-md-85p{margin-bottom:85px!important}.m-md-85p,.ml-md-85p,.mx-md-85p{margin-left:85px!important}.m-md-85p,.mr-md-85p,.mx-md-85p{margin-right:85px!important}.p-md-85p,.pt-md-85p,.py-md-85p{padding-top:85px!important}.p-md-85p,.pb-md-85p,.py-md-85p{padding-bottom:85px!important}.p-md-85p,.pl-md-85p,.px-md-85p{padding-left:85px!important}.p-md-85p,.pr-md-85p,.px-md-85p{padding-right:85px!important}.m-md-90p,.mt-md-90p,.my-md-90p{margin-top:90px!important}.m-md-90p,.mb-md-90p,.my-md-90p{margin-bottom:90px!important}.m-md-90p,.ml-md-90p,.mx-md-90p{margin-left:90px!important}.m-md-90p,.mr-md-90p,.mx-md-90p{margin-right:90px!important}.p-md-90p,.pt-md-90p,.py-md-90p{padding-top:90px!important}.p-md-90p,.pb-md-90p,.py-md-90p{padding-bottom:90px!important}.p-md-90p,.pl-md-90p,.px-md-90p{padding-left:90px!important}.p-md-90p,.pr-md-90p,.px-md-90p{padding-right:90px!important}.m-md-95p,.mt-md-95p,.my-md-95p{margin-top:95px!important}.m-md-95p,.mb-md-95p,.my-md-95p{margin-bottom:95px!important}.m-md-95p,.ml-md-95p,.mx-md-95p{margin-left:95px!important}.m-md-95p,.mr-md-95p,.mx-md-95p{margin-right:95px!important}.p-md-95p,.pt-md-95p,.py-md-95p{padding-top:95px!important}.p-md-95p,.pb-md-95p,.py-md-95p{padding-bottom:95px!important}.p-md-95p,.pl-md-95p,.px-md-95p{padding-left:95px!important}.p-md-95p,.pr-md-95p,.px-md-95p{padding-right:95px!important}.m-md-100p,.mt-md-100p,.my-md-100p{margin-top:100px!important}.m-md-100p,.mb-md-100p,.my-md-100p{margin-bottom:100px!important}.m-md-100p,.ml-md-100p,.mx-md-100p{margin-left:100px!important}.m-md-100p,.mr-md-100p,.mx-md-100p{margin-right:100px!important}.p-md-100p,.pt-md-100p,.py-md-100p{padding-top:100px!important}.p-md-100p,.pb-md-100p,.py-md-100p{padding-bottom:100px!important}.p-md-100p,.pl-md-100p,.px-md-100p{padding-left:100px!important}.p-md-100p,.pr-md-100p,.px-md-100p{padding-right:100px!important}}@media (min-width:992px){.m-lg-0p,.mt-lg-0p,.my-lg-0p{margin-top:0!important}.m-lg-0p,.mb-lg-0p,.my-lg-0p{margin-bottom:0!important}.m-lg-0p,.ml-lg-0p,.mx-lg-0p{margin-left:0!important}.m-lg-0p,.mr-lg-0p,.mx-lg-0p{margin-right:0!important}.p-lg-0p,.pt-lg-0p,.py-lg-0p{padding-top:0!important}.p-lg-0p,.pb-lg-0p,.py-lg-0p{padding-bottom:0!important}.p-lg-0p,.pl-lg-0p,.px-lg-0p{padding-left:0!important}.p-lg-0p,.pr-lg-0p,.px-lg-0p{padding-right:0!important}.m-lg-5p,.mt-lg-5p,.my-lg-5p{margin-top:5px!important}.m-lg-5p,.mb-lg-5p,.my-lg-5p{margin-bottom:5px!important}.m-lg-5p,.ml-lg-5p,.mx-lg-5p{margin-left:5px!important}.m-lg-5p,.mr-lg-5p,.mx-lg-5p{margin-right:5px!important}.p-lg-5p,.pt-lg-5p,.py-lg-5p{padding-top:5px!important}.p-lg-5p,.pb-lg-5p,.py-lg-5p{padding-bottom:5px!important}.p-lg-5p,.pl-lg-5p,.px-lg-5p{padding-left:5px!important}.p-lg-5p,.pr-lg-5p,.px-lg-5p{padding-right:5px!important}.m-lg-10p,.mt-lg-10p,.my-lg-10p{margin-top:10px!important}.m-lg-10p,.mb-lg-10p,.my-lg-10p{margin-bottom:10px!important}.m-lg-10p,.ml-lg-10p,.mx-lg-10p{margin-left:10px!important}.m-lg-10p,.mr-lg-10p,.mx-lg-10p{margin-right:10px!important}.p-lg-10p,.pt-lg-10p,.py-lg-10p{padding-top:10px!important}.p-lg-10p,.pb-lg-10p,.py-lg-10p{padding-bottom:10px!important}.p-lg-10p,.pl-lg-10p,.px-lg-10p{padding-left:10px!important}.p-lg-10p,.pr-lg-10p,.px-lg-10p{padding-right:10px!important}.m-lg-15p,.mt-lg-15p,.my-lg-15p{margin-top:15px!important}.m-lg-15p,.mb-lg-15p,.my-lg-15p{margin-bottom:15px!important}.m-lg-15p,.ml-lg-15p,.mx-lg-15p{margin-left:15px!important}.m-lg-15p,.mr-lg-15p,.mx-lg-15p{margin-right:15px!important}.p-lg-15p,.pt-lg-15p,.py-lg-15p{padding-top:15px!important}.p-lg-15p,.pb-lg-15p,.py-lg-15p{padding-bottom:15px!important}.p-lg-15p,.pl-lg-15p,.px-lg-15p{padding-left:15px!important}.p-lg-15p,.pr-lg-15p,.px-lg-15p{padding-right:15px!important}.m-lg-20p,.mt-lg-20p,.my-lg-20p{margin-top:20px!important}.m-lg-20p,.mb-lg-20p,.my-lg-20p{margin-bottom:20px!important}.m-lg-20p,.ml-lg-20p,.mx-lg-20p{margin-left:20px!important}.m-lg-20p,.mr-lg-20p,.mx-lg-20p{margin-right:20px!important}.p-lg-20p,.pt-lg-20p,.py-lg-20p{padding-top:20px!important}.p-lg-20p,.pb-lg-20p,.py-lg-20p{padding-bottom:20px!important}.p-lg-20p,.pl-lg-20p,.px-lg-20p{padding-left:20px!important}.p-lg-20p,.pr-lg-20p,.px-lg-20p{padding-right:20px!important}.m-lg-25p,.mt-lg-25p,.my-lg-25p{margin-top:25px!important}.m-lg-25p,.mb-lg-25p,.my-lg-25p{margin-bottom:25px!important}.m-lg-25p,.ml-lg-25p,.mx-lg-25p{margin-left:25px!important}.m-lg-25p,.mr-lg-25p,.mx-lg-25p{margin-right:25px!important}.p-lg-25p,.pt-lg-25p,.py-lg-25p{padding-top:25px!important}.p-lg-25p,.pb-lg-25p,.py-lg-25p{padding-bottom:25px!important}.p-lg-25p,.pl-lg-25p,.px-lg-25p{padding-left:25px!important}.p-lg-25p,.pr-lg-25p,.px-lg-25p{padding-right:25px!important}.m-lg-30p,.mt-lg-30p,.my-lg-30p{margin-top:30px!important}.m-lg-30p,.mb-lg-30p,.my-lg-30p{margin-bottom:30px!important}.m-lg-30p,.ml-lg-30p,.mx-lg-30p{margin-left:30px!important}.m-lg-30p,.mr-lg-30p,.mx-lg-30p{margin-right:30px!important}.p-lg-30p,.pt-lg-30p,.py-lg-30p{padding-top:30px!important}.p-lg-30p,.pb-lg-30p,.py-lg-30p{padding-bottom:30px!important}.p-lg-30p,.pl-lg-30p,.px-lg-30p{padding-left:30px!important}.p-lg-30p,.pr-lg-30p,.px-lg-30p{padding-right:30px!important}.m-lg-35p,.mt-lg-35p,.my-lg-35p{margin-top:35px!important}.m-lg-35p,.mb-lg-35p,.my-lg-35p{margin-bottom:35px!important}.m-lg-35p,.ml-lg-35p,.mx-lg-35p{margin-left:35px!important}.m-lg-35p,.mr-lg-35p,.mx-lg-35p{margin-right:35px!important}.p-lg-35p,.pt-lg-35p,.py-lg-35p{padding-top:35px!important}.p-lg-35p,.pb-lg-35p,.py-lg-35p{padding-bottom:35px!important}.p-lg-35p,.pl-lg-35p,.px-lg-35p{padding-left:35px!important}.p-lg-35p,.pr-lg-35p,.px-lg-35p{padding-right:35px!important}.m-lg-40p,.mt-lg-40p,.my-lg-40p{margin-top:40px!important}.m-lg-40p,.mb-lg-40p,.my-lg-40p{margin-bottom:40px!important}.m-lg-40p,.ml-lg-40p,.mx-lg-40p{margin-left:40px!important}.m-lg-40p,.mr-lg-40p,.mx-lg-40p{margin-right:40px!important}.p-lg-40p,.pt-lg-40p,.py-lg-40p{padding-top:40px!important}.p-lg-40p,.pb-lg-40p,.py-lg-40p{padding-bottom:40px!important}.p-lg-40p,.pl-lg-40p,.px-lg-40p{padding-left:40px!important}.p-lg-40p,.pr-lg-40p,.px-lg-40p{padding-right:40px!important}.m-lg-45p,.mt-lg-45p,.my-lg-45p{margin-top:45px!important}.m-lg-45p,.mb-lg-45p,.my-lg-45p{margin-bottom:45px!important}.m-lg-45p,.ml-lg-45p,.mx-lg-45p{margin-left:45px!important}.m-lg-45p,.mr-lg-45p,.mx-lg-45p{margin-right:45px!important}.p-lg-45p,.pt-lg-45p,.py-lg-45p{padding-top:45px!important}.p-lg-45p,.pb-lg-45p,.py-lg-45p{padding-bottom:45px!important}.p-lg-45p,.pl-lg-45p,.px-lg-45p{padding-left:45px!important}.p-lg-45p,.pr-lg-45p,.px-lg-45p{padding-right:45px!important}.m-lg-50p,.mt-lg-50p,.my-lg-50p{margin-top:50px!important}.m-lg-50p,.mb-lg-50p,.my-lg-50p{margin-bottom:50px!important}.m-lg-50p,.ml-lg-50p,.mx-lg-50p{margin-left:50px!important}.m-lg-50p,.mr-lg-50p,.mx-lg-50p{margin-right:50px!important}.p-lg-50p,.pt-lg-50p,.py-lg-50p{padding-top:50px!important}.p-lg-50p,.pb-lg-50p,.py-lg-50p{padding-bottom:50px!important}.p-lg-50p,.pl-lg-50p,.px-lg-50p{padding-left:50px!important}.p-lg-50p,.pr-lg-50p,.px-lg-50p{padding-right:50px!important}.m-lg-55p,.mt-lg-55p,.my-lg-55p{margin-top:55px!important}.m-lg-55p,.mb-lg-55p,.my-lg-55p{margin-bottom:55px!important}.m-lg-55p,.ml-lg-55p,.mx-lg-55p{margin-left:55px!important}.m-lg-55p,.mr-lg-55p,.mx-lg-55p{margin-right:55px!important}.p-lg-55p,.pt-lg-55p,.py-lg-55p{padding-top:55px!important}.p-lg-55p,.pb-lg-55p,.py-lg-55p{padding-bottom:55px!important}.p-lg-55p,.pl-lg-55p,.px-lg-55p{padding-left:55px!important}.p-lg-55p,.pr-lg-55p,.px-lg-55p{padding-right:55px!important}.m-lg-60p,.mt-lg-60p,.my-lg-60p{margin-top:60px!important}.m-lg-60p,.mb-lg-60p,.my-lg-60p{margin-bottom:60px!important}.m-lg-60p,.ml-lg-60p,.mx-lg-60p{margin-left:60px!important}.m-lg-60p,.mr-lg-60p,.mx-lg-60p{margin-right:60px!important}.p-lg-60p,.pt-lg-60p,.py-lg-60p{padding-top:60px!important}.p-lg-60p,.pb-lg-60p,.py-lg-60p{padding-bottom:60px!important}.p-lg-60p,.pl-lg-60p,.px-lg-60p{padding-left:60px!important}.p-lg-60p,.pr-lg-60p,.px-lg-60p{padding-right:60px!important}.m-lg-65p,.mt-lg-65p,.my-lg-65p{margin-top:65px!important}.m-lg-65p,.mb-lg-65p,.my-lg-65p{margin-bottom:65px!important}.m-lg-65p,.ml-lg-65p,.mx-lg-65p{margin-left:65px!important}.m-lg-65p,.mr-lg-65p,.mx-lg-65p{margin-right:65px!important}.p-lg-65p,.pt-lg-65p,.py-lg-65p{padding-top:65px!important}.p-lg-65p,.pb-lg-65p,.py-lg-65p{padding-bottom:65px!important}.p-lg-65p,.pl-lg-65p,.px-lg-65p{padding-left:65px!important}.p-lg-65p,.pr-lg-65p,.px-lg-65p{padding-right:65px!important}.m-lg-70p,.mt-lg-70p,.my-lg-70p{margin-top:70px!important}.m-lg-70p,.mb-lg-70p,.my-lg-70p{margin-bottom:70px!important}.m-lg-70p,.ml-lg-70p,.mx-lg-70p{margin-left:70px!important}.m-lg-70p,.mr-lg-70p,.mx-lg-70p{margin-right:70px!important}.p-lg-70p,.pt-lg-70p,.py-lg-70p{padding-top:70px!important}.p-lg-70p,.pb-lg-70p,.py-lg-70p{padding-bottom:70px!important}.p-lg-70p,.pl-lg-70p,.px-lg-70p{padding-left:70px!important}.p-lg-70p,.pr-lg-70p,.px-lg-70p{padding-right:70px!important}.m-lg-75p,.mt-lg-75p,.my-lg-75p{margin-top:75px!important}.m-lg-75p,.mb-lg-75p,.my-lg-75p{margin-bottom:75px!important}.m-lg-75p,.ml-lg-75p,.mx-lg-75p{margin-left:75px!important}.m-lg-75p,.mr-lg-75p,.mx-lg-75p{margin-right:75px!important}.p-lg-75p,.pt-lg-75p,.py-lg-75p{padding-top:75px!important}.p-lg-75p,.pb-lg-75p,.py-lg-75p{padding-bottom:75px!important}.p-lg-75p,.pl-lg-75p,.px-lg-75p{padding-left:75px!important}.p-lg-75p,.pr-lg-75p,.px-lg-75p{padding-right:75px!important}.m-lg-80p,.mt-lg-80p,.my-lg-80p{margin-top:80px!important}.m-lg-80p,.mb-lg-80p,.my-lg-80p{margin-bottom:80px!important}.m-lg-80p,.ml-lg-80p,.mx-lg-80p{margin-left:80px!important}.m-lg-80p,.mr-lg-80p,.mx-lg-80p{margin-right:80px!important}.p-lg-80p,.pt-lg-80p,.py-lg-80p{padding-top:80px!important}.p-lg-80p,.pb-lg-80p,.py-lg-80p{padding-bottom:80px!important}.p-lg-80p,.pl-lg-80p,.px-lg-80p{padding-left:80px!important}.p-lg-80p,.pr-lg-80p,.px-lg-80p{padding-right:80px!important}.m-lg-85p,.mt-lg-85p,.my-lg-85p{margin-top:85px!important}.m-lg-85p,.mb-lg-85p,.my-lg-85p{margin-bottom:85px!important}.m-lg-85p,.ml-lg-85p,.mx-lg-85p{margin-left:85px!important}.m-lg-85p,.mr-lg-85p,.mx-lg-85p{margin-right:85px!important}.p-lg-85p,.pt-lg-85p,.py-lg-85p{padding-top:85px!important}.p-lg-85p,.pb-lg-85p,.py-lg-85p{padding-bottom:85px!important}.p-lg-85p,.pl-lg-85p,.px-lg-85p{padding-left:85px!important}.p-lg-85p,.pr-lg-85p,.px-lg-85p{padding-right:85px!important}.m-lg-90p,.mt-lg-90p,.my-lg-90p{margin-top:90px!important}.m-lg-90p,.mb-lg-90p,.my-lg-90p{margin-bottom:90px!important}.m-lg-90p,.ml-lg-90p,.mx-lg-90p{margin-left:90px!important}.m-lg-90p,.mr-lg-90p,.mx-lg-90p{margin-right:90px!important}.p-lg-90p,.pt-lg-90p,.py-lg-90p{padding-top:90px!important}.p-lg-90p,.pb-lg-90p,.py-lg-90p{padding-bottom:90px!important}.p-lg-90p,.pl-lg-90p,.px-lg-90p{padding-left:90px!important}.p-lg-90p,.pr-lg-90p,.px-lg-90p{padding-right:90px!important}.m-lg-95p,.mt-lg-95p,.my-lg-95p{margin-top:95px!important}.m-lg-95p,.mb-lg-95p,.my-lg-95p{margin-bottom:95px!important}.m-lg-95p,.ml-lg-95p,.mx-lg-95p{margin-left:95px!important}.m-lg-95p,.mr-lg-95p,.mx-lg-95p{margin-right:95px!important}.p-lg-95p,.pt-lg-95p,.py-lg-95p{padding-top:95px!important}.p-lg-95p,.pb-lg-95p,.py-lg-95p{padding-bottom:95px!important}.p-lg-95p,.pl-lg-95p,.px-lg-95p{padding-left:95px!important}.p-lg-95p,.pr-lg-95p,.px-lg-95p{padding-right:95px!important}.m-lg-100p,.mt-lg-100p,.my-lg-100p{margin-top:100px!important}.m-lg-100p,.mb-lg-100p,.my-lg-100p{margin-bottom:100px!important}.m-lg-100p,.ml-lg-100p,.mx-lg-100p{margin-left:100px!important}.m-lg-100p,.mr-lg-100p,.mx-lg-100p{margin-right:100px!important}.p-lg-100p,.pt-lg-100p,.py-lg-100p{padding-top:100px!important}.p-lg-100p,.pb-lg-100p,.py-lg-100p{padding-bottom:100px!important}.p-lg-100p,.pl-lg-100p,.px-lg-100p{padding-left:100px!important}.p-lg-100p,.pr-lg-100p,.px-lg-100p{padding-right:100px!important}}@media (min-width:1200px){.m-xl-0p,.mt-xl-0p,.my-xl-0p{margin-top:0!important}.m-xl-0p,.mb-xl-0p,.my-xl-0p{margin-bottom:0!important}.m-xl-0p,.ml-xl-0p,.mx-xl-0p{margin-left:0!important}.m-xl-0p,.mr-xl-0p,.mx-xl-0p{margin-right:0!important}.p-xl-0p,.pt-xl-0p,.py-xl-0p{padding-top:0!important}.p-xl-0p,.pb-xl-0p,.py-xl-0p{padding-bottom:0!important}.p-xl-0p,.pl-xl-0p,.px-xl-0p{padding-left:0!important}.p-xl-0p,.pr-xl-0p,.px-xl-0p{padding-right:0!important}.m-xl-5p,.mt-xl-5p,.my-xl-5p{margin-top:5px!important}.m-xl-5p,.mb-xl-5p,.my-xl-5p{margin-bottom:5px!important}.m-xl-5p,.ml-xl-5p,.mx-xl-5p{margin-left:5px!important}.m-xl-5p,.mr-xl-5p,.mx-xl-5p{margin-right:5px!important}.p-xl-5p,.pt-xl-5p,.py-xl-5p{padding-top:5px!important}.p-xl-5p,.pb-xl-5p,.py-xl-5p{padding-bottom:5px!important}.p-xl-5p,.pl-xl-5p,.px-xl-5p{padding-left:5px!important}.p-xl-5p,.pr-xl-5p,.px-xl-5p{padding-right:5px!important}.m-xl-10p,.mt-xl-10p,.my-xl-10p{margin-top:10px!important}.m-xl-10p,.mb-xl-10p,.my-xl-10p{margin-bottom:10px!important}.m-xl-10p,.ml-xl-10p,.mx-xl-10p{margin-left:10px!important}.m-xl-10p,.mr-xl-10p,.mx-xl-10p{margin-right:10px!important}.p-xl-10p,.pt-xl-10p,.py-xl-10p{padding-top:10px!important}.p-xl-10p,.pb-xl-10p,.py-xl-10p{padding-bottom:10px!important}.p-xl-10p,.pl-xl-10p,.px-xl-10p{padding-left:10px!important}.p-xl-10p,.pr-xl-10p,.px-xl-10p{padding-right:10px!important}.m-xl-15p,.mt-xl-15p,.my-xl-15p{margin-top:15px!important}.m-xl-15p,.mb-xl-15p,.my-xl-15p{margin-bottom:15px!important}.m-xl-15p,.ml-xl-15p,.mx-xl-15p{margin-left:15px!important}.m-xl-15p,.mr-xl-15p,.mx-xl-15p{margin-right:15px!important}.p-xl-15p,.pt-xl-15p,.py-xl-15p{padding-top:15px!important}.p-xl-15p,.pb-xl-15p,.py-xl-15p{padding-bottom:15px!important}.p-xl-15p,.pl-xl-15p,.px-xl-15p{padding-left:15px!important}.p-xl-15p,.pr-xl-15p,.px-xl-15p{padding-right:15px!important}.m-xl-20p,.mt-xl-20p,.my-xl-20p{margin-top:20px!important}.m-xl-20p,.mb-xl-20p,.my-xl-20p{margin-bottom:20px!important}.m-xl-20p,.ml-xl-20p,.mx-xl-20p{margin-left:20px!important}.m-xl-20p,.mr-xl-20p,.mx-xl-20p{margin-right:20px!important}.p-xl-20p,.pt-xl-20p,.py-xl-20p{padding-top:20px!important}.p-xl-20p,.pb-xl-20p,.py-xl-20p{padding-bottom:20px!important}.p-xl-20p,.pl-xl-20p,.px-xl-20p{padding-left:20px!important}.p-xl-20p,.pr-xl-20p,.px-xl-20p{padding-right:20px!important}.m-xl-25p,.mt-xl-25p,.my-xl-25p{margin-top:25px!important}.m-xl-25p,.mb-xl-25p,.my-xl-25p{margin-bottom:25px!important}.m-xl-25p,.ml-xl-25p,.mx-xl-25p{margin-left:25px!important}.m-xl-25p,.mr-xl-25p,.mx-xl-25p{margin-right:25px!important}.p-xl-25p,.pt-xl-25p,.py-xl-25p{padding-top:25px!important}.p-xl-25p,.pb-xl-25p,.py-xl-25p{padding-bottom:25px!important}.p-xl-25p,.pl-xl-25p,.px-xl-25p{padding-left:25px!important}.p-xl-25p,.pr-xl-25p,.px-xl-25p{padding-right:25px!important}.m-xl-30p,.mt-xl-30p,.my-xl-30p{margin-top:30px!important}.m-xl-30p,.mb-xl-30p,.my-xl-30p{margin-bottom:30px!important}.m-xl-30p,.ml-xl-30p,.mx-xl-30p{margin-left:30px!important}.m-xl-30p,.mr-xl-30p,.mx-xl-30p{margin-right:30px!important}.p-xl-30p,.pt-xl-30p,.py-xl-30p{padding-top:30px!important}.p-xl-30p,.pb-xl-30p,.py-xl-30p{padding-bottom:30px!important}.p-xl-30p,.pl-xl-30p,.px-xl-30p{padding-left:30px!important}.p-xl-30p,.pr-xl-30p,.px-xl-30p{padding-right:30px!important}.m-xl-35p,.mt-xl-35p,.my-xl-35p{margin-top:35px!important}.m-xl-35p,.mb-xl-35p,.my-xl-35p{margin-bottom:35px!important}.m-xl-35p,.ml-xl-35p,.mx-xl-35p{margin-left:35px!important}.m-xl-35p,.mr-xl-35p,.mx-xl-35p{margin-right:35px!important}.p-xl-35p,.pt-xl-35p,.py-xl-35p{padding-top:35px!important}.p-xl-35p,.pb-xl-35p,.py-xl-35p{padding-bottom:35px!important}.p-xl-35p,.pl-xl-35p,.px-xl-35p{padding-left:35px!important}.p-xl-35p,.pr-xl-35p,.px-xl-35p{padding-right:35px!important}.m-xl-40p,.mt-xl-40p,.my-xl-40p{margin-top:40px!important}.m-xl-40p,.mb-xl-40p,.my-xl-40p{margin-bottom:40px!important}.m-xl-40p,.ml-xl-40p,.mx-xl-40p{margin-left:40px!important}.m-xl-40p,.mr-xl-40p,.mx-xl-40p{margin-right:40px!important}.p-xl-40p,.pt-xl-40p,.py-xl-40p{padding-top:40px!important}.p-xl-40p,.pb-xl-40p,.py-xl-40p{padding-bottom:40px!important}.p-xl-40p,.pl-xl-40p,.px-xl-40p{padding-left:40px!important}.p-xl-40p,.pr-xl-40p,.px-xl-40p{padding-right:40px!important}.m-xl-45p,.mt-xl-45p,.my-xl-45p{margin-top:45px!important}.m-xl-45p,.mb-xl-45p,.my-xl-45p{margin-bottom:45px!important}.m-xl-45p,.ml-xl-45p,.mx-xl-45p{margin-left:45px!important}.m-xl-45p,.mr-xl-45p,.mx-xl-45p{margin-right:45px!important}.p-xl-45p,.pt-xl-45p,.py-xl-45p{padding-top:45px!important}.p-xl-45p,.pb-xl-45p,.py-xl-45p{padding-bottom:45px!important}.p-xl-45p,.pl-xl-45p,.px-xl-45p{padding-left:45px!important}.p-xl-45p,.pr-xl-45p,.px-xl-45p{padding-right:45px!important}.m-xl-50p,.mt-xl-50p,.my-xl-50p{margin-top:50px!important}.m-xl-50p,.mb-xl-50p,.my-xl-50p{margin-bottom:50px!important}.m-xl-50p,.ml-xl-50p,.mx-xl-50p{margin-left:50px!important}.m-xl-50p,.mr-xl-50p,.mx-xl-50p{margin-right:50px!important}.p-xl-50p,.pt-xl-50p,.py-xl-50p{padding-top:50px!important}.p-xl-50p,.pb-xl-50p,.py-xl-50p{padding-bottom:50px!important}.p-xl-50p,.pl-xl-50p,.px-xl-50p{padding-left:50px!important}.p-xl-50p,.pr-xl-50p,.px-xl-50p{padding-right:50px!important}.m-xl-55p,.mt-xl-55p,.my-xl-55p{margin-top:55px!important}.m-xl-55p,.mb-xl-55p,.my-xl-55p{margin-bottom:55px!important}.m-xl-55p,.ml-xl-55p,.mx-xl-55p{margin-left:55px!important}.m-xl-55p,.mr-xl-55p,.mx-xl-55p{margin-right:55px!important}.p-xl-55p,.pt-xl-55p,.py-xl-55p{padding-top:55px!important}.p-xl-55p,.pb-xl-55p,.py-xl-55p{padding-bottom:55px!important}.p-xl-55p,.pl-xl-55p,.px-xl-55p{padding-left:55px!important}.p-xl-55p,.pr-xl-55p,.px-xl-55p{padding-right:55px!important}.m-xl-60p,.mt-xl-60p,.my-xl-60p{margin-top:60px!important}.m-xl-60p,.mb-xl-60p,.my-xl-60p{margin-bottom:60px!important}.m-xl-60p,.ml-xl-60p,.mx-xl-60p{margin-left:60px!important}.m-xl-60p,.mr-xl-60p,.mx-xl-60p{margin-right:60px!important}.p-xl-60p,.pt-xl-60p,.py-xl-60p{padding-top:60px!important}.p-xl-60p,.pb-xl-60p,.py-xl-60p{padding-bottom:60px!important}.p-xl-60p,.pl-xl-60p,.px-xl-60p{padding-left:60px!important}.p-xl-60p,.pr-xl-60p,.px-xl-60p{padding-right:60px!important}.m-xl-65p,.mt-xl-65p,.my-xl-65p{margin-top:65px!important}.m-xl-65p,.mb-xl-65p,.my-xl-65p{margin-bottom:65px!important}.m-xl-65p,.ml-xl-65p,.mx-xl-65p{margin-left:65px!important}.m-xl-65p,.mr-xl-65p,.mx-xl-65p{margin-right:65px!important}.p-xl-65p,.pt-xl-65p,.py-xl-65p{padding-top:65px!important}.p-xl-65p,.pb-xl-65p,.py-xl-65p{padding-bottom:65px!important}.p-xl-65p,.pl-xl-65p,.px-xl-65p{padding-left:65px!important}.p-xl-65p,.pr-xl-65p,.px-xl-65p{padding-right:65px!important}.m-xl-70p,.mt-xl-70p,.my-xl-70p{margin-top:70px!important}.m-xl-70p,.mb-xl-70p,.my-xl-70p{margin-bottom:70px!important}.m-xl-70p,.ml-xl-70p,.mx-xl-70p{margin-left:70px!important}.m-xl-70p,.mr-xl-70p,.mx-xl-70p{margin-right:70px!important}.p-xl-70p,.pt-xl-70p,.py-xl-70p{padding-top:70px!important}.p-xl-70p,.pb-xl-70p,.py-xl-70p{padding-bottom:70px!important}.p-xl-70p,.pl-xl-70p,.px-xl-70p{padding-left:70px!important}.p-xl-70p,.pr-xl-70p,.px-xl-70p{padding-right:70px!important}.m-xl-75p,.mt-xl-75p,.my-xl-75p{margin-top:75px!important}.m-xl-75p,.mb-xl-75p,.my-xl-75p{margin-bottom:75px!important}.m-xl-75p,.ml-xl-75p,.mx-xl-75p{margin-left:75px!important}.m-xl-75p,.mr-xl-75p,.mx-xl-75p{margin-right:75px!important}.p-xl-75p,.pt-xl-75p,.py-xl-75p{padding-top:75px!important}.p-xl-75p,.pb-xl-75p,.py-xl-75p{padding-bottom:75px!important}.p-xl-75p,.pl-xl-75p,.px-xl-75p{padding-left:75px!important}.p-xl-75p,.pr-xl-75p,.px-xl-75p{padding-right:75px!important}.m-xl-80p,.mt-xl-80p,.my-xl-80p{margin-top:80px!important}.m-xl-80p,.mb-xl-80p,.my-xl-80p{margin-bottom:80px!important}.m-xl-80p,.ml-xl-80p,.mx-xl-80p{margin-left:80px!important}.m-xl-80p,.mr-xl-80p,.mx-xl-80p{margin-right:80px!important}.p-xl-80p,.pt-xl-80p,.py-xl-80p{padding-top:80px!important}.p-xl-80p,.pb-xl-80p,.py-xl-80p{padding-bottom:80px!important}.p-xl-80p,.pl-xl-80p,.px-xl-80p{padding-left:80px!important}.p-xl-80p,.pr-xl-80p,.px-xl-80p{padding-right:80px!important}.m-xl-85p,.mt-xl-85p,.my-xl-85p{margin-top:85px!important}.m-xl-85p,.mb-xl-85p,.my-xl-85p{margin-bottom:85px!important}.m-xl-85p,.ml-xl-85p,.mx-xl-85p{margin-left:85px!important}.m-xl-85p,.mr-xl-85p,.mx-xl-85p{margin-right:85px!important}.p-xl-85p,.pt-xl-85p,.py-xl-85p{padding-top:85px!important}.p-xl-85p,.pb-xl-85p,.py-xl-85p{padding-bottom:85px!important}.p-xl-85p,.pl-xl-85p,.px-xl-85p{padding-left:85px!important}.p-xl-85p,.pr-xl-85p,.px-xl-85p{padding-right:85px!important}.m-xl-90p,.mt-xl-90p,.my-xl-90p{margin-top:90px!important}.m-xl-90p,.mb-xl-90p,.my-xl-90p{margin-bottom:90px!important}.m-xl-90p,.ml-xl-90p,.mx-xl-90p{margin-left:90px!important}.m-xl-90p,.mr-xl-90p,.mx-xl-90p{margin-right:90px!important}.p-xl-90p,.pt-xl-90p,.py-xl-90p{padding-top:90px!important}.p-xl-90p,.pb-xl-90p,.py-xl-90p{padding-bottom:90px!important}.p-xl-90p,.pl-xl-90p,.px-xl-90p{padding-left:90px!important}.p-xl-90p,.pr-xl-90p,.px-xl-90p{padding-right:90px!important}.m-xl-95p,.mt-xl-95p,.my-xl-95p{margin-top:95px!important}.m-xl-95p,.mb-xl-95p,.my-xl-95p{margin-bottom:95px!important}.m-xl-95p,.ml-xl-95p,.mx-xl-95p{margin-left:95px!important}.m-xl-95p,.mr-xl-95p,.mx-xl-95p{margin-right:95px!important}.p-xl-95p,.pt-xl-95p,.py-xl-95p{padding-top:95px!important}.p-xl-95p,.pb-xl-95p,.py-xl-95p{padding-bottom:95px!important}.p-xl-95p,.pl-xl-95p,.px-xl-95p{padding-left:95px!important}.p-xl-95p,.pr-xl-95p,.px-xl-95p{padding-right:95px!important}.m-xl-100p,.mt-xl-100p,.my-xl-100p{margin-top:100px!important}.m-xl-100p,.mb-xl-100p,.my-xl-100p{margin-bottom:100px!important}.m-xl-100p,.ml-xl-100p,.mx-xl-100p{margin-left:100px!important}.m-xl-100p,.mr-xl-100p,.mx-xl-100p{margin-right:100px!important}.p-xl-100p,.pt-xl-100p,.py-xl-100p{padding-top:100px!important}.p-xl-100p,.pb-xl-100p,.py-xl-100p{padding-bottom:100px!important}.p-xl-100p,.pl-xl-100p,.px-xl-100p{padding-left:100px!important}.p-xl-100p,.pr-xl-100p,.px-xl-100p{padding-right:100px!important}}.btn.btn-primary{color:#fff;background:#4264d0;border-radius:5px;border:1px solid #4264d0;padding:16.5px 25px}.btn.btn-primary.large{padding:21.5px 30px}.btn.btn-primary.small{padding:8.5px 15px}.btn.btn-primary:hover:not(:disabled),.dropdown.show>.btn.btn-primary{color:#fff;background-color:#12339e;border-color:#12339e}.btn.btn-primary-dark{color:#fff;background:#12339e;border-radius:5px;border:1px solid #12339e;padding:16.5px 25px}.btn.btn-primary-dark.large{padding:21.5px 30px}.btn.btn-primary-dark.small{padding:8.5px 15px}.btn.btn-primary-dark:hover:not(:disabled),.dropdown.show>.btn.btn-primary-dark{color:#fff;background-color:#4264d0;border-color:#4264d0}.btn.btn-secondary{color:#fff;background:#87d4ff;border-radius:5px;border:1px solid #87d4ff;padding:16.5px 25px}.btn.btn-secondary.large{padding:21.5px 30px}.btn.btn-secondary.small{padding:8.5px 15px}.btn.btn-secondary:hover:not(:disabled),.dropdown.show>.btn.btn-secondary{color:#fff;background-color:#00b2ea;border-color:#00b2ea}.btn.btn-black{color:#fff;background:#04122d;border-radius:5px;border:1px solid #04122d;padding:16.5px 25px}.btn.btn-black.large{padding:21.5px 30px}.btn.btn-black.small{padding:8.5px 15px}.btn.btn-black:hover:not(:disabled),.dropdown.show>.btn.btn-black{color:#fff;background-color:#293148;border-color:#293148}.btn.btn-grey{color:#fff;background:#838790;border-radius:5px;border:1px solid #838790;padding:16.5px 25px}.btn.btn-grey.large{padding:21.5px 30px}.btn.btn-grey.small{padding:8.5px 15px}.btn.btn-grey:hover:not(:disabled),.dropdown.show>.btn.btn-grey{color:#fff;background-color:#a0a3bd;border-color:#a0a3bd}.btn.btn-grey-light{color:#838790;background:#eff3f7;border-radius:5px;border:1px solid #eff3f7;padding:16.5px 25px}.btn.btn-grey-light.large{padding:21.5px 30px}.btn.btn-grey-light.small{padding:8.5px 15px}.btn.btn-grey-light:hover:not(:disabled),.dropdown.show>.btn.btn-grey-light{color:#838790;background-color:rgba(239,243,247,.7);border-color:rgba(239,243,247,.7)}.btn.btn-google{color:#fff;background:#db4437;border-radius:5px;border:1px solid #db4437;padding:16.5px 25px}.btn.btn-google.large{padding:21.5px 30px}.btn.btn-google.small{padding:8.5px 15px}.btn.btn-google:hover:not(:disabled),.dropdown.show>.btn.btn-google{color:#fff;background-color:#ea5f54;border-color:#ea5f54}.btn.btn-facebook{color:#fff;background:#3b5998;border-radius:5px;border:1px solid #3b5998;padding:16.5px 25px}.btn.btn-facebook.large{padding:21.5px 30px}.btn.btn-facebook.small{padding:8.5px 15px}.btn.btn-facebook:hover:not(:disabled),.dropdown.show>.btn.btn-facebook{color:#fff;background-color:#3c6acb;border-color:#3c6acb}.btn-success{color:#fff;background:#12c132;border-radius:5px;border:1px solid #12c132;padding:16.5px 25px}.btn-success.large{padding:21.5px 30px}.btn-success.small{padding:8.5px 15px}.btn-success:hover:not(:disabled),.dropdown.show>.btn-success{color:#fff;background-color:#079020;border-color:#079020}.btn-error{color:#fff;background:#ea4242;border-radius:5px;border:1px solid #ea4242;padding:16.5px 25px}.btn-error.large{padding:21.5px 30px}.btn-error.small{padding:8.5px 15px}.btn-error:hover:not(:disabled),.dropdown.show>.btn-error{color:#fff;background-color:#bb1313;border-color:#bb1313}.btn.btn-inactive{color:#a0a3bd;background:#eff3f7;border-radius:5px;border:1px solid #eff3f7;padding:16.5px 25px}.btn.btn-inactive.large{padding:21.5px 30px}.btn.btn-inactive.small{padding:8.5px 15px}.btn.btn-inactive:hover:not(:disabled),.dropdown.show>.btn.btn-inactive{color:#a0a3bd;background-color:rgba(239,243,247,.7);border-color:rgba(239,243,247,.7)}.btn.btn-outline{color:#4264d0;border:1px solid #4264d0;padding:16.5px 25px}.btn.btn-outline.large{padding:21.5px 30px}.btn.btn-outline.small{padding:8.5px 15px}.btn.btn-outline:hover:not(:disabled){color:#fff;background:#4264d0;border-color:#4264d0}.btn.btn-outline-success{color:#12c132;border:1px solid #12c132;padding:16.5px 25px}.btn.btn-outline-success.large{padding:21.5px 30px}.btn.btn-outline-success.small{padding:8.5px 15px}.btn.btn-outline-success:hover:not(:disabled){color:#fff;background:#12c132;border-color:#12c132}.btn.btn-outline-error{color:#ea4242;border:1px solid #ea4242;padding:16.5px 25px}.btn.btn-outline-error.large{padding:21.5px 30px}.btn.btn-outline-error.small{padding:8.5px 15px}.btn.btn-outline-error:hover:not(:disabled){color:#fff;background:#ea4242;border-color:#ea4242}.btn.btn-outline-body{color:#293148;border:1px solid #293148;padding:16.5px 25px}.btn.btn-outline-body.large{padding:21.5px 30px}.btn.btn-outline-body.small{padding:8.5px 15px}.btn.btn-outline-body:hover:not(:disabled){color:#fff;background:#293148;border-color:#293148}.btn.btn-outline-grey{color:#838790;border:1px solid #838790;padding:16.5px 25px}.btn.btn-outline-grey.large{padding:21.5px 30px}.btn.btn-outline-grey.small{padding:8.5px 15px}.btn.btn-outline-grey:hover:not(:disabled){color:#fff;background:#838790;border-color:#838790}.btn.btn-text{color:#4264d0;border:1px solid transparent;padding:16.5px 25px}.btn.btn-text.large{padding:21.5px 30px}.btn.btn-text.small{padding:8.5px 15px}.btn.btn-text:hover:not(:disabled){color:#12339e}.btn.btn-text-primary-dark{color:#12339e;border:1px solid transparent;padding:16.5px 25px}.btn.btn-text-primary-dark.large{padding:21.5px 30px}.btn.btn-text-primary-dark.small{padding:8.5px 15px}.btn.btn-text-primary-dark:hover:not(:disabled){color:#4264d0}.btn.btn-text-black,.btn.btn-text-body{color:#293148;border:1px solid transparent;padding:16.5px 25px}.btn.btn-text-black.large,.btn.btn-text-body.large{padding:21.5px 30px}.btn.btn-text-black.small,.btn.btn-text-body.small{padding:8.5px 15px}.btn.btn-text-black:hover:not(:disabled),.btn.btn-text-body:hover:not(:disabled){color:#04122d}.btn.btn-text-grey{color:#838790;border:1px solid transparent;padding:16.5px 25px}.btn.btn-text-grey.large{padding:21.5px 30px}.btn.btn-text-grey.small{padding:8.5px 15px}.btn.btn-text-grey:hover:not(:disabled){color:#a0a3bd}.btn.btn-text-lightgrey{color:#eff3f7;border:1px solid transparent;padding:16.5px 25px}.btn.btn-text-lightgrey.large{padding:21.5px 30px}.btn.btn-text-lightgrey.small{padding:8.5px 15px}.btn.btn-text-lightgrey:hover:not(:disabled){color:#fff}.btn.btn-text-error{color:#ea4242;border:1px solid transparent;padding:16.5px 25px}.btn.btn-text-error.large{padding:21.5px 30px}.btn.btn-text-error.small{padding:8.5px 15px}.btn.btn-text-error:hover:not(:disabled){color:#bb1313}.btn.btn-text-light{color:#fff;border:1px solid transparent;padding:16.5px 25px}.btn.btn-text-light.large{padding:21.5px 30px}.btn.btn-text-light.small{padding:8.5px 15px}.btn.btn-text-light:hover:not(:disabled){color:#d6d8e7}.btn.btn-text-white{color:#fff;border:1px solid transparent;padding:16.5px 25px}.btn.btn-text-white.large{padding:21.5px 30px}.btn.btn-text-white.small{padding:8.5px 15px}.btn.btn-text-white:hover:not(:disabled){color:#eff3f7}.btn.btn-icon{padding:16.5px;color:#4264d0}.btn.btn-icon.large{padding:21.5px}.btn.btn-icon.small{padding:8.5px}.btn.btn-icon-grey{padding:16.5px;color:#a0a3bd}.btn.btn-icon-grey.large{padding:21.5px}.btn.btn-icon-grey.small{padding:8.5px}.btn.btn-icon-body{padding:16.5px;color:#293148}.btn.btn-icon-body.large{padding:21.5px}.btn.btn-icon-body.small{padding:8.5px}.btn.btn-icon-success{padding:16.5px;color:#12c132}.btn.btn-icon-success.large{padding:21.5px}.btn.btn-icon-success.small{padding:8.5px}.btn.btn-icon-error{padding:16.5px;color:#ea4242}.btn.btn-icon-error.large{padding:21.5px}.btn.btn-icon-error.small{padding:8.5px}.btn.btn-icon-white{padding:16.5px;color:#fff}.btn.btn-icon-white.large{padding:21.5px}.btn.btn-icon-white.small{padding:8.5px}.btn:disabled{opacity:.7}.btn.focus,.btn:focus,.btn:not(:disabled):not(.disabled).active:focus,.btn:not(:disabled):not(.disabled):active:focus,.show>.btn.dropdown-toggle:focus{box-shadow:none}.btn>*{vertical-align:middle}.btn i+b,.btn i+span,.btn i+u{margin-left:.25em}.btn b+i,.btn span+i,.btn u+i{margin-left:.25em}.text-primary{color:#4264d0!important}.text-primary-dark{color:#12339e}.text-primary-light{color:#e0f2fc}.text-secondary{color:#87d4ff!important}.text-secondary-dark{color:#00b2ea}.text-secondary-light{color:#e8fbff}.text-yellow{color:#fdb813}.text-yellow-dark{color:#a47300}.text-yellow-light{color:#fcebc2}.text-danger,.text-error{color:#ea4242}.text-danger-dark,.text-error-dark{color:#bb1313}.text-error-light{color:#fbecec}.text-success{color:#12c132}.text-success-dark{color:#079020}.text-success-light{color:#e8f9eb}.text-black,.text-dark{color:#04122d!important}.text-body{color:#293148!important}.text-label{color:#838790}.text-placeholder{color:#a0a3bd}.text-line{color:#d6d8e7}.text-background{color:#eff3f7}.text-white .text-light{color:#fff}.border-primary{border-color:#4264d0!important}.border-primary-dark{border-color:#12339e!important}.border-primary-light{border-color:#e0f2fc!important}.border-primary-light-dark{border-color:rgba(66,100,208,.12)!important}.border-secondary{border-color:#87d4ff!important}.border-secondary-dark{border-color:#00b2ea!important}.border-secondary-light{border-color:#e8fbff!important}.border-yellow{border-color:#fdb813!important}.border-yellow-dark{border-color:#a47300!important}.border-yellow-light{border-color:#fcebc2!important}.border-danger,.border-error{border-color:#ea4242!important}.border-danger-dark,.border-error-dark{border-color:#bb1313!important}.border-error-light{border-color:#fbecec!important}.border-success{border-color:#12c132!important}.border-success-dark{border-color:#079020!important}.border-success-light{border-color:#e8f9eb!important}.border-black,.border-dark{border-color:#04122d!important}.border-body{border-color:#293148!important}.border-placeholder{border-color:#a0a3bd!important}.border-line{border-color:#d6d8e7!important}.border-background{border-color:#eff3f7}.border-light,.border-white{border-color:#fff!important}@media (min-width:992px){.border-lg-line{border-color:#d6d8e7!important}}.bg-primary{background-color:#4264d0!important}.bg-primary-dark{background-color:#12339e!important}.bg-primary-light{background-color:#e0f2fc!important}.bg-secondary{background-color:#87d4ff!important}.bg-secondary-dark{background-color:#00b2ea!important}.bg-secondary-light{background-color:#e8fbff!important}.bg-lightyellow{background-color:#faf3e9!important}.bg-yellow{background-color:#fdb813!important}.bg-yellow-dark{background-color:#a47300!important}.bg-yellow-light{background-color:#fcebc2!important}.bg-lightgreen{background-color:#eaf3ef!important}.bg-danger,.bg-error{background-color:#ea4242!important}.bg-danger-dark,.bg-error-dark{background-color:#bb1313!important}.bg-error-light{background-color:#fbecec!important}.bg-success{background-color:#12c132!important}.bg-success-dark{background-color:#079020!important}.bg-success-light{background-color:#e8f9eb!important}.bg-black,.bg-dark{background-color:#04122d!important}.bg-body{background-color:#293148!important}.bg-line{background-color:#d6d8e7}.bg-background{background-color:#eff3f7!important}.bg-light,.bg-white{background-color:#fff!important}.bg-facebook{background-color:#3b5998!important}.bg-twitter{background-color:#1da1f2!important}.bg-instagram{background-color:#e1306c!important}.bg-linkedin{background-color:#2867b2!important}.bg-tiktok{background-color:#69c9d0!important}.bg-youtube{background-color:red!important}.color-dummy{background:#a0a3bd;color:#a0a3bd;opacity:.2}.center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:768px){.center-md{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (min-width:992px){.center-lg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}[class*=image-container-]{position:relative}[class*=image-container-] img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[class*=image-container-]:after{content:"";display:block;position:relative}.image-container{position:relative}.image-container img{position:relative;width:100%;height:auto}.image-container img.cover{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.image-container img.cover-md{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.image-container-30pc:after{padding-top:30%}.image-container-33pc:after{padding-top:33%}.image-container-35pc:after{padding-top:35%}.image-container-40pc:after{padding-top:40%}.image-container-50pc:after{padding-top:50%}.image-container-60pc:after{padding-top:60%}.image-container-100pc:after{padding-top:100%}.image-container-110pc:after{padding-top:110%}.image-container-130pc:after{padding-top:130%}@media (min-width:768px){.image-container-md-30pc:after{padding-top:30%}.image-container-md-33pc:after{padding-top:33%}.image-container-md-35pc:after{padding-top:35%}.image-container-md-40pc:after{padding-top:40%}.image-container-md-50pc:after{padding-top:50%}.image-container-md-60pc:after{padding-top:60%}.image-container-md-100pc:after{padding-top:100%}.image-container-md-110pc:after{padding-top:110%}.image-container-md-130pc:after{padding-top:130%}}@media (min-width:992px){.image-container-lg-30pc:after{padding-top:30%}.image-container-lg-33pc:after{padding-top:33%}.image-container-lg-35pc:after{padding-top:35%}.image-container-lg-40pc:after{padding-top:40%}.image-container-lg-50pc:after{padding-top:50%}.image-container-lg-60pc:after{padding-top:60%}.image-container-lg-100pc:after{padding-top:100%}.image-container-lg-110pc:after{padding-top:110%}.image-container-lg-130pc:after{padding-top:130%}}@media (min-width:1200px){.image-container-xl-30pc:after{padding-top:30%}.image-container-xl-33pc:after{padding-top:33%}.image-container-xl-35pc:after{padding-top:35%}.image-container-xl-40pc:after{padding-top:40%}.image-container-xl-50pc:after{padding-top:50%}.image-container-xl-60pc:after{padding-top:60%}.image-container-xl-100pc:after{padding-top:100%}.image-container-lg-110pc:after{padding-top:110%}.image-container-xl-130pc:after{padding-top:130%}}.handwritten-highlight,[class*=handwritten-highlight]{position:relative}.handwritten-highlight:after,[class*=handwritten-highlight]:after{content:"";position:absolute;top:100%;left:0;display:block;width:100%;padding-top:7.6%;-webkit-mask-image:url(line-handwritten.02fa0297d1a21b4df3da.svg);-webkit-mask-repeat:no-repeat;mask-image:url(line-handwritten.02fa0297d1a21b4df3da.svg);mask-repeat:no-repeat;background-color:#e0f2fc}.handwritten-highlight-secondary:after{background-color:#87d4ff}.handwritten-highlight-white:after{background-color:#fff}.filter-black{-webkit-filter:brightness(0);filter:brightness(0)}a{color:#4264d0;cursor:pointer;transition:background-color .16s}a:not([href]){color:#4264d0;text-decoration:none}a:hover,a:not([href]):hover{color:#12339e;text-decoration:none}a.text-label{color:#838790}a.text-label:hover,a.text-label:not([href]):hover{color:#a0a3bd}a.bg-primary:hover{background:#12339e!important}.cursor-pointer{cursor:pointer}.hero-video{width:100vw;max-height:100vh}.hero-video img,.hero-video video{width:100%;height:auto;max-height:calc(100vh - 60px)}.hero-video img{-o-object-fit:contain;object-fit:contain}[class^=circle-for]:after{content:"";display:block;padding-top:100%}[class^=circle-for]:before{content:"";position:absolute;width:100%;height:100%;border-radius:1000px}.circle-primary:before{background-color:#4264d0}.circle-secondary:before{background-color:#87d4ff}.circle-border:before{border:1px solid #d6d8e7}.opacity-0{opacity:0!important}.opacity-1{opacity:1!important}.opacity-10pc{opacity:.1!important}.opacity-20pc{opacity:.2!important}.opacity-30pc{opacity:.3!important}.opacity-40pc{opacity:.4!important}.opacity-50pc{opacity:.5!important}.opacity-60pc{opacity:.6!important}.opacity-70pc{opacity:.7!important}.opacity-80pc{opacity:.8!important}.opacity-90pc{opacity:.9!important}.rounded-4p{border-radius:4px!important}@media (min-width:768px){.rounded-md-4p{border-radius:4px!important}}.rounded-8p{border-radius:8px!important}@media (min-width:768px){.rounded-md-8p{border-radius:8px!important}}.rounded-12p{border-radius:12px!important}@media (min-width:768px){.rounded-md-12p{border-radius:12px!important}}.form-control.is-invalid{padding-right:30px!important}.overflow-wrap{overflow-wrap:anywhere!important}.pull-right{float:right}.text-rating{color:gold}body{color:#293148;font-family:Roboto,sans-serif;font-size:14px;line-height:19px;letter-spacing:1px;font-weight:300}label{font-weight:400;font-size:13px}.p-6{padding:100px!important}.pt-6{padding-top:100px!important}.pb-6{padding-bottom:100px!important}.intro-thumbnail{min-width:110px;width:auto;height:auto;border:none}.mt--5{margin-top:-84px}.text-accent{color:#b7d3f3!important;font-weight:400}.form-control{line-height:normal!important;height:auto;font-size:16px;line-height:19px;padding:12px 15px!important}textarea.form-control{height:120px}#imagesliderModal>.modal-dialog{max-width:850px}#imagesliderModal>.modal-dialog .carousel-indicators li{width:100px;height:auto!important}#imagesliderModal>.modal-dialog .carousel-control-next,#imagesliderModal>.modal-dialog .carousel-control-prev{width:64px}.ttle-bott-bor{position:relative;padding:0 0 20px;margin:0 0 15px}.ttle-bott-bor:after{content:"";background:linear-gradient(90deg,#f8f9fa,#6d6e71);width:100%;max-width:160px;height:4px;position:absolute;left:0;bottom:0}.ttle-bott-bor.text-center:after{left:50%;transform:translateX(-50%)}.mk-border{border:9px solid rgba(108,117,125,.82)}.btn-light{color:#212529!important}.btn-light:hover{color:#212529!important}.btn-outline-primary{color:#4274ba!important;border-color:#4274ba}.btn-outline-primary:focus,.btn-outline-primary:hover{background-color:#5683c2;color:#fff!important;border-color:#5683c2}.btn-outline-white{color:#fff!important;background-color:transparent!important;border-color:#fff!important}.btn-outline-white:focus,.btn-outline-white:hover{background-color:#fff!important;color:#000!important}.btn-link{color:#4274ba}.height-100{min-height:100vh}.heightH-100{min-height:calc(100vh - 62px)}.heightHF-100{min-height:calc(100vh - 232px)}.height-60{min-height:60vh}.heightH-60{min-height:calc(60vh - 62px)}.heightHF-60{min-height:calc(60vh - 232px)}.bg-cover{background-size:cover;background-position:50%}.bg-fixed{background-attachment:fixed}.ph-title{font-size:2rem!important;font-weight:500!important;line-height:1.375em!important;margin:0;overflow-wrap:break-word!important}.text-orange{color:#ed7d2b}.separator{border:2px solid #b7d3f3}.text-green{color:#599dad}.text-gradient{background:-webkit-linear-gradient(271.61deg,#5d7dc1 16.86%,#213f7a 101.15%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-on-blue{background:-webkit-linear-gradient(135deg,#5993d6,#31649c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-light{background:-webkit-linear-gradient(271.68deg,#21617d -10.74%,#4a7fca -10.73%,#94b0ed 89.35%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bg-overlay{position:relative;overflow:hidden}.bg-overlay:before{content:"";left:0;top:0;height:100%;width:100%;background-color:rgba(0,0,0,.48);position:absolute}.bg-overlay>*{position:relative}.loader1mk{position:relative;top:50%;transform:translateY(-50%)}.loaderbg{position:fixed;height:100%;width:100%;display:flex;justify-content:center;align-items:center;top:0;left:0}.loader-logo{position:relative;top:-100px;-webkit-animation:rotation 3s linear infinite;animation:rotation 3s linear infinite}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.check_ul{margin:0;padding:0;list-style:none;line-height:19px;font-size:14px}.check_ul>*{display:block;font-family:Roboto,sans-serif!important;position:relative;padding-left:20px;margin-bottom:8px}.check_ul>:before{left:0;position:absolute;font-family:Font Awesome\ 5 Free}.check_ul>*>span{font-weight:400;font-family:Roboto,sans-serif}.check_ul>.fa-circle:before{font-size:8px;margin-top:5px}.blur{background:hsla(0,0%,100%,.7);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.blur-blue{background:-webkit-linear-gradient(271.68deg,#21617d -10.74%,#4a7fca -10.73%,#94b0ed 89.35%);box-shadow:0 0 10px 0 rgba(31,38,135,.37);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.check_ul1{padding:0;margin:0}.check_ul1.h6>:before{font-size:12px}.check_ul1>*{display:block;position:relative;padding-left:15px;margin-bottom:8px}.check_ul1>:before{left:0;top:4px;font-size:9px;position:absolute}.mk-checkbox{flex-wrap:wrap}.mk-checkbox>input{width:30px}.mk-checkbox>span{width:calc(100% - 30px)}.slick-next:before,.slick-prev:before{color:#6d6e71!important}@media (min-width:1200px){.container{max-width:1150px!important}}@media (min-width:1400px){.container{max-width:1150px!important}}@media (min-width:768px){.ttle-bott-bor.text-center.text-md-left:after{left:0;transform:translateX(0)}}@media (min-width:992px){.ttle-bott-bor.text-center.text-lg-left:after{left:0;transform:translateX(0)}}@media (max-width:767px){.heightH-100{min-height:calc(100vh - 48px)}.heightHF-100{min-height:calc(100vh - 349px)}.heightH-60{min-height:calc(60vh - 48px)}.heightHF-60{min-height:calc(60vh - 349px)}}.max-w-1200{max-width:1200px;margin-left:auto;margin-right:auto}.whitespace-pre{white-space:pre}.whitespace-prewrap{white-space:pre-wrap}.sticky-top{z-index:10;position:sticky;top:0}@media (min-width:992px){[class*=sticky-lg-top]{z-index:10;position:sticky;top:0}}@media (min-width:992px){.sticky-lg-top-100p{top:100px}}.sticky-bottom{z-index:10;position:sticky;bottom:0}.intersection-observer{position:absolute;width:1px;height:1px}.coming-soon-gradient{background:linear-gradient(45deg,#5d7dc1,rgba(70,131,204,.22));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.checkbox-group{list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding:0;margin-bottom:0}.checkbox-group li{margin-bottom:1em;flex:1 0 50%;white-space:nowrap}.modal-view{position:fixed;z-index:100000;top:-10vh;left:-10vw;width:120vw;height:120vh}.modal-view .modal-drop{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-view .modal-body{position:absolute;overflow:auto;top:50%;left:50%;transform:translate(-50%,-50%);width:94vw;max-width:500px;max-height:96vh;padding:15px;background:#fff;border-radius:12px}@media (min-width:768px){.modal-view .modal-body{padding:30px 50px}}.modal-view .modal-body .title-container{margin-bottom:20px}.multiselect-dropdown .dropdown-btn .selected-item{margin-top:1px;margin-bottom:1px}.show-more-inline:after{content:"show more";font-size:13px;margin-left:15px;color:#4264d0;border-bottom:1px solid #4264d0;white-space:nowrap}.post-content{position:relative;overflow:hidden}.post-content.shorten{max-height:200px}.post-content.shorten.hidden:before{content:"show more";display:block;font-size:13px;color:#4264d0;width:100%;text-align:center;bottom:10px;position:absolute;z-index:2}.post-content.shorten.hidden:after{content:"";display:block;position:absolute;bottom:0;width:100%;height:100px;background:#fff;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 80%,#fff)}.post-content *{margin-bottom:0}.post-content img{display:block;max-width:100%;height:auto!important;margin:15px auto}.post-content iframe{max-width:800px;display:block;margin:15px auto;width:100%;height:250px}@media (min-width:768px){.post-content iframe{height:350px}}@media (min-width:992px){.post-content iframe{height:400px}}.post-content h1{font-size:20px!important;font-weight:700!important;line-height:26px!important;letter-spacing:.2px!important}.post-content h2{font-size:18px!important;font-weight:500!important;line-height:24px!important;letter-spacing:.2px!important}.post-content h3,.post-content h4,.post-content h5,.post-content h6{font-size:16px!important;font-weight:600!important;line-height:24px!important;letter-spacing:.25px!important}.contenteditable{outline:none;word-break:break-word}.contenteditable:empty:before{color:#a0a3bd;content:attr(data-placeholder)}@font-face{font-family:ph;src:url(ph.a1020b842fdd0dedada1.ttf?om8hjp) format("truetype"),url(ph.76a661f579fbb4970d08.woff?om8hjp) format("woff"),url(ph.5cea9540950d984fa40c.svg?om8hjp#ph) format("svg");font-weight:400;font-style:normal;font-display:block}i{font-family:ph!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-lock-2-slash .path1:before{content:"\ec58";opacity:.16}.icon-lock-2-slash .path2:before{content:"\ec59";margin-left:-1em}.icon-lock-slash .path1:before{content:"\ec5a";opacity:.16}.icon-lock-slash .path2:before{content:"\ec5b";margin-left:-1em}.icon-lock .path1:before{content:"\ec5c";opacity:.16}.icon-lock .path2:before{content:"\ec5d";margin-left:-1em}.icon-key .path1:before{content:"\ec5e";opacity:.16}.icon-key .path2:before{content:"\ec5f";margin-left:-1em}.icon-shield .path1:before{content:"\ec60";opacity:.16}.icon-shield .path2:before{content:"\ec61";margin-left:-1em}.icon-shield-cross .path1:before{content:"\ec62";opacity:.16}.icon-shield-cross .path2:before{content:"\ec63";margin-left:-1em}.icon-server .path1:before{content:"\ec64";opacity:.16}.icon-server .path2:before{content:"\ec65";margin-left:-1em}.icon-lock-2-opened .path1:before{content:"\ec66";opacity:.16}.icon-lock-2-opened .path2:before{content:"\ec67";margin-left:-1em}.icon-scan .path1:before{content:"\ec68";opacity:.16}.icon-scan .path2:before{content:"\ec69";margin-left:-1em}.icon-eye-slash .path1:before{content:"\ec6a";opacity:.16}.icon-eye-slash .path2:before{content:"\ec6b";margin-left:-1em}.icon-lock-2 .path1:before{content:"\ec6c";opacity:.16}.icon-lock-2 .path2:before{content:"\ec6d";margin-left:-1em}.icon-face-id .path1:before{content:"\ec6e";opacity:.16}.icon-face-id .path2:before{content:"\ec6f";margin-left:-1em}.icon-server-2 .path1:before{content:"\ec70";opacity:.16}.icon-server-2 .path2:before{content:"\ec71";margin-left:-1em}.icon-bug .path1:before{content:"\ec72";opacity:.16}.icon-bug .path2:before{content:"\ec73";margin-left:-1em}.icon-lock-opened .path1:before{content:"\ec74";opacity:.16}.icon-lock-opened .path2:before{content:"\ec75";margin-left:-1em}.icon-eye .path1:before{content:"\ec76";opacity:.16}.icon-eye .path2:before{content:"\ec77";margin-left:-1em}.icon-shield-check .path1:before{content:"\ec78";opacity:.16}.icon-shield-check .path2:before{content:"\ec79";margin-left:-1em}.icon-shield-check-outline:before{content:"\ec79"}.icon-fingerprint .path1:before{content:"\ec7a";opacity:.16}.icon-fingerprint .path2:before{content:"\ec7b";margin-left:-1em}.icon-lightning .path1:before{content:"\ec7c";opacity:.16}.icon-lightning .path2:before{content:"\ec7d";margin-left:-1em}.icon-lightning-outline:before{content:"\ec7d"}.icon-lightning-filled .path1:before{content:"\ec7c"}.icon-lightning-filled .path2:before{content:"\ec7d";margin-left:-1em}.icon-camera-slash .path1:before{content:"\ec7e";opacity:.16}.icon-camera-slash .path2:before{content:"\ec7f";margin-left:-1em}.icon-image-upload .path1:before{content:"\ec80";opacity:.16}.icon-image-upload .path2:before{content:"\ec81";margin-left:-1em}.icon-apperture .path1:before{content:"\ec82";opacity:.16}.icon-apperture .path2:before{content:"\ec83";margin-left:-1em}.icon-image-check .path1:before{content:"\ec84";opacity:.16}.icon-image-check .path2:before{content:"\ec85";margin-left:-1em}.icon-image-plus .path1:before{content:"\ec86";opacity:.16}.icon-image-plus .path2:before{content:"\ec87";margin-left:-1em}.icon-image-slash .path1:before{content:"\ec88";opacity:.16}.icon-image-slash .path2:before{content:"\ec89";margin-left:-1em}.icon-image .path1:before{content:"\ec8a";opacity:.16}.icon-image .path2:before{content:"\ec8b";margin-left:-1em}.icon-color-filter .path1:before{content:"\ec8c";opacity:.16}.icon-color-filter .path2:before{content:"\ec8d";margin-left:-1em}.icon-camera .path1:before{content:"\ec8e";opacity:.16}.icon-camera .path2:before{content:"\ec8f";margin-left:-1em}.icon-image-2 .path1:before{content:"\ec90";opacity:.16}.icon-image-2 .path2:before{content:"\ec91";margin-left:-1em}.icon-image-edit .path1:before{content:"\ec92";opacity:.16}.icon-image-edit .path2:before{content:"\ec93";margin-left:-1em}.icon-image-3 .path1:before{content:"\ec94";opacity:.16}.icon-image-3 .path2:before{content:"\ec95";margin-left:-1em}.icon-image-cross .path1:before{content:"\ec96";opacity:.16}.icon-image-cross .path2:before{content:"\ec97";margin-left:-1em}.icon-lightning-slash .path1:before{content:"\ec98";opacity:.16}.icon-lightning-slash .path2:before{content:"\ec99";margin-left:-1em}.icon-image-download .path1:before{content:"\ec9a";opacity:.16}.icon-image-download .path2:before{content:"\ec9b";margin-left:-1em}.icon-grid .path1:before{content:"\ec9c";opacity:.16}.icon-grid .path2:before{content:"\ec9d";margin-left:-1em}.icon-slider-vertical-2 .path1:before{content:"\ec9e";opacity:.16}.icon-slider-vertical-2 .path2:before{content:"\ec9f";margin-left:-1em}.icon-padding .path1:before{content:"\eca0";opacity:.16}.icon-padding .path2:before{content:"\eca1";margin-left:-1em}.icon-elements-plus:before{content:"\eca2"}.icon-elements-3-1 .path1:before{content:"\eca3";opacity:.16}.icon-elements-3-1 .path2:before{content:"\eca4";margin-left:-1em}.icon-crop .path1:before{content:"\eca5";opacity:.16}.icon-crop .path2:before{content:"\eca6";margin-left:-1em}.icon-align-bottom .path1:before{content:"\eca7";opacity:.16}.icon-align-bottom .path2:before{content:"\eca8";margin-left:-1em}.icon-transform .path1:before{content:"\eca9";opacity:.16}.icon-transform .path2:before{content:"\ecaa";margin-left:-1em}.icon-slider-vertical .path1:before{content:"\ecab";opacity:.16}.icon-slider-vertical .path2:before{content:"\ecac";margin-left:-1em}.icon-elements-4 .path1:before{content:"\ecad";opacity:.16}.icon-elements-4 .path2:before{content:"\ecae";margin-left:-1em}.icon-selection .path1:before{content:"\ecaf";opacity:.16}.icon-selection .path2:before{content:"\ecb0";margin-left:-1em}.icon-kanban .path1:before{content:"\ecb1";opacity:.16}.icon-kanban .path2:before{content:"\ecb2";margin-left:-1em}.icon-align-vertically .path1:before{content:"\ecb3";opacity:.16}.icon-align-vertically .path2:before{content:"\ecb4";margin-left:-1em}.icon-grid-08 .path1:before{content:"\ecb5";opacity:.16}.icon-grid-08 .path2:before{content:"\ecb6";margin-left:-1em}.icon-elements-3 .path1:before{content:"\ecb7";opacity:.16}.icon-elements-3 .path2:before{content:"\ecb8";margin-left:-1em}.icon-elements-2 .path1:before{content:"\ecb9";opacity:.16}.icon-elements-2 .path2:before{content:"\ecba";margin-left:-1em}.icon-grid-09 .path1:before{content:"\ecbb";opacity:.16}.icon-grid-09 .path2:before{content:"\ecbc";margin-left:-1em}.icon-fat-rows .path1:before{content:"\ecbd";opacity:.16}.icon-fat-rows .path2:before{content:"\ecbe";margin-left:-1em}.icon-grid-07 .path1:before{content:"\ecbf";opacity:.16}.icon-grid-07 .path2:before{content:"\ecc0";margin-left:-1em}.icon-elements .path1:before{content:"\ecc1";opacity:.16}.icon-elements .path2:before{content:"\ecc2";margin-left:-1em}.icon-grid-13 .path1:before{content:"\ecc3";opacity:.16}.icon-grid-13 .path2:before{content:"\ecc4";margin-left:-1em}.icon-align-horizontally .path1:before{content:"\ecc5";opacity:.16}.icon-align-horizontally .path2:before{content:"\ecc6";margin-left:-1em}.icon-align-right .path1:before{content:"\ecc7";opacity:.16}.icon-align-right .path2:before{content:"\ecc8";margin-left:-1em}.icon-grid-12 .path1:before{content:"\ecc9";opacity:.16}.icon-grid-12 .path2:before{content:"\ecca";margin-left:-1em}.icon-grid-06 .path1:before{content:"\eccb";opacity:.16}.icon-grid-06 .path2:before{content:"\eccc";margin-left:-1em}.icon-grid-10 .path1:before{content:"\eccd";opacity:.16}.icon-grid-10 .path2:before{content:"\ecce";margin-left:-1em}.icon-grid-04 .path1:before{content:"\eccf";opacity:.16}.icon-grid-04 .path2:before{content:"\ecd0";margin-left:-1em}.icon-iframe .path1:before{content:"\ecd1";opacity:.16}.icon-iframe .path2:before{content:"\ecd2";margin-left:-1em}.icon-elements-plus-1 .path1:before{content:"\ecd3";opacity:.16}.icon-elements-plus-1 .path2:before{content:"\ecd4";margin-left:-1em}.icon-grid-05 .path1:before{content:"\ecd5";opacity:.16}.icon-grid-05 .path2:before{content:"\ecd6";margin-left:-1em}.icon-grid-11 .path1:before{content:"\ecd7";opacity:.16}.icon-grid-11 .path2:before{content:"\ecd8";margin-left:-1em}.icon-grid-15 .path1:before{content:"\ecd9";opacity:.16}.icon-grid-15 .path2:before{content:"\ecda";margin-left:-1em}.icon-crop-rotate .path1:before{content:"\ecdb";opacity:.16}.icon-crop-rotate .path2:before{content:"\ecdc";margin-left:-1em}.icon-grid-14 .path1:before{content:"\ecdd";opacity:.16}.icon-grid-14 .path2:before{content:"\ecde";margin-left:-1em}.icon-grid-02 .path1:before{content:"\ecdf";opacity:.16}.icon-grid-02 .path2:before{content:"\ece0";margin-left:-1em}.icon-grid-16 .path1:before{content:"\ece1";opacity:.16}.icon-grid-16 .path2:before{content:"\ece2";margin-left:-1em}.icon-frame .path1:before{content:"\ece3";opacity:.16}.icon-frame .path2:before{content:"\ece4";margin-left:-1em}.icon-grid-03 .path1:before{content:"\ece5";opacity:.16}.icon-grid-03 .path2:before{content:"\ece6";margin-left:-1em}.icon-stack .path1:before{content:"\ece7";opacity:.16}.icon-stack .path2:before{content:"\ece8";margin-left:-1em}.icon-slider-horizontal-2 .path1:before{content:"\ece9";opacity:.16}.icon-slider-horizontal-2 .path2:before{content:"\ecea";margin-left:-1em}.icon-distribute-vertically .path1:before{content:"\eceb";opacity:.16}.icon-distribute-vertically .path2:before{content:"\ecec";margin-left:-1em}.icon-align-top .path1:before{content:"\eced";opacity:.16}.icon-align-top .path2:before{content:"\ecee";margin-left:-1em}.icon-slider-horizontal .path1:before{content:"\ecef";opacity:.16}.icon-slider-horizontal .path2:before{content:"\ecf0";margin-left:-1em}.icon-distribute-horizontally .path1:before{content:"\ecf1";opacity:.16}.icon-distribute-horizontally .path2:before{content:"\ecf2";margin-left:-1em}.icon-frame-bounds .path1:before{content:"\ecf3";opacity:.16}.icon-frame-bounds .path2:before{content:"\ecf4";margin-left:-1em}.icon-align-left .path1:before{content:"\ecf5";opacity:.16}.icon-align-left .path2:before{content:"\ecf6";margin-left:-1em}.icon-wallet-plus-1 .path1:before{content:"\ecf7";opacity:.16}.icon-wallet-plus-1 .path2:before{content:"\ecf8";margin-left:-1em}.icon-dollar:before{content:"\ecf9"}.icon-credit-card-outcome .path1:before{content:"\ecfa";opacity:.16}.icon-credit-card-outcome .path2:before{content:"\ecfb";margin-left:-1em}.icon-dollar-circle .path1:before{content:"\ecfc";opacity:.16}.icon-dollar-circle .path2:before{content:"\ecfd";margin-left:-1em}.icon-euro-circle .path1:before{content:"\ecfe";opacity:.16}.icon-euro-circle .path2:before{content:"\ecff";margin-left:-1em}.icon-procent .path1:before{content:"\ed00";opacity:.16}.icon-procent .path2:before{content:"\ed01";margin-left:-1em}.icon-wallet-move .path1:before{content:"\ed02";opacity:.16}.icon-wallet-move .path2:before{content:"\ed03";margin-left:-1em}.icon-credit-card-minus .path1:before{content:"\ed04";opacity:.16}.icon-credit-card-minus .path2:before{content:"\ed05";margin-left:-1em}.icon-euro:before{content:"\ed06"}.icon-credit-card-plus .path1:before{content:"\ed07";opacity:.16}.icon-credit-card-plus .path2:before{content:"\ed08";margin-left:-1em}.icon-wallet-plus .path1:before{content:"\ed09";opacity:.16}.icon-wallet-plus .path2:before{content:"\ed0a";margin-left:-1em}.icon-wallet .path1:before{content:"\ed0b";opacity:.16}.icon-wallet .path2:before{content:"\ed0c";margin-left:-1em}.icon-credit-card-scan .path1:before{content:"\ed0d";opacity:.16}.icon-credit-card-scan .path2:before{content:"\ed0e";margin-left:-1em}.icon-credit-card-slash .path1:before{content:"\ed0f";opacity:.16}.icon-credit-card-slash .path2:before{content:"\ed10";margin-left:-1em}.icon-cash .path1:before{content:"\ed11";opacity:.16}.icon-cash .path2:before{content:"\ed12";margin-left:-1em}.icon-credit-card .path1:before{content:"\ed13";opacity:.16}.icon-credit-card .path2:before{content:"\ed14";margin-left:-1em}.icon-credit-card-income .path1:before{content:"\ed15";opacity:.16}.icon-credit-card-income .path2:before{content:"\ed16";margin-left:-1em}.icon-pos .path1:before{content:"\ed17";opacity:.16}.icon-pos .path2:before{content:"\ed18";margin-left:-1em}.icon-procent-circle .path1:before{content:"\ed19";opacity:.16}.icon-procent-circle .path2:before{content:"\ed1a";margin-left:-1em}.icon-align-bottom1:before{content:"\ed1b"}.icon-align-center-2:before{content:"\ed1c"}.icon-align-center:before{content:"\ed1d"}.icon-align-justify-2:before{content:"\ed1e"}.icon-align-justify:before{content:"\ed1f"}.icon-align-left-2:before{content:"\ed20"}.icon-align-left1:before{content:"\ed21"}.icon-align-right-2:before{content:"\ed22"}.icon-align-middle:before{content:"\ed23"}.icon-align-right1:before{content:"\ed24"}.icon-align-top1:before{content:"\ed25"}.icon-border-bottom .path1:before{content:"\ed26";opacity:.16}.icon-border-bottom .path2:before{content:"\ed27";margin-left:-1em}.icon-border-clear .path1:before{content:"\ed28";opacity:.16}.icon-border-clear .path2:before{content:"\ed29";margin-left:-1em}.icon-border-horizontal .path1:before{content:"\ed2a";opacity:.16}.icon-border-horizontal .path2:before{content:"\ed2b";margin-left:-1em}.icon-border-inner .path1:before{content:"\ed2c";opacity:.16}.icon-border-inner .path2:before{content:"\ed2d";margin-left:-1em}.icon-border-left .path1:before{content:"\ed2e";opacity:.16}.icon-border-left .path2:before{content:"\ed2f";margin-left:-1em}.icon-border-outer .path1:before{content:"\ed30";opacity:.16}.icon-border-outer .path2:before{content:"\ed31";margin-left:-1em}.icon-border-right .path1:before{content:"\ed32";opacity:.16}.icon-border-right .path2:before{content:"\ed33";margin-left:-1em}.icon-border-top .path1:before{content:"\ed34";opacity:.16}.icon-border-top .path2:before{content:"\ed35";margin-left:-1em}.icon-border-vertical .path1:before{content:"\ed36";opacity:.16}.icon-border-vertical .path2:before{content:"\ed37";margin-left:-1em}.icon-chart-bar .path1:before{content:"\ed38";opacity:.16}.icon-chart-bar .path2:before{content:"\ed39";margin-left:-1em}.icon-chart-column .path1:before{content:"\ed3a";opacity:.16}.icon-chart-column .path2:before{content:"\ed3b";margin-left:-1em}.icon-chart-line .path1:before{content:"\ed3c";opacity:.16}.icon-chart-line .path2:before{content:"\ed3d";margin-left:-1em}.icon-chart-pie .path1:before{content:"\ed3e";opacity:.16}.icon-chart-pie .path2:before{content:"\ed3f";margin-left:-1em}.icon-column-spacing .path1:before{content:"\ed40"}.icon-column-spacing .path2:before{content:"\ed41";margin-left:-1em;opacity:.16}.icon-droplet-slash .path1:before{content:"\ed42";opacity:.16}.icon-droplet-slash .path2:before{content:"\ed43";margin-left:-1em}.icon-droplet .path1:before{content:"\ed44";opacity:.16}.icon-droplet .path2:before{content:"\ed45";margin-left:-1em}.icon-edit-2 .path1:before{content:"\ed46";opacity:.16}.icon-edit-2 .path2:before{content:"\ed47";margin-left:-1em}.icon-edit-3 .path1:before{content:"\ed48";opacity:.16}.icon-edit-3 .path2:before{content:"\ed49";margin-left:-1em}.icon-edit-slash .path1:before{content:"\ed4a";opacity:.16}.icon-edit-slash .path2:before{content:"\ed4b";margin-left:-1em}.icon-edit .path1:before{content:"\ed4c";opacity:.16}.icon-edit .path2:before{content:"\ed4d";margin-left:-1em}.icon-first-line-1 .path1:before{content:"\ed4e";opacity:.16}.icon-first-line-1 .path2:before{content:"\ed4f";margin-left:-1em}.icon-first-line-2 .path1:before{content:"\ed50";opacity:.16}.icon-first-line-2 .path2:before{content:"\ed51";margin-left:-1em}.icon-first-line-3:before{content:"\ed52"}.icon-functions:before{content:"\ed53"}.icon-indent-decrease:before{content:"\ed54"}.icon-indent-first-line:before{content:"\ed55"}.icon-indent-increase:before{content:"\ed56"}.icon-letter-spacing-2:before{content:"\ed57"}.icon-letter-spacing .path1:before{content:"\ed58";opacity:.16}.icon-letter-spacing .path2:before{content:"\ed59";margin-left:-1em}.icon-line-height-2:before{content:"\ed5a"}.icon-line-height .path1:before{content:"\ed5b";opacity:.16}.icon-line-height .path2:before{content:"\ed5c";margin-left:-1em}.icon-link-1 .path1:before{content:"\ed5d";opacity:.16}.icon-link-1 .path2:before{content:"\ed5e";margin-left:-1em}.icon-link-2-1 .path1:before{content:"\ed5f";opacity:.16}.icon-link-2-1 .path2:before{content:"\ed60";margin-left:-1em}.icon-link-2 .path1:before{content:"\ed61";opacity:.16}.icon-link-2 .path2:before{content:"\ed62";margin-left:-1em}.icon-list-ordered-2:before{content:"\ed63"}.icon-list-ordered-3:before{content:"\ed64"}.icon-list-ordered:before{content:"\ed65"}.icon-list-unordered-2 .path1:before{content:"\ed66";opacity:.16}.icon-list-unordered-2 .path2:before{content:"\ed67";margin-left:-1em}.icon-list-unordered-3 .path1:before{content:"\ed68";opacity:.16}.icon-list-unordered-3 .path2:before{content:"\ed69";margin-left:-1em}.icon-list-unordered-4:before{content:"\ed6a"}.icon-list-unordered-5:before{content:"\ed6b"}.icon-list-unordered:before{content:"\ed6c"}.icon-page-break .path1:before{content:"\ed6d";opacity:.16}.icon-page-break .path2:before{content:"\ed6e";margin-left:-1em}.icon-paint-bucket .path1:before{content:"\ed6f";opacity:.16}.icon-paint-bucket .path2:before{content:"\ed70";margin-left:-1em}.icon-paint-tool .path1:before{content:"\ed71";opacity:.16}.icon-paint-tool .path2:before{content:"\ed72";margin-left:-1em}.icon-paperclip-2-slash:before{content:"\ed73"}.icon-paperclip-2:before{content:"\ed74"}.icon-paperclip-slash:before{content:"\ed75"}.icon-paperclip:before{content:"\ed76"}.icon-pen-tool-2 .path1:before{content:"\ed77";opacity:.16}.icon-pen-tool-2 .path2:before{content:"\ed78";margin-left:-1em}.icon-pen-tool .path1:before{content:"\ed79";opacity:.16}.icon-pen-tool .path2:before{content:"\ed7a";margin-left:-1em}.icon-pharagraph-spacing .path1:before{content:"\ed7b"}.icon-pharagraph-spacing .path2:before{content:"\ed7c";margin-left:-1em;opacity:.16}.icon-printer-slash .path1:before{content:"\ed7d";opacity:.16}.icon-printer-slash .path2:before{content:"\ed7e";margin-left:-1em}.icon-printer .path1:before{content:"\ed7f";opacity:.16}.icon-printer .path2:before{content:"\ed80";margin-left:-1em}.icon-quotes-2 .path1:before{content:"\ed81";opacity:.16}.icon-quotes-2 .path2:before{content:"\ed82";margin-left:-1em}.icon-quotes .path1:before{content:"\ed83";opacity:.16}.icon-quotes .path2:before{content:"\ed84";margin-left:-1em}.icon-ruler .path1:before{content:"\ed85";opacity:.16}.icon-ruler .path2:before{content:"\ed86";margin-left:-1em}.icon-script:before{content:"\ed87"}.icon-small-caps-2:before{content:"\ed88"}.icon-small-caps:before{content:"\ed89"}.icon-special-charachers:before{content:"\ed8a"}.icon-text-2:before{content:"\ed8b"}.icon-text-block .path1:before{content:"\ed8c";opacity:.16}.icon-text-block .path2:before{content:"\ed8d";margin-left:-1em}.icon-text-block-outline:before{content:"\ed8d"}.icon-text-bold .path1:before{content:"\ed8e";opacity:.16}.icon-text-bold .path2:before{content:"\ed8f";margin-left:-1em}.icon-text-format .path1:before{content:"\ed90";opacity:.16}.icon-text-format .path2:before{content:"\ed91";margin-left:-1em}.icon-text-italic:before{content:"\ed92"}.icon-text-slash-2:before{content:"\ed93"}.icon-text-slash:before{content:"\ed94"}.icon-text-strikethrough:before{content:"\ed95"}.icon-text-underline:before{content:"\ed96"}.icon-text:before{content:"\ed97"}.icon-vector .path1:before{content:"\ed98";opacity:.16}.icon-vector .path2:before{content:"\ed99";margin-left:-1em}.icon-wrap-text:before{content:"\ed9a"}.icon-facebook:before{content:"\ec56"}.icon-pinterest:before{content:"\eda0"}.icon-google:before{content:"\ed9f"}.icon-clubhouse:before{content:"\ec4f"}.icon-youtube:before{content:"\ec50"}.icon-insta:before{content:"\ec51"}.icon-instagram:before{content:"\ec51"}.icon-spotify:before{content:"\ec52"}.icon-tiktok:before{content:"\ec53"}.icon-twitter:before{content:"\ec54"}.icon-linkedin:before{content:"\ec55"}.icon-briefcase-doctor:before{content:"\ec4e"}.icon-toggle-on .path1:before{content:"\e900";opacity:.16}.icon-toggle-on .path2:before{content:"\e901";margin-left:-1em}.icon-search .path1:before{content:"\e902";opacity:.16}.icon-search .path2:before{content:"\e903";margin-left:-1em}.icon-receipt .path1:before{content:"\e904";opacity:.16}.icon-receipt .path2:before{content:"\e905";margin-left:-1em}.icon-activity-2:before{content:"\e906"}.icon-bulb .path1:before{content:"\e907";opacity:.16}.icon-bulb .path2:before{content:"\e908";margin-left:-1em}.icon-megaphone .path1:before{content:"\e909";opacity:.16}.icon-megaphone .path2:before{content:"\e90a";margin-left:-1em}.icon-briefcase-2 .path1:before{content:"\e90b";opacity:.16}.icon-briefcase-2 .path2:before{content:"\e90c";margin-left:-1em}.icon-bed .path1:before{content:"\e90d";opacity:.16}.icon-bed .path2:before{content:"\e90e";margin-left:-1em}.icon-target .path1:before{content:"\e90f";opacity:.16}.icon-target .path2:before{content:"\e910";margin-left:-1em}.icon-crosshair .path1:before{content:"\e911";opacity:.16}.icon-crosshair .path2:before{content:"\e912";margin-left:-1em}.icon-airplay .path1:before{content:"\e913";opacity:.16}.icon-airplay .path2:before{content:"\e914";margin-left:-1em}.icon-inbox-out .path1:before{content:"\e915";opacity:.16}.icon-inbox-out .path2:before{content:"\e916";margin-left:-1em}.icon-sliders-horiz-2 .path1:before{content:"\e917";opacity:.16}.icon-sliders-horiz-2 .path2:before{content:"\e918";margin-left:-1em}.icon-wifi-slash:before{content:"\e919"}.icon-tag-2 .path1:before{content:"\e91a";opacity:.16}.icon-tag-2 .path2:before{content:"\e91b";margin-left:-1em}.icon-umbrella .path1:before{content:"\e91c";opacity:.16}.icon-umbrella .path2:before{content:"\e91d";margin-left:-1em}.icon-emotion-sad .path1:before{content:"\e91e";opacity:.16}.icon-emotion-sad .path2:before{content:"\e91f";margin-left:-1em}.icon-checkbox-square .path1:before{content:"\e920";opacity:.16}.icon-checkbox-square .path2:before{content:"\e921";margin-left:-1em}.icon-checkbox-square-outline:before{content:"\e921"}.icon-home .path1:before{content:"\e922";opacity:.16}.icon-home .path2:before{content:"\e923";margin-left:-1em}.icon-copyright .path1:before{content:"\e924";opacity:.16}.icon-copyright .path2:before{content:"\e925";margin-left:-1em}.icon-smartphone .path1:before{content:"\e926";opacity:.16}.icon-smartphone .path2:before{content:"\e927";margin-left:-1em}.icon-watch-2 .path1:before{content:"\e928";opacity:.16}.icon-watch-2 .path2:before{content:"\e929";margin-left:-1em}.icon-shopping-cart-2 .path1:before{content:"\e92a";opacity:.16}.icon-shopping-cart-2 .path2:before{content:"\e92b";margin-left:-1em}.icon-flag-2 .path1:before{content:"\e92c";opacity:.16}.icon-flag-2 .path2:before{content:"\e92d";margin-left:-1em}.icon-flag-3 .path1:before{content:"\e92e";opacity:.16}.icon-flag-3 .path2:before{content:"\e92f";margin-left:-1em}.icon-ticket .path1:before{content:"\e930";opacity:.16}.icon-ticket .path2:before{content:"\e931";margin-left:-1em}.icon-brackets:before{content:"\e932"}.icon-tag .path1:before{content:"\e933";opacity:.16}.icon-tag .path2:before{content:"\e934";margin-left:-1em}.icon-briefcase .path1:before{content:"\e935";opacity:.16}.icon-briefcase .path2:before{content:"\e936";margin-left:-1em}.icon-inbox .path1:before{content:"\e937";opacity:.16}.icon-inbox .path2:before{content:"\e938";margin-left:-1em}.icon-plus-square .path1:before{content:"\e939";opacity:.16}.icon-plus-square .path2:before{content:"\e93a";margin-left:-1em}.icon-power:before{content:"\e93b"}.icon-devices .path1:before{content:"\e93c";opacity:.16}.icon-devices .path2:before{content:"\e93d";margin-left:-1em}.icon-terminal .path1:before{content:"\e93e";opacity:.16}.icon-terminal .path2:before{content:"\e93f";margin-left:-1em}.icon-presentation-chart .path1:before{content:"\e940";opacity:.16}.icon-presentation-chart .path2:before{content:"\e941";margin-left:-1em}.icon-keyboard .path1:before{content:"\e942";opacity:.16}.icon-keyboard .path2:before{content:"\e943";margin-left:-1em}.icon-fire .path1:before{content:"\e944";opacity:.16}.icon-fire .path2:before{content:"\e945";margin-left:-1em}.icon-shopping-bag .path1:before{content:"\e946";opacity:.16}.icon-shopping-bag .path2:before{content:"\e947";margin-left:-1em}.icon-shopping-bag-outline:before{content:"\e947"}.icon-sliders-horiz .path1:before{content:"\e948";opacity:.16}.icon-sliders-horiz .path2:before{content:"\e949";margin-left:-1em}.icon-toggle-off .path1:before{content:"\e94a";opacity:.16}.icon-toggle-off .path2:before{content:"\e94b";margin-left:-1em}.icon-sort-text:before{content:"\e94c"}.icon-box-2 .path1:before{content:"\e94d";opacity:.16}.icon-box-2 .path2:before{content:"\e94e";margin-left:-1em}.icon-brush .path1:before{content:"\e94f";opacity:.16}.icon-brush .path2:before{content:"\e950";margin-left:-1em}.icon-at:before{content:"\e951"}.icon-thumbs-down .path1:before{content:"\e952";opacity:.16}.icon-thumbs-down .path2:before{content:"\e953";margin-left:-1em}.icon-archive .path1:before{content:"\e954";opacity:.16}.icon-archive .path2:before{content:"\e955";margin-left:-1em}.icon-bulb-slash .path1:before{content:"\e956";opacity:.16}.icon-bulb-slash .path2:before{content:"\e957";margin-left:-1em}.icon-keyboard-show .path1:before{content:"\e958";opacity:.16}.icon-keyboard-show .path2:before{content:"\e959";margin-left:-1em}.icon-tags-2 .path1:before{content:"\e95a";opacity:.16}.icon-tags-2 .path2:before{content:"\e95b";margin-left:-1em}.icon-tags-2-outline:before{content:"\e95b"}.icon-planet .path1:before{content:"\e95c";opacity:.16}.icon-planet .path2:before{content:"\e95d";margin-left:-1em}.icon-book-open .path1:before{content:"\e95e";opacity:.16}.icon-book-open .path2:before{content:"\e95f";margin-left:-1em}.icon-book-open-outline:before{content:"\e95f"}.icon-glasses-vr .path1:before{content:"\e960";opacity:.16}.icon-glasses-vr .path2:before{content:"\e961";margin-left:-1em}.icon-battery-charging .path1:before{content:"\e962";opacity:.16}.icon-battery-charging .path2:before{content:"\e963";margin-left:-1em}.icon-bed-2 .path1:before{content:"\e964";opacity:.16}.icon-bed-2 .path2:before{content:"\e965";margin-left:-1em}.icon-inbox-in .path1:before{content:"\e966";opacity:.16}.icon-inbox-in .path2:before{content:"\e967";margin-left:-1em}.icon-bookmark-minus .path1:before{content:"\e968";opacity:.16}.icon-bookmark-minus .path2:before{content:"\e969";margin-left:-1em}.icon-layers .path1:before{content:"\e96a";opacity:.16}.icon-layers .path2:before{content:"\e96b";margin-left:-1em}.icon-slash .path1:before{content:"\e96c";opacity:.16}.icon-slash .path2:before{content:"\e96d";margin-left:-1em}.icon-book .path1:before{content:"\e96e";opacity:.16}.icon-book .path2:before{content:"\e96f";margin-left:-1em}.icon-heart-slash .path1:before{content:"\e970";opacity:.16}.icon-heart-slash .path2:before{content:"\e971";margin-left:-1em}.icon-plug .path1:before{content:"\e972";opacity:.16}.icon-plug .path2:before{content:"\e973";margin-left:-1em}.icon-dashboard .path1:before{content:"\e974";opacity:.16}.icon-dashboard .path2:before{content:"\e975";margin-left:-1em}.icon-thermometer .path1:before{content:"\e976";opacity:.16}.icon-thermometer .path2:before{content:"\e977";margin-left:-1em}.icon-cast .path1:before{content:"\e978";opacity:.16}.icon-cast .path2:before{content:"\e979";margin-left:-1em}.icon-cast-outline:before{content:"\e979"}.icon-flag .path1:before{content:"\e97a";opacity:.16}.icon-flag .path2:before{content:"\e97b";margin-left:-1em}.icon-battery-1 .path1:before{content:"\e97c";opacity:.16}.icon-battery-1 .path2:before{content:"\e97d";margin-left:-1em}.icon-battery .path1:before{content:"\e97e";opacity:.16}.icon-battery .path2:before{content:"\e97f";margin-left:-1em}.icon-sliders-vert-2 .path1:before{content:"\e980";opacity:.16}.icon-sliders-vert-2 .path2:before{content:"\e981";margin-left:-1em;opacity:.16}.icon-sliders-vert-2 .path3:before{content:"\e982";margin-left:-1em}.icon-newspaper .path1:before{content:"\e983";opacity:.16}.icon-newspaper .path2:before{content:"\e984";margin-left:-1em}.icon-emotion-smile .path1:before{content:"\e985";opacity:.16}.icon-emotion-smile .path2:before{content:"\e986";margin-left:-1em}.icon-sliders-vert .path1:before{content:"\e987";opacity:.16}.icon-sliders-vert .path2:before{content:"\e988";margin-left:-1em}.icon-bed-1 .path1:before{content:"\e989";opacity:.16}.icon-bed-1 .path2:before{content:"\e98a";margin-left:-1em}.icon-emotion-neutral .path1:before{content:"\e98b";opacity:.16}.icon-emotion-neutral .path2:before{content:"\e98c";margin-left:-1em}.icon-trophy .path1:before{content:"\e98d";opacity:.16}.icon-trophy .path2:before{content:"\e98e";margin-left:-1em}.icon-plus:before{content:"\e98f"}.icon-check:before{content:"\e990"}.icon-battery-3 .path1:before{content:"\e991";opacity:.16}.icon-battery-3 .path2:before{content:"\e992";margin-left:-1em}.icon-nut .path1:before{content:"\e993";opacity:.16}.icon-nut .path2:before{content:"\e994";margin-left:-1em}.icon-more-vert .path1:before{content:"\e995";opacity:.16}.icon-more-vert .path2:before{content:"\e996";margin-left:-1em}.icon-hard-drive .path1:before{content:"\e997";opacity:.16}.icon-hard-drive .path2:before{content:"\e998";margin-left:-1em}.icon-bluetooth:before{content:"\e999"}.icon-headphones .path1:before{content:"\e99a";opacity:.16}.icon-headphones .path2:before{content:"\e99b";margin-left:-1em}.icon-filter-2 .path1:before{content:"\e99c";opacity:.16}.icon-filter-2 .path2:before{content:"\e99d";margin-left:-1em}.icon-email .path1:before{content:"\e99e";opacity:.16}.icon-email .path2:before{content:"\e99f";margin-left:-1em}.icon-wifi:before{content:"\e9a0"}.icon-watch .path1:before{content:"\e9a1";opacity:.16}.icon-watch .path2:before{content:"\e9a2";margin-left:-1em}.icon-battery-2 .path1:before{content:"\e9a3";opacity:.16}.icon-battery-2 .path2:before{content:"\e9a4";margin-left:-1em}.icon-flashcard .path1:before{content:"\e9a5";opacity:.16}.icon-flashcard .path2:before{content:"\e9a6";margin-left:-1em}.icon-loader:before{content:"\e9a7"}.icon-gear .path1:before{content:"\e9a8";opacity:.16}.icon-gear .path2:before{content:"\e9a9";margin-left:-1em}.icon-memory-card .path1:before{content:"\e9aa";opacity:.16}.icon-memory-card .path2:before{content:"\e9ab";margin-left:-1em}.icon-copy .path1:before{content:"\e9ac";opacity:.16}.icon-copy .path2:before{content:"\e9ad";margin-left:-1em}.icon-zoom-in .path1:before{content:"\e9ae";opacity:.16}.icon-zoom-in .path2:before{content:"\e9af";margin-left:-1em}.icon-glasses .path1:before{content:"\e9b0";opacity:.16}.icon-glasses .path2:before{content:"\e9b1";margin-left:-1em}.icon-sort-number:before{content:"\e9b2"}.icon-bookmarks .path1:before{content:"\e9b3";opacity:.16}.icon-bookmarks .path2:before{content:"\e9b4";margin-left:-1em}.icon-rocket-2 .path1:before{content:"\e9b5";opacity:.16}.icon-rocket-2 .path2:before{content:"\e9b6";margin-left:-1em}.icon-broadcast:before{content:"\e9b7"}.icon-inbox-filled .path1:before{content:"\e9b8";opacity:.16}.icon-inbox-filled .path2:before{content:"\e9b9";margin-left:-1em}.icon-sticker .path1:before{content:"\e9ba";opacity:.16}.icon-sticker .path2:before{content:"\e9bb";margin-left:-1em}.icon-award .path1:before{content:"\e9bc";opacity:.16}.icon-award .path2:before{content:"\e9bd";margin-left:-1em}.icon-zoom-out .path1:before{content:"\e9be";opacity:.16}.icon-zoom-out .path2:before{content:"\e9bf";margin-left:-1em}.icon-baby-carriage .path1:before{content:"\e9c0";opacity:.16}.icon-baby-carriage .path2:before{content:"\e9c1";margin-left:-1em}.icon-box .path1:before{content:"\e9c2";opacity:.16}.icon-box .path2:before{content:"\e9c3";margin-left:-1em}.icon-thumbs-up .path1:before{content:"\e9c4";opacity:.16}.icon-thumbs-up .path2:before{content:"\e9c5";margin-left:-1em}.icon-thumbs-up-outline:before{content:"\e9c5"}.icon-checkbox-circle .path1:before{content:"\e9c6";opacity:.16}.icon-checkbox-circle .path2:before{content:"\e9c7";margin-left:-1em}.icon-emotion-happy .path1:before{content:"\e9c8";opacity:.16}.icon-emotion-happy .path2:before{content:"\e9c9";margin-left:-1em}.icon-send .path1:before{content:"\e9ca";opacity:.16}.icon-send .path2:before{content:"\e9cb";margin-left:-1em}.icon-speaker .path1:before{content:"\e9cc";opacity:.16}.icon-speaker .path2:before{content:"\e9cd";margin-left:-1em}.icon-loading-trolley .path1:before{content:"\e9ce";opacity:.16}.icon-loading-trolley .path2:before{content:"\e9cf";margin-left:-1em}.icon-truck .path1:before{content:"\e9d0";opacity:.16}.icon-truck .path2:before{content:"\e9d1";margin-left:-1em}.icon-more-horiz .path1:before{content:"\e9d2";opacity:.16}.icon-more-horiz .path2:before{content:"\e9d3";margin-left:-1em}.icon-infinity:before{content:"\e9d4"}.icon-diskette .path1:before{content:"\e9d5";opacity:.16}.icon-diskette .path2:before{content:"\e9d6";margin-left:-1em}.icon-dashboard-2 .path1:before{content:"\e9d7";opacity:.16}.icon-dashboard-2 .path2:before{content:"\e9d8";margin-left:-1em}.icon-trash .path1:before{content:"\e9d9";opacity:.16}.icon-trash .path2:before{content:"\e9da";margin-left:-1em}.icon-emails .path1:before{content:"\e9db";opacity:.16}.icon-emails .path2:before{content:"\e9dc";margin-left:-1em}.icon-hashtag:before{content:"\e9dd"}.icon-star .path1:before{content:"\e9de";opacity:.16}.icon-star .path2:before{content:"\e9df";margin-left:-1em}.icon-star-outline .path1:before{content:"\e9de";opacity:0}.icon-star-outline .path2:before{content:"\e9df";margin-left:-1em}.icon-star-filled .path1:before{content:"\e9de";opacity:1}.icon-star-filled .path2:before{content:"\e9df";margin-left:-1em}.icon-barchart .path1:before{content:"\e9e0";opacity:.16}.icon-barchart .path2:before{content:"\e9e1";margin-left:-1em}.icon-wrench .path1:before{content:"\e9e2";opacity:.16}.icon-wrench .path2:before{content:"\e9e3";margin-left:-1em}.icon-loader-2:before{content:"\e9e4"}.icon-anchor .path1:before{content:"\e9e5";opacity:.16}.icon-anchor .path2:before{content:"\e9e6";margin-left:-1em}.icon-wheelchair .path1:before{content:"\e9e7";opacity:.16}.icon-wheelchair .path2:before{content:"\e9e8";margin-left:-1em}.icon-lifebuoy .path1:before{content:"\e9e9";opacity:.16}.icon-lifebuoy .path2:before{content:"\e9ea";margin-left:-1em}.icon-bookmark-plus .path1:before{content:"\e9eb";opacity:.16}.icon-bookmark-plus .path2:before{content:"\e9ec";margin-left:-1em}.icon-weighter-2 .path1:before{content:"\e9ed";opacity:.16}.icon-weighter-2 .path2:before{content:"\e9ee";margin-left:-1em}.icon-star-slash .path1:before{content:"\e9ef";opacity:.16}.icon-star-slash .path2:before{content:"\e9f0";margin-left:-1em}.icon-plus-circle .path1:before{content:"\e9f1";opacity:.16}.icon-plus-circle .path2:before{content:"\e9f2";margin-left:-1em}.icon-shopping-bag-2 .path1:before{content:"\e9f3";opacity:.16}.icon-shopping-bag-2 .path2:before{content:"\e9f4";margin-left:-1em}.icon-battery-slash .path1:before{content:"\e9f5";opacity:.16}.icon-battery-slash .path2:before{content:"\e9f6";margin-left:-1em}.icon-trash-2 .path1:before{content:"\e9f7";opacity:.16}.icon-trash-2 .path2:before{content:"\e9f8";margin-left:-1em}.icon-emotion-wow .path1:before{content:"\e9f9";opacity:.16}.icon-emotion-wow .path2:before{content:"\e9fa";margin-left:-1em}.icon-gift .path1:before{content:"\e9fb";opacity:.16}.icon-gift .path2:before{content:"\e9fc";margin-left:-1em}.icon-share .path1:before{content:"\e9fd";opacity:.16}.icon-share .path2:before{content:"\e9fe";margin-left:-1em}.icon-tags .path1:before{content:"\e9ff";opacity:.16}.icon-tags .path2:before{content:"\ea00";margin-left:-1em}.icon-gear-2 .path1:before{content:"\ea01";opacity:.16}.icon-gear-2 .path2:before{content:"\ea02";margin-left:-1em}.icon-modules .path1:before{content:"\ea03";opacity:.16}.icon-modules .path2:before{content:"\ea04";margin-left:-1em}.icon-activity .path1:before{content:"\ea05";opacity:.16}.icon-activity .path2:before{content:"\ea06";margin-left:-1em}.icon-filter:before{content:"\ea07"}.icon-dumbell .path1:before{content:"\ea08";opacity:.16}.icon-dumbell .path2:before{content:"\ea09";margin-left:-1em}.icon-cross:before{content:"\ea0a"}.icon-hashtag-circle .path1:before{content:"\ea0b";opacity:.16}.icon-hashtag-circle .path2:before{content:"\ea0c";margin-left:-1em}.icon-minus-circle .path1:before{content:"\ea0d";opacity:.16}.icon-minus-circle .path2:before{content:"\ea0e";margin-left:-1em}.icon-laptop .path1:before{content:"\ea0f";opacity:.16}.icon-laptop .path2:before{content:"\ea10";margin-left:-1em}.icon-sort-text-reverse:before{content:"\ea11"}.icon-presentation-line .path1:before{content:"\ea12";opacity:.16}.icon-presentation-line .path2:before{content:"\ea13";margin-left:-1em}.icon-cut .path1:before{content:"\ea14";opacity:.16}.icon-cut .path2:before{content:"\ea15";margin-left:-1em;opacity:.16}.icon-cut .path3:before{content:"\ea16";margin-left:-1em}.icon-plug-slash .path1:before{content:"\ea17";opacity:.16}.icon-plug-slash .path2:before{content:"\ea18";margin-left:-1em}.icon-invoice .path1:before{content:"\ea19";opacity:.16}.icon-invoice .path2:before{content:"\ea1a";margin-left:-1em}.icon-bookmark-check .path1:before{content:"\ea1b";opacity:.16}.icon-bookmark-check .path2:before{content:"\ea1c";margin-left:-1em}.icon-keyboard-hide .path1:before{content:"\ea1d";opacity:.16}.icon-keyboard-hide .path2:before{content:"\ea1e";margin-left:-1em}.icon-bookmark .path1:before{content:"\ea1f";opacity:.16}.icon-bookmark .path2:before{content:"\ea20";margin-left:-1em}.icon-rocket .path1:before{content:"\ea21";opacity:.16}.icon-rocket .path2:before{content:"\ea22";margin-left:-1em}.icon-rocket-outline:before{content:"\ea22"}.icon-tablet .path1:before{content:"\ea23";opacity:.16}.icon-tablet .path2:before{content:"\ea24";margin-left:-1em}.icon-atom .path1:before{content:"\ea25";opacity:.16}.icon-atom .path2:before{content:"\ea26";margin-left:-1em}.icon-yin-yang .path1:before{content:"\ea27";opacity:.16}.icon-yin-yang .path2:before{content:"\ea28";margin-left:-1em}.icon-menu:before{content:"\ea29"}.icon-processor .path1:before{content:"\ea2a";opacity:.16}.icon-processor .path2:before{content:"\ea2b";margin-left:-1em}.icon-weighter .path1:before{content:"\ea2c";opacity:.16}.icon-weighter .path2:before{content:"\ea2d";margin-left:-1em}.icon-shopping-cart .path1:before{content:"\ea2e";opacity:.16}.icon-shopping-cart .path2:before{content:"\ea2f";margin-left:-1em}.icon-mouse .path1:before{content:"\ea30";opacity:.16}.icon-mouse .path2:before{content:"\ea31";margin-left:-1em}.icon-shopping-basket .path1:before{content:"\ea32";opacity:.16}.icon-shopping-basket .path2:before{content:"\ea33";margin-left:-1em}.icon-bookmark-slash .path1:before{content:"\ea34";opacity:.16}.icon-bookmark-slash .path2:before{content:"\ea35";margin-left:-1em}.icon-monitor .path1:before{content:"\ea36";opacity:.16}.icon-monitor .path2:before{content:"\ea37";margin-left:-1em}.icon-minus:before{content:"\ea38"}.icon-headphones-2 .path1:before{content:"\ea39";opacity:.16}.icon-headphones-2 .path2:before{content:"\ea3a";margin-left:-1em}.icon-weight .path1:before{content:"\ea3b";opacity:.16}.icon-weight .path2:before{content:"\ea3c";margin-left:-1em}.icon-sort-number-reverse:before{content:"\ea3d"}.icon-swatchbook .path1:before{content:"\ea3e";opacity:.16}.icon-swatchbook .path2:before{content:"\ea3f";margin-left:-1em}.icon-send-2 .path1:before{content:"\ea40";opacity:.16}.icon-send-2 .path2:before{content:"\ea41";margin-left:-1em}.icon-heart .path1:before{content:"\ea42";opacity:.16}.icon-heart .path2:before{content:"\ea43";margin-left:-1em}.icon-heart-outline:before{content:"\ea43"}.icon-heart-filled .path1:before{content:"\ea42";opacity:1}.icon-heart-filled .path2:before{content:"\ea43";margin-left:-1em}.icon-user .path1:before{content:"\ea44";opacity:.16}.icon-user .path2:before{content:"\ea45";margin-left:-1em}.icon-user-square .path1:before{content:"\ea46";opacity:.16}.icon-user-square .path2:before{content:"\ea47";margin-left:-1em}.icon-user-arrow-top .path1:before{content:"\ea48";opacity:.16}.icon-user-arrow-top .path2:before{content:"\ea49";margin-left:-1em}.icon-user-arrow-bottom .path1:before{content:"\ea4a";opacity:.16}.icon-user-arrow-bottom .path2:before{content:"\ea4b";margin-left:-1em}.icon-user-cross .path1:before{content:"\ea4c";opacity:.16}.icon-user-cross .path2:before{content:"\ea4d";margin-left:-1em}.icon-user-arrow-bl .path1:before{content:"\ea4e";opacity:.16}.icon-user-arrow-bl .path2:before{content:"\ea4f";margin-left:-1em}.icon-user-plus .path1:before{content:"\ea50";opacity:.16}.icon-user-plus .path2:before{content:"\ea51";margin-left:-1em}.icon-user-arrow-tr .path1:before{content:"\ea52";opacity:.16}.icon-user-arrow-tr .path2:before{content:"\ea53";margin-left:-1em}.icon-user-minus .path1:before{content:"\ea54";opacity:.16}.icon-user-minus .path2:before{content:"\ea55";margin-left:-1em}.icon-user-alert .path1:before{content:"\ea56";opacity:.16}.icon-user-alert .path2:before{content:"\ea57";margin-left:-1em}.icon-user-circle .path1:before{content:"\ea58";opacity:.16}.icon-user-circle .path2:before{content:"\ea59";margin-left:-1em}.icon-user-check .path1:before{content:"\ea5a";opacity:.16}.icon-user-check .path2:before{content:"\ea5b";margin-left:-1em}.icon-user-check-outline:before{content:"\ea5b"}.icon-user-arrow-right .path1:before{content:"\ea5c";opacity:.16}.icon-user-arrow-right .path2:before{content:"\ea5d";margin-left:-1em}.icon-users .path1:before{content:"\ea5e";opacity:.16}.icon-users .path2:before{content:"\ea5f";margin-left:-1em}.icon-users-outline:before{content:"\ea5f"}.icon-clock-zzz .path1:before{content:"\ea60";opacity:.16}.icon-clock-zzz .path2:before{content:"\ea61";margin-left:-1em}.icon-clock-minus .path1:before{content:"\ea62";opacity:.16}.icon-clock-minus .path2:before{content:"\ea63";margin-left:-1em}.icon-stopwatch-slash .path1:before{content:"\ea64";opacity:.16}.icon-stopwatch-slash .path2:before{content:"\ea65";margin-left:-1em}.icon-clock-plus .path1:before{content:"\ea66";opacity:.16}.icon-clock-plus .path2:before{content:"\ea67";margin-left:-1em}.icon-calendar-person .path1:before{content:"\ea68";opacity:.16}.icon-calendar-person .path2:before{content:"\ea69";margin-left:-1em}.icon-speed .path1:before{content:"\ea6a";opacity:.16}.icon-speed .path2:before{content:"\ea6b";margin-left:-1em}.icon-clock-cross .path1:before{content:"\ea6c";opacity:.16}.icon-clock-cross .path2:before{content:"\ea6d";margin-left:-1em}.icon-calendar-event .path1:before{content:"\ea6e";opacity:.16}.icon-calendar-event .path2:before{content:"\ea6f";margin-left:-1em}.icon-calendar-plus .path1:before{content:"\ea70";opacity:.16}.icon-calendar-plus .path2:before{content:"\ea71";margin-left:-1em}.icon-stopwatch .path1:before{content:"\ea72";opacity:.16}.icon-stopwatch .path2:before{content:"\ea73";margin-left:-1em}.icon-calendar-dates .path1:before{content:"\ea74";opacity:.16}.icon-calendar-dates .path2:before{content:"\ea75";margin-left:-1em}.icon-time .path1:before{content:"\ea76";opacity:.16}.icon-time .path2:before{content:"\ea77";margin-left:-1em}.icon-calendar-note .path1:before{content:"\ea78";opacity:.16}.icon-calendar-note .path2:before{content:"\ea79";margin-left:-1em}.icon-calendar-number .path1:before{content:"\ea7a";opacity:.16}.icon-calendar-number .path2:before{content:"\ea7b";margin-left:-1em}.icon-clock-slash .path1:before{content:"\ea7c";opacity:.16}.icon-clock-slash .path2:before{content:"\ea7d";margin-left:-1em}.icon-clock-check .path1:before{content:"\ea7e";opacity:.16}.icon-clock-check .path2:before{content:"\ea7f";margin-left:-1em}.icon-timer-2 .path1:before{content:"\ea80";opacity:.16}.icon-timer-2 .path2:before{content:"\ea81";margin-left:-1em}.icon-clock .path1:before{content:"\ea82";opacity:.16}.icon-clock .path2:before{content:"\ea83";margin-left:-1em}.icon-calendar-minus .path1:before{content:"\ea84";opacity:.16}.icon-calendar-minus .path2:before{content:"\ea85";margin-left:-1em}.icon-calendar .path1:before{content:"\ea86";opacity:.16}.icon-calendar .path2:before{content:"\ea87";margin-left:-1em}.icon-history .path1:before{content:"\ea88";opacity:.16}.icon-history .path2:before{content:"\ea89";margin-left:-1em}.icon-timer .path1:before{content:"\ea8a";opacity:.16}.icon-timer .path2:before{content:"\ea8b";margin-left:-1em}.icon-calendar-arrow-right .path1:before{content:"\ea8c";opacity:.16}.icon-calendar-arrow-right .path2:before{content:"\ea8d";margin-left:-1em}.icon-calendar-cross .path1:before{content:"\ea8e";opacity:.16}.icon-calendar-cross .path2:before{content:"\ea8f";margin-left:-1em}.icon-bell-minus .path1:before{content:"\eab4";opacity:.16}.icon-bell-minus .path2:before{content:"\eab5";margin-left:-1em}.icon-question .path1:before{content:"\eab6";opacity:.16}.icon-question .path2:before{content:"\eab7";margin-left:-1em}.icon-bell-plus .path1:before{content:"\eab8";opacity:.16}.icon-bell-plus .path2:before{content:"\eab9";margin-left:-1em}.icon-notification-identifier .path1:before{content:"\eaba";opacity:.16}.icon-notification-identifier .path2:before{content:"\eabb";margin-left:-1em}.icon-bell .path1:before{content:"\eabc";opacity:.16}.icon-bell .path2:before{content:"\eabd";margin-left:-1em}.icon-bell-outline:before{content:"\eabd"}.icon-cross-octangle .path1:before{content:"\eabe";opacity:.16}.icon-cross-octangle .path2:before{content:"\eabf";margin-left:-1em}.icon-info .path1:before{content:"\eac0";opacity:.16}.icon-info .path2:before{content:"\eac1";margin-left:-1em}.icon-info-outline:before{content:"\eac1"}.icon-check-circle .path1:before{content:"\eac2";opacity:.16}.icon-check-circle .path2:before{content:"\eac3";margin-left:-1em}.icon-minus-octangle .path1:before{content:"\eac4";opacity:.16}.icon-minus-octangle .path2:before{content:"\eac5";margin-left:-1em}.icon-alert-circle .path1:before{content:"\eac6";opacity:.16}.icon-alert-circle .path2:before{content:"\eac7";margin-left:-1em}.icon-bell-check .path1:before{content:"\eac8";opacity:.16}.icon-bell-check .path2:before{content:"\eac9";margin-left:-1em}.icon-bell-slash .path1:before{content:"\eaca";opacity:.16}.icon-bell-slash .path2:before{content:"\eacb";margin-left:-1em}.icon-alert-triangle .path1:before{content:"\eacc";opacity:.16}.icon-alert-triangle .path2:before{content:"\eacd";margin-left:-1em}.icon-cross-circle .path1:before{content:"\eace";opacity:.16}.icon-cross-circle .path2:before{content:"\eacf";margin-left:-1em}.icon-alert-octangle .path1:before{content:"\ead0";opacity:.16}.icon-alert-octangle .path2:before{content:"\ead1";margin-left:-1em}.icon-redo-2:before{content:"\ec26"}.icon-redo:before{content:"\ec27"}.icon-reply-all:before{content:"\ec28"}.icon-reply:before{content:"\ec29"}.icon-trend-down:before{content:"\ec2a"}.icon-trend-up:before{content:"\ec2b"}.icon-undo-2:before{content:"\ec2c"}.icon-undo:before{content:"\ec2d"}.icon-code:before{content:"\ec2e"}.icon-forward-all:before{content:"\ec2f"}.icon-forward:before{content:"\ec30"}.icon-maximize-1:before{content:"\ec31"}.icon-maximize-2-1:before{content:"\ec32"}.icon-maximize-2:before{content:"\ec33"}.icon-maximize1:before{content:"\ec34"}.icon-chevron-down:before{content:"\ec35"}.icon-chevron-left:before{content:"\ec36"}.icon-chevron-right:before{content:"\ec37"}.icon-chevron-up:before{content:"\ec38"}.icon-chevrons-down:before{content:"\ec39"}.icon-chevrons-left:before{content:"\ec3a"}.icon-chevrons-right:before{content:"\ec3b"}.icon-chevrons-up:before{content:"\ec3c"}.icon-arrow-left:before{content:"\ec3d"}.icon-arrow-swap:before{content:"\ec3e"}.icon-arrow-right:before{content:"\ec3f"}.icon-arrow-top-left:before{content:"\ec40"}.icon-arrow-top-right:before{content:"\ec41"}.icon-arrow-top:before{content:"\ec42"}.icon-arrow-corner-ccw-rt:before{content:"\ec43"}.icon-arrow-corner-ccw-rb:before{content:"\ec44"}.icon-arrow-corner-cw-rt:before{content:"\ec45"}.icon-arrow-corner-cw-rb:before{content:"\ec46"}.icon-arrow-corner-ccw-lb:before{content:"\ec47"}.icon-arrow-corner-cw-lt:before{content:"\ec48"}.icon-arrow-corner-cw-lb:before{content:"\ec49"}.icon-arrow-corner-ccw-lt:before{content:"\ec4a"}.icon-arrow-bottom-left:before{content:"\ec4b"}.icon-arrow-bottom-right:before{content:"\ec4c"}.icon-arrow-bottom:before{content:"\ec4d"}.icon-import-2 .path1:before{content:"\ead2";opacity:.16}.icon-import-2 .path2:before{content:"\ead3";margin-left:-1em}.icon-arrow-right-curved-circle .path1:before{content:"\ead4";opacity:.16}.icon-arrow-right-curved-circle .path2:before{content:"\ead5";margin-left:-1em}.icon-import-3 .path1:before{content:"\ead6";opacity:.16}.icon-import-3 .path2:before{content:"\ead7";margin-left:-1em}.icon-arrows-move .path1:before{content:"\ead8";opacity:.16}.icon-arrows-move .path2:before{content:"\ead9";margin-left:-1em}.icon-arrow-top-circle .path1:before{content:"\eada";opacity:.16}.icon-arrow-top-circle .path2:before{content:"\eadb";margin-left:-1em}.icon-arrows-expand-2 .path1:before{content:"\eadc";opacity:.16}.icon-arrows-expand-2 .path2:before{content:"\eadd";margin-left:-1em}.icon-export .path1:before{content:"\eade";opacity:.16}.icon-export .path2:before{content:"\eadf";margin-left:-1em}.icon-arrows-move-2 .path1:before{content:"\eae0";opacity:.16}.icon-arrows-move-2 .path2:before{content:"\eae1";margin-left:-1em}.icon-rotate-cw .path1:before{content:"\eae2";opacity:.16}.icon-rotate-cw .path2:before{content:"\eae3";margin-left:-1em}.icon-arrow-bottom-circle .path1:before{content:"\eae4";opacity:.16}.icon-arrow-bottom-circle .path2:before{content:"\eae5";margin-left:-1em}.icon-log-in .path1:before{content:"\eae6";opacity:.16}.icon-log-in .path2:before{content:"\eae7";margin-left:-1em}.icon-refresh-cw .path1:before{content:"\eae8";opacity:.16}.icon-refresh-cw .path2:before{content:"\eae9";margin-left:-1em}.icon-refresh-cw-alert .path1:before{content:"\eaea";opacity:.16}.icon-refresh-cw-alert .path2:before{content:"\eaeb";margin-left:-1em}.icon-log-out .path1:before{content:"\eaec";opacity:.16}.icon-log-out .path2:before{content:"\eaed";margin-left:-1em}.icon-arrow-left-circle .path1:before{content:"\eaee";opacity:.16}.icon-arrow-left-circle .path2:before{content:"\eaef";margin-left:-1em}.icon-import .path1:before{content:"\eaf0";opacity:.16}.icon-import .path2:before{content:"\eaf1";margin-left:-1em}.icon-arrow-bottom-left-circle .path1:before{content:"\eaf2";opacity:.16}.icon-arrow-bottom-left-circle .path2:before{content:"\eaf3";margin-left:-1em}.icon-rotate-ccw .path1:before{content:"\eaf4";opacity:.16}.icon-rotate-ccw .path2:before{content:"\eaf5";margin-left:-1em}.icon-arrow-bottom-right-circle .path1:before{content:"\eaf6";opacity:.16}.icon-arrow-bottom-right-circle .path2:before{content:"\eaf7";margin-left:-1em}.icon-scale .path1:before{content:"\eaf8";opacity:.16}.icon-scale .path2:before{content:"\eaf9";margin-left:-1em}.icon-refresh-ccw .path1:before{content:"\eafa";opacity:.16}.icon-refresh-ccw .path2:before{content:"\eafb";margin-left:-1em}.icon-arrow-right-circle .path1:before{content:"\eafc";opacity:.16}.icon-arrow-right-circle .path2:before{content:"\eafd";margin-left:-1em}.icon-external-link-2 .path1:before{content:"\eafe";opacity:.16}.icon-external-link-2 .path2:before{content:"\eaff";margin-left:-1em}.icon-arrow-left-curved-circle .path1:before{content:"\eb00";opacity:.16}.icon-arrow-left-curved-circle .path2:before{content:"\eb01";margin-left:-1em}.icon-arrows-expand .path1:before{content:"\eb02";opacity:.16}.icon-arrows-expand .path2:before{content:"\eb03";margin-left:-1em}.icon-export-3 .path1:before{content:"\eb04";opacity:.16}.icon-export-3 .path2:before{content:"\eb05";margin-left:-1em}.icon-export-2 .path1:before{content:"\eb06";opacity:.16}.icon-export-2 .path2:before{content:"\eb07";margin-left:-1em}.icon-arrow-top-left-circle .path1:before{content:"\eb08";opacity:.16}.icon-arrow-top-left-circle .path2:before{content:"\eb09";margin-left:-1em}.icon-sign-out .path1:before{content:"\eb0a";opacity:.16}.icon-sign-out .path2:before{content:"\eb0b";margin-left:-1em}.icon-external-link .path1:before{content:"\eb0c";opacity:.16}.icon-external-link .path2:before{content:"\eb0d";margin-left:-1em}.icon-sign-in .path1:before{content:"\eb0e";opacity:.16}.icon-sign-in .path2:before{content:"\eb0f";margin-left:-1em}.icon-refresh-ccw-alert .path1:before{content:"\eb10";opacity:.16}.icon-refresh-ccw-alert .path2:before{content:"\eb11";margin-left:-1em}.icon-arrow-top-right-circle .path1:before{content:"\eb12";opacity:.16}.icon-arrow-top-right-circle .path2:before{content:"\eb13";margin-left:-1em}.icon-playlist-plus:before{content:"\ed9b"}.icon-soundwave:before{content:"\ed9c"}.icon-shuffle:before{content:"\ed9d"}.icon-play-slowmotion .path1:before{content:"\eb14";opacity:.16}.icon-play-slowmotion .path2:before{content:"\eb15";margin-left:-1em}.icon-pause-circle .path1:before{content:"\eb16";opacity:.16}.icon-pause-circle .path2:before{content:"\eb17";margin-left:-1em}.icon-film-tape .path1:before{content:"\eb18";opacity:.16}.icon-film-tape .path2:before{content:"\eb19";margin-left:-1em}.icon-play-circle .path1:before{content:"\eb1a";opacity:.16}.icon-play-circle .path2:before{content:"\eb1b";margin-left:-1em}.icon-repeat .path1:before{content:"\eb1c";opacity:.16}.icon-repeat .path2:before{content:"\eb1d";margin-left:-1em}.icon-play-previous .path1:before{content:"\eb1e";opacity:.16}.icon-play-previous .path2:before{content:"\eb1f";margin-left:-1em}.icon-fast-rewind .path1:before{content:"\eb20";opacity:.16}.icon-fast-rewind .path2:before{content:"\eb21";margin-left:-1em}.icon-captions-1 .path1:before{content:"\eb22";opacity:.16}.icon-captions-1 .path2:before{content:"\eb23";margin-left:-1em}.icon-verified .path1:before{content:"\eb24";opacity:.16}.icon-verified .path2:before{content:"\eb25";margin-left:-1em}.icon-verified-outline:before{content:"\eb25"}.icon-captions .path1:before{content:"\eb26";opacity:.16}.icon-captions .path2:before{content:"\eb27";margin-left:-1em}.icon-repeat-on .path1:before{content:"\eb28";opacity:.16}.icon-repeat-on .path2:before{content:"\eb29";margin-left:-1em}.icon-games .path1:before{content:"\eb2a";opacity:.16}.icon-games .path2:before{content:"\eb2b";margin-left:-1em}.icon-maximize .path1:before{content:"\eb2c";opacity:.16}.icon-maximize .path2:before{content:"\eb2d";margin-left:-1em}.icon-webcam-slash .path1:before{content:"\eb2e";opacity:.16}.icon-webcam-slash .path2:before{content:"\eb2f";margin-left:-1em}.icon-music-queue .path1:before{content:"\eb30";opacity:.16}.icon-music-queue .path2:before{content:"\eb31";margin-left:-1em}.icon-video-library .path1:before{content:"\eb32";opacity:.16}.icon-video-library .path2:before{content:"\eb33";margin-left:-1em}.icon-stop-circle .path1:before{content:"\eb34";opacity:.16}.icon-stop-circle .path2:before{content:"\eb35";margin-left:-1em}.icon-minimize .path1:before{content:"\eb36";opacity:.16}.icon-minimize .path2:before{content:"\eb37";margin-left:-1em}.icon-volume-cross .path1:before{content:"\eb38";opacity:.16}.icon-volume-cross .path2:before{content:"\eb39";margin-left:-1em}.icon-replay-15 .path1:before{content:"\eb3a";opacity:.16}.icon-replay-15 .path2:before{content:"\eb3b";margin-left:-1em}.icon-forward-5 .path1:before{content:"\eb3c";opacity:.16}.icon-forward-5 .path2:before{content:"\eb3d";margin-left:-1em}.icon-music-plus .path1:before{content:"\eb3e";opacity:.16}.icon-music-plus .path2:before{content:"\eb3f";margin-left:-1em}.icon-webcam .path1:before{content:"\eb40";opacity:.16}.icon-webcam .path2:before{content:"\eb41";margin-left:-1em}.icon-tv .path1:before{content:"\eb42";opacity:.16}.icon-tv .path2:before{content:"\eb43";margin-left:-1em}.icon-book-queue .path1:before{content:"\eb44";opacity:.16}.icon-book-queue .path2:before{content:"\eb45";margin-left:-1em}.icon-video-plus .path1:before{content:"\eb46";opacity:.16}.icon-video-plus .path2:before{content:"\eb47";margin-left:-1em}.icon-radio .path1:before{content:"\eb48";opacity:.16}.icon-radio .path2:before{content:"\eb49";margin-left:-1em}.icon-replay-10 .path1:before{content:"\eb4a";opacity:.16}.icon-replay-10 .path2:before{content:"\eb4b";margin-left:-1em}.icon-playlist .path1:before{content:"\eb4c";opacity:.16}.icon-playlist .path2:before{content:"\eb4d";margin-left:-1em}.icon-label-hd .path1:before{content:"\eb4e";opacity:.16}.icon-label-hd .path2:before{content:"\eb4f";margin-left:-1em}.icon-stop .path1:before{content:"\eb50";opacity:.16}.icon-stop .path2:before{content:"\eb51";margin-left:-1em}.icon-music-library .path1:before{content:"\eb52";opacity:.16}.icon-music-library .path2:before{content:"\eb53";margin-left:-1em}.icon-record .path1:before{content:"\eb54";opacity:.16}.icon-record .path2:before{content:"\eb55";margin-left:-1em}.icon-music-note .path1:before{content:"\eb56";opacity:.16}.icon-music-note .path2:before{content:"\eb57";margin-left:-1em}.icon-label-hq .path1:before{content:"\eb58";opacity:.16}.icon-label-hq .path2:before{content:"\eb59";margin-left:-1em}.icon-replay .path1:before{content:"\eb5a";opacity:.16}.icon-replay .path2:before{content:"\eb5b";margin-left:-1em}.icon-mic .path1:before{content:"\eb5c";opacity:.16}.icon-mic .path2:before{content:"\eb5d";margin-left:-1em}.icon-volume-mute .path1:before{content:"\eb5e";opacity:.16}.icon-volume-mute .path2:before{content:"\eb5f";margin-left:-1em}.icon-fast-forward .path1:before{content:"\eb60";opacity:.16}.icon-fast-forward .path2:before{content:"\eb61";margin-left:-1em}.icon-label-explicit .path1:before{content:"\eb62";opacity:.16}.icon-label-explicit .path2:before{content:"\eb63";margin-left:-1em}.icon-play .path1:before{content:"\eb64";opacity:.16}.icon-play .path2:before{content:"\eb65";margin-left:-1em}.icon-forward-10 .path1:before{content:"\eb66";opacity:.16}.icon-forward-10 .path2:before{content:"\eb67";margin-left:-1em}.icon-book-plus .path1:before{content:"\eb68";opacity:.16}.icon-book-plus .path2:before{content:"\eb69";margin-left:-1em}.icon-film-reel .path1:before{content:"\eb6a";opacity:.16}.icon-film-reel .path2:before{content:"\eb6b";margin-left:-1em}.icon-forward-15 .path1:before{content:"\eb6c";opacity:.16}.icon-forward-15 .path2:before{content:"\eb6d";margin-left:-1em}.icon-book-library .path1:before{content:"\eb6e";opacity:.16}.icon-book-library .path2:before{content:"\eb6f";margin-left:-1em}.icon-cd .path1:before{content:"\eb70";opacity:.16}.icon-cd .path2:before{content:"\eb71";margin-left:-1em}.icon-video-queue .path1:before{content:"\eb72";opacity:.16}.icon-video-queue .path2:before{content:"\eb73";margin-left:-1em}.icon-play-next .path1:before{content:"\eb74";opacity:.16}.icon-play-next .path2:before{content:"\eb75";margin-left:-1em}.icon-music-note-3 .path1:before{content:"\eb76";opacity:.16}.icon-music-note-3 .path2:before{content:"\eb77";margin-left:-1em}.icon-volume-high .path1:before{content:"\eb78";opacity:.16}.icon-volume-high .path2:before{content:"\eb79";margin-left:-1em}.icon-equalizer .path1:before{content:"\eb7a";opacity:.16}.icon-equalizer .path2:before{content:"\eb7b";margin-left:-1em}.icon-music-note-2 .path1:before{content:"\eb7c";opacity:.16}.icon-music-note-2 .path2:before{content:"\eb7d";margin-left:-1em}.icon-film-board .path1:before{content:"\eb7e";opacity:.16}.icon-film-board .path2:before{content:"\eb7f";margin-left:-1em}.icon-video-camera-slash .path1:before{content:"\eb80";opacity:.16}.icon-video-camera-slash .path2:before{content:"\eb81";margin-left:-1em}.icon-replay-5 .path1:before{content:"\eb82";opacity:.16}.icon-replay-5 .path2:before{content:"\eb83";margin-left:-1em}.icon-video-camera .path1:before{content:"\eb84";opacity:.16}.icon-video-camera .path2:before{content:"\eb85";margin-left:-1em}.icon-playlist-play .path1:before{content:"\eb86";opacity:.16}.icon-playlist-play .path2:before{content:"\eb87";margin-left:-1em}.icon-volume-low .path1:before{content:"\eb88";opacity:.16}.icon-volume-low .path2:before{content:"\eb89";margin-left:-1em}.icon-mic-slash .path1:before{content:"\eb8a";opacity:.16}.icon-mic-slash .path2:before{content:"\eb8b";margin-left:-1em}.icon-pause .path1:before{content:"\eb8c";opacity:.16}.icon-pause .path2:before{content:"\eb8d";margin-left:-1em}.icon-label-4k .path1:before{content:"\eb8e";opacity:.16}.icon-label-4k .path2:before{content:"\eb8f";margin-left:-1em}.icon-new-release .path1:before{content:"\eb90";opacity:.16}.icon-new-release .path2:before{content:"\eb91";margin-left:-1em}.icon-volume-slash .path1:before{content:"\eb92";opacity:.16}.icon-volume-slash .path2:before{content:"\eb93";margin-left:-1em}.icon-miniplayer .path1:before{content:"\eb94";opacity:.16}.icon-miniplayer .path2:before{content:"\eb95";margin-left:-1em}.icon-pain-management:before{content:"\eb96"}.icon-sleep:before{content:"\eb97"}.icon-nutritutan:before{content:"\eb98"}.icon-immune-system:before{content:"\eb99"}.icon-delay-aging:before{content:"\eb9a"}.icon-fitness:before{content:"\eb9c"}.icon-women-men-health:before{content:"\eb9d"}.icon-comment-dots .path1:before{content:"\eb9e";opacity:.16}.icon-comment-dots .path2:before{content:"\eb9f";margin-left:-1em}.icon-comment-cancel .path1:before{content:"\eba0";opacity:.16}.icon-comment-cancel .path2:before{content:"\eba1";margin-left:-1em}.icon-comments-2 .path1:before{content:"\eba2";opacity:.16}.icon-comments-2 .path2:before{content:"\eba3";margin-left:-1em}.icon-comment-alert .path1:before{content:"\eba4";opacity:.16}.icon-comment-alert .path2:before{content:"\eba5";margin-left:-1em}.icon-comment-2-dots .path1:before{content:"\eba6";opacity:.16}.icon-comment-2-dots .path2:before{content:"\eba7";margin-left:-1em}.icon-comments .path1:before{content:"\eba8";opacity:.16}.icon-comments .path2:before{content:"\eba9";margin-left:-1em}.icon-comment-2-info .path1:before{content:"\ebaa";opacity:.16}.icon-comment-2-info .path2:before{content:"\ebab";margin-left:-1em}.icon-comment-check .path1:before{content:"\ebac";opacity:.16}.icon-comment-check .path2:before{content:"\ebad";margin-left:-1em}.icon-comment-2-plus .path1:before{content:"\ebae";opacity:.16}.icon-comment-2-plus .path2:before{content:"\ebaf";margin-left:-1em}.icon-comment-2-minus .path1:before{content:"\ebb0";opacity:.16}.icon-comment-2-minus .path2:before{content:"\ebb1";margin-left:-1em}.icon-comment-slash .path1:before{content:"\ebb2";opacity:.16}.icon-comment-slash .path2:before{content:"\ebb3";margin-left:-1em}.icon-comment-plus .path1:before{content:"\ebb4";opacity:.16}.icon-comment-plus .path2:before{content:"\ebb5";margin-left:-1em}.icon-comment-text .path1:before{content:"\ebb6";opacity:.16}.icon-comment-text .path2:before{content:"\ebb7";margin-left:-1em}.icon-comment-2-alert .path1:before{content:"\ebb8";opacity:.16}.icon-comment-2-alert .path2:before{content:"\ebb9";margin-left:-1em}.icon-comment-2-cancel .path1:before{content:"\ebba";opacity:.16}.icon-comment-2-cancel .path2:before{content:"\ebbb";margin-left:-1em}.icon-comment-2-text .path1:before{content:"\ebbc";opacity:.16}.icon-comment-2-text .path2:before{content:"\ebbd";margin-left:-1em}.icon-comment-2-question .path1:before{content:"\ebbe";opacity:.16}.icon-comment-2-question .path2:before{content:"\ebbf";margin-left:-1em}.icon-comment-2-slash .path1:before{content:"\ebc0";opacity:.16}.icon-comment-2-slash .path2:before{content:"\ebc1";margin-left:-1em}.icon-comment-minus .path1:before{content:"\ebc2";opacity:.16}.icon-comment-minus .path2:before{content:"\ebc3";margin-left:-1em}.icon-comment-2-check .path1:before{content:"\ebc4";opacity:.16}.icon-comment-2-check .path2:before{content:"\ebc5";margin-left:-1em}.icon-comment .path1:before{content:"\ebc6";opacity:.16}.icon-comment .path2:before{content:"\ebc7";margin-left:-1em}.icon-comment-2 .path1:before{content:"\ebc8";opacity:.16}.icon-comment-2 .path2:before{content:"\ebc9";margin-left:-1em}.icon-clipboard-plus .path1:before{content:"\ebca";opacity:.16}.icon-clipboard-plus .path2:before{content:"\ebcb";margin-left:-1em}.icon-folder-upload .path1:before{content:"\ebcc";opacity:.16}.icon-folder-upload .path2:before{content:"\ebcd";margin-left:-1em}.icon-folder-slash .path1:before{content:"\ebce";opacity:.16}.icon-folder-slash .path2:before{content:"\ebcf";margin-left:-1em}.icon-file-heart .path1:before{content:"\ebd0";opacity:.16}.icon-file-heart .path2:before{content:"\ebd1";margin-left:-1em}.icon-file-minus .path1:before{content:"\ebd2";opacity:.16}.icon-file-minus .path2:before{content:"\ebd3";margin-left:-1em}.icon-folder-check .path1:before{content:"\ebd4";opacity:.16}.icon-folder-check .path2:before{content:"\ebd5";margin-left:-1em}.icon-file-cross .path1:before{content:"\ebd6";opacity:.16}.icon-file-cross .path2:before{content:"\ebd7";margin-left:-1em}.icon-file .path1:before{content:"\ebd8";opacity:.16}.icon-file .path2:before{content:"\ebd9";margin-left:-1em}.icon-file-outline:before{content:"\ebd9"}.icon-file-scan .path1:before{content:"\ebda";opacity:.16}.icon-file-scan .path2:before{content:"\ebdb";margin-left:-1em}.icon-file-text .path1:before{content:"\ebdc";opacity:.16}.icon-file-text .path2:before{content:"\ebdd";margin-left:-1em}.icon-folder-open .path1:before{content:"\ebde";opacity:.16}.icon-folder-open .path2:before{content:"\ebdf";margin-left:-1em}.icon-folder-music .path1:before{content:"\ebe0";opacity:.16}.icon-folder-music .path2:before{content:"\ebe1";margin-left:-1em}.icon-clipboard .path1:before{content:"\ebe2";opacity:.16}.icon-clipboard .path2:before{content:"\ebe3";margin-left:-1em}.icon-note-text .path1:before{content:"\ebe4";opacity:.16}.icon-note-text .path2:before{content:"\ebe5";margin-left:-1em}.icon-note-text-outline:before{content:"\ebe5"}.icon-note .path1:before{content:"\ebe6";opacity:.16}.icon-note .path2:before{content:"\ebe7";margin-left:-1em}.icon-clipboard-cross .path1:before{content:"\ebe8";opacity:.16}.icon-clipboard-cross .path2:before{content:"\ebe9";margin-left:-1em}.icon-note-2 .path1:before{content:"\ebea";opacity:.16}.icon-note-2 .path2:before{content:"\ebeb";margin-left:-1em}.icon-folder-compressed .path1:before{content:"\ebec";opacity:.16}.icon-folder-compressed .path2:before{content:"\ebed";margin-left:-1em}.icon-file-draft .path1:before{content:"\ebee";opacity:.16}.icon-file-draft .path2:before{content:"\ebef";margin-left:-1em}.icon-clipboard-minus .path1:before{content:"\ebf0";opacity:.16}.icon-clipboard-minus .path2:before{content:"\ebf1";margin-left:-1em}.icon-folder-plus .path1:before{content:"\ebf2";opacity:.16}.icon-folder-plus .path2:before{content:"\ebf3";margin-left:-1em}.icon-file-download .path1:before{content:"\ebf4";opacity:.16}.icon-file-download .path2:before{content:"\ebf5";margin-left:-1em}.icon-file-move .path1:before{content:"\ebf6";opacity:.16}.icon-file-move .path2:before{content:"\ebf7";margin-left:-1em}.icon-file-slash .path1:before{content:"\ebf8";opacity:.16}.icon-file-slash .path2:before{content:"\ebf9";margin-left:-1em}.icon-folder-photo .path1:before{content:"\ebfa";opacity:.16}.icon-folder-photo .path2:before{content:"\ebfb";margin-left:-1em}.icon-folder-heart .path1:before{content:"\ebfc";opacity:.16}.icon-folder-heart .path2:before{content:"\ebfd";margin-left:-1em}.icon-file-check .path1:before{content:"\ebfe";opacity:.16}.icon-file-check .path2:before{content:"\ebff";margin-left:-1em}.icon-folder-minus .path1:before{content:"\ec00";opacity:.16}.icon-folder-minus .path2:before{content:"\ec01";margin-left:-1em}.icon-folder-cross .path1:before{content:"\ec02";opacity:.16}.icon-folder-cross .path2:before{content:"\ec03";margin-left:-1em}.icon-folder-download .path1:before{content:"\ec04";opacity:.16}.icon-folder-download .path2:before{content:"\ec05";margin-left:-1em}.icon-folder-cloud .path1:before{content:"\ec06";opacity:.16}.icon-folder-cloud .path2:before{content:"\ec07";margin-left:-1em}.icon-file-shredder .path1:before{content:"\ec08";opacity:.16}.icon-file-shredder .path2:before{content:"\ec09";margin-left:-1em}.icon-file-plus .path1:before{content:"\ec0a";opacity:.16}.icon-file-plus .path2:before{content:"\ec0b";margin-left:-1em}.icon-file-invoice .path1:before{content:"\ec0c";opacity:.16}.icon-file-invoice .path2:before{content:"\ec0d";margin-left:-1em}.icon-folder-move .path1:before{content:"\ec0e";opacity:.16}.icon-folder-move .path2:before{content:"\ec0f";margin-left:-1em}.icon-file-code .path1:before{content:"\ec10";opacity:.16}.icon-file-code .path2:before{content:"\ec11";margin-left:-1em}.icon-clipboard-slash .path1:before{content:"\ec12";opacity:.16}.icon-clipboard-slash .path2:before{content:"\ec13";margin-left:-1em}.icon-note-2-text .path1:before{content:"\ec14";opacity:.16}.icon-note-2-text .path2:before{content:"\ec15";margin-left:-1em}.icon-file-upload .path1:before{content:"\ec16";opacity:.16}.icon-file-upload .path2:before{content:"\ec17";margin-left:-1em}.icon-file-agreement .path1:before{content:"\ec18";opacity:.16}.icon-file-agreement .path2:before{content:"\ec19";margin-left:-1em}.icon-folder .path1:before{content:"\ec1a";opacity:.16}.icon-folder .path2:before{content:"\ec1b";margin-left:-1em}.icon-clipboard-check .path1:before{content:"\ec1c";opacity:.16}.icon-clipboard-check .path2:before{content:"\ec1d";margin-left:-1em}.icon-notebook .path1:before{content:"\ec1e";opacity:.16}.icon-notebook .path2:before{content:"\ec1f";margin-left:-1em}.icon-clipboard-text .path1:before{content:"\ec20";opacity:.16}.icon-clipboard-text .path2:before{content:"\ec21";margin-left:-1em}.icon-radiobutton:before{content:"\ec22"}.icon-checkbox:before{content:"\ec23"}.icon-checkbox-filled:before{content:"\ec24"}.icon-radiobutton-filled:before{content:"\ec25"}.icon-globe-2 .path1:before{content:"\ea90";opacity:.16}.icon-globe-2 .path2:before{content:"\ea91";margin-left:-1em}.icon-gps-slash .path1:before{content:"\ea92";opacity:.16}.icon-gps-slash .path2:before{content:"\ea93";margin-left:-1em}.icon-pin-2 .path1:before{content:"\ea94";opacity:.16}.icon-pin-2 .path2:before{content:"\ea95";margin-left:-1em}.icon-pin-3 .path1:before{content:"\ea96";opacity:.16}.icon-pin-3 .path2:before{content:"\ea97";margin-left:-1em}.icon-pin-check .path1:before{content:"\ea98";opacity:.16}.icon-pin-check .path2:before{content:"\ea99";margin-left:-1em}.icon-direction-2 .path1:before{content:"\ea9a";opacity:.16}.icon-direction-2 .path2:before{content:"\ea9b";margin-left:-1em}.icon-pin-slash .path1:before{content:"\ea9c";opacity:.16}.icon-pin-slash .path2:before{content:"\ea9d";margin-left:-1em}.icon-pin .path1:before{content:"\ea9e";opacity:.16}.icon-pin .path2:before{content:"\ea9f";margin-left:-1em}.icon-pin-filled:before{content:"\ec57"}.icon-gps .path1:before{content:"\eaa0";opacity:.16}.icon-gps .path2:before{content:"\eaa1";margin-left:-1em}.icon-direction .path1:before{content:"\eaa2";opacity:.16}.icon-direction .path2:before{content:"\eaa3";margin-left:-1em}.icon-map-view .path1:before{content:"\eaa4";opacity:.16}.icon-map-view .path2:before{content:"\eaa5";margin-left:-1em}.icon-degrees .path1:before{content:"\eaa6";opacity:.16}.icon-degrees .path2:before{content:"\eaa7";margin-left:-1em}.icon-pin-cross .path1:before{content:"\eaa8";opacity:.16}.icon-pin-cross .path2:before{content:"\eaa9";margin-left:-1em}.icon-pin-minus .path1:before{content:"\eaaa";opacity:.16}.icon-pin-minus .path2:before{content:"\eaab";margin-left:-1em}.icon-compass .path1:before{content:"\eaac";opacity:.16}.icon-compass .path2:before{content:"\eaad";margin-left:-1em}.icon-globe .path1:before{content:"\eaae";opacity:.16}.icon-globe .path2:before{content:"\eaaf";margin-left:-1em}.icon-route .path1:before{content:"\eab0";opacity:.16}.icon-route .path2:before{content:"\eab1";margin-left:-1em}.icon-pin-plus .path1:before{content:"\eab2";opacity:.16}.icon-pin-plus .path2:before{content:"\eab3";margin-left:-1em}.icon-mood:before{content:"\ed9e"}.icon-preventative-health:before{content:"\eb9b"}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}