:root{--brand1: #94C11C;--brand2: #F39100;--grey-25: #FAFAFA;--grey-50: #F6F6F6;--grey-100: #E7E7E7;--grey-200: #D1D1D1;--grey-300: #B0B0B0;--grey-400: #888888;--grey-500: #6D6D6D;--grey-600: #5D5D5D;--grey-700: #4F4F4F;--grey-800: #454545;--grey-900: #3D3D3D;--grey-950: #242424;--red-25: #FFF5F5;--red-50: #FFF0F0;--red-100: #FFDEDE;--red-200: #FFC2C2;--red-300: #FF9797;--red-400: #FF5C5C;--red-500: #FF2929;--red-600: #E60606;--red-700: #D20303;--red-800: #AD0707;--red-900: #8E0E0E;--yellow-25: #FFF5F5;--yellow-50: #FEFCE8;--yellow-100: #FEF9C2;--yellow-200: #FFF085;--yellow-300: #FFDF20;--yellow-400: #FCC800;--yellow-500: #EFB100;--yellow-600: #D08700;--yellow-700: #A65F00;--yellow-800: #894B00;--yellow-900: #733E0A;--green-25: #DFDEF6;--green-50: #fafde8;--green-100: #f1facd;--green-200: #e3f6a0;--green-300: #cded69;--green-400: #b5e03b;--green-500: #94c11c;--green-600: #759e12;--green-700: #587813;--green-800: #485f15;--green-900: #3d5116;--orange-25: #FFFDF5;--orange-50: #FFF3E5;--orange-100: #fff2c5;--orange-200: #FFCE85;--orange-300: #ffd146;--orange-400: #ffbc1b;--orange-500: #F39100;--orange-600: #e27100;--orange-700: #BB4C02;--orange-800: #983A08;--orange-900: #7C300B}.common-modal{display:none;position:fixed;z-index:2147483648;left:0;top:0;width:100%;min-width:100vw;height:100%;overflow-x:hidden;overflow-y:auto;background-color:#0006}.common-modal.js-opened{display:flex;justify-content:center}.common-modal--wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;margin:0 16px;pointer-events:none}.common-modal--content{display:flex;flex-direction:column;max-height:88%;width:100%;max-width:800px;margin-left:auto;margin-right:auto;position:relative;background:#ffffff;border-radius:10px;box-shadow:0 4px 15px #231f2066;transition:transform .3s ease;pointer-events:auto}@media screen and (max-width: 1023px){.common-modal--content{max-width:608px}}.common-modal--header{padding:16px}.common-modal--close svg{display:block;margin-left:auto;cursor:pointer}.common-modal--close svg:hover path{stroke:#6d6d6d}.common-modal--body{overflow-y:auto;padding:0 26px 20px 40px}.common-modal--footer{padding:24px 32px 32px}.common-modal.js-opened{display:flex}.common-modal--body{overflow-y:auto;padding:0 26px 0 32px}.common--button{padding:10px 18px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;line-height:24px;border-radius:6px;text-decoration:none;transition:color .3s ease,background-color .3s ease,border-color .3s ease}.common--button.disabled{background-color:var(--grey-100);border:1px solid var(--grey-100);color:var(--grey-200);pointer-events:none}.common--button__primary{color:#fff;background-color:var(--brand1);border:1px solid var(--brand1)}.common--button__primary:hover{background-color:var(--brand2);border-color:var(--brand2);color:#fff}.common--button__primary-white{color:var(--brand1);background-color:#fff;border:1px solid var(--brand1)}.common--button__primary-white:hover{background:var(--brand1);color:#fff}.common--button__secondary{color:#fff;background-color:var(--brand2);border:1px solid var(--brand2)}.common--button__secondary:hover{background-color:var(--brand1);border-color:var(--brand1);color:#fff}.common--button__secondary-white{color:var(--brand2);background-color:#fff;border:1px solid var(--brand2)}.common--button__secondary-white:hover{background:var(--brand2);color:#fff}.common--title{margin:0;padding:0;font-weight:700}.common--title__xl{font-size:20px;line-height:28px}.common--title__md{font-size:16px;line-height:24px}.common--title__sm{font-size:14px;line-height:20px}.common--text{padding:0;margin:0;font-weight:400;font-size:14px;line-height:20px}.common-tags{display:flex;flex-wrap:wrap;column-gap:8px;row-gap:12px}.common-tag{min-width:max-content;height:20px;padding:2px 8px;display:flex;align-items:center;justify-content:center;gap:4px;color:var(--grey-500);font-weight:400;font-size:11px;line-height:11px;text-transform:uppercase;border-radius:30px;border:1px solid var(--grey-500);white-space:nowrap;text-overflow:ellipsis;position:relative}@media screen and (min-width: 1024px){.common-tag:hover .common-tag--tooltip{display:block}}.common-tag--tooltip.show{display:block}.common-tag--without-border{padding:4px 0 0;border:none}.common-tag--tooltip{display:none;width:403px;padding:12px 20px;text-transform:none;white-space:wrap;background-color:#fff;border-radius:10px;box-shadow:0 2px 9px #0000001f;position:absolute;left:0;top:26px;font-size:14px;line-height:18px;ul {margin: 0; padding-left: 18px; list-style-type: unset;}}@media screen and (max-width: 1200px){.common-tag--tooltip{width:203px}}.common-info{position:relative}.common-info:hover .common-info--tooltip{display:block}.common-info--icon{color:var(--brand2)}.common-info--tooltip{display:none;width:203px;padding:12px 20px;background-color:#fff;font-size:14px;line-height:20px;border-radius:10px;box-shadow:0 2px 9px #0000001f;position:absolute;left:0;top:28px}.common--link__secondary{color:var(--brand2);text-decoration:underline;transition:text-decoration .2s}.common--link__secondary:hover{text-decoration:none}a.common--link__dashed{width:max-content;font-size:16px;line-height:24px;color:var(--grey-500);border-bottom:2px dashed var(--grey-500);text-decoration:none;transition:color .3s ease,border-color .3s ease}a.common--link__dashed:hover{color:var(--brand1)!important;border-color:var(--brand1)}.common-tabs-buttons{display:flex}@media screen and (max-width: 767px){.common-tabs-buttons{flex-direction:column;gap:8px}}.common-tabs-buttons--item{height:40px;box-sizing:border-box;padding:12px 8px;flex:1 1;background-color:transparent;border:none;border-bottom:1px solid var(--grey-500);cursor:pointer;font-weight:400;font-size:12px;line-height:16px;text-align:center;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;transition:background-color .3s ease,color .3s ease,font-weight .3s ease}@media screen and (max-width: 767px){.common-tabs-buttons--item{width:min-content;height:32px;padding:6px 12px;border-radius:100px;background-color:var(--grey-50);color:var(--grey-600);font-size:14px;line-height:20px;text-transform:unset;font-weight:400;border-bottom:none}}.common-tabs-buttons--item.active{font-weight:700;border-bottom:3px solid var(--brand2)}@media screen and (max-width: 767px){.common-tabs-buttons--item.active{height:32px;padding:6px 12px;font-weight:400;background-color:var(--brand2);color:#fff;border-bottom:none}.common-tabs-buttons--item.active:hover{border-bottom:none}}.common-tabs-buttons--item:not(.active):hover{border-bottom:1px solid var(--brand2)}@media screen and (max-width: 767px){.common-tabs-buttons--item:not(.active):hover{border-bottom:none}}.common-tabs-content--item{display:none}.common-tabs-content--item.active{display:block}.common-warning{padding:16px;display:flex;gap:12px;border-radius:4px}.common-warning.hidden{display:none}.common-warning__red{border:1px solid var(--red-300);color:var(--red-500);background-color:var(--red-25)}.common-warning__orange{border:1px solid var(--yellow-300);color:var(--yellow-500);background-color:var(--yellow-25)}.common-warning__grey{border:1px solid var(--grey-300);color:var(--grey-950);background-color:var(--grey-25)}.common-warning--icon{width:24px;height:24px;flex-shrink:0;flex-grow:0}.common-accordion--item{border-bottom:1px solid var(--grey-100)}.common-accordion--header:hover .common-accordion--title{color:var(--brand2)}.common-accordion--header{display:flex;justify-content:space-between;align-items:center;padding:20px 0 16px;cursor:pointer;user-select:none}.common-accordion--title{font-weight:700;font-size:18px;line-height:26px;transition:color .3s ease}.common-accordion--icon{transition:transform .3s ease;color:var(--grey-500)}.common-accordion--item.open .common-accordion--icon{transform:rotate(180deg)}.common-accordion--content{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .3s ease}.common-accordion--item.open .common-accordion--content{max-height:700px}.common-accordion--subtitle{margin-bottom:4px;font-weight:700;font-size:16px;line-height:24px}.common-accordion--text{margin-top:0;margin-bottom:12px;font-size:16px;line-height:24px}.common-accordion--text:last-of-type{margin-bottom:16px}
