.header_full_width_container{background-color:#fff}.header_full_width_container>nav.navbar{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between;padding:10px 25px;grid-column-gap:25px}.header_full_width_container>nav.navbar>button{display:none;width:45px;height:45px;background-color:#36f;border:0px;cursor:pointer;border-radius:5px;transition:all .3s}.header_full_width_container>nav.navbar>button:hover{transform:scale(1.05)}@media(max-width:900px){.header_full_width_container>nav.navbar>button{display:flex;align-items:center;justify-content:center}}.header_full_width_container>nav.navbar>div.collapse{display:flex;flex-direction:row;justify-content:space-between;width:100%;gap:30px}.header_full_width_container>nav.navbar>div.collapse ul{display:flex;align-items:center;gap:25px;list-style:none;padding:0;margin:0}.header_full_width_container>nav.navbar>div.collapse ul li{text-align:center}.header_full_width_container>nav.navbar>div.collapse ul li a{color:#16161d;font-size:13pt}.header_full_width_container>nav.navbar>div.collapse ul li a.language{background-color:#faf9ff;border:1px solid #dde5fd;padding:18px;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;border-radius:15px;transition:all .3s}.header_full_width_container>nav.navbar>div.collapse ul li a.language>svg{fill:#16161d}.header_full_width_container>nav.navbar>div.collapse ul li a.language:hover{transform:scale(1.03)}.header_full_width_container>nav.navbar>div.collapse>div{display:flex;flex-direction:row;gap:20px}.header_full_width_container>nav.navbar>div.collapse>div>div.temp,.header_full_width_container>nav.navbar>div.collapse>div>div.time{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.header_full_width_container>nav.navbar>div.collapse>div>div.temp>p,.header_full_width_container>nav.navbar>div.collapse>div>div.time>p{font-size:12pt;line-height:1.2;font-weight:700}.header_full_width_container>nav.navbar>div.collapse>div>div.temp>p>span,.header_full_width_container>nav.navbar>div.collapse>div>div.time>p>span{font-size:10pt;font-weight:400}.header_full_width_container>nav.navbar>div.collapse>div>div.temp>p>span:before,.header_full_width_container>nav.navbar>div.collapse>div>div.time>p>span:before{content:"";display:block}.header_full_width_container>nav.navbar>div.collapse>div>div.temp>p>span>em,.header_full_width_container>nav.navbar>div.collapse>div>div.time>p>span>em{font-style:normal}.header_full_width_container>nav.navbar>div.collapse>div>div.search{display:flex;border:1px solid #3366FF;border-radius:5px}.header_full_width_container>nav.navbar>div.collapse>div>div.search>input{width:100%;height:100%;border:0px;background-color:#fff}.header_full_width_container>nav.navbar>div.collapse>div>div.search>input:focus-visible,.header_full_width_container>nav.navbar>div.collapse>div>div.search>input:focus-within{border:0px!important}.header_full_width_container>nav.navbar>div.collapse>div>div.search>button{border:0px;background-color:#36f;color:#fff;border-radius:0 5px 5px 0;padding:15px;cursor:pointer}.header_full_width_container>nav.navbar>div.collapse>div>div.search>button svg{fill:#fff}@media(max-width:1050px){.header_full_width_container>nav.navbar>div.collapse>div>div.search{display:none}}.header_full_width_container>nav.navbar>div.collapse>div>a{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#36f;padding:0 25px;border-radius:5px;color:#fff}@media(max-width:900px){.header_full_width_container>nav.navbar>div.collapse{display:none}}.mobile-menu{background:#fff;position:fixed;display:none;height:100vh;width:100vw;z-index:10000000000;left:0;top:0;transform:translate(100%)}.mobile-menu.open{display:block;animation:slide-in .4s forwards}.mobile-menu.close{animation:slide-out .4s forwards}.mobile-menu>div.top{display:flex;flex-direction:row;justify-content:space-between;padding:25px;border-bottom:1px solid #DDE5FD}.mobile-menu>div.top>div{display:flex;align-items:center;gap:15px;font-size:15pt}.mobile-menu>div.top>button{padding:8px;cursor:pointer;background-color:transparent;border:1px solid #007BFF;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s}.mobile-menu>div.top>button img{transition:transform .3s ease-in-out}.mobile-menu>div.top>button:hover{transform:scale(1.03)}.mobile-menu>div.top>button:hover>img{transform:rotate(180deg)}.mobile-menu>div.content{display:flex;flex-direction:column}.mobile-menu>div.content>div.items{display:flex;flex-direction:column}.mobile-menu>div.content>div.items>a{padding:16px 24px;display:flex;align-items:center;border-bottom:1px solid #DDE5FD;color:#314b66;line-height:1.5}.mobile-menu>div.content>div.items>a:hover{background-color:#f9f9f9}.mobile-menu>div.content>div.items>a.whatsapp{border-radius:8px;background:#25d366;color:#16161d;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:15px;gap:15px;margin-left:15px;margin-right:15px}.mobile-menu>div.content>div.items>a.my-booking{border-radius:8px;background:#fdc90d;color:#16161d;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:15px;margin-left:15px;margin-right:15px}.mobile-menu>div.content>div.items>div.info{padding:16px 24px}.mobile-menu>div.content>div.items>div.info>p:nth-child(1){font-size:11pt;font-weight:700}.mobile-menu>div.content>div.items>div.info>p:nth-child(2){color:#314b66}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}.footer-content{box-shadow:0 0 34px #16161d21;padding-top:35px;padding-bottom:25px}.footer-content>div.container{display:flex;flex-direction:column;gap:15px}.footer-content>div.container>div.top{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:15px;grid-row-gap:15px}.footer-content>div.container>div.top>div{display:flex;flex-direction:column;gap:8px}.footer-content>div.container>div.top>div h2{font-size:12pt;color:#0a142f}.footer-content>div.container>div.top>div>a{color:#16161d}.footer-content>div.container>div.top>div>a.two{display:flex;flex-direction:row;gap:8px;align-items:center}@media(max-width:767px){.footer-content>div.container>div.top{grid-template-columns:1fr 1fr}}@media(max-width:450px){.footer-content>div.container>div.top{grid-template-columns:1fr}}.footer-content>div.container>div.bottom{display:flex;flex-direction:column;gap:15px}.footer-content>div.container>div.bottom>div.top{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-content>div.container>div.bottom>div.top>hr{border:0px;border-bottom:1px solid rgba(0,70,142,.0509803922);width:100%}@media(max-width:767px){.footer-content>div.container>div.bottom>div.top{align-items:flex-start}}.footer-content>div.container>div.bottom>div.middle{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:15px}.footer-content>div.container>div.bottom>div.middle>div{display:flex;flex-direction:column;gap:8px}@media(max-width:767px){.footer-content>div.container>div.bottom>div.middle{grid-template-columns:1fr;grid-row-gap:15px}}.footer-content>div.container>div.bottom>div.bottom{display:flex;flex-direction:column;align-items:center}@media(max-width:767px){.footer-content>div.container>div.bottom>div.bottom{align-items:flex-start}}.container2{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media(min-width:992px){.container2{max-width:960px}}@media(min-width:1200px){.container2{max-width:1200px}}@media(min-width:1620px){.container2{max-width:1620px}}.section{padding-top:50px;padding-bottom:50px}.h2{color:#16161d;font-size:34px;margin-bottom:30px}.main-section .section-container{background-color:#f7f9fc;border-radius:16px;display:flex;justify-content:space-between;gap:30px}.main-section .left{padding:30px}.main-section .before-title{color:#16161d9e;font-size:27px;display:flex}.main-section h1{font-size:55px;color:#16161d;margin-bottom:10px}.main-section p{color:#16161d9e;font-size:17px;margin-top:20px;margin-bottom:20px}.main-section .last-p{color:#16161d}.main-section .right img{width:773px;height:100%;object-fit:cover}@media(max-width:1620px){.main-section .right img{width:400px}}@media(max-width:1200px){.main-section .right{padding-right:30px}.main-section .right img{width:400px}}@media(max-width:900px){.main-section .section-container{justify-content:initial;flex-direction:column}.main-section .right{padding:30px}.main-section .right img{width:100%;height:auto}}@media(max-width:500px){.main-section h1{font-size:40px}.main-section .left,.main-section .right{padding:15px}}.spetial-services-section h3{margin-bottom:10px}.spetial-services-section ul{padding:0;margin:0}.spetial-services-section li{list-style-type:none}.spetial-services-section .blue-item{padding-left:38px}.spetial-services-section .item1{grid-area:item1}.spetial-services-section .item2{grid-area:item2}.spetial-services-section .item3{grid-area:item3}.spetial-services-section .item4{grid-area:item4}.spetial-services-section .item5{grid-area:item5}.spetial-services-section .grid-container{display:grid;grid-template-columns:1fr 2fr;grid-template-areas:"item1 item2" "item1 item3" "item4 item5";gap:40px}@media(max-width:690px){.spetial-services-section .grid-container{grid-template-columns:1fr;grid-template-areas:initial}.spetial-services-section .item1,.spetial-services-section .item2,.spetial-services-section .item3,.spetial-services-section .item4,.spetial-services-section .item5{grid-area:initial}}.payment-methods-section{background:linear-gradient(87.76deg,#f8f8f8 41.08%,#fff0);border-width:1px 0px 1px 0px;border-style:solid;border-color:#16161d21}.payment-methods-section h2{text-align:center;margin-bottom:2px}.payment-methods-section h2+p{text-align:center;font-size:17.95px;color:#16161d80;margin-bottom:25px}.payment-methods-section .grid-container{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}.official-requirements-section h2{margin-bottom:2px}.official-requirements-section h2+p{font-size:17.95px;color:#16161d80;margin-bottom:25px}.official-requirements-section .blue-item{padding-left:38px}.official-requirements-section ul{padding:0;margin:0}.official-requirements-section li{list-style-type:none}.official-requirements-section .grid-container{display:grid;grid-template-columns:1fr 524px 1fr;gap:15px;align-items:center}.official-requirements-section .mid img{width:100%;height:auto;max-width:524px}.official-requirements-section .right h3{font-size:21px;margin-bottom:10px}.official-requirements-section .right p{color:#16161d80;font-size:17px;margin-bottom:15px}@media(max-width:1620px){.official-requirements-section .grid-container{grid-template-columns:1fr 400px 1fr}}@media(max-width:1200px){.official-requirements-section .grid-container{grid-template-columns:1fr;justify-items:center}}.map-section{background:#00468e0d;position:relative;display:flex;flex-direction:column-reverse}.map-section .card{background-color:#fff;box-shadow:0 0 21px #16161d0d;border-radius:8px;padding:15px;width:100%;max-width:517px;position:absolute;top:0;bottom:0;margin:auto;height:fit-content;left:1100px}.map-section .card h2{font-size:34px;margin-bottom:0}.map-section .card h3{font-size:21px;margin-top:20px;margin-bottom:0}.map-section .card .subtitle{font-size:21px;font-weight:400;margin-bottom:0;color:#16161d}.map-section .card p{font-size:17px;color:#16161d9e;margin-bottom:20px}@media(max-width:1640px){.map-section .map{width:940px;height:658px;object-fit:cover}.map-section .card{left:800px}}@media(max-width:1350px){.map-section .map{width:650px}.map-section .card{left:600px}}@media(max-width:1150px){.map-section{align-items:center}.map-section .map{width:100%;max-width:474px}.map-section .card{position:relative;top:-100px;bottom:initial;left:initial;right:initial;margin:initial;max-width:426px}}.immigration-section h3{margin-top:40px;margin-bottom:25px}.immigration-section .blue-item{padding-left:38px}.immigration-section ul{padding:0;margin:0}.immigration-section li{list-style-type:none}.immigration-section .grid-container{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:center}@media(max-width:1620px){.immigration-section .img{width:100%;height:auto;max-width:798px}}@media(max-width:960px){.immigration-section .grid-container{grid-template-columns:1fr;justify-items:center}}.items-container{display:flex;flex-wrap:wrap;gap:12px}.blue-item{padding:4px 4px 4px 30px;position:relative;background-color:#00468e0d;color:#00468e;font-size:17px;border-radius:3px}.blue-item:before{content:"";position:absolute;top:0;bottom:0;left:2px;margin:auto 0}.mail-item:before{left:6px;width:18px;height:14px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEOSURBVHgBzZFNTgJBEIVfNQo74xGGExhv0CSOWznCeIMRVq5058KM4gnAG+gWSAZuwA2YI5CwIUPooqYDA4GG8LPhraorr756qSZkevgMQeoOp6mPTr1FAtFQhRjnyMwqSpJ49sEYWPoxSYDEVsJQeZv4H+2aBvNzbnBrZD2Z13Br2VyBQG/woyamaQ+KKtL43UIwfpBSGdPxHx6jb/G9O0AZiwIUSzFmRsvGAEz3i3SJhXdqIa5NFcWboZjD9dGr7eTwBNiUjU9IJy/ovZZtV3948L9iELRjxglaxpPNpaoAGzByF2UT3O5y7wHlwHDjAE4dYDlMlwhik+BcFVRCtvCjQL5c4xQZHqBbb8wBexZKo/5oKeQAAAAASUVORK5CYII=)}.phone-item:before{left:8px;width:15px;height:15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEaSURBVHgBlZNBUsJAEEV/jxhc5gbmCNzALMRy6wkMJ1CkXLgiWbmKwRMYryFWMUfgCDlCtoYyYzMpA2GAat6iq6vT/fPTkyGErwE8L8I2VZVDvxQQ0GuGadqp9i8uOY4kAgqE0qkaM4AQxc2FK4AAQhSqM+1UCT7CzIcABT0u+Y16x0Ji6yKBZuCzM/w1iSGkEZhPco4FOyntEZ6AarP6d2S//bz/gRPYCHw/a3bwziIhbtJsb3cYO4slp2n4trAiMDPexbitX6dTKIptbrDksMSqSlyB9fF5ZsHZwDaufu7Q8+7b4Q5mj8DGyYydPOAoJlEHn82fHvkvXd+HAkcgSBimEYgizq52HcgE/rnNAtS8G6oD3o8PpfI/jE9Unw8CewoAAAAASUVORK5CYII=)}.check-item:before{left:10px;width:18px;height:14px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC9SURBVHgBpZO7DcIwEIZ/2wuwAgoDMAISiqHMBjADDAC0KJkBmIAWXLECHY0lFuHhiyFKlIds52t8J1mf/rN1QF/i/ZgOgT5M0wW4uGAowREKSQQ/5jUHYwihLMFnB7Xe+osaJFT5iVokfqIOCWF/Lc4OGM0H0Nd7iMQmkmlinv3865dQq5OvxCbS6oFImhHZxPQJotmzSOYosYn+yMxcYpsi2esNV0lVVJfBVUJUV0SrW2lMZ0k7lCxP584XlV5NgauKmUkAAAAASUVORK5CYII=)}.map-item:before{left:10px;width:12px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAASCAYAAABvqT8MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE+SURBVHgBjVJBTsJAFH1/2sDWG9jeoEeAaBN3wAmMJ5AaNXGlrEy0ETmB3EDckaCxR+AGzg2sS63MONNiO6VAeQsyf968x38vJazCv/MAy4OQMZjgmF3OTZry0+F9C2Rdq5vWigXHz3cb0RUvBAdhFxZ7xjYsRA9v5xPld+ug0XxXV85WgUSMhFwbzUZXDU5pBZKj7BGd5kaEPTRE34agjpEEYNTG9Iyn56PhRIX/KEjymLJxS+7TgOdTdo4Nfp8pd7M2J23rHzof1CoFvmz1owWdYiXrCX74km3AjmFCSN3SUIWRn9gFjFyGKIhVS1HtY6KxzsSy6TeoF2CQ/kk66O9FYrTxseaW7bH8MqEb6Fqr4EsOZYHOIhYnVXfqpVxFoPF6EanqjDxygFkwRy38cAz/4XEdZa8VJFYfG/AH+pdl8/9zLKUAAAAASUVORK5CYII=)}.fax-item:before{left:10px;width:18px;height:14px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE9SURBVHgBpVPLTcNAEH2zMckJyVTA0oGpACMhixvuINABCeLACXLiAEpKIKmA5IYIEi4BKsAl+EqCPMwutmQsy4qdJ613fn47szNLqMLJgw/q3KIOy+FxUXUqg0hpEHw0gFPrZb7A8mr6zxaMjd6vJvLvXOzshuA0xtt1hBaQAu41ur13kbW1pDwQawKiJ0lpLpbP0i9n8vHENwIjxnoVIbqJCcFjCKjnQmQsJY3+iDZCjBUdKjC52A4azo+nakPMZb8OyS4jE03l9D3xJFB0YMszkC4rNEHKHnrpuUguUtmZjnJXMyIyBKSzLPat3oqIsZCJvoQp7RvSXZ7lrvqBJJrIAOZPxbUrGPft3uWvYqOqiJKC7GYLJRvKdgdrNRd2c6rO8l/YCafODJtC4skKpxMtSigX+IGXQYQW+AXTl176TEYfrAAAAABJRU5ErkJggg==)}
