:root{--color-1: #17A5E0;--color-2: #0A6A9A;--light: #fff;--grey: #d3d3d3;--basic-text-color: var(--light);--accent-text-color: var(--color-1);--dark-text-color: var(--color-2);--basic-font: "Archivo";--accent-font: "Alexandria";--transitionValue: 650;--transition: calc(var(--transitionValue) * 1ms);--transitionShort: calc(var(--transitionValue) * 0.65ms);--border-radius: 2rem;--padding: 5.7rem}*,*::before,*::after{box-sizing:border-box}html{font-size:clamp(16px, 1.041666vw, 30px)}body{font-size:1rem;line-height:1.3;font-family:var(--basic-font);font-weight:300;background:var(--color-2);color:var(--color-2)}h1,h2,h3,h4,h5,h6{font-family:var(--basic-font);font-weight:bold}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{font-family:inherit;font-weight:inherit}.h1,.h2,.h3,.h4,.h5,h6{font-family:var(--basic-font);font-weight:bold}.h1 strong,.h2 strong,.h3 strong,.h4 strong,.h5 strong,h6 strong{font-family:inherit;font-weight:inherit}h2{font-size:4.55rem;font-weight:700}.popup{opacity:0;visibility:hidden;position:fixed}.popup.popup_info_grid .popup_line{display:grid;grid-template-columns:50% 49%;padding:1rem;grid-gap:0.5rem 1%;align-items:center}.popup.popup_info_grid .popup_line .popup-image{height:40vh}.popup.popup_info_grid .popup_line .popup-image img{height:100%;width:100%;object-fit:contain}.popup .gallery{display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:400px;grid-column:span 2;grid-gap:2rem}.popup .gallery .gallery__item-wrap{overflow:hidden}.popup .gallery .gallery__item-wrap img{width:100%}.popup_list{position:fixed;z-index:999}.swiper-button-next,.swiper-button-prev{position:static !important;aspect-ratio:1.4925373134;height:3.4rem !important;width:auto !important;border:2px solid var(--light);transform:none;margin:0 !important;transition:330ms background}.swiper-button-next::before,.swiper-button-prev::before{content:"";transition:inherit;width:100%;height:100%;display:block;background:var(--light)}.swiper-button-next:hover,.swiper-button-prev:hover{background:var(--light)}.swiper-button-next:hover::before,.swiper-button-prev:hover::before{background:var(--color-2)}.swiper-button-prev::before{clip-path:polygon(30% 50%, 70% 27%, 70% 73%)}.swiper-button-next::before{clip-path:polygon(30% 27%, 30% 73%, 70% 50%)}.burger{width:50px;height:30px;cursor:pointer;background:transparent;border:none;position:relative}.burger .line{position:absolute;width:100%;height:4px;background-color:var(--light);transition:0.5s all}.burger .line.line_0{top:0;left:0;transform:translate(0, 0) rotate(0deg)}.burger .line.line_1{top:50%;left:50%;transform:translate(-50%, -50%) rotate(0deg)}.burger .line.line_2{bottom:0;left:0;transform:translate(0, 0) rotate(0deg)}.burger.open .line_0{top:50%;left:50%;transform:translate(-50%, -50%) rotate(45deg)}.burger.open .line_1{width:0px}.burger.open .line_2{bottom:50%;left:50%;transform:translate(-50%, 50%) rotate(-45deg)}.header_section{position:fixed;inset:0 0 auto 0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;transition:650ms background}.header_section.scrolling{background:var(--color-2)}.header_section .header_content{display:flex;align-items:center;grid-gap:1rem}.header_section .header_content .lang_icon_select{display:flex}.navigationMenu{position:fixed;top:50%;transform:translate(-110%, -50%);transition:650ms transform;left:0;z-index:1;color:var(--light);background:var(--color-2);z-index:4;padding:3rem;font-size:1.2rem;box-shadow:0 0 20px -10px var(--light);border-radius:0 1rem 1rem 0}.navigationMenu.open{transform:translate(0%, -50%)}.navigationMenu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;grid-gap:1rem}.navigationMenu ul a{color:inherit;text-decoration:none}section#hero-section{--inside_padding: 5rem;display:grid;grid-template-columns:50% 50%;color:var(--light);height:100vh;background-image:url("/files/clients_files/hero/first_screeen_bg.jpg");background-size:cover}section#hero-section .language_display{position:absolute;padding:1rem;aspect-ratio:1;display:flex;background:#0b2f4682;border-radius:50%;text-transform:uppercase;bottom:2rem;right:2rem;align-items:center;user-select:none}section#hero-section .hero-text{display:flex;flex-direction:column;justify-content:center;padding:15% var(--inside_padding) var(--inside_padding) calc(var(--inside_padding) / 2);font-size:1.8rem}section#hero-section .hero-text h1{margin:0;font-size:6.9rem;line-height:1}section#hero-section .button_list{display:grid;grid-template-columns:45% calc(55% - 1rem);grid-gap:1rem;padding:var(--inside_padding);padding:15% calc(var(--inside_padding) / 2) var(--inside_padding) var(--inside_padding)}section#hero-section .button_list .button_wrapper{width:100%;position:relative;border:2px solid var(--light)}section#hero-section .button_list .button_wrapper .hero-image{display:flex;height:100%}section#hero-section .button_list .button_wrapper .hero-image img{width:100%;height:auto;object-fit:cover}section#hero-section .button_list .button_wrapper .btn-link{position:absolute;inset:0;color:inherit;text-decoration:none;font-size:1.5rem;padding:1rem;text-shadow:0px 4px 4px #000;writing-mode:sideways-lr;background:transparent;display:inline-flex;cursor:pointer}section#hero-section .button_list .button_wrapper .btn-link:hover::after{opacity:1}section#hero-section .button_list .button_wrapper .btn-link::after{content:"";background:url(/files/design_files/icons/arrow_left.svg);background-size:100%;width:3rem;height:3rem;display:block;z-index:1;position:absolute;top:1rem;right:1rem;opacity:0.75;transition:650ms opacity}section#hero-section .button_list .button_wrapper:nth-child(3){grid-column:span 2}.section-flexible{padding:var(--padding);color:var(--light);position:relative;overflow:hidden}.section-flexible .headline{margin-bottom:2rem}.section-flexible .headline h2{margin:0}.section-flexible.tril .flexible-body{flex-direction:row-reverse}.section-flexible .image-bg{position:absolute;inset:0;z-index:0}.section-flexible .image-bg img{width:100%;height:100%;object-fit:cover}.section-flexible .cont{z-index:1;position:relative}.section-flexible .flexible-body{display:flex;grid-gap:5rem}.section-flexible .flexible-body .flexible-text{width:50%}.section-flexible .flexible-body .flexible-image{width:50%}.section-flexible .image-single-decor{margin-right:calc(-1 * var(--padding))}.section-flexible .image-single-decor img{height:100%;width:100%;max-height:30vh}.section-flexible .button-list{display:flex;flex-direction:column;grid-gap:1rem;margin-top:3rem;color:var(--light);font-size:1.2rem}.section-flexible .button-list .btn{border:none;background:transparent;color:inherit;text-decoration:underline;cursor:pointer;text-transform:uppercase}.section-flexible .text-content h3{margin-top:2rem}.section-flexible .image-text-item{display:flex;grid-gap:1rem;align-items:center}.section-flexible .image-list{background:linear-gradient(232.05deg, #98DBF8 0%, #0B2F46 108.79%);overflow:hidden;position:relative}.section-flexible .image-list img{width:100%;object-fit:contain}.section-flexible .image-list .swiper_navigation{position:absolute;bottom:0.75rem;right:0.75rem;z-index:1;display:flex;grid-gap:10px}section#section-flexible_9{padding-top:0}section.faq_section{--item-height: 75px;padding:var(--padding);background-color:var(--light);color:var(--color-2)}section.faq_section .swiper-wrapper{display:flex;align-items:center;justify-content:center}section.faq_section .headline{text-align:left;font-size:2.6rem;margin-bottom:1rem}section.faq_section .headline h2{margin:0}section.faq_section .faq_swiper{display:flex;flex-wrap:wrap;width:100%;height:fit-content;grid-gap:20px}section.faq_section .faq_swiper .faq_slide{background-color:#fff;border-radius:var(--border-radius);padding:0;pointer-events:all;max-height:var(--item-height);height:fit-content;cursor:pointer;transition:0.5s all;width:calc(50% - 10px);position:relative;display:flex;flex-direction:column}section.faq_section .faq_swiper .faq_slide::after{content:"";height:1px;display:block;width:100%;background:var(--color-1);position:absolute;bottom:-11px}section.faq_section .faq_swiper .faq_slide img{display:none}section.faq_section .faq_swiper .faq_slide:hover .faq_headline{transform:translateX(10px);opacity:0.75}section.faq_section .faq_swiper .faq_slide:hover .faq_headline:after{transform:translate(-10px, -50%) rotate(45deg)}section.faq_section .faq_swiper .faq_slide.open{max-height:300vh;cursor:initial}section.faq_section .faq_swiper .faq_slide.open .faq_headline:after{transform:translate(0, -50%) rotate(90deg)}section.faq_section .faq_swiper .faq_slide.open:hover .faq_headline{transform:translateX(10px);opacity:1}section.faq_section .faq_swiper .faq_slide.open:hover .faq_headline:after{transform:translate(0, -50%) rotate(90deg)}section.faq_section .faq_swiper .faq_slide.open:hover .faq_headline:hover{cursor:pointer}section.faq_section .faq_swiper .faq_slide.open:hover .faq_headline:hover:after{opacity:0.75;transform:translate(-10px, -50%) rotate(90deg)}section.faq_section .faq_swiper .faq_slide .faq_headline{margin:0;height:var(--item-height);min-height:var(--item-height);display:flex;align-items:center;position:relative;width:100%;padding:0 100px 0 25px;transition:0.5s all;opacity:1;font-weight:500;font-size:18px}section.faq_section .faq_swiper .faq_slide .faq_headline:after{content:"";position:absolute;top:50%;right:25px;transform:translate(0, -50%) rotate(0deg);width:50px;height:50px;background-image:url("/files/design_files/icons/accent_arrow_icon.svg");background-position:center;background-repeat:no-repeat;background-size:50px;border-radius:100%;transition:0.5s all;box-shadow:0px 0px 0px 2px var(--light)}section.faq_section .faq_swiper .faq_slide .faq_content{background:transparent;width:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);overflow:hidden}section.faq_section .faq_swiper .faq_slide .faq_content .faq_text{position:relative;opacity:1;background:transparent;display:flex;flex-direction:column;width:100%;padding:5px 25px 25px 25px}section.faq_section .faq_swiper .faq_slide .faq_content .faq_text p{font-size:16px;margin:0;line-height:150%}section.faq_section .faq_swiper .faq_slide .faq_content a{display:none}section.section_text_gal{background-color:var(--color-1);padding:var(--padding);color:var(--light)}section.section_text_gal h2{margin:0 0 2rem}section.section_text_gal a{color:inherit}section.section_text_gal .content-block{display:grid;grid-template-columns:repeat(10, 1fr);grid-gap:1rem;align-items:center;margin-top:3rem}section.section_text_gal .headline-item{grid-column:span 3;padding-right:5rem;border-left:1px solid;height:fit-content;padding-left:1rem}section.section_text_gal .headline-item h3:first-child{margin:0}section.section_text_gal .headline-item:last-of-type{padding-right:0}section.section_text_gal .headline-item:first-of-type{border:none;padding-left:0}section.section_text_gal .headline-item.headline-item0{grid-column:span 4}section.section_text_gal .image-item{height:100%;grid-column:span 3}section.section_text_gal .image-item.image-item1{grid-column:span 4}section.section_text_gal .image-item img{width:100%;height:100%;object-fit:cover}section#contact-info{display:flex;flex-wrap:wrap;padding:var(--padding);grid-gap:3rem 1rem;background:var(--color-1);color:var(--light)}section#contact-info .contact-headline{flex:100%;margin:0}section#contact-info .contact-QR-wrapper a,section#contact-info .contact-QR-subtitle{display:flex;align-items:center;justify-content:center}section#contact-info .contact-QR-wrapper svg{width:40%;height:auto;margin:auto}section#contact-info .contact-main-info{flex:1;display:flex;grid-gap:2rem}section#contact-info .contact-main-info a{color:inherit}section#contact-info .contact-main-info .contact-main-info-text{display:flex;flex-direction:column;justify-content:space-between;grid-gap:0rem;height:100%;font-style:italic}section#contact-info .contact-main-info .contact-main-info-text p{margin:0}section#contact-info .contact-main-info .contact-popups{display:flex;flex-direction:column;align-items:self-start;justify-content:space-between;grid-gap:0.25rem}section#contact-info .contact-main-info button{color:inherit;text-decoration:underline;border:none;background:transparent;padding:0;margin:0;cursor:pointer;transition:var(--transition) color}section#contact-info .contact-main-info button:hover{color:var(--base-text-color)}section#contact-info .contact-navigation-wrapper{flex:2}section#contact-info .contact-navigation-wrapper a,section#contact-info .contact-navigation-wrapper button{color:inherit;text-decoration:underline;border:none;background:transparent;padding:0;margin:0;transition:var(--transition) color}section#contact-info .contact-navigation-wrapper a:hover,section#contact-info .contact-navigation-wrapper button:hover{color:var(--base-text-color)}section#contact-info .contact-navigation-wrapper .contact-navigation{margin-bottom:1rem}section#contact-info .contact-navigation-wrapper .contact-navigation p{margin:0}section#contact-info .contact-navigation-wrapper .contact-popups{display:flex;flex-direction:column;align-items:self-start}section#contact-info .contact-logos-wrapper{flex:1;display:flex;grid-gap:1rem;align-items:center;justify-content:flex-end}section#contact-info .contact-logos-wrapper .contact-logo{width:250px}section#contact-info .contact-logos-wrapper .contact-logo img{width:100%}section#contact-info .contact-logos-wrapper ul.contact-social-list{display:flex;grid-gap:0.25rem;margin:0;padding:0;list-style:none}.reviews_section{padding:0 var(--padding) var(--padding);overflow:hidden;color:var(--light);position:relative}.reviews_section .reviews_header{text-align:center}.reviews_section .swiper_navigation{display:flex;flex-direction:column;align-items:flex-start;width:fit-content;grid-gap:0.5rem}.reviews_section .swiper-container{display:flex;align-items:center;grid-gap:3rem}.reviews_section .swiper-slide{height:auto;display:flex;align-items:center}.reviews_section .swiper-slide .review_content{background-color:var(--color-1);height:100%;padding:2rem}.reviews_section .swiper-slide .review_content .review_text_body{display:flex;grid-gap:1rem}.reviews_section .swiper-slide .review_content .review_text_body .review_initial{background:var(--light);color:var(--color-2);aspect-ratio:1;width:1em;height:1em;display:flex;align-items:center;justify-content:center;padding:0.3em;font-size:3rem;border-radius:50%;font-family:var(--accent-font);font-weight:600;box-sizing:content-box}.reviews_section .swiper-slide .review_content .review_text_body .review_text_content{margin:2rem 0}.reviews_section .swiper-slide .review_content .review_text_body .review_text_content h3.review_name{margin-top:0}.mapSection{padding:var(--padding);padding-bottom:0;color:var(--light)}.mapSection h2{text-transform:none;font-weight:600}.mapSection .content-list{display:flex;align-items:center;justify-content:space-between}.mapSection .content-list ul{display:flex;padding:0;margin:0;list-style:none;grid-gap:1rem;gap:2rem}.mapSection .content-list ul li{display:flex;align-items:center;gap:1rem;grid-gap:1rem}.mapSection .content-list ul li::before{content:"";aspect-ratio:1;height:3em;border:2px solid #fff;display:block;border-radius:50%}.mapSection .content-list ul li:first-of-type::before{background-color:#98DBF8}.mapSection .content-list ul li:last-of-type::before{background-color:#00C2F3}.mapSection .content-image img{width:100%;height:100%;object-fit:contain}section.contact_section{padding:var(--padding);background:var(--light)}section.contact_section .contactForm form{display:flex;flex-wrap:wrap;grid-gap:1.3rem 1rem;max-width:700px;margin:0 auto}section.contact_section .contactForm form .field-wrap.fullSize{width:100%;flex:100%}section.contact_section .contactForm form .field-wrap.halfSize{width:calc(50% - 1rem);flex:calc(50% - 1rem)}section.contact_section .contactForm form .field-wrap input,section.contact_section .contactForm form .field-wrap select,section.contact_section .contactForm form .field-wrap textarea{width:100%;resize:vertical;border:solid transparent;border-width:2px !important;border-bottom-color:var(--color-1);padding:1rem}section.contact_section .customForm{display:flex;align-items:center;margin:0 0 0 auto;grid-gap:1rem;text-transform:uppercase;color:var(--color-2)}section.contact_section .customForm::after{content:"";background:url(/files/design_files/icons/accent_arrow_icon.svg);background-size:100%;width:4rem;height:4rem;display:block;opacity:0.75;transition:650ms opacity}section.contact_section h2{text-align:center;color:var(--color-2);margin:0 0 1rem}