.modal-2024{display:none;position:fixed;top:0;left:0;right:0;height:100dvh;background:rgba(0,0,0,0.4);backdrop-filter:blur(5px);z-index:999;opacity:0;transition:opacity 0.3s ease-in-out, display 0.3s allow-discrete}.modal-2024 .intlTelInput{padding-left:82px !important}.modal-2024.open{display:block;opacity:1}@starting-style{.modal-2024.open{opacity:0}}.modal-2024__content{position:relative;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:595px;max-width:90%;max-height:98%;display:flex;flex-direction:column;padding:50px 72px;border-radius:24px;background:#fff;box-shadow:0 0 35px 0 rgba(88,89,97,0.1),0 10px 10px 0 rgba(88,89,97,0.03);overflow-y:auto}@media all and (max-width: 767px){.modal-2024__content{padding:40px 20px}}.modal-2024__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:10;outline:none;border:none;transition:background-color 300ms ease-out;background-color:transparent;cursor:pointer}@media all and (max-width: 767px){.modal-2024__close{top:8px;right:8px}}.modal-2024__close:hover{background-color:rgba(68,68,68,0.1)}.modal-2024__header h2{max-width:320px;font-size:24px;font-weight:600;line-height:29px;text-align:center;margin:0 auto 50px}@media all and (max-width: 767px){.modal-2024__header h2{font-size:20px}}.modal-2024__subheader{margin-bottom:30px;font-size:22px;font-weight:600;line-height:33px}.modal-2024.success-modal .modal-2024__header h2,.modal-2024.error-modal .modal-2024__header h2{text-align:left;margin:0}.modal-2024.success-modal .modal-2024__message,.modal-2024.error-modal .modal-2024__message{text-align:left;margin-top:30px}.xopero-form{display:flex;flex-direction:column;gap:20px}.xopero-form__row{display:flex;flex-direction:column}.xopero-form__row .xopero-form__control,.xopero-form__row .xopero-form__group,.xopero-form__row .iti{order:2}.xopero-form__row .xopero-form__error{order:1}.xopero-form__row--floating-label{position:relative}.xopero-form__row--floating-label input:-internal-autofill-selected{box-shadow:0 0 0 1000px #fff inset}.xopero-form__row--floating-label .xopero-form__error{order:2;margin:6px 0 0}.xopero-form__row--floating-label label{position:absolute;left:16px;top:12px;color:#545454;font-size:15px;transition:0.2s;background-color:#fff;padding:0 2px;z-index:7;pointer-events:none}.xopero-form__row--floating-label.xopero-form__row--iti .iti__country-list{z-index:8}.xopero-form__row--floating-label.xopero-form__row--iti .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:unset}.xopero-form__row--floating-label.xopero-form__row--iti label{left:80px}.xopero-form__row--floating-label:has(input:focus-visible) label,.xopero-form__row--floating-label:has(input:not(:placeholder-shown)) label,.xopero-form__row--floating-label:has(option[value="default"]:not(:checked)) label{top:-9px;left:16px;font-size:13px}.xopero-form__row--select{position:relative}.xopero-form__row--select::after{position:absolute;bottom:19px;right:15px;width:14px;height:8px;background:url("../../../img/icons/2024/chevron-down-dark.svg") no-repeat;background-size:100%;content:'';z-index:1}.xopero-form__row--select.xopero-form__row--floating-label.invalid::after{bottom:41px}.xopero-form__row--select select{-moz-appearance:none;-webkit-appearance:none;padding-right:40px}.xopero-form__row--select select ::-ms-expand{display:none}.xopero-form__row--select select option{color:#000}.xopero-form__row--checkbox-list{gap:14px}.xopero-form__group--two-cols{display:flex;flex-wrap:wrap;gap:16px 20px}.xopero-form__group--two-cols input{width:calc((100% - 20px) / 2)}.xopero-form__label{display:block;font-size:12px;font-weight:700;line-height:17px;margin-bottom:12px}.xopero-form__control{display:block;width:100%;font-size:14px;line-height:196%;color:#000;padding:8px 16px;border:1px solid #D9D9D9;border-radius:5px;transition:all 150ms ease-out}.xopero-form__control--textarea{height:90px;resize:none}.xopero-form__control:focus{border-color:silver;outline:none}.xopero-form__control::placeholder{color:#000}.invalid .xopero-form__control{border-color:#C23A31}.xopero-form__checkbox{display:flex;align-items:center;cursor:pointer;gap:10px;margin:0}.xopero-form__checkbox input[type="checkbox"]{position:relative;display:flex;justify-content:center;align-items:center;flex:0 0 23px;width:23px;height:23px;margin-right:6px;border:1px solid #D9D9D9;border-radius:5px;-webkit-appearance:none;appearance:none;cursor:pointer;transition:all 100ms ease-out}.xopero-form__checkbox input[type="checkbox"]::after{position:absolute;top:6px;left:5px;content:'';width:12px;height:10px;background:url("/img/icons/2024/check-solid.svg") no-repeat;background-size:100%;transition:all 100ms ease-out;opacity:0;transform:scale(0)}.xopero-form__checkbox input[type="checkbox"]:checked{border-color:#0A5B89}.xopero-form__checkbox input[type="checkbox"]:checked::after{opacity:1;transform:scale(1)}.invalid .xopero-form__checkbox input[type="checkbox"]{border-color:#C23A31}.xopero-form__checkbox span{display:block;font-size:14px;line-height:27px}.xopero-form__checkbox--longlabel{align-items:flex-start}.xopero-form__checkbox--longlabel span{font-size:12px;line-height:17px;color:#5B5B5B}.xopero-form__error{display:none;font-size:12px;line-height:17px;color:#C23A31;margin-bottom:10px}@media all and (max-width: 767px){.xopero-form__error{font-size:10px;margin-bottom:7px}}.invalid .xopero-form__error{display:block}.xopero-form .iti--separate-dial-code .iti__selected-flag{background-color:transparent}.top{padding:150px 0 120px;color:#fff;border-bottom-right-radius:150px;position:relative;height:auto}@media all and (max-width: 991px){.top{padding:120px 0 70px}}.top__video{position:absolute;top:0;left:0;height:100%;width:100vw;overflow:hidden;pointer-events:none}.top__video::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);z-index:-1}.top__video video{background:#000;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;z-index:-1}.top__container{z-index:2;margin:0 auto;text-align:center;max-width:600px;position:relative}@media all and (max-width: 991px){.top__container{margin-bottom:60px}}.top__container button{z-index:2}@media all and (max-width: 767px){.top__container button{width:100%}}.top__title{font-size:42px;font-weight:600;line-height:128%;margin:22px 0}@media all and (max-width: 991px){.top__title{font-size:40px;line-height:120%}}.top__badge{display:flex;gap:10px;border:1px solid #fff;border-radius:50px;width:max-content;white-space:break-spaces;margin:0 auto 22px;padding:8px 24px;font-size:16px;align-items:center;justify-content:center}.top__badge p{line-height:150%;margin:0}.top__desc{font-size:16px;line-height:150%;max-width:510px;text-align:center;margin:0 auto 42px}@media all and (max-width: 991px){.top__desc{font-size:18px;margin-bottom:65px}}.introduction{background-color:#181C23;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}@media all and (max-width: 991px){.introduction{background-image:url("/img/xopero-partner-connect-tour/xopero-partner-connect-tour-bg-mobile.webp")}}@media all and (min-width: 992px){.introduction{background-image:url("/img/xopero-partner-connect-tour/xopero-partner-connect-tour-bg.webp")}}.introduction::after{content:'';top:-110px;width:140%;height:90%;border-radius:30%;background:#02121B;filter:blur(49px);position:absolute;left:50%;transform:translateX(-50%)}.introduction__container{padding-top:36px;margin:0 auto;text-align:center;position:relative;width:max-content;z-index:2}@media all and (max-width: 991px){.introduction__container{width:auto;padding:10px 25px 80px}}.introduction__container p{margin:0 auto 25px;font-size:28px;font-weight:600;line-height:130%;color:transparent;background:linear-gradient(120deg, #FFF 9.04%, #1975C2 140.1%);-webkit-background-clip:text;background-clip:text}.introduction__container p:first-child{max-width:454px}.introduction__container p:nth-child(2){max-width:623px}@media all and (max-width: 991px){.introduction__container p{font-size:22px}}.introduction__cooperation{position:relative;z-index:2;margin:0 auto;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}@media all and (max-width: 991px){.introduction__cooperation{margin:0 45px}}.introduction__cooperation h3{margin:75px 42px 55px;text-align:center;font-size:20px}@media all and (max-width: 991px){.introduction__cooperation h3{margin-top:0}}.introduction__cooperation button{margin:0 auto 90px;padding:11px 34px;font-size:13px}@media all and (max-width: 991px){.introduction__cooperation button{width:100%;font-size:19px}}.introduction__list{display:flex;flex-wrap:wrap;max-width:830px;align-items:center;justify-content:center;margin:0 auto;gap:25px;padding-bottom:80px}.introduction__item{padding:14px 23px;width:325px;border-radius:10px;height:100px;background-color:#181C23;background-position:center;background-repeat:no-repeat;background-size:contain}.introduction__item h4{margin-bottom:5px;line-height:150%;font-size:14px;color:#E2F1FC}.introduction__item p{line-height:130%;font-size:18px;color:#fff;font-weight:400}.introduction__item:nth-child(1){background-image:url("/img/xopero-partner-connect-tour/xopero-card-1.webp")}.introduction__item:nth-child(2){background-image:url("/img/xopero-partner-connect-tour/xopero-card-2.webp")}.introduction__item:nth-child(3){background-image:url("/img/xopero-partner-connect-tour/xopero-card-3.webp")}.introduction__item:nth-child(4){background-image:url("/img/xopero-partner-connect-tour/xopero-card-4.webp")}.about{text-align:center;padding:105px 15px;max-width:780px;color:#000}.about h3{font-size:16px;font-weight:400;line-height:21px;text-transform:uppercase;margin-bottom:20px;text-align:center}@media all and (max-width: 991px){.about h3{font-size:20px;max-width:260px;margin:0 auto 30px}}.about h2{font-size:32px;font-weight:600;line-height:38px;margin-bottom:50px}@media all and (max-width: 991px){.about h2{font-size:30px;max-width:320px;margin:0 auto 50px}}.about p{color:#444;font-size:20px;line-height:26px;margin-bottom:25px}@media all and (max-width: 991px){.about p{font-size:22px;line-height:28px}}.about p:last-of-type{margin-bottom:50px}@media all and (max-width: 991px){.about .form-button{width:100%}}.plan{padding:120px 0;background-color:#181C23;background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff}@media all and (max-width: 991px){.plan{background-image:url("/img/xopero-one-day-tour/plan-background-mobile.webp")}}@media all and (min-width: 992px){.plan{background-image:url("/img/xopero-one-day-tour/plan-background.webp")}}.plan__container{display:flex;position:relative;flex-wrap:wrap}@media all and (max-width: 991px){.plan__container{padding:0 33px}}.plan__title,.plan__schedule{flex:0 0 50%}@media all and (max-width: 991px){.plan__title,.plan__schedule{flex:100%}}.plan__title{position:sticky;top:calc(70px + 60px);height:fit-content;transition:top 0.2s}.info-bar:not(.hidden) ~ .plan .plan__title{top:calc(70px + 50px + 60px)}@media all and (max-width: 991px){.plan__title{position:unset}}@media all and (max-width: 991px){.plan__title .form-button{display:none}}.plan__title h2{font-size:32px;font-weight:600;line-height:41px;margin-bottom:60px}@media all and (max-width: 991px){.plan__title h2{text-align:center;max-width:260px;margin:0 auto 60px}}.plan__mobile-button{display:none}@media all and (max-width: 991px){.plan__mobile-button{display:inline-block;width:100%}}.plan__item{display:flex;gap:20px;margin-bottom:36px;align-items:baseline}@media all and (min-width: 992px){.plan__item:last-of-type{margin-bottom:0}}@media all and (max-width: 991px){.plan__item{flex-direction:column}}.plan__item p{color:#D1D1D1;font-size:16px;line-height:21px;margin:0;min-width:96px}.plan__item h3{font-size:22px;font-weight:400;line-height:29px}.plan__item h3.orphan-letter{max-width:390px}.take-part{padding:105px 15px}@media all and (max-width: 767px){.take-part{padding:105px 35px}}.take-part h2{font-size:32px;font-weight:600;line-height:41px;max-width:470px;margin:0 auto 50px;text-align:center;text-wrap:balance}.take-part__cards{display:flex;gap:55px;flex-wrap:wrap;margin-bottom:60px;justify-content:center}.take-part__card{flex:0 0 calc((100% - (2 * 55px)) / 3);background-color:#181C23;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("/img/xopero-one-day-tour/card-background.webp");color:#fff;padding:50px;border-radius:10px;display:flex;flex-direction:column;justify-content:center;text-align:left}@media all and (max-width: 1199px){.take-part__card{flex:0 0 calc((100% - (2 * 55px)) / 2)}}@media all and (max-width: 767px){.take-part__card{flex:0 0 100%}}.take-part__card h3{font-size:26px;font-weight:300;line-height:29px;margin-bottom:23px;max-width:220px}.take-part__card p{color:#E4E4E4;font-size:14px;line-height:19px;max-width:220px;text-wrap:balance}.take-part__info{font-size:20px;line-height:27px;max-width:760px;margin:0 auto;text-align:center}.schedule{padding:120px 0;background-color:#181C23;background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff}@media all and (max-width: 991px){.schedule{background-image:url("/img/xopero-one-day-tour/schedule-background-mobile.webp");text-align:center;padding-top:100px}}@media all and (min-width: 992px){.schedule{background-image:url("/img/xopero-one-day-tour/schedule-background.webp")}}.schedule__container{display:flex;flex-wrap:wrap}@media all and (max-width: 991px){.schedule__container.container{padding-left:15px;padding-right:15px}}.schedule__content{display:flex;flex:0 0 50%;flex-direction:column}@media all and (max-width: 991px){.schedule__content{flex:0 0 100%}.schedule__content>p{margin-bottom:50px}}.schedule__title{padding-right:60px;margin-bottom:20px;flex:0 0 50%;position:sticky;top:calc(70px + 60px);height:fit-content;transition:top 0.2s}.info-bar:not(.hidden) ~ .schedule .schedule__title{top:calc(70px + 50px + 60px)}@media all and (max-width: 991px){.schedule__title{position:unset}}@media all and (max-width: 991px){.schedule__title{padding:0;margin-bottom:0;flex:0 0 100%}}.schedule__title h2{font-size:32px;font-weight:600;line-height:41px;margin-bottom:30px;color:#fff}@media all and (max-width: 991px){.schedule__title h2{font-size:30px;line-height:36px;max-width:300px;margin:0 auto 50px}}.schedule__title p{font-size:20px;font-weight:400;line-height:26px;margin-bottom:60px}@media all and (max-width: 991px){.schedule__title p{font-size:22px;line-height:28px}}@media all and (max-width: 991px){.schedule__title .form-button{display:none}}.schedule__cities{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:8px;row-gap:20px;justify-content:flex-start}@media all and (max-width: 991px){.schedule__cities{justify-content:center}}.schedule__cities li.hidden{display:none}.schedule__mobile-button{display:none}@media all and (max-width: 991px){.schedule__mobile-button{display:inline-block;width:100%;margin-top:30px}}.schedule__show-more{margin-top:20px}.schedule__show-more.hidden{display:none}@media all and (max-width: 991px){.schedule__show-more{display:inline-block;width:100%}}.schedule .city{border-radius:5px;border:1px solid rgba(255,255,255,0.4);padding:10px 15px;display:flex;justify-content:center;align-items:center;font-size:16px;line-height:21px;gap:10px;max-width:fit-content;background:transparent;color:#fff;cursor:pointer;transition:background-color 0.3s ease-in-out}.schedule .city:hover{background-color:rgba(255,255,255,0.06)}.schedule .city__date{color:#B3B3B3}.schedule .city--faded{pointer-events:none;color:#6D6D6D;border:1px solid rgba(109,109,109,0.5)}.schedule .city--faded .city__date{color:#6D6D6D}.schedule .city--faded:hover{background-color:transparent}.register-form{padding:105px 15px;display:flex;flex-direction:column;align-items:center;gap:50px}@media all and (max-width: 991px){.register-form{padding:105px 23px}}.register-form__wrap{border-radius:7px;background:#fff;box-shadow:0 11px 35px 0 rgba(0,0,0,0.1);max-width:475px;padding:45px 30px}.register-form__wrap h3{margin-bottom:30px;font-size:22px;font-weight:600;line-height:33px}@media all and (max-width: 991px){.register-form>div{padding:0 24px}.register-form__wrap{box-shadow:none}}.register-form h2{font-size:32px;font-weight:700;line-height:42px;max-width:580px;text-align:center;color:#000;margin-bottom:0}@media all and (max-width: 991px){.register-form h2{font-size:30px}}.register-form h2 span{font-style:italic;font-weight:700}.register-form .register{font-size:32px;font-weight:600}@media all and (max-width: 991px){.register-form .register{font-size:30px;text-align:center}}
