.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:hover,.choices[data-type*=select-one] .choices__button:focus{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid rgb(0,53.5897435897,66);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=text] .choices__button:hover,.choices[data-type*=text] .choices__button:focus{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid rgb(0,74.2948717949,91.5);color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid rgb(0,53.5897435897,66)}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid rgb(144.75,144.75,144.75)}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width: 640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]:after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]:after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid rgb(246.5,246.5,246.5);color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}:root{--color-main-blue: #016BA6;--color-secondary-blue: #D4E3FF;--color-third-blue: #F3F5FB;--color-primary: #FFCC02;--color-secondary: #006CA7;--color-text: #00133A;--color-white: #fff;--color-black: #000;--color-danger: #C90000;--color-danger-light: #FFF6F6}*{box-sizing:border-box}body{font-family:Open Sans,sans-serif;color:var(--color-text);box-sizing:border-box;margin:0;padding:0}.main{position:relative}img{max-width:100%;height:auto;display:block}.hidden{display:none}.container{width:100%;margin:0 auto;padding:0 24px;max-width:1440px}@media (max-width: 768px){.container{padding:0 16px}}.container-full{max-width:100%;padding:0}.container-fluid{margin-left:calc((100% - 1440px)/2);max-width:100%;padding-right:0;padding-left:24px}@media screen and (max-width: 1439px){.container-fluid{margin-left:0}}@media screen and (max-width: 768px){.container-fluid{padding-left:16px}}.container-small{max-width:1202px}.section{position:relative}.section__bg{position:absolute;bottom:-2px;left:0;width:100%;z-index:2}.section__bg svg.desktop{display:block;width:100%}@media screen and (max-width: 480px){.section__bg svg.desktop{display:none}}.section__bg svg.mobile{display:none;width:100%}@media screen and (max-width: 480px){.section__bg svg.mobile{display:block}}.section-title{margin:0 0 32px;font-size:40px;font-weight:700;line-height:1.2;color:var(--color-secondary)}@media screen and (max-width: 640px){.section-title{margin-bottom:24px;font-size:32px}}.section-title.light{color:var(--color-white)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}@media screen and (max-width: 1200px){.section-head{flex-direction:column;align-items:flex-start}}@media screen and (max-width: 640px){.section-head{margin-bottom:24px}}.section-head .section-title{margin-bottom:0}@media screen and (max-width: 1200px){.section-head .section-title{margin-bottom:16px}}.link-more{padding-right:24px;font-size:16px;color:var(--color-text);line-height:1.3;position:relative;text-decoration:none}.link-more:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.link-more.light{color:var(--color-white)}.link-more.light:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.link-more:hover{text-decoration:underline}.link-arrow{font-size:16px;line-height:1.3;padding-right:24px;position:relative;text-decoration:none}.link-arrow:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 7H17M17 7V17M17 7L7 17' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/16px 16px}.link-arrow:hover{text-decoration:underline}.section__links{display:flex}@media screen and (max-width: 991px){.section__links::-webkit-scrollbar{display:none}}@media screen and (max-width: 991px){.section__links{-ms-overflow-style:none;scrollbar-width:none}}@media screen and (max-width: 767px){.section__links{overflow:auto;width:calc(100% + 32px);margin-right:-16px;margin-left:-16px;white-space:nowrap;padding-right:16px;padding-left:16px}}.section__link{padding:8px 13px;font-size:18px;color:var(--color-text);text-decoration:none;border-bottom:1px solid var(--color-secondary-blue)}@media screen and (max-width: 640px){.section__link{font-size:14px}}.section__link--active{color:var(--color-secondary);font-weight:700;box-shadow:inset 0 -2px 0 var(--color-secondary)}.numbered-list{padding:0 0 0 16px;margin:0;counter-reset:item;list-style-type:none}.numbered-list__item{position:relative;display:flex;gap:8px;font-size:18px;color:var(--color-text)}@media screen and (max-width: 640px){.numbered-list__item{align-items:center}}.numbered-list--white .numbered-list__item{color:var(--color-white)}.numbered-list__item:before{display:flex;align-items:center;justify-content:center;content:counter(item);counter-increment:item;width:35px;height:35px;border-radius:50%;border:1px solid var(--color-secondary-blue);font-size:20px;font-weight:700;line-height:1.2;color:var(--color-main-blue);flex-shrink:0}.numbered-list--white .numbered-list__item:before{background-color:var(--color-white)}.numbered-list__item+.numbered-list__item{margin-top:16px}[data-load-more]{position:relative}[data-load-more]:before{content:"";position:absolute;left:calc(50% - 12px);top:calc(50% - 12px);width:24px;height:24px;border-radius:50%;border:1px solid var(--color-secondary);border-right-width:0;animation:loadMoreRotate 1s linear infinite;display:none}[data-load-more]:disabled{pointer-events:none;opacity:.5}[data-load-more]:disabled:before{display:block}@keyframes loadMoreRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-header__title{font-size:40px;font-weight:700;color:var(--color-main-blue);margin:0 0 16px}@media screen and (max-width: 767px){.page-header__title{font-size:32px}}.btn{padding:10px 48px 10px 24px;border-radius:8px;display:flex;align-items:center;height:44px;border:1px solid currentColor;width:fit-content;position:relative;text-decoration:none;transition:.2s ease;cursor:pointer;font-family:Open Sans,sans-serif;font-size:16px}.btn:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:24px;width:16px;height:16px;transition:.2s ease}.btn-primary{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-text)}.btn-primary:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (min-width: 767px){.btn-primary:hover{background-color:transparent;border-color:var(--color-secondary);color:var(--color-secondary)}.btn-primary:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23006CA7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.btn-secondary{background-color:transparent;border-color:var(--color-white);color:var(--color-white)}.btn-secondary:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (min-width: 768px){.btn-secondary:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-text)}.btn-secondary:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.btn-download:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M8.5 10V2M8.5 10L5.16667 6.66667M8.5 10L11.8333 6.66667M14.5 10V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V10' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (min-width: 768px){.btn-download:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M8.5 10V2M8.5 10L5.16667 6.66667M8.5 10L11.8333 6.66667M14.5 10V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V10' stroke='%23006CA7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.btn-light{background-color:transparent;border-color:var(--color-main-blue);color:var(--color-main-blue)}.btn-light:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23016BA6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (min-width: 768px){.btn-light:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-text)}.btn-light:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.btn-white{background-color:transparent;border-color:var(--color-white);color:var(--color-white)}.btn-white:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (min-width: 768px){.btn-white:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-text)}.btn-white:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.btn-link{font-size:18px;border-radius:4px;position:relative;width:fit-content;border:0;padding:8px 8px 8px 40px;height:40px}.btn-link:before{content:"";position:absolute;left:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 17H7C5.67392 17 4.40215 16.4732 3.46447 15.5355C2.52678 14.5979 2 13.3261 2 12C2 10.6739 2.52678 9.40215 3.46447 8.46447C4.40215 7.52678 5.67392 7 7 7H9M15 7H17C18.3261 7 19.5979 7.52678 20.5355 8.46447C21.4732 9.40215 22 10.6739 22 12C22 13.3261 21.4732 14.5979 20.5355 15.5355C19.5979 16.4732 18.3261 17 17 17H15M8 12H16' stroke='%23016BA6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.breadcrumbs{padding:24px 24px 32px;width:100%;margin:0 auto;max-width:1440px;z-index:2}.breadcrumbs>span{display:flex;flex-wrap:wrap;align-items:center}.breadcrumbs__divider{width:5px;height:5px;border-radius:50%;background-color:var(--color-secondary);margin:0 8px}.breadcrumbs span,.breadcrumbs a{font-size:12px;line-height:1.2;color:var(--color-secondary);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.page-template-template-foundation .breadcrumbs{position:absolute;top:0;left:50%;transform:translate(-50%)}.page-template-template-foundation .breadcrumbs__divider{width:5px;height:5px;border-radius:50%;background-color:var(--color-white);margin:0 8px}.page-template-template-foundation .breadcrumbs span,.page-template-template-foundation .breadcrumbs a{font-size:12px;line-height:1.2;color:var(--color-white);text-decoration:none}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:.2s ease-in-out;z-index:-1;width:480px;max-width:80%}.modal--large{width:1280px;max-width:calc(100% - 32px)}.modal--large .modal__body{padding:56.25% 0 0;height:auto;position:relative;overflow:initial;background-color:var(--color-black)}@media screen and (max-width: 640px){.modal--large .modal__body{border-radius:4px}}.modal--large iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}@media screen and (max-width: 640px){.modal--large iframe{border-radius:4px}}.modal.active{transform:translate(-50%,-50%) scale(1);z-index:10}.modal.closed{display:none}.modal__close{position:absolute;top:-24px;right:-24px;cursor:pointer;border:none;outline:none;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");transition:.2s ease}@media screen and (max-width: 1200px){.modal__close{right:0;top:-32px}}.modal__close:hover{transform:rotate(90deg)}.modal__body{padding:32px;background-color:var(--color-white);font-size:18px;border-radius:8px;overflow:auto;max-height:84dvh;scrollbar-width:thin;scrollbar-gutter:stable}.modal__title{font-size:24px;font-weight:700;margin:0 0 24px}.modal__active-element{position:absolute;width:100%;height:100%;object-fit:contain;top:0;left:0}.modal__footer{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media screen and (max-width: 640px){.modal__footer{margin-top:16px}}.modal__nav{font-family:inherit;font-size:18px;color:var(--color-white);transition:.2s ease;background-color:transparent;border:0;position:relative;cursor:pointer}@media screen and (max-width: 640px){.modal__nav{font-size:12px}}.modal__nav:before{content:"";position:absolute;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;top:-2px;box-shadow:inset 0 0 0 1px var(--color-white);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/16px 16px,var(--color-white);transition:.2s ease}@media screen and (max-width: 640px){.modal__nav:before{width:24px;height:24px;top:-3px}}.modal__nav:hover:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/16px 16px,transparent}.modal__nav--prev{padding-left:40px}@media screen and (max-width: 640px){.modal__nav--prev{padding-left:32px}}.modal__nav--prev:before{left:0}.modal__nav--next{padding-right:40px}@media screen and (max-width: 640px){.modal__nav--next{padding-right:32px}}.modal__nav--next:before{right:0;transform:rotate(180deg)}.modal--charity{width:1096px;max-width:calc(100% - 32px);padding:40px;background-color:var(--color-third-blue);border-radius:8px}@media screen and (max-width: 767px){.modal--charity{padding:24px}}.modal--charity .modal__body{padding:0;border-radius:0;scrollbar-width:thin;scrollbar-gutter:initial}.modal--charity .extended-data{display:flex;gap:60px;padding:0;background-color:var(--color-third-blue);border-radius:0}@media screen and (max-width: 991px){.modal--charity .extended-data{gap:32px}}@media screen and (max-width: 767px){.modal--charity .extended-data{flex-direction:column}}.modal--charity .modal__col--left{width:350px;max-width:100%}@media screen and (max-width: 991px){.modal--charity .modal__col--left{width:280px}}@media screen and (max-width: 767px){.modal--charity .modal__col--left{width:100%}}.modal--charity .modal__col--right{flex:1}.modal--charity .modal__actions{margin-top:24px}.modal--charity .modal__title{font-size:32px}@media screen and (max-width: 767px){.modal--charity .modal__title{margin-bottom:16px}}.modal--charity .modal__schedule{width:464px;max-width:100%;padding:16px;border-radius:8px;background-color:var(--color-white);font-size:14px;color:var(--color-text);display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media screen and (max-width: 991px){.modal--charity .modal__schedule{width:auto}}@media screen and (max-width: 767px){.modal--charity .modal__schedule{margin-bottom:16px}}.modal--charity .modal__schedule-item{display:flex;gap:8px;align-items:flex-end}.modal--charity .modal__schedule-item b{font-weight:700}.modal--charity .modal__schedule-item span{white-space:nowrap}.modal--charity .modal__subtitle{margin:0 0 16px;font-size:20px;font-weight:700}.modal--charity .modal__subtitle:not(:first-child){margin-top:24px}.modal--charity .modal__content p{margin:0}.modal--charity .modal__content p+p{margin-top:24px}@media screen and (max-width: 767px){.modal--charity .modal__content p+p{margin-top:16px}}#overlay{position:fixed;opacity:0;transition:.2s ease-in-out;top:0;left:0;right:0;bottom:0;background-color:#0009;pointer-events:none}#overlay.active{opacity:1;pointer-events:all;z-index:9}.header-top{display:flex;align-items:center;background:var(--color-secondary-blue)}.header-top__container{padding:8px 0;display:flex;align-items:center}.header-top__logo-image{display:block}.header-top__language{margin-left:auto;padding-left:28px;color:var(--color-secondary);font-size:14px;position:relative;text-decoration:none;margin-right:24px}.header-top__language:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:21px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cg clip-path='url(%23clip0_585_6553)'%3E%3Cpath d='M18.0223 12.5H14.239C13.797 12.5 13.3731 12.6756 13.0605 12.9882C12.7479 13.3007 12.5723 13.7247 12.5723 14.1667V17.95M5.90568 2.78335V4.16669C5.90568 4.82973 6.16907 5.46561 6.63791 5.93445C7.10675 6.40329 7.74264 6.66669 8.40568 6.66669C8.84771 6.66669 9.27163 6.84228 9.58419 7.15484C9.89675 7.4674 10.0723 7.89133 10.0723 8.33335C10.0723 9.25002 10.8223 10 11.739 10C12.181 10 12.605 9.82443 12.9175 9.51186C13.2301 9.1993 13.4057 8.77538 13.4057 8.33335C13.4057 7.41669 14.1557 6.66669 15.0723 6.66669H17.714M9.23901 18.2917V15C9.23901 14.558 9.06342 14.1341 8.75086 13.8215C8.4383 13.5089 8.01437 13.3334 7.57235 13.3334C7.13032 13.3334 6.7064 13.1578 6.39384 12.8452C6.08128 12.5326 5.90568 12.1087 5.90568 11.6667V10.8334C5.90568 10.3913 5.73009 9.9674 5.41753 9.65484C5.10496 9.34228 4.68104 9.16669 4.23901 9.16669H1.78068M18.4057 10C18.4057 14.6024 14.6747 18.3334 10.0723 18.3334C5.46997 18.3334 1.73901 14.6024 1.73901 10C1.73901 5.39765 5.46997 1.66669 10.0723 1.66669C14.6747 1.66669 18.4057 5.39765 18.4057 10Z' stroke='%23006CA7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_585_6553'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.072998)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-top__language a{color:#006ca7;text-decoration:none}.header-main{background:var(--color-secondary)}.header-main__container{padding:10px 0;display:flex;align-items:center;gap:24px;position:relative}@media screen and (max-width: 640px){.header-main__container{gap:8px;padding:8px 0;height:72px}}.header__logo{margin-right:auto}.header__logo img{min-width:83px;display:block}@media screen and (max-width: 640px){.header__logo img{min-width:auto;width:67px}}.header-social__container{display:flex;align-items:center;gap:8px}.header-social__link{width:24px;height:24px;background-color:var(--color-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-white);text-decoration:none;border:1px solid var(--color-secondary);transition:.2s ease}.header-social__link:hover{border:1px solid var(--color-white);background-color:transparent}.header-menu{display:flex;flex:1;justify-content:flex-end}@media screen and (max-width: 1400px){.header-menu{background:var(--color-secondary-blue);width:375px;overflow:hidden;position:fixed;right:100%;bottom:0;transform:translate(0);transition:.3s ease-in-out;max-width:100%;z-index:9;height:calc(100dvh - 129px)}}@media screen and (max-width: 640px){.header-menu{height:calc(100dvh - 112px)}}@media screen and (max-width: 460px){.header-menu{width:100vw}}.header-menu.open{transform:translate(100%)}@media screen and (max-width: 1400px){.header-menu>div{width:100%}}.header-menu .nav{display:flex;align-items:center;padding:0;margin:0;list-style-type:none;gap:16px}@media screen and (max-width: 1400px){.header-menu .nav{padding:16px;flex-direction:column;align-items:stretch;height:100%;overflow:auto}}.header-menu .nav a{color:var(--color-white);text-decoration:none;white-space:nowrap}@media screen and (max-width: 1400px){.header-menu .nav a{color:var(--color-text)}}.header-menu .nav .current-menu-parent a{background-color:#215d9a}@media screen and (max-width: 1400px){.header-menu .nav .current-menu-parent a{background-color:var(--color-white)}}@media screen and (min-width: 992px){.header-menu .menu-item:hover>a{background-color:var(--color-white)}}@media screen and (max-width: 1400px){.header-menu .menu-item.open .sub-menu{display:block;opacity:1;visibility:visible}.header-menu .menu-item.open>a{background-color:var(--color-white)}}@media screen and (min-width: 1401px){.header-menu .menu-item:hover>a{background-color:#215d9a}}@media screen and (min-width: 1401px) and (max-width: 1400px){.header-menu .menu-item:hover>a{background-color:var(--color-white)}}.header-menu .menu-item a{padding:8px;border-radius:7px;font-size:18px}.header-menu .menu-item.menu-item-has-children{position:relative}.header-menu .menu-item.menu-item-has-children>a:after{content:"";position:absolute;right:8px;top:7px;width:24px;height:25px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M12 16L6.80385 10L17.1962 10L12 16Z' fill='white'/%3E%3C/svg%3E")}@media screen and (max-width: 1400px){.header-menu .menu-item.menu-item-has-children>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M12 16L6.80385 10L17.1962 10L12 16Z' fill='%2300133A'/%3E%3C/svg%3E")}}.header-menu .menu-item.menu-item-has-children a{padding-right:32px;display:block}@media screen and (min-width: 1401px){.header-menu .menu-item.menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible;z-index:5}}.header-menu .sub-menu{padding:16px 8px;border-radius:7px;background-color:var(--color-secondary-blue);margin:0;list-style-type:none;position:absolute;top:calc(100% + 30px);left:0;opacity:0;visibility:hidden;z-index:-2;min-width:200px}@media screen and (max-width: 1400px){.header-menu .sub-menu{padding:0;margin-top:16px}}.header-menu .sub-menu:before{content:"";position:absolute;width:100%;height:calc(100% + 30px);bottom:0;left:0;z-index:-1}@media screen and (max-width: 1400px){.header-menu .sub-menu{display:none;position:static}}.header-menu .sub-menu .menu-item a{background-color:transparent;color:var(--color-text);padding-left:10px;padding-right:10px}@media screen and (max-width: 1400px){.header-menu .sub-menu .menu-item a{padding-left:24px}}.header-menu .sub-menu .menu-item a:hover{background-color:var(--color-white)}.header-menu .sub-menu .menu-item+.menu-item{margin-top:16px;position:relative}.header-menu .sub-menu .menu-item+.menu-item:before{content:"";position:absolute;bottom:calc(100% + 7px);width:100%;height:1px;background-color:var(--color-white)}@media screen and (max-width: 1400px){.header-menu .sub-menu .menu-item+.menu-item:before{display:none}}.header-menu .sub-menu .menu-item.current-menu-item a{background-color:var(--color-white)}.header-btn:hover{background-color:transparent;border-color:var(--color-white);color:var(--color-white)}.header-btn:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.search-form{position:relative}.search-form:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21L16.66 16.66M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23D4E3FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (max-width: 640px){.search-form:before{left:8px}}.search-form input{font-size:14px;height:44px;width:210px;padding:10px 10px 10px 48px;border-radius:8px;background-color:#215d9a;color:var(--color-white);border:0;box-shadow:none;font-family:inherit}@media screen and (max-width: 640px){.search-form input{width:110px;padding-left:40px;padding-right:8px}}.search-form input::placeholder{color:var(--color-secondary-blue)}.search-form input:focus{border:0;outline:none}.search-form input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:14px;width:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:14px 14px}.search-form button{display:none}.burger__btn{display:none;min-width:24px;width:24px;height:24px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12H20M4 18H20M4 6H20' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (max-width: 1400px){.burger__btn{display:block}}.burger__btn.active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}body.overflow-body{overflow:hidden}.footer{padding:56px 0 16px;background-color:var(--color-white)}@media screen and (max-width: 640px){.footer{padding-top:48px}}.footer__main{display:flex;justify-content:space-between;height:342px;margin-bottom:24px}@media screen and (max-width: 991px){.footer__main{height:auto}}@media screen and (max-width: 850px){.footer__main{margin-bottom:0}}@media screen and (max-width: 781px){.footer__main{flex-direction:column;align-items:center;gap:24px}}@media screen and (max-width: 640px){.footer-logo img{width:156px}}.footer__inner{flex:1;margin-left:48px}@media screen and (max-width: 781px){.footer__inner{margin-left:0}}.footer__bottom{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--color-text)}@media screen and (max-width: 820px){.footer__bottom{flex-direction:column;gap:16px}}.footer-devs{font-size:14px;line-height:1.5;display:flex;align-items:center;gap:4px}.footer-devs__logo{display:flex}.footer .menu{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 781px){.footer .menu{align-items:center;gap:16px}}.footer .menu-item a{text-decoration:none;color:var(--color-text);font-size:16px;line-height:1.3;transition:.2s ease}@media screen and (max-width: 850px){.footer .menu-item a{font-size:14px}}.footer .menu-item a:hover{color:var(--color-secondary)}.footer .menu-item.menu-item-has-children>a{position:relative;padding-right:24px;line-height:1.3;height:24px;display:flex;align-items:center;width:fit-content;cursor:pointer}@media screen and (max-width: 781px){.footer .menu-item.menu-item-has-children>a{width:100%;justify-content:center;padding-right:0}}.footer .menu-item.menu-item-has-children>a:after{content:"";position:absolute;right:0;top:0;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 15.5L6.80385 9.5L17.1962 9.5L12 15.5Z' fill='%2300133A'/%3E%3C/svg%3E")}@media screen and (max-width: 781px){.footer .menu-item.menu-item-has-children>a:after{position:static}}.footer .menu-item.menu-item-has-children.open .sub-menu{display:block}.footer .sub-menu{padding-top:16px;list-style-type:none;padding-left:12px;margin:0;display:none}@media screen and (max-width: 781px){.footer .sub-menu{padding-left:0;text-align:center}}.footer .sub-menu .menu-item:not(:first-child){margin-top:12px}.footer .widgettitle{font-size:16px;font-weight:400;line-height:1.4;margin:0 0 16px}@media screen and (max-width: 850px){.footer .widgettitle{text-align:center}}@media screen and (max-width: 1280px){.footer .wp-block-column{flex:0 0 calc(33.3333333333% - 2em)!important}}.footer .wp-block-column:last-child .menu{display:flex;flex-direction:row;gap:16px}@media screen and (max-width: 850px){.footer .wp-block-column:last-child .menu{justify-content:center}}@media screen and (max-width: 1280px){.footer .wp-block-columns{flex-wrap:wrap!important}}@media screen and (max-width: 850px){.footer .wp-block-columns{margin-bottom:24px!important}}@media screen and (max-width: 781px){.footer .widget_block .wp-block-columns{gap:16px!important}}@media screen and (max-width: 850px){.footer .wp-block-column:nth-child(4){order:1}}@media screen and (max-width: 850px){.footer .wp-block-column:nth-child(4) .menu{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:8px 16px}}@media screen and (max-width: 850px){.footer .wp-block-column:nth-child(4) .menu a{font-size:12px}}.footer-social span{position:relative;width:24px;height:24px;display:flex;border-radius:50%;transition:.2s ease}.footer-social__facebook span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_704)'%3E%3Cpath d='M12 23.9367C18.6325 23.9367 24.0093 18.5599 24.0093 11.9273C24.0093 5.29474 18.6325 -0.0820312 12 -0.0820312C5.36737 -0.0820312 -0.00939941 5.29474 -0.00939941 11.9273C-0.00939941 18.5599 5.36737 23.9367 12 23.9367Z' fill='%23016BA6'/%3E%3Cpath d='M16.6717 15.4693L17.2033 11.9998H13.8755V9.74861C13.8755 8.80022 14.3396 7.87377 15.8313 7.87377H17.345V4.9206C17.345 4.9206 15.9714 4.68604 14.6585 4.68604C11.918 4.68604 10.1258 6.34656 10.1258 9.35542V11.9998H7.07812V15.4693H10.1258V23.8546C10.7367 23.9508 11.3628 23.9998 12.0006 23.9998C12.6385 23.9998 13.2646 23.9491 13.8755 23.8546V15.4693H16.6717Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_704'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.footer-social__facebook:hover span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_1436_3521)'%3E%3Cpath d='M24.0005 12C24.0005 5.37308 18.6274 0 12.0005 0C5.37357 0 0.000488281 5.37308 0.000488281 12C0.000488281 17.989 4.38806 22.9537 10.1256 23.8549V15.4696H7.07797V12H10.1256V9.35565C10.1256 6.34847 11.9178 4.68626 14.6583 4.68626C15.9712 4.68626 17.3449 4.92083 17.3449 4.92083V7.874H15.8312C14.3411 7.874 13.8753 8.79876 13.8753 9.74884V12H17.2031L16.6716 15.4696H13.8753V23.8549C19.6129 22.9554 24.0005 17.9907 24.0005 12Z' fill='%2300133A'/%3E%3Cpath d='M16.6722 15.4693L17.2038 11.9998H13.876V9.74861C13.876 8.80022 14.34 7.87377 15.8318 7.87377H17.3455V4.9206C17.3455 4.9206 15.9719 4.68604 14.659 4.68604C11.9184 4.68604 10.1263 6.34656 10.1263 9.35542V11.9998H7.07861V15.4693H10.1263V23.8546C10.7372 23.9508 11.3632 23.9998 12.0011 23.9998C12.639 23.9998 13.2651 23.9491 13.876 23.8546V15.4693H16.6722Z' fill='%23FEFEFE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1436_3521'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.000488281)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.footer-social__telegram span{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%23006CA7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.42498 11.8784C8.92303 10.3445 11.2613 9.35308 12.4398 8.86672C15.7695 7.48247 16.4616 7.23929 16.9106 7.22058C17.0041 7.22058 17.2286 7.23929 17.3782 7.35152C17.4905 7.44506 17.5279 7.576 17.5466 7.66953C17.5653 7.76306 17.584 7.96883 17.5653 8.13718C17.3782 10.0265 16.6113 14.6469 16.1997 16.7607C16.0314 17.6586 15.6947 17.9579 15.3767 17.9953C14.6845 18.0514 14.142 17.5277 13.4686 17.0974C12.4211 16.4053 11.8225 15.9751 10.7936 15.3016C9.61516 14.516 10.3821 14.0857 11.0555 13.3936C11.2239 13.2066 14.3104 10.4193 14.3665 10.1574C14.3665 10.12 14.3852 10.0078 14.3104 9.95168C14.2356 9.89556 14.142 9.91427 14.0672 9.93297C13.955 9.95168 12.2714 11.074 8.99786 13.2814C8.5115 13.6181 8.08126 13.7677 7.68843 13.7677C7.25818 13.7677 6.43511 13.5246 5.81781 13.3188C5.06956 13.0756 4.47097 12.9447 4.52709 12.5331C4.5645 12.3274 4.8638 12.1029 5.42498 11.8784Z' fill='white'/%3E%3C/svg%3E%0A")}.footer-social__telegram:hover span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_705)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%2300133A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.42474 11.8783C8.92279 10.3444 11.2611 9.35296 12.4395 8.8666C15.7692 7.48235 16.4614 7.23917 16.9103 7.22046C17.0038 7.22046 17.2283 7.23917 17.378 7.3514C17.4902 7.44493 17.5276 7.57588 17.5463 7.66941C17.565 7.76294 17.5837 7.96871 17.565 8.13706C17.378 10.0264 16.611 14.6468 16.1995 16.7606C16.0311 17.6585 15.6944 17.9578 15.3764 17.9952C14.6843 18.0513 14.1418 17.5276 13.4684 17.0973C12.4208 16.4052 11.8222 15.9749 10.7934 15.3015C9.61492 14.5159 10.3819 14.0856 11.0553 13.3935C11.2236 13.2064 14.3102 10.4192 14.3663 10.1573C14.3663 10.1199 14.385 10.0077 14.3102 9.95156C14.2353 9.89544 14.1418 9.91415 14.067 9.93285C13.9547 9.95156 12.2712 11.0739 8.99761 13.2813C8.51125 13.618 8.08101 13.7676 7.68818 13.7676C7.25794 13.7676 6.43487 13.5244 5.81757 13.3187C5.06932 13.0755 4.47072 12.9445 4.52684 12.533C4.56425 12.3272 4.86355 12.1028 5.42474 11.8783Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_705'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.footer-social__linkedin span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_706)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%23016BA6'/%3E%3Cg clip-path='url(%23clip1_378_706)'%3E%3Cpath d='M7.4423 6.01025C6.64526 6.01025 6.00013 6.65655 6 7.45178C6 8.24778 6.64513 8.89394 7.44242 8.89394C8.23752 8.89394 8.88356 8.24778 8.88356 7.45178C8.88356 6.65642 8.2374 6.01025 7.4423 6.01025Z' fill='white'/%3E%3Cpath d='M8.68626 9.98779H6.19922V17.9896H8.68626V9.98779Z' fill='white'/%3E%3Cpath d='M15.0159 9.78906C13.8061 9.78906 12.9949 10.4524 12.6628 11.0814H12.6296V9.98803H10.2443H10.2441V17.9897H12.729V14.0312C12.729 12.9876 12.9277 11.9768 14.2216 11.9768C15.4969 11.9768 15.5139 13.1704 15.5139 14.0982V17.9896H17.9991V13.6007C17.9991 11.4463 17.5343 9.78906 15.0159 9.78906Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_706'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_378_706'%3E%3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.footer-social__linkedin:hover span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_706)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%2300133A'/%3E%3Cg clip-path='url(%23clip1_378_706)'%3E%3Cpath d='M7.4423 6.01025C6.64526 6.01025 6.00013 6.65655 6 7.45178C6 8.24778 6.64513 8.89394 7.44242 8.89394C8.23752 8.89394 8.88356 8.24778 8.88356 7.45178C8.88356 6.65642 8.2374 6.01025 7.4423 6.01025Z' fill='white'/%3E%3Cpath d='M8.68626 9.98779H6.19922V17.9896H8.68626V9.98779Z' fill='white'/%3E%3Cpath d='M15.0159 9.78906C13.8061 9.78906 12.9949 10.4524 12.6628 11.0814H12.6296V9.98803H10.2443H10.2441V17.9897H12.729V14.0312C12.729 12.9876 12.9277 11.9768 14.2216 11.9768C15.4969 11.9768 15.5139 13.1704 15.5139 14.0982V17.9896H17.9991V13.6007C17.9991 11.4463 17.5343 9.78906 15.0159 9.78906Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_706'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_378_706'%3E%3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.footer-social__twitter span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_707)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%23016BA6'/%3E%3Cg clip-path='url(%23clip1_378_707)'%3E%3Cpath d='M16.0201 6H18.1566L13.49 11.5178L19 19H14.6707L11.2972 14.4644L7.41767 19H5.28112L10.2851 13.1067L5 6H9.44177L12.506 10.16L16.0201 6ZM15.261 17.6711H16.4418L8.79518 7.24222H7.50201L15.261 17.6711Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_707'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_378_707'%3E%3Crect width='14' height='13' fill='white' transform='translate(5 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.footer-social__twitter:hover span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_707)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%2300133A'/%3E%3Cg clip-path='url(%23clip1_378_707)'%3E%3Cpath d='M16.0201 6H18.1566L13.49 11.5178L19 19H14.6707L11.2972 14.4644L7.41767 19H5.28112L10.2851 13.1067L5 6H9.44177L12.506 10.16L16.0201 6ZM15.261 17.6711H16.4418L8.79518 7.24222H7.50201L15.261 17.6711Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_707'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_378_707'%3E%3Crect width='14' height='13' fill='white' transform='translate(5 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.modal .wpcf7-form{padding-top:16px}.modal .wpcf7-form .form-item{display:flex;flex-direction:column;margin-bottom:16px}.modal .wpcf7-form .form-item p{margin:0}.modal .wpcf7-form .form-item label{display:flex;flex-direction:column}.modal .wpcf7-form .form-item .label{font-size:14px;line-height:1.5;padding-bottom:2px}.modal .wpcf7-form .form-item .required{color:#c90000}.modal .wpcf7-form .form-item input,.modal .wpcf7-form .form-item textarea{width:100%;margin:0;background:var(--color-third-blue);border:1px solid var(--color-secondary-blue);padding:8px 16px;border-radius:8px;font-family:inherit;font-size:14px;line-height:1.5;color:var(--color-main-blue);outline:none}.modal .wpcf7-form .form-item input::placeholder,.modal .wpcf7-form .form-item textarea::placeholder{color:var(--color-secondary-blue)}.modal .wpcf7-form .form-item input.wpcf7-not-valid,.modal .wpcf7-form .form-item textarea.wpcf7-not-valid{border-color:#c90000;background-color:#fff6f6}.modal .wpcf7-form .form-item .wpcf7-not-valid-tip{font-size:12px;color:#c90000;padding-top:2px}.modal .wpcf7-form .form-submit{margin-top:24px}.modal .wpcf7-form .form-submit br{display:none}.modal .wpcf7-form .form-submit p{margin:0}.modal .wpcf7-form .form-submit .btn{position:relative}.modal .wpcf7-form .form-submit input[type=submit]{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;border:0;cursor:pointer}.modal .wpcf7-form .form-submit .wpcf7-spinner{left:100%;position:absolute}.social-link{width:24px;height:24px;display:flex;transition:.2s ease;background-size:24px 24px;background-repeat:no-repeat}.social-link.facebook{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_1436_3521)'%3E%3Cpath d='M24.0005 12C24.0005 5.37308 18.6274 0 12.0005 0C5.37357 0 0.000488281 5.37308 0.000488281 12C0.000488281 17.989 4.38806 22.9537 10.1256 23.8549V15.4696H7.07797V12H10.1256V9.35565C10.1256 6.34847 11.9178 4.68626 14.6583 4.68626C15.9712 4.68626 17.3449 4.92083 17.3449 4.92083V7.874H15.8312C14.3411 7.874 13.8753 8.79876 13.8753 9.74884V12H17.2031L16.6716 15.4696H13.8753V23.8549C19.6129 22.9554 24.0005 17.9907 24.0005 12Z' fill='%23006CA7'/%3E%3Cpath d='M16.6722 15.4693L17.2038 11.9998H13.876V9.74861C13.876 8.80022 14.34 7.87377 15.8318 7.87377H17.3455V4.9206C17.3455 4.9206 15.9719 4.68604 14.659 4.68604C11.9184 4.68604 10.1263 6.34656 10.1263 9.35542V11.9998H7.07861V15.4693H10.1263V23.8546C10.7372 23.9508 11.3632 23.9998 12.0011 23.9998C12.639 23.9998 13.2651 23.9491 13.876 23.8546V15.4693H16.6722Z' fill='%23FEFEFE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1436_3521'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.000488281)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.social-link.facebook:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_1436_3521)'%3E%3Cpath d='M24.0005 12C24.0005 5.37308 18.6274 0 12.0005 0C5.37357 0 0.000488281 5.37308 0.000488281 12C0.000488281 17.989 4.38806 22.9537 10.1256 23.8549V15.4696H7.07797V12H10.1256V9.35565C10.1256 6.34847 11.9178 4.68626 14.6583 4.68626C15.9712 4.68626 17.3449 4.92083 17.3449 4.92083V7.874H15.8312C14.3411 7.874 13.8753 8.79876 13.8753 9.74884V12H17.2031L16.6716 15.4696H13.8753V23.8549C19.6129 22.9554 24.0005 17.9907 24.0005 12Z' fill='%2300133A'/%3E%3Cpath d='M16.6722 15.4693L17.2038 11.9998H13.876V9.74861C13.876 8.80022 14.34 7.87377 15.8318 7.87377H17.3455V4.9206C17.3455 4.9206 15.9719 4.68604 14.659 4.68604C11.9184 4.68604 10.1263 6.34656 10.1263 9.35542V11.9998H7.07861V15.4693H10.1263V23.8546C10.7372 23.9508 11.3632 23.9998 12.0011 23.9998C12.639 23.9998 13.2651 23.9491 13.876 23.8546V15.4693H16.6722Z' fill='%23FEFEFE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1436_3521'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.000488281)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.social-link.telegram{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_705)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%23016BA6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.42474 11.8783C8.92279 10.3444 11.2611 9.35296 12.4395 8.8666C15.7692 7.48235 16.4614 7.23917 16.9103 7.22046C17.0038 7.22046 17.2283 7.23917 17.378 7.3514C17.4902 7.44493 17.5276 7.57588 17.5463 7.66941C17.565 7.76294 17.5837 7.96871 17.565 8.13706C17.378 10.0264 16.611 14.6468 16.1995 16.7606C16.0311 17.6585 15.6944 17.9578 15.3764 17.9952C14.6843 18.0513 14.1418 17.5276 13.4684 17.0973C12.4208 16.4052 11.8222 15.9749 10.7934 15.3015C9.61492 14.5159 10.3819 14.0856 11.0553 13.3935C11.2236 13.2064 14.3102 10.4192 14.3663 10.1573C14.3663 10.1199 14.385 10.0077 14.3102 9.95156C14.2353 9.89544 14.1418 9.91415 14.067 9.93285C13.9547 9.95156 12.2712 11.0739 8.99761 13.2813C8.51125 13.618 8.08101 13.7676 7.68818 13.7676C7.25794 13.7676 6.43487 13.5244 5.81757 13.3187C5.06932 13.0755 4.47072 12.9445 4.52684 12.533C4.56425 12.3272 4.86355 12.1028 5.42474 11.8783Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_705'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.social-link.telegram:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_705)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%2300133A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.42474 11.8783C8.92279 10.3444 11.2611 9.35296 12.4395 8.8666C15.7692 7.48235 16.4614 7.23917 16.9103 7.22046C17.0038 7.22046 17.2283 7.23917 17.378 7.3514C17.4902 7.44493 17.5276 7.57588 17.5463 7.66941C17.565 7.76294 17.5837 7.96871 17.565 8.13706C17.378 10.0264 16.611 14.6468 16.1995 16.7606C16.0311 17.6585 15.6944 17.9578 15.3764 17.9952C14.6843 18.0513 14.1418 17.5276 13.4684 17.0973C12.4208 16.4052 11.8222 15.9749 10.7934 15.3015C9.61492 14.5159 10.3819 14.0856 11.0553 13.3935C11.2236 13.2064 14.3102 10.4192 14.3663 10.1573C14.3663 10.1199 14.385 10.0077 14.3102 9.95156C14.2353 9.89544 14.1418 9.91415 14.067 9.93285C13.9547 9.95156 12.2712 11.0739 8.99761 13.2813C8.51125 13.618 8.08101 13.7676 7.68818 13.7676C7.25794 13.7676 6.43487 13.5244 5.81757 13.3187C5.06932 13.0755 4.47072 12.9445 4.52684 12.533C4.56425 12.3272 4.86355 12.1028 5.42474 11.8783Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_705'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.social-link.linkedin{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_706)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%23016BA6'/%3E%3Cg clip-path='url(%23clip1_378_706)'%3E%3Cpath d='M7.4423 6.01025C6.64526 6.01025 6.00013 6.65655 6 7.45178C6 8.24778 6.64513 8.89394 7.44242 8.89394C8.23752 8.89394 8.88356 8.24778 8.88356 7.45178C8.88356 6.65642 8.2374 6.01025 7.4423 6.01025Z' fill='white'/%3E%3Cpath d='M8.68626 9.98779H6.19922V17.9896H8.68626V9.98779Z' fill='white'/%3E%3Cpath d='M15.0159 9.78906C13.8061 9.78906 12.9949 10.4524 12.6628 11.0814H12.6296V9.98803H10.2443H10.2441V17.9897H12.729V14.0312C12.729 12.9876 12.9277 11.9768 14.2216 11.9768C15.4969 11.9768 15.5139 13.1704 15.5139 14.0982V17.9896H17.9991V13.6007C17.9991 11.4463 17.5343 9.78906 15.0159 9.78906Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_706'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_378_706'%3E%3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.social-link.linkedin:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_706)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%2300133A'/%3E%3Cg clip-path='url(%23clip1_378_706)'%3E%3Cpath d='M7.4423 6.01025C6.64526 6.01025 6.00013 6.65655 6 7.45178C6 8.24778 6.64513 8.89394 7.44242 8.89394C8.23752 8.89394 8.88356 8.24778 8.88356 7.45178C8.88356 6.65642 8.2374 6.01025 7.4423 6.01025Z' fill='white'/%3E%3Cpath d='M8.68626 9.98779H6.19922V17.9896H8.68626V9.98779Z' fill='white'/%3E%3Cpath d='M15.0159 9.78906C13.8061 9.78906 12.9949 10.4524 12.6628 11.0814H12.6296V9.98803H10.2443H10.2441V17.9897H12.729V14.0312C12.729 12.9876 12.9277 11.9768 14.2216 11.9768C15.4969 11.9768 15.5139 13.1704 15.5139 14.0982V17.9896H17.9991V13.6007C17.9991 11.4463 17.5343 9.78906 15.0159 9.78906Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_706'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_378_706'%3E%3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.social-link.twitter{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_707)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%23016BA6'/%3E%3Cg clip-path='url(%23clip1_378_707)'%3E%3Cpath d='M16.0201 6H18.1566L13.49 11.5178L19 19H14.6707L11.2972 14.4644L7.41767 19H5.28112L10.2851 13.1067L5 6H9.44177L12.506 10.16L16.0201 6ZM15.261 17.6711H16.4418L8.79518 7.24222H7.50201L15.261 17.6711Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_707'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_378_707'%3E%3Crect width='14' height='13' fill='white' transform='translate(5 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.social-link.twitter:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_378_707)'%3E%3Cpath d='M12.0094 24.0187C18.6419 24.0187 24.0187 18.6419 24.0187 12.0094C24.0187 5.37677 18.6419 0 12.0094 0C5.37677 0 0 5.37677 0 12.0094C0 18.6419 5.37677 24.0187 12.0094 24.0187Z' fill='%2300133A'/%3E%3Cg clip-path='url(%23clip1_378_707)'%3E%3Cpath d='M16.0201 6H18.1566L13.49 11.5178L19 19H14.6707L11.2972 14.4644L7.41767 19H5.28112L10.2851 13.1067L5 6H9.44177L12.506 10.16L16.0201 6ZM15.261 17.6711H16.4418L8.79518 7.24222H7.50201L15.261 17.6711Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_378_707'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_378_707'%3E%3Crect width='14' height='13' fill='white' transform='translate(5 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.tabs{width:100%}.tabs-navs{display:flex}@media screen and (max-width: 1400px){.tabs-navs{overflow:auto;width:100%}}.tabs-navs__item{display:flex;padding:16px 24px;border-radius:8px 8px 0 0;background-color:var(--color-white);font-size:20px;color:var(--color-text);transition:.2s ease;white-space:nowrap;font-weight:700;cursor:pointer}@media screen and (max-width: 991px){.tabs-navs__item{font-size:16px;word-break:break-word;padding:16px}}@media screen and (max-width: 640px){.tabs-navs__item{width:246px;min-width:246px;white-space:inherit;word-break:break-word}}.tabs-navs__item.active{background-color:var(--color-third-blue);color:var(--color-main-blue)}.tabs-content__item{background-color:var(--color-third-blue);padding:32px 24px;display:none}.tabs-content__item.active{display:block}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-track{display:flex}.slick-slide{height:auto}.slider-btn{width:32px;height:32px;border-radius:50%;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease;border:1px solid var(--color-white)}.slider-btn--prev{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 12L6 8L10 4' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat,var(--color-white)}.slider-btn--next{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat,var(--color-white)}.slider-btn--prev:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 12L6 8L10 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat,transparent}.slider-btn--next:hover{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat,transparent}.slick-dots{display:flex;align-items:center;gap:16px;list-style-type:none;margin:0;padding:0}.slick-dots li{display:flex}.slick-dots button{font-size:0;width:6px;height:6px;border-radius:50%;background-color:#fff6;border:0;padding:0;cursor:pointer}.slick-dots .slick-active button{background-color:var(--color-white)}.hero-section{position:relative}.hero-section .section__bg-top{fill:transparent}.hero-section .section__bg-bottom{fill:var(--color-white)}.hero-slider__item{position:relative;height:700px}@media screen and (max-width: 991px){.hero-slider__item{height:auto}}.hero-slider__image,.hero-slider__image img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 991px){.hero-slider__image{position:absolute}}.hero-slider__content{position:absolute;bottom:134px;left:10%;max-width:665px;z-index:3}@media screen and (max-width: 991px){.hero-slider__content{position:relative;bottom:auto;left:auto;padding:158px 16px 184px;max-width:100%}}.hero-slider__title{font-size:50px;color:var(--color-white);line-height:1.2;margin:0 0 8px}@media screen and (max-width: 640px){.hero-slider__title{font-size:40px}}.hero-slider__text{font-size:18px;color:var(--color-white);line-height:1;margin:0 0 24px}.hero-slider__btn:hover{background-color:transparent;border-color:var(--color-white);color:var(--color-white)}.hero-slider__btn:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.hero-navs{position:absolute;left:10%;bottom:76px;display:flex;align-items:center;gap:16px;z-index:3}@media screen and (max-width: 991px){.hero-navs{bottom:124px;left:16px}}.partners-section{padding:48px 0 86px}@media screen and (max-width: 640px){.partners-section{padding:30px 0 68px}}@media screen and (max-width: 1280px){.partners-section .container{overflow:auto}}.partners-logos{display:flex;align-items:center;gap:24px;justify-content:center}@media screen and (max-width: 1280px){.partners-logos{width:max-content;gap:32px}}.partners-logos__item{height:50px}.partners-logos__item img{height:50px;width:100%}@media screen and (max-width: 767px){.partners-logos__item img{width:auto}}.about-section{padding-bottom:96px}@media screen and (max-width: 640px){.about-section{padding-bottom:56px}}.about__wrapper{display:flex;align-items:center;gap:58px}@media screen and (max-width: 1280px){.about__wrapper{gap:24px}}@media screen and (max-width: 991px){.about__wrapper{flex-direction:column}}.about-image{width:565px;border-radius:8px;overflow:hidden}@media screen and (max-width: 1280px){.about-image{width:40%;flex-shrink:0}}@media screen and (max-width: 991px){.about-image{width:100%}}.about-image img{display:block;width:100%;height:100%;object-fit:cover}.about-content{flex:1;padding-right:54px}@media screen and (max-width: 1400px){.about-content{padding-right:0}}.about-content__title{font-size:20px;font-weight:600;color:var(--color-text);margin:0 0 16px}@media screen and (max-width: 640px){.about-content__title{font-weight:700}}.about-content__text{margin:0 0 46px;font-size:18px}@media screen and (max-width: 640px){.about-content__text{margin-bottom:24px}}.about-counters{display:flex;justify-content:space-between;gap:24px}@media screen and (max-width: 640px){.about-counters{flex-direction:column;align-items:center}}.about-counters__item{max-width:215px;font-size:18px}@media screen and (max-width: 1280px){.about-counters__item{width:33.3%;max-width:initial}}@media screen and (max-width: 640px){.about-counters__item{width:100%;margin:0 auto;max-width:215px}}.about-counters__value{margin-bottom:8px;font-size:60px;font-weight:700;line-height:1.2;color:var(--color-secondary)}@media screen and (max-width: 640px){.about-counters__value{text-align:center}}@media screen and (max-width: 640px){.about-counters__text{text-align:center}}.services-section{position:relative;background-color:var(--color-secondary);padding:64px 0 84px}@media screen and (max-width: 640px){.services-section{padding:48px 0 70px}}.services-section .section__bg-top{fill:transparent}.services-section .section__bg-bottom{fill:var(--color-third-blue)}.services__wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}@media screen and (max-width: 640px){.services__wrapper{gap:16px}}.services__item{width:calc(33.3333333333% - 16px);background-color:var(--color-white);border-radius:8px;padding:16px 16px 24px}@media screen and (max-width: 991px){.services__item{width:calc(50% - 16px)}}@media screen and (max-width: 640px){.services__item{width:100%}}.services-image{border-radius:4px;overflow:hidden;margin-bottom:24px;height:244px}@media screen and (max-width: 640px){.services-image{height:200px;margin-bottom:16px}}.services-image img{display:block;width:100%;height:100%;object-fit:cover}.services-content__title{margin:0 0 15px;font-size:20px;font-weight:700;color:var(--color-secondary);line-height:1.2}.services-content__text{font-size:18px}.trainings-section{background-color:var(--color-third-blue);padding:96px 0 76px;overflow:hidden}@media screen and (max-width: 640px){.trainings-section{padding:72px 0 48px}}@media screen and (max-width: 1200px){.trainings__head{flex-direction:row;align-items:center}}@media screen and (max-width: 1200px){.trainings__head .section-title{margin-bottom:0}}@media screen and (max-width: 850px){.trainings-slider{margin:0 -4px}}.trainings-slider .slick-slide>div,.trainings-slider__item{height:100%}.trainings-slider__item-inner{display:flex;margin:0 12px;border-radius:8px;overflow:hidden;text-decoration:none;cursor:pointer}.trainings-slider__item-inner:hover .trainings-slider__image:after{transform:translate(-50%,-50%) scale(1.1)}@media screen and (max-width: 850px){.trainings-slider__item-inner{flex-direction:column-reverse;margin:0 4px;max-width:344px;height:100%}}@media screen and (max-width: 640px){.trainings-slider__item-inner{margin:0 4px}}.trainings-slider__content{display:flex;flex-direction:column;justify-content:center;background-color:#fff;width:442px;padding:24px;position:relative}@media screen and (max-width: 850px){.trainings-slider__content{width:100%;padding:8px 16px 24px;flex:1}}.trainings-slider__content-bg{position:absolute;right:0;top:0;bottom:0;z-index:1;height:100%}@media screen and (max-width: 850px){.trainings-slider__content-bg{left:0;right:-1px;bottom:calc(100% - 1px);top:auto;height:auto}}.trainings-slider__content-bg .desktop{display:block}@media screen and (max-width: 850px){.trainings-slider__content-bg .desktop{display:none}}.trainings-slider__content-bg .mobile{display:none}@media screen and (max-width: 850px){.trainings-slider__content-bg .mobile{display:block}}.trainings-slider__content-bg svg{display:block}.trainings-slider__content-bg .bg-right,.trainings-slider__content-bg .bg-top{fill:transparent}.trainings-slider__title{margin:0 0 16px;color:var(--color-text);line-height:1.2;font-size:20px;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:2}.trainings-slider__text{display:flex;gap:8px;position:relative;z-index:2}.trainings-slider__text-title{font-size:14px;font-weight:600}.trainings-slider__text-speaker{font-size:14px;padding-right:24px}@media screen and (max-width: 850px){.trainings-slider__text-speaker{padding-right:0}}.trainings-slider__text-speaker span{display:block}.trainings-slider__image{width:442px;height:308px;position:relative;margin-left:-86px;overflow:hidden}@media screen and (max-width: 850px){.trainings-slider__image{width:100%;height:240px;margin-left:0}}.trainings-slider__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:-10px center}@media screen and (max-width: 850px){.trainings-slider__image img{object-position:center;transform:scale(1.3)}}.trainings-slider__image:after{content:"";position:absolute;top:50%;left:calc(50% + 42px);transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Crect width='100' height='100' rx='50' fill='%23FFCC02'/%3E%3Cpath d='M68 50L40.25 66.0215L40.25 33.9785L68 50Z' fill='%23016BA6'/%3E%3C/svg%3E");transition:.2s ease}@media screen and (max-width: 850px){.trainings-slider__image:after{left:50%}}.trainings-slider__dots{padding-top:24px;position:relative}.trainings-slider__dots .slick-dots{gap:10px;justify-content:center}.trainings-slider__dots .slick-dots button{width:10px;height:10px;background-color:#e6f1f7}.trainings-slider__dots .slick-dots .slick-active button{background-color:var(--color-secondary)}.events-section{padding:96px 0}@media screen and (max-width: 640px){.events-section{padding:72px 0 68px}}@media screen and (max-width: 991px){.events__head .link-more{display:none}}.events__wrapper{display:flex;gap:24px}@media screen and (max-width: 991px){.events__wrapper{gap:16px;flex-direction:column}}.events__item{width:calc(33.3333333333% - 16px);padding:16px;border-radius:8px;background-color:#f8f8f8;text-decoration:none}@media screen and (max-width: 991px){.events__item{width:100%}}.events__image{display:block;border-radius:4px;overflow:hidden;height:244px;width:100%;margin-bottom:24px}@media screen and (max-width: 640px){.events__image{height:200px}}.events__image img{display:block;width:100%;height:100%;object-fit:cover}.events__title{margin:0 0 15px;font-size:20px;font-weight:700;color:var(--color-secondary);line-height:1.2;display:block;text-decoration:none;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.events__title:hover{text-decoration:underline}.events__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:2;font-size:18px}.events__text p{margin:0}.events__btn-wrapper{padding-top:24px;text-align:center;display:none}@media screen and (max-width: 991px){.events__btn-wrapper{display:block}}.news-section{padding:64px 0 50px;background-color:var(--color-secondary);margin-bottom:78px}@media screen and (max-width: 640px){.news-section{padding:48px 0 56px}}@media screen and (max-width: 1200px){.news__head{flex-direction:row;align-items:center}}@media screen and (max-width: 1200px){.news__head .section-title{margin-bottom:0}}@media screen and (max-width: 991px){.news__head .link-more{display:none}}.news-section .section__bg{bottom:auto;top:100%}.news-section .section__bg-top{fill:var(--color-secondary)}.news-section .section__bg-bottom{fill:transparent}.news__wrapper{display:flex;gap:24px}@media screen and (max-width: 991px){.news__wrapper{gap:16px;flex-direction:column}}.news__item{width:calc(33.3333333333% - 16px);padding:16px;border-radius:8px;background-color:var(--color-white);position:relative;text-decoration:none}@media screen and (max-width: 991px){.news__item{width:100%}}.news__label{position:absolute;top:32px;left:32px;padding:4px 8px;border-radius:2px;font-size:12px;color:var(--color-secondary);background-color:var(--color-third-blue);line-height:1.2}.news__image{border-radius:4px;overflow:hidden;height:244px;width:100%;margin-bottom:24px;display:block}@media screen and (max-width: 640px){.news__image{height:200px}}.news__image img{display:block;width:100%;height:100%;object-fit:cover}.news__title{margin:0 0 15px;font-size:20px;font-weight:700;color:var(--color-secondary);line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:2;display:block;text-decoration:none}.news__title:hover{text-decoration:underline}.news__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:2;font-size:18px}.news__text p{margin:0}.news__btn-wrapper{padding-top:24px;text-align:center;display:none}@media screen and (max-width: 991px){.news__btn-wrapper{display:block}}.map-section{margin-top:-78px;position:relative}.map__wrapper{height:670px}@media screen and (max-width: 991px){.map__wrapper{height:auto}}@media screen and (max-width: 991px){.map__wrapper iframe{height:680px}}.map__contact{position:absolute;right:10%;bottom:74px;max-width:448px;background-color:var(--color-secondary);color:var(--color-white);border-radius:8px;padding:32px}@media screen and (max-width: 991px){.map__contact{position:relative;bottom:auto;right:auto;margin:-194px 16px 0;max-width:100%}}@media screen and (max-width: 640px){.map__contact{padding:32px 16px}}.map__title{font-size:40px;font-weight:700;line-height:1.2;margin:0 0 16px}@media screen and (max-width: 640px){.map__title{font-size:32px}}.map__text{font-size:18px;max-width:332px;margin-bottom:48px}@media screen and (max-width: 640px){.map__text{margin-bottom:32px}}.map__phone a,.map__email a{font-size:24px;font-weight:700;color:var(--color-white);text-decoration:none;display:block}@media screen and (max-width: 640px){.map__phone a,.map__email a{word-break:break-all}}.map__phone{margin-bottom:24px}.map__email{margin-bottom:58px}@media screen and (max-width: 640px){.map__email{margin-bottom:32px}}.map__actions{display:flex;gap:16px}@media screen and (max-width: 640px){.map__actions{flex-direction:column}}@media screen and (max-width: 640px){.map__btn{width:100%;justify-content:center;padding:10px 24px}}@media screen and (max-width: 640px){.map__btn:after{position:static;transform:none;padding:0 6px;background-repeat:no-repeat;background-position:center}}.map__btn--primary:hover{background-color:transparent;border-color:var(--color-white);color:var(--color-white)}.map__btn--primary:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (max-width: 1400px){.about-counters__value{font-size:50px}}.home .modal__footer{display:none}.digest-info{padding-bottom:96px}.digest-info__content{display:flex;justify-content:space-between}@media screen and (max-width: 1200px){.digest-info__content{flex-direction:column;align-items:flex-start}}.digest-info__description{max-width:568px;font-size:18px}@media screen and (max-width: 1200px){.digest-info__description{max-width:100%}}.digest-info__description p{margin:0 0 24px}.digest-info__grid{display:flex;flex-wrap:wrap;gap:16px 50px;justify-content:flex-end;margin-bottom:36px}@media screen and (max-width: 1200px){.digest-info__grid{gap:18px;justify-content:flex-start;margin-bottom:0}}@media screen and (max-width: 991px){.digest-info__grid{gap:16px}}.digest-info__item{max-width:100%;width:258px;font-size:18px}@media screen and (max-width: 1200px){.digest-info__item{width:calc(33.3333333333% - 12px)}}@media screen and (max-width: 991px){.digest-info__item{width:calc(50% - 8px)}}@media screen and (max-width: 640px){.digest-info__item{width:100%}}.digest-info__logo{margin-bottom:8px}.digest-info__logo img{display:block}.digest-news{padding:48px 0 68px;background-color:var(--color-secondary)}@media screen and (max-width: 640px){.digest-news{padding:24px 0 96px}}.digest-news .section__bg-top{fill:transparent}.digest-news .section__bg-bottom{fill:var(--color-white)}.digest-news__title{margin:0 0 32px;font-size:24px;font-weight:700;line-height:1.2;color:var(--color-white)}@media screen and (max-width: 640px){.digest-news__title{margin-bottom:24px}}.digest-news__grid{display:flex;flex-wrap:wrap;gap:24px;position:relative;z-index:2;margin-bottom:38px}@media screen and (max-width: 640px){.digest-news__grid{gap:16px}}.digest-news__item{width:calc(25% - 18px);height:168px;display:flex;flex-direction:column;padding:16px;border-radius:8px;background-color:var(--color-secondary-blue);position:relative;text-decoration:none;color:var(--color-text);transition:.2s ease}@media screen and (max-width: 991px){.digest-news__item{width:calc(50% - 12px)}}@media screen and (max-width: 640px){.digest-news__item{width:100%}}.digest-news__item:hover{background-color:var(--color-white)}.digest-news__item:hover .digest-news__btn{background-color:var(--color-secondary)}.digest-news__item:hover .digest-news__btn:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.digest-news__item--hidden{display:none}.digest-news__date{font-size:14px;flex:1}.digest-news__series{font-size:24px;font-weight:700}.digest-news__btn{position:absolute;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);bottom:16px;right:16px;transition:.2s ease}.digest-news__btn:before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");transition:.2s ease}.digest-news__action-wrapper{position:relative;z-index:2;text-align:center;display:flex;justify-content:center;width:100%}@media screen and (max-width: 640px){.digest-news__action-wrapper{justify-content:flex-start}}.digest-about{padding:96px 0}@media screen and (max-width: 640px){.digest-about{padding:56px 0}}.digest-about__grid{display:flex;flex-direction:column}@media screen and (max-width: 991px){.digest-about__grid{gap:32px}}.digest-about__item{display:flex;align-items:center}@media screen and (max-width: 991px){.digest-about__item{flex-direction:column}}.digest-about__item--reverse{flex-direction:row-reverse;justify-content:space-between}@media screen and (max-width: 991px){.digest-about__item--reverse{flex-direction:column}}.digest-about__image{max-width:100%;width:566px;height:428px;border-radius:8px;overflow:hidden}@media screen and (max-width: 991px){.digest-about__image{width:100%;height:auto}}.digest-about__image img{width:100%;height:100%;object-fit:cover;display:block}.digest-about__text{margin-left:118px;max-width:472px;font-size:18px}@media screen and (max-width: 991px){.digest-about__text{margin-left:0;max-width:100%;margin-top:16px}}.digest-subscribe .section__bg-top{fill:transparent}.digest-subscribe__container{position:relative;height:608px}.digest-subscribe__bg{top:0;left:0;width:100%;height:100%;position:absolute}@media screen and (max-width: 767px){.digest-subscribe__bg{position:absolute;top:0;left:0;width:100%;height:100%}}.digest-subscribe__bg img{width:100%;height:100%;object-fit:cover;display:block}.digest-subscribe__content{position:absolute;bottom:112px;left:10%;width:566px;max-width:100%}@media screen and (max-width: 767px){.digest-subscribe__content{position:relative;bottom:auto;left:auto;padding:82px 16px 272px;width:100%}}.digest-subscribe__content-inner{border-radius:8px;background-color:var(--color-white);padding:72px 118px 72px 32px}@media screen and (max-width: 767px){.digest-subscribe__content-inner{position:relative;bottom:auto;left:auto;max-width:100%;padding:32px}}.digest-subscribe__title{margin:0 0 24px;font-size:32px;font-weight:700;color:var(--color-text);line-height:1.2}@media screen and (max-width: 640px){.digest-subscribe__title{font-size:20px}}.digest-subscribe__text{font-size:18px;margin-bottom:16px}.manuals-info{padding-bottom:96px}@media screen and (max-width: 640px){.manuals-info{padding-bottom:48px}}.manuals-info .section-title{max-width:484px}.manuals-info__grid{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 991px){.manuals-info__grid{gap:16px}}@media screen and (max-width: 640px){.manuals-info__content{width:100%}}.manuals-info__item{border-radius:8px;background-color:var(--color-third-blue);padding:16px;width:calc(50% - 12px);display:flex;align-items:center;gap:30px}@media screen and (max-width: 991px){.manuals-info__item{gap:16px;width:calc(50% - 8px)}}@media screen and (max-width: 850px){.manuals-info__item{width:100%}}@media screen and (max-width: 640px){.manuals-info__item{flex-direction:column}}.manuals-info__image{width:189px;height:261px;border-radius:4px;border:1px solid var(--color-secondary-blue);overflow:hidden;flex-shrink:0}.manuals-info__image img{width:100%;height:100%;object-fit:cover;display:block}.manuals-info__title{font-size:24px;font-weight:700;margin:0 0 16px}.manuals-info__text{font-size:18px;margin-bottom:24px;font-weight:400}.trainings-info{padding-bottom:30px}.trainings-info__grid{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 850px){.trainings-info__grid{gap:16px}}.trainings-info .trainings-slider__item{width:calc(50% - 12px)}@media screen and (max-width: 850px){.trainings-info .trainings-slider__item{height:auto}}@media screen and (max-width: 640px){.trainings-info .trainings-slider__item{width:100%}}.trainings-info .trainings-slider__item-inner{margin:0}@media screen and (max-width: 850px){.trainings-info .trainings-slider__item-inner{max-width:100%}}.trainings-info .trainings-slider__image img{object-position:-40px center}@media screen and (max-width: 850px){.trainings-info .trainings-slider__image img{object-position:center}}.trainings-info .trainings-slider__content{background-color:var(--color-third-blue)}.trainings-info .trainings-slider__content-bg .bg-left,.trainings-info .trainings-slider__content-bg .bg-bottom{fill:var(--color-third-blue)}.webinars-info{padding-bottom:30px}.webinars-info__grid{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 991px){.webinars-info__grid{gap:16px}}@media screen and (max-width: 640px){.webinars-info__grid{gap:24px}}.webinars-info__item{width:calc(50% - 12px);border-radius:8px;overflow:hidden;background-color:var(--color-white);padding:16px;gap:24px;display:flex;flex-direction:column;cursor:pointer}@media screen and (max-width: 991px){.webinars-info__item{padding:0;gap:16px}}@media screen and (max-width: 640px){.webinars-info__item{width:100%}}.webinars-info__item:hover .webinars-info__image:after{transform:translate(-50%,-50%) scale(1.1)}.webinars-info__item--main{width:100%;flex-direction:row;align-items:center}@media screen and (max-width: 640px){.webinars-info__item--main{flex-direction:column;gap:24px}}.webinars-info__image{position:relative;border-radius:4px;overflow:hidden}.webinars-info__image:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Crect width='100' height='100' rx='50' fill='%23FFCC02'/%3E%3Cpath d='M68 50L40.25 66.0215L40.25 33.9785L68 50Z' fill='%23016BA6'/%3E%3C/svg%3E");transition:.2s ease}.webinars-info__item--main .webinars-info__image{width:50%;height:auto}@media screen and (max-width: 640px){.webinars-info__item--main .webinars-info__image{width:100%}}.webinars-info__image img{display:block;width:100%;height:100%;object-fit:cover}.webinars-info__content{flex:1}@media screen and (max-width: 640px){.webinars-info__content{width:100%}}.webinars-info__date{font-size:16px;line-height:1.3;margin-bottom:8px;color:var(--color-main-blue)}.webinars-info__title{margin:0;font-size:20px;line-height:1.2;color:var(--color-text)}.webinars-info__item--main .webinars-info__title{max-width:394px}@media screen and (max-width: 640px){.webinars-info__item--main .webinars-info__title{max-width:100%}}.school-info__grid{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 991px){.school-info__grid{gap:16px}}.school-info__item{border-radius:8px;background-color:var(--color-third-blue);padding:16px;display:flex;flex-direction:column;gap:16px;width:calc(50% - 12px);cursor:pointer}@media screen and (max-width: 991px){.school-info__item{width:calc(50% - 8px)}}@media screen and (max-width: 640px){.school-info__item{width:100%;border-radius:4px;gap:0}}.school-info__item:hover .school-info__image:after{transform:translate(-50%,-50%) scale(1.1)}.school-info__item:nth-child(5n+3),.school-info__item:nth-child(5n+4),.school-info__item:nth-child(5n+5){width:calc(33.3333333333% - 16px)}@media screen and (max-width: 991px){.school-info__item:nth-child(5n+3),.school-info__item:nth-child(5n+4),.school-info__item:nth-child(5n+5){width:calc(50% - 8px)}}@media screen and (max-width: 640px){.school-info__item:nth-child(5n+3),.school-info__item:nth-child(5n+4),.school-info__item:nth-child(5n+5){width:100%}}.school-info__item:nth-child(5n+3) .school-info__title,.school-info__item:nth-child(5n+4) .school-info__title,.school-info__item:nth-child(5n+5) .school-info__title{font-size:18px}@media screen and (max-width: 640px){.school-info__item:nth-child(5n+3) .school-info__title,.school-info__item:nth-child(5n+4) .school-info__title,.school-info__item:nth-child(5n+5) .school-info__title{font-size:14px}}.school-info__item:nth-child(5n+3) .school-info__schedule,.school-info__item:nth-child(5n+4) .school-info__schedule,.school-info__item:nth-child(5n+5) .school-info__schedule{font-size:14px}@media screen and (max-width: 640px){.school-info__item:nth-child(5n+3) .school-info__schedule,.school-info__item:nth-child(5n+4) .school-info__schedule,.school-info__item:nth-child(5n+5) .school-info__schedule{font-size:14px}}.school-info__image{height:0;padding-top:56.25%;position:relative}.school-info__image:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Crect width='100' height='100' rx='50' fill='%23FFCC02'/%3E%3Cpath d='M68 50L40.25 66.0215L40.25 33.9785L68 50Z' fill='%23016BA6'/%3E%3C/svg%3E");transition:.2s ease}.school-info__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px}@media screen and (max-width: 640px){.school-info__image img{border-radius:4px}}@media screen and (max-width: 640px){.school-info__content{padding:16px}}.school-info__schedule{font-size:16px;line-height:1.3;color:var(--color-main-blue);margin-bottom:8px}@media screen and (max-width: 640px){.school-info__schedule{font-size:14px}}.school-info__title{font-size:20px;font-weight:700;margin:0}@media screen and (max-width: 640px){.school-info__title{font-size:14px}}.announcements-info{padding-bottom:48px}.announcements-info__grid{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 640px){.announcements-info__grid{gap:16px}}.announcements-info__item{border-radius:8px;background-color:var(--color-third-blue);padding:16px;display:flex;flex-direction:column;gap:16px;width:calc(33.3333333333% - 16px);text-decoration:none}@media screen and (max-width: 991px){.announcements-info__item{width:calc(50% - 12px)}}@media screen and (max-width: 640px){.announcements-info__item{width:100%}}.announcements-info__image{height:0;padding-top:56.25%;position:relative}.announcements-info__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px}.announcements-info__content{display:flex;flex-direction:column;height:100%}.announcements-info__title{font-size:20px;font-weight:700;margin:0 0 8px;color:var(--color-main-blue);flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.announcements-info__item:hover .announcements-info__title{text-decoration:underline}.announcements-info__schedule{font-size:18px;color:var(--color-text)}.announcements-info__action-wrapper{display:flex;justify-content:center;margin-top:24px}.event-info{padding-bottom:72px}.event-info__image{border-radius:8px;overflow:hidden;margin-bottom:48px}@media screen and (max-width: 991px){.event-info__image{margin-bottom:16px}}.event-info__image img{width:100%}.event-info__inner{display:flex;align-items:flex-start;gap:24px}@media screen and (max-width: 991px){.event-info__inner{flex-direction:column-reverse}}.event-info__content{flex:1}.event-info__description{font-size:18px;margin-bottom:32px}.event-info__description p+p{margin-top:24px}@media screen and (max-width: 767px){.event-info__description{font-size:16px}}.event-info__description a{text-decoration:none}.event-info__description a:hover{text-decoration:underline}.event-info__schedule{width:354px;max-width:100%;padding:24px;border-radius:8px;background-color:var(--color-third-blue);flex-shrink:0;font-size:18px;color:var(--color-text);display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 991px){.event-info__schedule{width:100%;font-size:16px}}.event-info__schedule-item{padding-left:32px;position:relative}.event-info__schedule-item:before{content:"";position:absolute;left:0;top:0;width:24px;height:24px}.event-info__schedule-date:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 2V6M16 2V6M3 10H21M5 4H19C20.1046 4 21 4.89543 21 6V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V6C3 4.89543 3.89543 4 5 4Z' stroke='%23016BA6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.event-info__schedule-place:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 10C20 14.993 14.461 20.193 12.601 21.799C12.4277 21.9293 12.2168 21.9998 12 21.9998C11.7832 21.9998 11.5723 21.9293 11.399 21.799C9.539 20.193 4 14.993 4 10C4 7.87827 4.84285 5.84344 6.34315 4.34315C7.84344 2.84285 9.87827 2 12 2C14.1217 2 16.1566 2.84285 17.6569 4.34315C19.1571 5.84344 20 7.87827 20 10Z' stroke='%23016BA6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z' stroke='%23016BA6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.event-info__schedule-cost:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.00001 12.0001H12M15 9.4001C14.4685 8.77873 13.7594 8.33517 12.9681 8.12915C12.1769 7.92313 11.3415 7.96455 10.5744 8.24784C9.80743 8.53112 9.14565 9.04265 8.67825 9.71354C8.21085 10.3844 7.96027 11.1824 7.96027 12.0001C7.96027 12.8178 8.21085 13.6158 8.67825 14.2867C9.14565 14.9575 9.80743 15.4691 10.5744 15.7524C11.3415 16.0356 12.1769 16.0771 12.9681 15.871C13.7594 15.665 14.4685 15.2215 15 14.6001M3.85001 8.6201C3.70405 7.96262 3.72646 7.27894 3.91517 6.63244C4.10387 5.98593 4.45276 5.39754 4.92948 4.92182C5.4062 4.4461 5.99532 4.09844 6.64222 3.91109C7.28911 3.72374 7.97284 3.70276 8.63001 3.8501C8.99172 3.2844 9.49001 2.81886 10.079 2.49638C10.6679 2.17391 11.3286 2.00488 12 2.00488C12.6715 2.00488 13.3321 2.17391 13.9211 2.49638C14.51 2.81886 15.0083 3.2844 15.37 3.8501C16.0282 3.70212 16.7131 3.72301 17.361 3.91081C18.0089 4.09862 18.5988 4.44724 19.0759 4.92425C19.5529 5.40126 19.9015 5.99117 20.0893 6.6391C20.2771 7.28703 20.298 7.97193 20.15 8.6301C20.7157 8.99181 21.1812 9.4901 21.5037 10.079C21.8262 10.668 21.9952 11.3286 21.9952 12.0001C21.9952 12.6715 21.8262 13.3322 21.5037 13.9211C21.1812 14.5101 20.7157 15.0084 20.15 15.3701C20.2973 16.0273 20.2764 16.711 20.089 17.3579C19.9017 18.0048 19.554 18.5939 19.0783 19.0706C18.6026 19.5473 18.0142 19.8962 17.3677 20.0849C16.7212 20.2736 16.0375 20.2961 15.38 20.1501C15.0188 20.718 14.5201 21.1855 13.9301 21.5094C13.3402 21.8333 12.678 22.0032 12.005 22.0032C11.332 22.0032 10.6698 21.8333 10.0799 21.5094C9.48993 21.1855 8.99125 20.718 8.63001 20.1501C7.97284 20.2974 7.28911 20.2765 6.64222 20.0891C5.99532 19.9018 5.4062 19.5541 4.92948 19.0784C4.45276 18.6027 4.10387 18.0143 3.91517 17.3678C3.72646 16.7213 3.70405 16.0376 3.85001 15.3801C3.27997 15.0193 2.81042 14.5203 2.48506 13.9293C2.15969 13.3384 1.98907 12.6747 1.98907 12.0001C1.98907 11.3255 2.15969 10.6618 2.48506 10.0709C2.81042 9.47992 3.27997 8.98085 3.85001 8.6201Z' stroke='%23016BA6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.event-info__schedule-link{color:var(--color-text);text-decoration:none;background-color:var(--color-secondary-blue)}.event-info__schedule-link:hover{text-decoration:underline}@media screen and (max-width: 767px){.event-info__schedule-link{font-size:16px}}.event-info__socials-title{font-size:18px;font-weight:700;color:var(--color-text);margin-bottom:16px}.event-info__socials .socials{display:flex;gap:16px}.event-participation .section__bg-top{fill:transparent}.event-participation__container{height:608px;position:relative}.event-participation__bg{top:0;left:0;width:100%;height:100%;position:absolute}@media screen and (max-width: 767px){.event-participation__bg{position:absolute;top:0;left:0;width:100%;height:100%}}.event-participation__bg img{width:100%;height:100%;object-fit:cover;display:block}.event-participation__content{position:absolute;z-index:2;left:10%;bottom:62px;max-width:566px;width:100%}@media screen and (max-width: 767px){.event-participation__content{position:relative;bottom:auto;left:auto;padding:82px 16px 272px;width:100%}}.event-participation__content-inner{border-radius:8px;background-color:var(--color-white);padding:72px 118px 92px 32px}@media screen and (max-width: 767px){.event-participation__content-inner{position:relative;bottom:auto;left:auto;max-width:100%;padding:32px}}.event-participation__title{margin:0 0 24px;font-size:32px;font-weight:700;color:var(--color-text);line-height:1.2}@media screen and (max-width: 640px){.event-participation__title{font-size:20px}}.event-participation__text{font-size:18px;margin-bottom:16px}@media screen and (max-width: 640px){.event-participation__text{font-size:18px;margin-bottom:16px}}.event-participation__phone a,.event-participation__email a{font-size:24px;font-weight:700;color:var(--color-text);text-decoration:none;display:block;margin-top:8px}.event-participation__phone a:hover,.event-participation__email a:hover{text-decoration:underline}@media screen and (max-width: 640px){.event-participation__phone a,.event-participation__email a{font-size:18px}}.event-participation__phone{margin-bottom:24px}.consortium-info{padding-bottom:48px}.consortium-info__text{font-size:18px;max-width:826px}.consortium-tile{border-radius:8px;padding:24px;display:flex;gap:24px;align-items:flex-start}@media screen and (max-width: 640px){.consortium-tile{flex-direction:column}}.consortium-tile__image{width:212px}.consortium-tile__content{flex:1}.consortium-tile__title{font-size:20px;font-weight:700;margin:0 0 24px}.consortium-tile__info{font-size:18px;margin-bottom:16px}.consortium-tile__info span{display:block;font-size:12px;margin-bottom:2px}.consortium-main{margin-bottom:48px}.consortium-main__container{display:flex;gap:24px}@media screen and (max-width: 1200px){.consortium-main__container{flex-direction:column}}.consortium-main__title{font-size:20px;font-weight:700;color:var(--color-secondary);margin:0 0 24px}.consortium-main__col{display:flex;flex-direction:column;width:calc(50% - 12px)}@media screen and (max-width: 1200px){.consortium-main__col{width:100%}}.consortium-main__item{background-color:var(--color-secondary-blue);height:100%}.consortium-main__item-link{background-color:var(--color-third-blue);text-decoration:underline;color:var(--color-main-blue)}.consortium-main__item-link:hover{text-decoration:none}.consortium-members{margin-bottom:48px}.consortium-members__title{font-size:20px;font-weight:700;color:var(--color-secondary);margin:0 0 24px}.consortium-members__grid{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 1200px){.consortium-members__grid{flex-direction:column}}.consortium-members__item{width:calc(50% - 12px);background-color:var(--color-third-blue)}@media screen and (max-width: 1200px){.consortium-members__item{width:100%}}.consortium-members__item-link{background-color:var(--color-third-blue);text-decoration:underline;color:var(--color-main-blue)}.consortium-members__item-link:hover{text-decoration:none}.foundation-hero .section__bg-top{fill:transparent}.foundation-hero__container{position:relative;height:700px}@media screen and (max-width: 991px){.foundation-hero__container{height:auto}}.foundation-hero__image{width:100%;height:100%}.foundation-hero__image img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 991px){.foundation-hero__image{position:absolute;top:0;left:0;width:100%;height:100%}}.foundation-hero__content{position:absolute;bottom:164px;left:10%;width:665px;max-width:100%;color:var(--color-white)}@media screen and (max-width: 991px){.foundation-hero__content{position:relative;bottom:auto;left:auto;padding:186px 16px 82px;max-width:100%}}.foundation-hero__title{font-size:50px;font-weight:700;color:var(--color-white);margin:0 0 8px}@media screen and (max-width: 640px){.foundation-hero__title{font-size:32px}}.foundation-hero__text{font-size:18px;margin-bottom:24px}@media screen and (min-width: 767px){.foundation-hero .btn-primary:hover{background-color:transparent;border-color:var(--color-white);color:var(--color-white)}.foundation-hero .btn-primary:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.foundation-info{padding:96px 0}@media screen and (max-width: 640px){.foundation-info{padding:48px 0}}.foundation-info__title{width:100%}.foundation-info__text{font-size:18px}.foundation-info__content{display:flex;flex-wrap:wrap;gap:24px;align-items:center}@media screen and (max-width: 991px){.foundation-info__content{flex-direction:column}}.foundation-info__content-inner{flex:1;max-width:708px;width:100%}@media screen and (max-width: 991px){.foundation-info__content-inner{max-width:100%}}.foundation-info__content p{margin:0}.foundation-info__content p+p{margin-top:24px}.foundation-info__content h2{margin:32px 0 24px;color:var(--color-main-blue);font-size:20px;font-weight:700}.foundation-info__image{width:565px;height:548px;border-radius:8px;overflow:hidden}@media screen and (max-width: 991px){.foundation-info__image{width:50%;height:auto;align-self:flex-start}}@media screen and (max-width: 767px){.foundation-info__image{width:100%}}.foundation-info__image img{width:100%;height:100%;object-fit:cover}.foundation-info .btn-wrapper{display:flex;align-items:center;gap:24px;margin-top:24px}@media screen and (max-width: 640px){.foundation-info .btn-wrapper{flex-direction:column;width:100%}}@media screen and (max-width: 640px){.foundation-info .btn-wrapper .btn{padding:10px 24px;width:100%;justify-content:center}}@media screen and (max-width: 640px){.foundation-info .btn-wrapper .btn:after{position:static;transform:none;padding:0 6px;background-repeat:no-repeat;background-position:center}}.foundation-info .link-arrow{color:var(--color-text)}.foundation-about{background-color:var(--color-main-blue);padding:64px 0 96px}@media screen and (max-width: 640px){.foundation-about{padding:48px 0}}.foundation-about__container{color:var(--color-white)}.foundation-about__row{display:flex;align-items:center;gap:118px}@media screen and (max-width: 991px){.foundation-about__row{gap:24px}}@media screen and (max-width: 767px){.foundation-about__row{flex-direction:column}}.foundation-about__row--reverse{flex-direction:row-reverse;gap:92px}@media screen and (max-width: 991px){.foundation-about__row--reverse{gap:24px}}@media screen and (max-width: 767px){.foundation-about__row--reverse{flex-direction:column}}@media screen and (max-width: 1200px){.foundation-about__row+.foundation-about__row{margin-top:24px}}@media screen and (max-width: 640px){.foundation-about__row+.foundation-about__row{margin-top:32px}}.foundation-about__image{width:565px;height:548px;border-radius:8px;overflow:hidden}@media screen and (max-width: 991px){.foundation-about__image{width:50%;height:auto;align-self:flex-start}}@media screen and (max-width: 767px){.foundation-about__image{order:-1}}@media screen and (max-width: 767px){.foundation-about__image{width:100%}}.foundation-about__image img{width:100%;height:100%;object-fit:cover}.foundation-about__content{flex:1}.foundation-about__content h2{margin:0 0 24px;font-size:20px;font-weight:700;line-height:1.2}@media screen and (max-width: 767px){.foundation-about__content h2{margin-bottom:18px}}.foundation-about__content p{font-size:18px;margin:0}.foundation-about__content p+p{margin-top:24px}@media screen and (max-width: 767px){.foundation-about__content p+p{margin-top:12px}}.foundation-about__content a{margin-top:24px}.foundation-about__content ul{list-style-type:none;padding-left:0;margin:0;display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 640px){.foundation-about__content ul{flex-direction:column}}.foundation-about__content ul li{width:calc(50% - 12px)}@media screen and (max-width: 640px){.foundation-about__content ul li{width:100%}}.foundation-about__content ul li .icon{width:56px;height:56px;border-radius:50%;border:1px solid var(--color-secondary-blue);display:flex;align-items:center;justify-content:center;background-color:var(--color-white);margin-bottom:16px}.foundation-business{background-color:var(--color-third-blue);padding:64px 0 48px}@media screen and (max-width: 640px){.foundation-business{padding:48px 0}}.foundation-business__title{color:var(--color-text);margin-bottom:48px}@media screen and (max-width: 640px){.foundation-business__title{margin-bottom:24px}}.foundation-business__list{display:flex;justify-content:space-between;gap:16px}@media screen and (max-width: 991px){.foundation-business__list{flex-wrap:wrap}}.foundation-business__item{width:282px;max-width:100%}@media screen and (max-width: 991px){.foundation-business__item{width:calc(50% - 8px)}}@media screen and (max-width: 640px){.foundation-business__item{width:100%}}.foundation-business__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);margin-bottom:16px}.foundation-business__subtitle{font-size:20px;font-weight:700;margin:0 0 8px}.foundation-business__text{font-size:18px}.foundation-projects{padding:64px 0;background-color:var(--color-third-blue)}@media screen and (max-width: 640px){.foundation-projects{padding:48px 0}}.foundation-projects__title{color:var(--color-text)}.foundation-projects__list{display:flex;flex-wrap:wrap;gap:24px;margin-top:48px}@media screen and (max-width: 767px){.foundation-projects__list{margin-top:24px}}.foundation-projects__item{width:calc(25% - 18px);border-radius:8px;background-color:var(--color-white);display:flex;flex-direction:column;padding:16px 16px 24px}@media screen and (max-width: 1200px){.foundation-projects__item{width:calc(50% - 12px)}}@media screen and (max-width: 640px){.foundation-projects__item{width:100%}}.foundation-projects__image{width:100%;height:298px;border-radius:4px;overflow:hidden;margin-bottom:24px}@media screen and (max-width: 767px){.foundation-projects__image{height:auto;margin-bottom:16px}}.foundation-projects__image img{width:100%;height:100%;object-fit:cover}.foundation-projects__subtitle{margin:0 0 8px;font-size:20px;font-weight:700;color:var(--color-main-blue);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.foundation-projects__text{font-size:18px;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.foundation-projects .btn,.foundation-projects__btn-wrapper{margin-top:auto}.foundation-support__container{height:608px;position:relative}.foundation-support .section__bg-top{fill:transparent}.foundation-support__image{width:100%;height:100%}@media screen and (max-width: 767px){.foundation-support__image{position:absolute;top:0;left:0;width:100%;height:100%}}.foundation-support__image img{width:100%;height:100%;object-fit:cover}.foundation-support__content{position:absolute;bottom:112px;left:10%;width:566px;max-width:100%}@media screen and (max-width: 767px){.foundation-support__content{position:relative;bottom:auto;left:auto;padding:82px 16px 272px;width:100%}}.foundation-support__content-inner{border-radius:8px;background-color:var(--color-white);padding:72px 118px 72px 32px}@media screen and (max-width: 767px){.foundation-support__content-inner{position:relative;bottom:auto;left:auto;max-width:100%;padding:32px}}.foundation-support__title{font-size:32px;font-weight:700;margin:0 0 24px}@media screen and (max-width: 640px){.foundation-support__title{font-size:20px}}.foundation-support__text{font-size:18px;margin:0 0 16px}.gallery-photo{padding-bottom:48px}.gallery-photo__image{width:calc(33.3% - 16px);display:flex;margin-bottom:24px;border-radius:8px}@media screen and (max-width: 991px){.gallery-photo__image{width:calc(50% - 12px)}}@media screen and (max-width: 640px){.gallery-photo__image{width:100%;margin-bottom:16px}}.gallery-photo__grid{opacity:0}.gallery-photo__grid.masonry-initialized{opacity:1;transition:opacity .3s ease}.gallery-video{padding-bottom:48px}@media screen and (max-width: 640px){.gallery-video .section-title{margin-bottom:0}}.gallery-video__grid{display:flex;gap:24px;flex-wrap:wrap}@media screen and (max-width: 640px){.gallery-video__grid{gap:16px}}.gallery-video__item{width:calc(50% - 12px);height:368px;border-radius:8px;background-color:var(--color-white);object-fit:cover;overflow:hidden;position:relative;cursor:pointer;padding:16px}@media screen and (max-width: 991px){.gallery-video__item{height:280px}}@media screen and (max-width: 640px){.gallery-video__item{width:100%;height:auto;padding:0}}.gallery-video__item:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Crect width='100' height='100' rx='50' fill='%23FFCC02'/%3E%3Cpath d='M68 50L40.25 66.0215L40.25 33.9785L68 50Z' fill='%23016BA6'/%3E%3C/svg%3E");transition:.2s ease}.gallery-video__item:hover:after{transform:translate(-50%,-50%) scale(1.1)}.gallery-video__image{width:100%;height:100%;object-fit:cover;border-radius:4px}.photo-category__grid{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 640px){.photo-category__grid{gap:16px}}.photo-category__item{border-radius:8px;background-color:var(--color-third-blue);padding:16px;display:flex;flex-direction:column;gap:16px;width:calc(33.3333333333% - 16px);text-decoration:none}@media screen and (max-width: 991px){.photo-category__item{width:calc(50% - 12px)}}@media screen and (max-width: 640px){.photo-category__item{width:100%}}.photo-category__image{height:0;padding-top:56.25%;position:relative}.photo-category__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px}.photo-category__content{display:flex;flex-direction:column;height:100%}.photo-category__title{font-size:20px;font-weight:700;margin:0 0 8px;color:var(--color-main-blue);flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.photo-category__title:hover,.announcements-info__item:hover .photo-category__title{text-decoration:underline}.photo-category__text{font-size:18px}.photo-category__schedule{font-size:18px;color:var(--color-text)}.photo-category__action-wrapper{display:flex;justify-content:center;margin-top:24px}@media screen and (max-width: 640px){.photo-category__action-wrapper{margin-top:16px;justify-content:flex-start}}.video-category{padding-bottom:48px}.video-category__grid,.video-category__group{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 991px){.video-category__grid,.video-category__group{gap:16px}}.video-category__item{border-radius:8px;background-color:var(--color-third-blue);padding:16px;display:flex;flex-direction:column;gap:16px;width:calc(50% - 12px);cursor:pointer}@media screen and (max-width: 991px){.video-category__item{width:calc(50% - 8px)}}@media screen and (max-width: 640px){.video-category__item{width:100%;border-radius:4px;gap:0}}.video-category__item:hover .video-category__image:after{transform:translate(-50%,-50%) scale(1.1)}.video-category__image{height:0;padding-top:56.25%;position:relative}.video-category__image:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Crect width='100' height='100' rx='50' fill='%23FFCC02'/%3E%3Cpath d='M68 50L40.25 66.0215L40.25 33.9785L68 50Z' fill='%23016BA6'/%3E%3C/svg%3E");transition:.2s ease}.video-category__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px}@media screen and (max-width: 640px){.video-category__image img{border-radius:4px}}.video-category__thumbnail:after{display:none}@media screen and (max-width: 640px){.video-category__content{padding:16px}}.video-category__schedule{font-size:16px;line-height:1.3;color:var(--color-main-blue);margin-bottom:8px}.video-category__title{font-size:20px;font-weight:700;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-decoration:none;color:var(--color-text)}.video-category__action-wrapper{display:flex;justify-content:center;margin-top:24px}@media screen and (max-width: 640px){.video-category__action-wrapper{margin-top:16px;justify-content:flex-start}}.video-category__group{margin-top:24px}@media screen and (max-width: 640px){.video-category__group{margin-top:16px}}.video-category__group-item{width:calc(33.3333333333% - 16px)}@media screen and (max-width: 991px){.video-category__group-item{width:calc(50% - 8px)}}@media screen and (max-width: 640px){.video-category__group-item{width:100%}}.video-category__group-image{border-radius:4px}.video-category__group-image:after{display:none}.video-category__group-image img{border-radius:4px}.video-category__group-title{font-size:20px;font-weight:700;color:var(--color-main-blue);text-decoration:none}.video-category__group-title:hover{text-decoration:underline}.error-404{padding:90px 0 148px;background-color:var(--color-main-blue)}@media screen and (max-width: 640px){.error-404{padding:100px 0 200px}}.error-404 .section__bg-top{fill:var(--color-main-blue)}.error-404__content{display:flex;align-items:center;flex-direction:column;color:var(--color-white)}.error-404__title{margin:0;font-size:150px;font-weight:700}@media screen and (max-width: 640px){.error-404__title{font-size:100px}}.error-404__text{font-weight:700;font-size:40px;line-height:1.2;margin:0 0 16px}@media screen and (max-width: 640px){.error-404__text{font-size:32px}}.error-404__subtext{font-size:18px;text-align:center;margin:0 0 56px}@media screen and (max-width: 640px){.error-404__subtext{font-size:16px}}.error-404__link:visited,.error-404__link{color:var(--color-text)}.error-404__link:visited:hover,.error-404__link:hover{color:var(--color-white);border-color:var(--color-white)}.error-404__link:visited:hover:after,.error-404__link:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.no-results{padding:0 0 104px}@media screen and (max-width: 767px){.no-results{padding-bottom:48px}}.no-results__title{font-size:40px;font-weight:700;margin:0 0 16px;color:var(--color-main-blue)}@media screen and (max-width: 767px){.no-results__title{font-size:32px}}.no-results__headline{font-size:16px;color:var(--color-text)}.no-results__content{margin-top:72px;border-radius:8px;padding:72px 24px;background-color:var(--color-third-blue);text-align:center}@media screen and (max-width: 767px){.no-results__content{margin-top:16px;padding:32px 16px}}.no-results__subtitle{font-size:24px;font-weight:700;color:var(--color-main-blue);margin:0 0 24px}.no-results__grid{display:flex;gap:96px;justify-content:center}@media screen and (max-width: 991px){.no-results__grid{gap:24px}}@media screen and (max-width: 767px){.no-results__grid{gap:40px;flex-direction:column}}.no-results__item{display:flex;flex-direction:column;gap:8px;width:258px;max-width:100%;align-items:flex-start;text-align:left}@media screen and (max-width: 767px){.no-results__item{width:100%}}.no-results__icon{width:56px;height:56px;border-radius:50%;border:1px solid var(--color-secondary-blue);background-color:var(--color-white);font-size:24px;font-weight:700;color:var(--color-main-blue);display:flex;align-items:center;justify-content:center}.no-results__text{font-size:18px;color:var(--color-text)}.results__grid{margin:72px 0 0;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 640px){.results__grid{margin-top:16px}}.results__grid:last-child{margin-bottom:72px}@media screen and (max-width: 640px){.results__grid:last-child{margin-bottom:48px}}.results-item__container{display:flex;align-items:center;padding:16px;background-color:var(--color-third-blue);border-radius:8px;gap:16px;justify-content:space-between}.results-item__content{width:694px;max-width:100%}.results-item__date{font-size:12px;color:#215d9a;margin-bottom:8px}.results-item__subtitle{margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.results-item__subtitle a{font-size:20px;font-weight:700;color:var(--color-text);text-decoration:none}.results-item .entry-summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.results-item p{margin:0;line-height:1.7;font-size:14px;color:var(--color-text)}.results-item p+p{margin-top:12px}.results-item p a{color:var(--color-text)}.results__navigation{display:flex;justify-content:center;margin-top:32px;margin-bottom:72px}@media screen and (max-width: 640px){.results__navigation{margin-bottom:48px}}.results__navigation .nav-links{display:flex;gap:8px;align-items:center}.results__navigation .nav-links a{padding:10px 48px 10px 24px;border-radius:8px;display:flex;align-items:center;height:44px;border:1px solid currentColor;width:fit-content;position:relative;text-decoration:none;transition:.2s ease;cursor:pointer;font-family:Open Sans,sans-serif;font-size:16px;background-color:transparent;border-color:var(--color-main-blue);color:var(--color-main-blue)}.results__navigation .nav-links a:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:24px;width:16px;height:16px;transition:.2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23016BA6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (min-width: 768px){.results__navigation .nav-links a:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-text)}.results__navigation .nav-links a:hover:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%2300133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.form-page__title{margin:0 0 70px;font-size:40px;font-weight:700;color:var(--color-main-blue)}@media screen and (max-width: 991px){.form-page__title{font-size:32px;margin:0 0 16px}}.form-page .row{display:flex;gap:72px}@media screen and (max-width: 991px){.form-page .row{gap:0;flex-direction:column}}.form-page .col{flex:1}.form-page .col p{display:flex;flex-direction:column;margin:0 0 32px}.form-page .col br{display:none}.form-page .col a{font-size:14px;color:var(--color-main-blue);position:absolute;top:0;right:0;display:flex;align-items:center;gap:4px;padding-left:20px;text-decoration:none}@media screen and (max-width: 767px){.form-page .col a{font-size:0}}.form-page .col a:hover{text-decoration:underline}.form-page .col a:before{content:"";position:absolute;top:2px;left:0;margin-right:4px;height:16px;width:16px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_1589_6772)'%3E%3Cpath d='M7.9987 10.6667V8.00004M7.9987 5.33337H8.00536M14.6654 8.00004C14.6654 11.6819 11.6806 14.6667 7.9987 14.6667C4.3168 14.6667 1.33203 11.6819 1.33203 8.00004C1.33203 4.31814 4.3168 1.33337 7.9987 1.33337C11.6806 1.33337 14.6654 4.31814 14.6654 8.00004Z' stroke='%23016BA6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1589_6772'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form-page .wpcf7-form-control-wrap{display:flex;flex-direction:column;width:100%;margin-top:4px}.form-page label{font-size:14px;color:var(--color-text)}.form-page label span,.form-page label .required{color:var(--color-danger)}.form-page input,.form-page textarea{width:100%;background-color:var(--color-white);border-radius:8px;border:1px solid var(--color-secondary-blue);font-size:14px;padding:8px 16px;outline:none;font-family:inherit;color:var(--color-main-blue)}.form-page input::placeholder,.form-page textarea::placeholder{color:var(--color-secondary-blue)}.form-page input.wpcf7-not-valid,.form-page textarea.wpcf7-not-valid{border-color:var(--color-danger);background-color:var(--color-danger-light)}.form-page input.wpcf7-not-valid::placeholder,.form-page textarea.wpcf7-not-valid::placeholder{color:var(--color-danger)}.form-page input{height:40px}.form-page .wpcf7-radio label{display:flex;align-items:center}.form-page input[type=radio]{margin:0 4px 0 0;width:16px;height:16px}.form-page input[type=radio]+.wpcf7-list-item-label{color:var(--color-text)}.form-page input[type=submit]{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-text);transition:.2s ease;cursor:pointer;width:fit-content;padding:12px 24px;line-height:1;font-size:16px}@media screen and (min-width: 767px){.form-page input[type=submit]:hover{background-color:transparent;border-color:var(--color-secondary);color:var(--color-secondary)}}.form-page textarea{height:80px;resize:none}.form-page .wpcf7-not-valid-tip{margin-top:4px}.form-page .choices{width:100%;margin:0}.form-page .choices__inner{height:auto;background-color:transparent;border:0;padding:0!important;min-height:initial}.form-page .choices__list--single{border-radius:8px;height:40px;border-color:var(--color-secondary-blue);color:var(--color-main-blue);background-color:var(--color-white);display:flex;align-items:center;padding:8px 16px;border:1px solid var(--color-secondary-blue)}.form-page .wpcf7-not-valid+.choices__list--single{border-color:var(--color-danger);background-color:var(--color-danger-light)}.form-page .wpcf7-not-valid+.choices__list--single .choices__placeholder{color:var(--color-danger)}.form-page .is-open .choices__inner{border-radius:8px}.form-page .choices__list--dropdown,.form-page .choices__list[aria-expanded]{margin:4px 0;border-radius:8px;border-color:var(--color-secondary-blue);background-color:var(--color-white)}.form-page .choices__placeholder{color:var(--color-secondary-blue);opacity:1}.form-page .choices__list--dropdown .choices__list,.form-page .choices__list[aria-expanded] .choices__list{color:var(--color-text);padding:4px}.form-page .choices[data-type*=select-one]:after{width:24px;height:24px;border:0;top:10px;margin:0;right:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23D4E3FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.form-page .choices[data-type*=select-one].is-open:after{margin:0;transform:rotate(180deg)}.form-page .wpcf7-radio{display:flex;align-items:center;gap:12px}.form-page .wpcf7-radio input{width:16px;height:16px}.form-page .wpcf7-radio .wpcf7-list-item{display:flex;margin:0}.form-page .wpcf7-radio .wpcf7-list-item:not(:first-child){margin-left:14px}.form-page .word-counter{display:none}@source "../views/";@source "../../app/";
