body.body_frontend{--container-width:1510px;--container-padding-y:15px;--top-header-height:96px}.section_expanding_cards .expanding_card .content_block{font-size:16px}@media (max-width:991.98px){.section_expanding_cards{padding:75px 0}.section_expanding_cards .expanding_card{pointer-events:none;max-width:600px;margin:40px auto;padding:0 var(--container-padding-y)}.section_expanding_cards .expanding_card:first-child{margin-top:0}.section_expanding_cards .expanding_card:last-child{margin-bottom:0}.section_expanding_cards .expanding_card .expanding_card__bg{position:relative}.section_expanding_cards .expanding_card .expanding_card__bg:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;display:inline-block;background:rgba(0,0,0,.25)}.section_expanding_cards .expanding_card .content_block{padding-top:25px}.section_expanding_cards .expanding_card .expanding_card__image_container{position:relative;overflow:hidden}.section_expanding_cards .expanding_card .expanding_card__image_container .title_block{color:#fff;position:absolute;bottom:25px;left:0;width:100%;text-align:center;padding:0 var(--container-padding-y)}}@media (min-width:992px){.section_expanding_cards .expanding_cards_holder{font-size:0;line-height:0;position:relative;height:763px}.section_expanding_cards .expanding_cards_holder .expanding_card{cursor:pointer;width:calc(100% / 3);display:inline-block;height:100%;position:absolute;overflow:hidden;-webkit-transition:all 600ms ease-in-out;-moz-transition:all 600ms ease-in-out;-ms-transition:all 600ms ease-in-out;-o-transition:all 600ms ease-in-out;transition:all 600ms ease-in-out}.section_expanding_cards .expanding_cards_holder .expanding_card:nth-child(1){margin-left:0}.section_expanding_cards .expanding_cards_holder .expanding_card:nth-child(2){margin-left:calc(100% / 3)}.section_expanding_cards .expanding_cards_holder .expanding_card:nth-child(3){margin-left:calc(100% / 3 * 2)}.section_expanding_cards .expanding_cards_holder .expanding_card .expanding_card__container{height:100%;position:relative}.section_expanding_cards .expanding_cards_holder .expanding_card .title_block{color:#fff;position:absolute;bottom:40px;left:50%;transform:translateX(-50%);-webkit-transition:all 600ms ease-in-out;-moz-transition:all 600ms ease-in-out;-ms-transition:all 600ms ease-in-out;-o-transition:all 600ms ease-in-out;transition:all 600ms ease-in-out}.section_expanding_cards .expanding_cards_holder .expanding_card .title_block .expanding_card__title_icon{margin:0 50%;transform:translateX(-50%);-webkit-transition:all 600ms ease-in-out;-moz-transition:all 600ms ease-in-out;-ms-transition:all 600ms ease-in-out;-o-transition:all 600ms ease-in-out;transition:all 600ms ease-in-out}.section_expanding_cards .expanding_cards_holder .expanding_card .expanding_card__image_container{width:100%;height:100%;position:absolute;z-index:-1}.section_expanding_cards .expanding_cards_holder .expanding_card .expanding_card__image_container:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;display:inline-block;background:rgba(0,0,0,.25)}.section_expanding_cards .expanding_cards_holder .expanding_card .expanding_card__image_container .expanding_card__bg{width:100%;height:100%}.section_expanding_cards .expanding_cards_holder .expanding_card .expanding_card__image_container .expanding_card__bg .image_block__image{object-fit:cover;width:100%;height:100%}.section_expanding_cards .expanding_cards_holder .expanding_card .content_block{color:#fff;position:absolute;right:-100px;bottom:40px;max-width:400px;width:100%;opacity:0}.section_expanding_cards .expanding_cards_holder .expanding_card.active_state{margin:0;width:100%;z-index:99}.section_expanding_cards .expanding_cards_holder .expanding_card.active_state .title_block{left:var(--container-padding-y);text-align:left;transform:none}.section_expanding_cards .expanding_cards_holder .expanding_card.active_state .title_block .expanding_card__title_icon{margin:0;transform:rotate(45deg)}.section_expanding_cards .expanding_cards_holder .expanding_card.active_state .content_block{-webkit-transition:all 600ms ease-in-out;-moz-transition:all 600ms ease-in-out;-ms-transition:all 600ms ease-in-out;-o-transition:all 600ms ease-in-out;transition:all 600ms ease-in-out;transition-delay:300ms;right:var(--container-padding-y);opacity:1}.section_expanding_cards .expanding_cards_holder .expanding_card.high_z_index_state{z-index:9}}.section_text_cards{color:#fff}.section_text_cards .text_cards_holder{margin-top:100px;display:flex;justify-content:space-between;align-items:center;gap:75px 20px}.section_text_cards .text_cards_holder .text_card{max-width:475px}.section_text_cards .text_cards_holder .text_card_line{max-width:100%;width:75px;height:1px;background-color:#fff}@media (max-width:991.98px){.section_text_cards .text_cards_holder{flex-direction:column}.section_text_cards .text_cards_holder .text_card_line{width:200px}}.section_colored_cards{--colored-card-padding:40px}@media (max-width:1199.98px){.section_colored_cards{--colored-card-padding:20px}}.section_colored_cards .content_block_above_cards{color:#244eff;margin-bottom:50px;max-width:700px;width:100%}.section_colored_cards .colored_cards_holder{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width:950px){.section_colored_cards .colored_cards_holder{grid-template-columns:1fr}}.section_colored_cards .colored_cards_holder .colored_card{cursor:pointer;color:#fff;padding:var(--colored-card-padding) 0;height:624px;overflow:hidden;width:100%;position:relative}@media (max-width:1199.98px){.section_colored_cards .colored_cards_holder .colored_card{height:500px}}@media (max-width:991.98px){.section_colored_cards .colored_cards_holder .colored_card{height:450px}}@media screen and (max-width:950px){.section_colored_cards .colored_cards_holder .colored_card{height:624px;margin:0 auto;max-width:476px}}@media (max-width:575.98px){.section_colored_cards .colored_cards_holder .colored_card{height:500px;margin:0 auto;max-width:476px}}.section_colored_cards .colored_cards_holder .colored_card .colored_card__title{padding:0 var(--colored-card-padding)}.section_colored_cards .colored_cards_holder .colored_card .colored_card__title_icon{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;transform:rotate(45deg);width:9px;height:auto}.section_colored_cards .colored_cards_holder .colored_card .colored_card__icon{max-height:450px;width:100%;height:auto}.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block{position:absolute;width:100%;top:50%;margin-top:-50%;padding:0 var(--colored-card-padding)}.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block{display:none;padding:var(--colored-card-padding) 0}.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-family:MontserratSemiBold,Arial,sans-serif;line-height:1.25;color:inherit;margin:20px 0}.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:25px}@media screen and (min-width:450px){.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:calc(25px + 3 * ((100vw - 450px) / 950))!important}}@media screen and (min-width:1400px){.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:28px!important}}.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading:first-child{margin-top:0}.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading:last-child{margin-bottom:0}@media (max-width:1199.98px){.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:20px}}@media screen and (max-width:1199.98px) and (min-width:450px){.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:calc(20px + 3 * ((100vw - 450px) / 950))!important}}@media screen and (max-width:1199.98px) and (min-width:1400px){.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:23px!important}}@media (max-width:991.98px){.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:18px}}@media screen and (max-width:991.98px) and (min-width:450px){.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:calc(18px + 2 * ((100vw - 450px) / 950))!important}}@media screen and (max-width:991.98px) and (min-width:1400px){.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:20px!important}}@media screen and (max-width:950px){.section_colored_cards .colored_cards_holder .colored_card .colored_card__animate_block .content_block .content_block__heading{font-size:23px!important}}.section_colored_cards .colored_cards_holder .colored_card.clicked_state .colored_card__animate_block{top:auto;bottom:0;margin-top:0%}.section_colored_cards .colored_cards_holder .colored_card.clicked_state .colored_card__title_icon{transform:rotate(0deg)}.section_timeline .section_timeline__row{display:flex}.section_timeline .num_counter{font-family:MontserratSemiBold,Arial,sans-serif;line-height:1.25;text-transform:uppercase;flex-basis:0%;min-width:110px}.section_timeline .num_counter{font-size:40px}@media screen and (min-width:450px){.section_timeline .num_counter{font-size:calc(40px + 39 * ((100vw - 450px) / 950))!important}}@media screen and (min-width:1400px){.section_timeline .num_counter{font-size:79px!important}}.section_timeline .content_block{max-width:476px}.section_timeline .content_block .text_style_28{color:#244eff}@media (max-width:991.98px){.section_timeline .content_block{max-width:100%}}.section_timeline .timeline_animation_block{display:flex;align-items:end;justify-content:space-between;max-width:550px}@media (min-width:992px){.section_timeline .timeline_animation_block{margin-left:auto;border-left:1px solid #808285;padding-left:5%}}.section_timeline .timeline_animation_block__images_slider{position:relative;width:320px;height:auto;max-width:100%;aspect-ratio:1/1;border-radius:100%;overflow:hidden}.section_timeline .timeline_animation_block__images_slider .image_block{position:absolute;height:100%;width:100%}.section_timeline .timeline_animation_block__images_slider .image_block .image_block__image{height:100%;width:100%;object-fit:cover}.section_counter{color:#231f20;width:100%;min-height:100vh;max-height:1000px;position:relative}.section_counter .section_counter__bg{position:absolute;width:100%;left:0;top:0;height:100%;z-index:-1;overflow:hidden}.section_counter .section_counter__bg .image_block__image{width:100%;height:100%;object-fit:cover}.section_counter .section_counter__row{height:100%}.section_counter .cross_bordered_div{display:flex;flex-direction:column;justify-content:center;align-items:center}.section_counter .content_block{padding:50px 0;max-width:625px;width:100%;margin:0 auto}@media (max-width:991.98px){.section_counter .content_block{padding:75px 0}}.section_counter .counter_col{color:#fff;position:relative;min-height:400px}.section_counter .counter_col .counter_col__counter{position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%);text-align:center}.section_counter .counter_col .counter_col__counter:not(:first-child){opacity:0}.section_counter .counter_col .counter_col__counter .num_counter_holder{font-family:MontserratSemiBold,Arial,sans-serif;line-height:1.25}.section_counter .counter_col .counter_col__counter .num_counter_holder{font-size:75px}@media screen and (min-width:450px){.section_counter .counter_col .counter_col__counter .num_counter_holder{font-size:calc(75px + 115 * ((100vw - 450px) / 950))!important}}@media screen and (min-width:1400px){.section_counter .counter_col .counter_col__counter .num_counter_holder{font-size:190px!important}}.gform_wrapper{font-size:16px;font-family:MontserratRegular,Arial,sans-serif}.gform_wrapper .gform_validation_errors{padding:10px;border:1px solid #c02b0a;margin-bottom:15px}.gform_wrapper .gform_validation_errors .gform_submission_error{font-size:inherit!important;font-family:inherit!important;font-weight:400!important;color:#c02b0a;margin:0;line-height:1.5}.gform_wrapper .gfield_required{color:#231f20}.gform_wrapper .gform_heading .gform_title{font-family:MontserratSemiBold,Arial,sans-serif;color:#244eff;font-size:28px}.gform_wrapper .gform_heading .gform_required_legend{display:none}.gform_wrapper form .gform_body .gform_fields{display:flex;flex-direction:column;gap:20px}.gform_wrapper form .gform_body .gform-grid-row{display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:767.98px){.gform_wrapper form .gform_body .gform-grid-row{grid-template-columns:1fr}}.gform_wrapper form .gform_body .validation_message{border:1px solid #c02b0a;font-size:inherit;font-family:inherit;order:-1;padding:10px;margin:0 0 20px 0;color:#c02b0a}.gform_wrapper form .gform_body .validation_message.instruction{margin:10px 0 8px 0}.gform_wrapper form .gform_body .gfield_error label,.gform_wrapper form .gform_body label{color:inherit!important;font-size:inherit;margin:8px 0}.gform_wrapper form .gform_body input[type="text"],.gform_wrapper form .gform_body input[type="email"],.gform_wrapper form .gform_body input[type="tel"]{padding:10px;outline:none;width:100%;min-height:46px;border:1px solid #231f20!important}.gform_wrapper form .gform_body input[type="checkbox"]{cursor:pointer;-ms-flex-negative:0;flex-shrink:0;position:relative;width:15px;height:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:10px}.gform_wrapper form .gform_body input[type="checkbox"]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #231f20;background-color:transparent}.gform_wrapper form .gform_body input[type="checkbox"]:checked::before{background-color:#231f20}.gform_wrapper form .gform_body textarea{outline:none;padding:15px;width:100%;border:1px solid #231f20!important}.gform_wrapper form .gform_body legend.gform-field-label{display:none}.gform_wrapper form .gform_body .gfield{display:flex;flex-direction:column}.gform_wrapper form .gform_footer{margin-top:25px;text-align:right}.gform_wrapper form .gform_footer input[type="submit"]{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;position:relative;font-family:MontserratRegular,Arial,sans-serif;font-size:inherit;line-height:1;color:#fff;background:#244eff;padding:15px 42px;border:none;border-radius:0;white-space:nowrap;display:inline-block}.gform_wrapper form .gform_footer input[type="submit"]:hover{background-color:#231f20;color:#fff}.gform_wrapper form .gform_footer img{margin:0 15px}.section_404{margin:250px 0 100px 0;color:#231f20}.section_404__big_text{line-height:1.1;font-family:inherit}.section_404__big_text{font-size:100px}@media screen and (min-width:450px){.section_404__big_text{font-size:calc(100px + 200 * ((100vw - 450px) / 950))!important}}@media screen and (min-width:1400px){.section_404__big_text{font-size:300px!important}}.section_404__medium_text{line-height:1.2}.section_404__medium_text{font-size:30px}@media screen and (min-width:450px){.section_404__medium_text{font-size:calc(30px + 6 * ((100vw - 450px) / 950))!important}}@media screen and (min-width:1400px){.section_404__medium_text{font-size:36px!important}}.section_vertical_slider .section_vertical_slider__holder{min-height:600px;height:100vh;max-height:1000px;position:relative}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide{color:#fff;position:absolute;height:100%;width:100%;left:0;top:0;display:flex;flex-direction:column;justify-content:flex-end}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide:not(:first-child){opacity:0}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .content_block{margin-left:auto;max-width:670px}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .content_block .content_block__description{max-width:306px}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .image_block{height:100%}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .image_block .image_block__image{height:100%;width:100%;object-fit:cover}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .slide_info_block{padding:40px 0;display:flex;justify-content:stretch;gap:30px 50px}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .slide_info_block .slide_info_block__slide_num{display:flex;align-items:flex-start;gap:25px}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .slide_info_block .slide_info_block__slide_num .slide_num_active{font-family:MontserratSemiBold,Arial,sans-serif;line-height:.75}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .slide_info_block .slide_info_block__slide_num .slide_num_active{font-size:100px}@media screen and (min-width:450px){.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .slide_info_block .slide_info_block__slide_num .slide_num_active{font-size:calc(100px + 90 * ((100vw - 450px) / 950))!important}}@media screen and (min-width:1400px){.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .slide_info_block .slide_info_block__slide_num .slide_num_active{font-size:190px!important}}@media (max-width:767.98px){.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .slide_info_block .slide_info_block__down_icon{height:25px;width:25px}}.section_vertical_slider .section_vertical_slider__holder .section_vertical_slider__slide .slide_info_block .slide_info_block__subtitle_container{border-top:1px solid #fff;flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:end;gap:10px;padding-top:1%}.section_video{position:relative;height:auto;width:100%;line-height:0;background-color:#231f20}.section_video.video_playing .media_block_container>.video_block::after,.section_video.video_playing .media_block_container>.image_block::after{display:none!important}.section_video .media_block_container,.section_video .video_block,.section_video .image_block{width:100%;height:100%;min-height:400px;max-height:100vh}.section_video .video_block video,.section_video .image_block img{width:100%;height:100%;object-fit:cover}.section_video .media_block_container:not(.media_block_container--no_content)>.video_block,.section_video .media_block_container:not(.media_block_container--no_content)>.image_block{position:relative}.section_video .media_block_container:not(.media_block_container--no_content)>.video_block:after,.section_video .media_block_container:not(.media_block_container--no_content)>.image_block:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;display:inline-block;background:rgba(0,0,0,.3)}.section_video .video_block{position:relative}.section_video .video_block .image_block{position:absolute;left:0;top:0;z-index:9}.section_video .content_block{width:100%;max-width:100%;position:absolute;color:#fff;padding:0 var(--container-padding-y);left:50%;top:50%;transform:translate(-50%,-50%);z-index:99}.section_video .section_video__play_btn{display:inline-block;cursor:pointer;opacity:.85;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.section_video .section_video__play_btn:hover{opacity:1}.section_video .section_video__play_btn .spinner_loader{display:none}.footer{color:#231f20}.footer .footer__container{margin-left:auto;margin-right:auto}.footer .footer__container .footer__left_col{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer .footer__container .footer__left_col .content_block{margin:0 auto;max-width:675px;text-align:center;padding:150px var(--container-padding-y)}.footer .footer__container .footer__right_col .site_logo{display:inline-block}.footer .footer__container .footer__right_col .footer__right_col_content_holder{min-height:450px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:9}.footer .footer__container .footer__right_col .footer__right_col_content_holder .footer__logo_div{padding:calc(3 * var(--container-padding-y)) 0}.footer .footer__container .footer__right_col .footer__right_col_content_holder .footer__info_block{justify-content:center;align-items:center;bottom:calc(3 * var(--container-padding-y));display:flex;gap:15px 30px;flex-wrap:wrap}@media (min-width:992px){.footer .footer__container .footer__right_col .footer__right_col_content_holder .footer__info_block{width:calc(100% - (2 * var(--container-padding-y)));position:absolute}}