:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.f{--y:calc(var(--len) - var(--nth));position:absolute;bottom:0;right:0;width:100%;transform:translate3d(0,calc(var(--y) * -40%),0) scale(calc(1 - .05 * var(--y)));transition:all .3s;min-height:80px}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--container-width:1400px;--inline-container-width:1000px}@media(max-width:1680px){:root{--container-width:1300px;--inline-container-width:950px}}@media(max-width:1540px){:root{--container-width:1200px;--inline-container-width:900px}}@media(max-width:1440px){:root{--container-width:1100px;--inline-container-width:850px}}@media(max-width:1366px){:root{--container-width:970px;--inline-container-width:800px}}@media(max-width:1200px){:root{--container-width:auto;--inline-container-width:calc(var(--scrollbar-width) - 100px)}}@media(max-width:768px){:root{--inline-container-width:auto}}:root{--color-primary:#ef3a50;--color-primary--dark:#d73448;--color-white:#fff;--color-dark:#02160e;--color-main:#131412;--color-black:#000;--color-black--tint:#333;--color-grey:#818087;--color-grey--tint:#b7b7b7;--color-grey--night:#efefef;--color-grey--light:#f7f7f7;--color-gray--border:#eaecf0;--color-gray--bg:#f6f6f6;--color-stone:#eff2f4;--color-stone--light:#dbdbdd;--color-pink:#fdebee;--color-danger:#ed2929;--color-success:#22d37e;--color-warning:#e09e3a;--color-light:#f6f6f6;--color-gray-600:#475467;--font-base:HelveticaNeueLT,sans-serif;--font-base--caps:HelveticaCaps,sans-serif;--font-base--display:gdumbadze,sans-serif;--font-icon--remixicon:"remixicon";--font-size--7x-large:70px;--font-size--6x-large:64px;--font-size--5x-large:58px;--font-size--4x-large:48px;--font-size--3x-large:38px;--font-size--2x-large:32px;--font-size--large:28px;--font-size--4x-medium:24px;--font-size--3x-medium:22px;--font-size--2x-medium:20px;--font-size--medium:18px;--font-size--base:16px;--font-size--small:14px;--font-size--xsmall:12px}@font-face{font-family:gdumbadze;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/gdumbadze.7f4d3712.woff2) format("woff2")}@font-face{font-family:HelveticaNeueLT;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/helvetica-neue-lt-geo-55-roman.ba5aecd7.woff2) format("woff2")}@font-face{font-family:HelveticaNeueLT;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/helvetica-neue-lt-geo-75-bold.e3637a8b.woff2) format("woff2")}@font-face{font-family:HelveticaCaps;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/helvetica-caps-light-300.ea0dc359.woff2) format("woff2")}@font-face{font-family:HelveticaCaps;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/helvetica-caps-regular-400.44d9311b.woff2) format("woff2")}@font-face{font-family:HelveticaCaps;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/helvetica-caps-bold-700.c8c64696.woff2) format("woff2")}*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{position:relative;margin:0;padding:0;border:0;vertical-align:baseline;outline:none}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block;position:relative}html{font-family:var(--font-base);line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;font-weight:700;line-height:1.3}p{margin-top:0;margin-bottom:16px}p:empty{display:none}time{display:block}ul,ul ul{margin:10px 10px 10px 25px;padding:0;list-style:disc}ol,ol ol{margin:10px 10px 10px 25px;padding:0;list-style-type:decimal}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;border-bottom:0;cursor:help}address{font-style:normal;line-height:inherit}address,dl{margin-bottom:0}dl{margin-top:0}dt{font-weight:400}dd{margin-bottom:0;margin-left:0}blockquote{margin:0}b,strong{font-weight:700}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-size:var(--font-size--base);font-family:var(--font-base)}pre{margin-top:0;margin-bottom:0;overflow:auto}figure{margin:0}img{height:auto;max-width:100%;vertical-align:top;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse;border-spacing:0}caption{padding-top:0;padding-bottom:0;color:var(--color-grey);text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:5px}button,input,label,select,textarea{display:inline-block;margin:0;padding:0;border:0;vertical-align:middle;font-size:var(--font-size--base);font-family:var(--font-base);line-height:1;white-space:normal;background:none;box-shadow:none;outline:none}input[type=search]{outline-offset:-2px;-webkit-appearance:none}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit]{width:auto;box-sizing:border-box;overflow:visible}input:focus{outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:var(--font-size--base);line-height:inherit}textarea{resize:vertical;overflow:auto}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button{border-radius:0}button,button[type=button],button[type=reset],button[type=submit]{-webkit-appearance:button}button[type=button]::-moz-focus-inner,button[type=reset]::-moz-focus-inner,button[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:focus{outline:none}button,select{width:auto;box-sizing:border-box;overflow:visible}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:0;padding:0;color:inherit;font-size:var(--font-size--base);line-height:inherit;white-space:normal}progress{vertical-align:baseline}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_body ul,.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_body ul li,.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_body ul ol,.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_body ul ul,.dynamic-sections-faq div.app-container div.accordion_wrap>ul,.dynamic-sections-faq div.app-container div.accordion_wrap>ul li,.dynamic-sections-faq div.app-container div.accordion_wrap>ul ol,.dynamic-sections-faq div.app-container div.accordion_wrap>ul ul,.footer .footer_bot .footer_bot_inner .left ul,.footer .footer_bot .footer_bot_inner .left ul li,.footer .footer_bot .footer_bot_inner .left ul ol,.footer .footer_bot .footer_bot_inner .left ul ul,.footer .footer_nav>ul,.footer .footer_nav>ul li,.footer .footer_nav>ul ol,.footer .footer_nav>ul ul,.place_info .place_info_wrapper .place_info_content ol.place_info_list,.place_info .place_info_wrapper .place_info_content ol.place_info_list li,.place_info .place_info_wrapper .place_info_content ol.place_info_list ol,.place_info .place_info_wrapper .place_info_content ol.place_info_list ul,.place_info .place_info_wrapper .place_info_content ul.place_info_list,.place_info .place_info_wrapper .place_info_content ul.place_info_list li,.place_info .place_info_wrapper .place_info_content ul.place_info_list ol,.place_info .place_info_wrapper .place_info_content ul.place_info_list ul,.regional_transport .regional_transport_content ul.regional_transport_items,.regional_transport .regional_transport_content ul.regional_transport_items li,.regional_transport .regional_transport_content ul.regional_transport_items ol,.regional_transport .regional_transport_content ul.regional_transport_items ul,.tabs ul,.tabs ul li,.tabs ul ol,.tabs ul ul,.tags ul,.tags ul li,.tags ul ol,.tags ul ul,.whats_on .whats_on_items article .texts ul,.whats_on .whats_on_items article .texts ul li,.whats_on .whats_on_items article .texts ul ol,.whats_on .whats_on_items article .texts ul ul,div.breadcrumbs ul,div.breadcrumbs ul li,div.breadcrumbs ul ol,div.breadcrumbs ul ul,div.categories_listing ul,div.categories_listing ul li,div.categories_listing ul ol,div.categories_listing ul ul,div.module div.module_wrapper div.module_bottom div.left ul,div.module div.module_wrapper div.module_bottom div.left ul li,div.module div.module_wrapper div.module_bottom div.left ul ol,div.module div.module_wrapper div.module_bottom div.left ul ul,div.module div.module_wrapper div.module_bottom div.right ul,div.module div.module_wrapper div.module_bottom div.right ul li,div.module div.module_wrapper div.module_bottom div.right ul ol,div.module div.module_wrapper div.module_bottom div.right ul ul,div.module div.module_wrapper div.module_top div.categories div.categories_col ul,div.module div.module_wrapper div.module_top div.categories div.categories_col ul li,div.module div.module_wrapper div.module_top div.categories div.categories_col ul ol,div.module div.module_wrapper div.module_top div.categories div.categories_col ul ul,div.popular_tours .popular_tours_card figure .popular_tours_location ul,div.popular_tours .popular_tours_card figure .popular_tours_location ul li,div.popular_tours .popular_tours_card figure .popular_tours_location ul ol,div.popular_tours .popular_tours_card figure .popular_tours_location ul ul,div.share ul,div.share ul li,div.share ul ol,div.share ul ul,div.sidebar ul,div.sidebar ul li,div.sidebar ul ol,div.sidebar ul ul,div.tags_list ul,div.tags_list ul li,div.tags_list ul ol,div.tags_list ul ul,header.header .header_menu ol.header_menu_list,header.header .header_menu ol.header_menu_list li,header.header .header_menu ol.header_menu_list ol,header.header .header_menu ol.header_menu_list ul,header.header .header_menu ul.header_menu_list,header.header .header_menu ul.header_menu_list li,header.header .header_menu ul.header_menu_list ol,header.header .header_menu ul.header_menu_list ul,header.header .header_mobile .header_mobile_wrapper .header_mobile_footer ul,header.header .header_mobile .header_mobile_wrapper .header_mobile_footer ul li,header.header .header_mobile .header_mobile_wrapper .header_mobile_footer ul ol,header.header .header_mobile .header_mobile_wrapper .header_mobile_footer ul ul,main div.container div.content_wrapper div.accordion_wrap>ul,main div.container div.content_wrapper div.accordion_wrap>ul li,main div.container div.content_wrapper div.accordion_wrap>ul ol,main div.container div.content_wrapper div.accordion_wrap>ul ul,ol.no-list,ol.no-list li,ol.no-list ol,ol.no-list ul,ul.no-list,ul.no-list li,ul.no-list ol,ul.no-list ul{margin:0;padding:0;list-style:none}.flex,.place_info,.plan_my_trip,.plan_my_trip .plan_my_trip_inner .plan_my_trip_close,.text-media__node--embedded-video .text-media__embed:before,button.favourite,button.favourite em,button.favourite-large,button.favourite-large em{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.culture_history .culture_history_col figure img,.culture_history_mobile .culture_history_mobile_item_bg img,.error figure img,.first_european_mobile .first_european_mobile_item_bg img,.highest_settlement .highest_settlement_col figure img,.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item figure a img,.language_of_dance figure video,.nature_adventure_mobile .nature_adventure_mobile_item_bg img,.place_info .place_info_wrapper figure img,.press_media figure img,.press_media figure video,.things_to_do_city .things_to_do_city_info figure img,.unesco_mobile .unesco_mobile_item_bg img,.unique_folklore figure img,.unique_folklore figure video,.unique_folklore_mobile figure img,.unique_folklore_mobile figure video,.why_subscribe figure img,article.blog_article figure img,div.author_widget figure.author img,div.featured .featured_inner a img,div.featured .lg-react-element a img,div.inner_cover figure img,div.popular_tours .popular_tours_card figure a img,div.publisher_widget figure.author img,img.fit-cover,video.fit-cover{position:absolute;width:100%;height:100%;left:0;top:0;-o-object-fit:cover;object-fit:cover}@font-face{font-family:remixicon;src:url(/_next/static/media/remixicon.0e34c2a9.woff2) format("woff2");font-display:swap}[class*=" ri-"],[class^=ri-]{font-family:remixicon!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-add-line:before{content:""}.ri-arrow-down-s-fill:before{content:""}.ri-arrow-down-s-line:before{content:""}.ri-arrow-left-line:before{content:""}.ri-arrow-left-s-line:before{content:""}.ri-arrow-right-line:before{content:""}.ri-arrow-right-s-line:before{content:""}.ri-arrow-right-up-line:before{content:""}.ri-arrow-up-s-fill:before{content:""}.ri-bar-chart-line:before{content:""}.ri-calendar-2-line:before{content:""}.ri-check-line:before{content:""}.ri-close-line:before{content:""}.ri-download-line:before{content:""}.ri-facebook-line:before{content:""}.ri-filter-3-fill:before{content:""}.ri-filter-3-line:before{content:""}.ri-group-fill:before{content:""}.ri-heart-3-line:before{content:""}.ri-heart-fill:before{content:""}.ri-heart-line:before{content:""}.ri-home-3-fill:before{content:""}.ri-information-fill:before{content:""}.ri-instagram-line:before{content:""}.ri-links-line:before{content:""}.ri-magic-fill:before{content:""}.ri-map-2-fill:before{content:""}.ri-map-2-line:before{content:""}.ri-map-fill:before{content:""}.ri-map-pin-fill:before{content:""}.ri-map-pin-line:before{content:""}.ri-phone-line:before{content:""}.ri-play-circle-fill:before{content:""}.ri-play-fill:before{content:""}.ri-route-line:before{content:""}.ri-search-line:before{content:""}.ri-send-plane-fill:before{content:""}.ri-stop-circle-fill:before{content:""}.ri-subtract-line:before{content:""}.ri-team-fill:before{content:""}.ri-time-fill:before{content:""}.ri-upload-cloud-2-line:before{content:""}.ri-volume-mute-fill:before{content:""}.ri-volume-up-fill:before{content:""}.ri-zoom-in-line:before{content:""}.ri-wand-line:before{content:""}.ri-bus-fill:before{content:""}.ri-subway-line:before{content:""}.ri-bus-line:before{content:""}.ri-taxi-fill:before{content:""}.ri-train-line:before{content:""}.app-container{--max-width:1170px;margin-left:auto;margin-right:auto;max-width:var(--max-width);width:100%}.app-container--small{--max-width:780px}.app-container--medium{--max-width:960px}.app-container--large{--max-width:1400px}.app-row{padding:0 15px}h1{font-size:var(--font-size--2x-large)}h1,h2{color:var(--color-black--tint)}h2{font-size:var(--font-size--large)}h3{font-size:var(--font-size--4x-medium)}h3,h4{color:var(--color-black--tint)}h4{font-size:var(--font-size--3x-medium)}h5{font-size:var(--font-size--2x-medium)}h5,h6{color:var(--color-black--tint)}h6{font-size:var(--font-size--medium)}@media(min-width:768px){h1{font-size:var(--font-size--5x-large)}h2{font-size:var(--font-size--2x-large)}h3,h4{font-size:var(--font-size--large)}h5{font-size:var(--font-size--3x-medium)}h6{color:var(--color-black--tint);font-size:var(--font-size--medium)}}a:focus-visible,button:focus-visible{outline:3px dashed var(--color-primary)!important}body{color:var(--color-grey);font-size:var(--font-size--base);font-family:var(--font-base);font-weight:400;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}a{color:var(--color-primary);text-decoration:none;outline:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:var(--color-grey)}.container{margin:0 auto;width:var(--container-width)}@media(max-width:1200px){.container{padding-left:20px;padding-right:20px}}#app-portal{position:static}.widget_title{display:flex;align-items:center;margin-bottom:30px;color:var(--color-black--tint);font-size:18px;line-height:22px;text-transform:capitalize}.widget_title em{margin-right:10px}@media(max-width:768px){.widget_title{font-size:14px}}.section_name{display:flex}@media(max-width:768px){.section_name{justify-content:space-between}}.section_name .see_more{margin-left:10px;color:var(--color-primary);font-size:16px;font-weight:700;text-transform:capitalize;text-decoration:underline}@media(max-width:768px){.section_name .see_more{font-size:14px}}.info_title{max-width:514px;margin:0 auto 50px;text-align:center}.info_title h1{color:var(--color-black--tint);font-size:64px;line-height:70px;font-family:var(--font-base--display);margin-bottom:30px;font-weight:400}@media(max-width:1680px){.info_title h1{font-size:60px;line-height:1.5}}@media(max-width:1440px){.info_title h1{font-size:50px}}@media(max-width:1366px){.info_title h1{font-size:45px}}@media(max-width:1280px){.info_title h1{font-size:36px}}.info_title .info_title_text{color:var(--color-grey);font-size:16px;line-height:24px}.info_title.small h1{font-size:32px;margin-bottom:12px}.info_title.small .info_title_text{font-size:14px}.info_title.big{max-width:800px}.checkbox_container{display:flex;align-items:center}.checkbox_container label{cursor:pointer;display:flex}.checkbox_container label:before{content:"";width:1em;height:1em;border:.05em solid #cbcbcb;border-radius:.2em;margin-right:.5em}.checkbox_container label:hover:before{background-color:#cbcbcb}.checkbox_container input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.checkbox_container input[type=checkbox]:hover+label:before{background-color:#cbcbcb}.checkbox_container input[type=checkbox]:checked+label:before{background-color:var(--color-primary);border:.05em solid var(--color-primary);content:"";font-family:var(--font-icon--remixicon);color:var(--color-white);line-height:1;font-weight:700;display:flex;justify-content:center;align-items:center}.lg-container{font-family:var(--font-base)!important;line-height:1.5;z-index:10000}.static_wrapper{padding-top:120px;max-width:960px;margin:0 auto 60px}@media(min-width:992px){.static_wrapper{padding-top:209px}}.why_georiga_info_box{width:400px;margin-left:auto}.why_georiga_info_box .why_georiga_info_title .why_georiga_info_num{color:hsla(0,0%,100%,.1);font-size:240px;line-height:240px;font-weight:700;position:absolute;top:-140px;left:-70px}@media(max-width:1440px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_num{font-size:150px;line-height:1.5;top:-120px;left:-80px}}@media(max-width:1366px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_num{font-size:100px;line-height:1.5;top:-78px;left:-55px}}@media(max-height:900px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_num{font-size:100px;line-height:1.5;top:-78px;left:-55px}}.why_georiga_info_box .why_georiga_info_title .why_georiga_info_suptitle{color:var(--color-primary);font-size:18px;font-weight:400;line-height:21px;letter-spacing:6px;font-family:var(--font-base--caps);text-transform:uppercase;padding-left:80px;display:block;margin-bottom:25px}@media(max-width:1440px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_suptitle{font-size:14px}}@media(max-width:1366px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_suptitle{font-size:12px}}@media(max-height:900px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_suptitle{font-size:12px}}.why_georiga_info_box .why_georiga_info_title .why_georiga_info_suptitle:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:70px;height:2px;background-color:var(--color-primary)}.why_georiga_info_box .why_georiga_info_title .why_georiga_info_title{display:block;color:var(--color-white);font-size:40px;line-height:64px;font-weight:700;margin-bottom:25px}@media(max-width:1440px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_title{font-size:40px}}@media(max-width:1366px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_title{font-size:40px;line-height:1.5}}@media(max-width:1024px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_title{font-size:30px!important;line-height:1.5!important}}@media(max-height:900px){.why_georiga_info_box .why_georiga_info_title .why_georiga_info_title{font-size:40px;line-height:1.5}}.why_georiga_info_box .why_georiga_info_desc{color:var(--color-white);font-size:18px;line-height:32px;font-weight:400;margin-bottom:25px}@media(max-width:1440px){.why_georiga_info_box .why_georiga_info_desc{font-size:16px;line-height:1.5}}@media(max-width:1366px){.why_georiga_info_box .why_georiga_info_desc{font-size:14px;line-height:1.5}}@media(max-height:900px){.why_georiga_info_box .why_georiga_info_desc{font-size:14px;line-height:1.5}}.why_georiga_info_box a.custom{padding:21px 50px;font-family:var(--font-base--caps);text-transform:uppercase;background-color:transparent!important}@media(max-width:1440px){.why_georiga_info_box a.custom{padding:0 50px;height:50px}.why_georiga_info_box a.custom strong{font-size:14px}}@media(max-width:1366px){.why_georiga_info_box a.custom{padding:0 50px;height:40px}.why_georiga_info_box a.custom strong{font-size:12px}}@media(max-height:900px){.why_georiga_info_box a.custom{padding:0 50px;height:40px}.why_georiga_info_box a.custom strong{font-size:12px}}.why_georiga_info_box a.custom:hover{color:var(--color-primary);border-color:var(--color-white)}.section_info_index{width:132px;margin-left:auto;position:relative}.section_info_index span{position:absolute;top:-60px;left:-50px;font-weight:700;font-size:80px;line-height:1.5;background:linear-gradient(187deg,#fff -51.36%,hsla(0,0%,100%,0) 94.53%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section_info_index strong{font-weight:700;font-size:18px;line-height:21px;color:rgba(239,242,244,.8)}.page-tabs{margin-top:60px;display:flex;justify-content:center;align-items:center;gap:20px 30px;flex-wrap:wrap}@media(max-width:1366px){.page-tabs{flex-direction:column;gap:40px 30px}}.page-tab__link{display:inline-block;padding:16px 32px;background-color:var(--color-light);border-radius:30px;color:var(--color-black--tint);cursor:pointer;transition:color .2s,background-color .2s}.page-tab__link--active,.page-tab__link:hover{background-color:var(--color-black--tint);color:var(--color-white)}.text-media{margin-top:40px;margin-bottom:40px}.text-media__container{margin:0 auto;width:100%;max-width:740px}.text-media__container--full-width{max-width:none}.text-media__title{margin-bottom:8px;color:var(--color-black--tint);font-family:var(--font-base--caps);font-weight:600;text-align:center}.text-media__node{display:flex;justify-content:center}.text-media__node--embedded-video .text-media__embed:hover:after{background-color:rgba(0,0,0,.65)}.text-media__node--embedded-video .text-media__embed:before{position:absolute;top:0;left:0;width:100%;height:100%;color:var(--color-white);font-size:var(--font-size--6x-large);font-family:var(--font-icon--remixicon);content:"";z-index:1}.text-media__node--embedded-video .text-media__embed:after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);content:"";transition:background-color .2s}.text-media__node--image .text-media__image{aspect-ratio:16/9;border-radius:12px}.text-media__node--local-video .text-media__embed{width:100%;aspect-ratio:16/9}.text-media__embed{display:inline-flex;justify-content:center;border-radius:12px;overflow:hidden;cursor:pointer}.text-media__gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}@media(max-width:768px){.text-media__gallery{grid-template-columns:1fr}}.text-media__gallery .text-media__link:hover .text-media__image:after,.text-media__gallery .text-media__link:hover .text-media__image:before{opacity:1}.text-media__gallery .text-media__image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:rgba(0,0,0,.3);border-radius:12px;aspect-ratio:16/9;opacity:0;transition:opacity .2s linear}.text-media__gallery .text-media__image:after{content:"";font-family:var(--font-icon--remixicon);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:50px;line-height:1;z-index:2;color:var(--color-white);aspect-ratio:16/9;opacity:0;transition:opacity .2s linear}.text-media__gallery .text-media__image img{aspect-ratio:16/9;border-radius:12px}.text-media__description{color:var(--color-grey);font-size:var(--font-size--small);display:flex;justify-content:center;margin-top:12px}.text-media__description:empty{display:none}.why.georgia{transition:background-color .3s ease}.HomePage{margin-bottom:40px}@media(min-width:992px){.HomePage{margin-bottom:120px}}.HomePage__Row:not(:last-child):not(:empty){margin-bottom:40px}@media(min-width:992px){.HomePage__Row:not(:last-child):not(:empty){margin-bottom:120px}}.local_transport_title{display:flex;align-items:center}.local_transport_title h4{margin-left:10px;font-size:16px;font-weight:700;color:var(--color-grey)}.embed_steller_story{margin-bottom:40px}.embed_steller_story h3{margin-bottom:30px;font-size:24px;text-align:center}.publish_date{display:flex;padding:0;margin-bottom:20px}.custom-photo-gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;margin-bottom:75px}.custom-photo-gallery a{height:240px;display:block}.custom-photo-gallery a img{height:100%}.custom-photo-gallery a:hover .custom-photo-gallery-hover{opacity:1;visibility:visible;transition:all .5s ease}.custom-photo-gallery a .custom-photo-gallery-hover{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--color-white-rgb),.7);z-index:10;opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center}.custom-photo-gallery a .custom-photo-gallery-hover h4{position:absolute;bottom:32px;left:17px;font-weight:400;font-size:14px;line-height:20px;color:var(--color-darkblue)}.custom-photo-gallery a .custom-photo-gallery-hover span{display:flex;align-items:center;justify-content:center;position:absolute;bottom:16px;right:16px;z-index:20;width:36px;height:36px;background:var(--color-gray-100);border-radius:50%}.lg-prev{background-color:var(--color-white)!important;border-radius:100%!important;width:60px!important;height:60px!important}.lg-prev:after{color:var(--color-black)!important}.lg-next{background-color:var(--color-white)!important;border-radius:100%!important;width:60px!important;height:60px!important}.lg-close:after,.lg-next:before{color:var(--color-black)!important}.lg-close:after{padding:5px;background-color:var(--color-white)!important;border-radius:100%!important;width:20px!important;height:20px!important;font-size:20px}.lg-download{margin:10px 0;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:400;font-size:14px!important;line-height:20px;width:149px!important;color:var(--color-black)!important;white-space:nowrap;background:rgba(249,250,251,.2)!important;box-shadow:0 1px 2px rgba(16,24,40,.05);border-radius:20px;padding:0!important;height:32px!important}.lg-download:after{display:none}.lg-download:before{content:"";color:var(--color-black)!important}.lg-backdrop{background-color:rgba(52,64,84,.7)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.custom-video-gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:44px;margin-bottom:50px}@media(max-width:768px){.custom-video-gallery{grid-template-columns:1fr}}.custom-video-gallery .lg-components,.custom-video-gallery .lg-download{display:none}.custom-video-gallery a{display:block;width:100%;height:315px;overflow:hidden}.custom-video-gallery a span:after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3)}.custom-video-gallery a .custom-video-gallery-content{position:absolute;top:0;left:32px;right:32px;bottom:29px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.custom-video-gallery a .custom-video-gallery-content .custom-video-gallery-content__play{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background-color:var(--color-white);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-video-gallery a .custom-video-gallery-content .custom-video-gallery-content__play em{color:var(--color-black);font-size:20px}.custom-video-gallery a .custom-video-gallery-content .custom-video-gallery-content__time{font-weight:400;font-size:14px;line-height:20px;color:var(--color-white);padding:2px 10px;width:78px;height:24px;background:rgba(var(--color-white-rgb),.3);border-radius:16px;margin-bottom:6px}.custom-video-gallery a .custom-video-gallery-content h3{text-transform:capitalize;font-weight:500;font-size:24px;line-height:32px;color:var(--color-white)}iframe{width:100%}.ScrollbarsCustom{width:100%;height:100%}.ScrollbarsCustom>.ScrollbarsCustom-Wrapper{top:0;right:0;bottom:0;left:0}.ScrollbarsCustom .ScrollbarsCustom-Track{position:absolute;border-radius:4px;opacity:0;transition:opacity .2s}.ScrollbarsCustom .ScrollbarsCustom-Thumb{background:var(--color-primary);cursor:pointer;border-radius:4px}.ScrollbarsCustom .ScrollbarsCustom-Thumb.dragging,.ScrollbarsCustom .ScrollbarsCustom-Thumb:hover{background-color:var(--color-primary--dark)}.ScrollbarsCustom .ScrollbarsCustom-ThumbY{width:100%}.ScrollbarsCustom .ScrollbarsCustom-ThumbX{height:100%}.ScrollbarsCustom .ScrollbarsCustom-TrackY{top:2px;right:-10px;width:4px;height:calc(100% - 4px);background-color:#f2f2f2}.ScrollbarsCustom .ScrollbarsCustom-TrackX{bottom:-4px;left:2px;width:calc(100% - 4px);height:4px;background-color:#f2f2f2}.ScrollbarsCustom:hover .ScrollbarsCustom-Track{opacity:.5}.ScrollbarsCustom .ScrollbarsCustom-Track:hover{opacity:1}:root{--duet-color-primary:#005fcc;--duet-color-text:#333;--duet-color-text-active:#fff;--duet-color-surface:#fff;--duet-color-overlay:rgba(0,0,0,.8);--duet-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--duet-font-normal:400;--duet-font-bold:600;--duet-radius:12px;--duet-z-index:600}.duet-date *,.duet-date :after,.duet-date :before{box-sizing:border-box;margin:0;width:auto}.duet-date{box-sizing:border-box;color:var(--duet-color-text);display:block;font-family:var(--duet-font);margin:0;position:relative;text-align:left;width:100%}.duet-date__input-wrapper{top:0;width:0;height:0;pointer-events:none}.duet-date__dialog,.duet-date__input-wrapper{position:absolute;left:0;visibility:hidden;opacity:0}.duet-date__dialog{display:flex;min-width:320px;top:100%;transform:scale(.96) translateZ(0) translateY(-20px);transform-origin:top right;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;width:100%;will-change:transform,opacity,visibility;z-index:var(--duet-z-index)}@media(max-width:35.9375em){.duet-date__dialog{background:var(--duet-color-overlay);bottom:0;position:fixed;right:0;top:0;transform:translateZ(0);transform-origin:bottom center}}.duet-date__dialog.is-left{left:auto;right:0;width:auto}.duet-date__dialog.is-active{opacity:1;transform:scale(1.0001) translateZ(0) translateY(0);visibility:visible}.duet-date__dialog-content{background:var(--duet-color-surface);border:1px solid rgba(0,0,0,.1);border-radius:var(--duet-radius);box-shadow:0 4px 10px 0 rgba(0,0,0,.1);margin-left:auto;margin-top:8px;max-width:310px;min-width:290px;padding:16px 16px 20px;position:relative;transform:none;width:100%;z-index:var(--duet-z-index)}@media(max-width:35.9375em){.duet-date__dialog-content{border:0;border-radius:0;border-top-left-radius:var(--duet-radius);border-top-right-radius:var(--duet-radius);bottom:0;left:0;margin:0;max-width:none;min-height:26em;opacity:0;padding:0 8% 20px;position:absolute;transform:translateZ(0) translateY(100%);transition:transform .4s ease,opacity .4s ease,visibility .4s ease;visibility:hidden;will-change:transform,opacity,visibility}.is-active .duet-date__dialog-content{opacity:1;transform:translateZ(0) translateY(0);visibility:visible}}.duet-date__table{border-collapse:collapse;border-spacing:0;color:var(--duet-color-text);font-size:1rem;font-weight:var(--duet-font-normal);line-height:1.25;text-align:center;width:100%}.duet-date__table-header{font-size:.75rem;font-weight:var(--duet-font-bold);letter-spacing:1px;line-height:1.25;padding-bottom:8px;text-decoration:none;text-transform:uppercase}.duet-date__cell,.duet-date__day{text-align:center}.duet-date__day{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:50%;color:var(--duet-color-text);cursor:pointer;display:inline-block;font-family:var(--duet-font);font-size:.875rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:var(--duet-font-normal);height:36px;line-height:1.25;padding:0 0 1px;position:relative;vertical-align:middle;width:36px;z-index:1}.duet-date__day.is-today{box-shadow:0 0 0 1px var(--duet-color-primary);position:relative;z-index:200}.duet-date__day.is-today:before,.duet-date__day:hover:before{background:var(--duet-color-primary);border-radius:50%;bottom:0;content:"";left:0;opacity:.06;position:absolute;right:0;top:0}.duet-date__day:focus,.duet-date__day[aria-pressed=true]{background:var(--duet-color-primary);box-shadow:none;color:var(--duet-color-text-active);outline:0}.duet-date__day:active{background:var(--duet-color-primary);color:var(--duet-color-text-active)}.duet-date__day:active,.duet-date__day:focus{box-shadow:0 0 5px var(--duet-color-primary);z-index:200}.duet-date__day:not(.is-month){box-shadow:none}.duet-date__day:not(.is-month),.duet-date__day[aria-disabled=true]{background:transparent;color:var(--duet-color-text);cursor:default;opacity:.5}.duet-date__day[aria-disabled=true].is-today{box-shadow:0 0 0 1px var(--duet-color-primary)}.duet-date__day[aria-disabled=true].is-today:focus{box-shadow:0 0 5px var(--duet-color-primary);background:var(--duet-color-primary);color:var(--duet-color-text-active)}.duet-date__day[aria-disabled=true]:not(.is-today):before{display:none}.duet-date__day.is-outside{background:var(--duet-color-button);box-shadow:none;color:var(--duet-color-text);cursor:default;opacity:.6;pointer-events:none}.duet-date__day.is-outside:before{display:none}.duet-date__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;width:100%}.duet-date__nav{white-space:nowrap}.duet-date__next,.duet-date__prev{-moz-appearance:none;-webkit-appearance:none;align-items:center;appearance:none;background:var(--duet-color-button);border:0;border-radius:50%;color:var(--duet-color-text);cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin-left:8px;padding:0;transition:background-color .3s ease;width:32px}@media(max-width:35.9375em){.duet-date__next,.duet-date__prev{height:40px;width:40px}}.duet-date__next:focus,.duet-date__prev:focus{box-shadow:0 0 0 2px var(--duet-color-primary);outline:0}.duet-date__next:active:focus,.duet-date__prev:active:focus{box-shadow:none}.duet-date__next:disabled,.duet-date__prev:disabled{cursor:default;opacity:.5}.duet-date__next svg,.duet-date__prev svg{margin:0 auto}.duet-date__select{display:inline-flex;margin-top:4px;position:relative}.duet-date__select span{margin-right:4px}.duet-date__select select{cursor:pointer;font-size:1rem;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.duet-date__select select:focus+.duet-date__select-label{box-shadow:0 0 0 2px var(--duet-color-primary)}.duet-date__select-label{align-items:center;border-radius:var(--duet-radius);color:var(--duet-color-text);display:flex;font-size:1.25rem;font-weight:var(--duet-font-bold);line-height:1.25;padding:0 4px 0 8px;pointer-events:none;position:relative;width:100%;z-index:1}.duet-date__select-label svg{width:16px;height:16px}.duet-date__mobile{align-items:center;border-bottom:1px solid rgba(0,0,0,.12);display:flex;justify-content:space-between;margin-bottom:20px;margin-left:-10%;overflow:hidden;padding:12px 20px;position:relative;text-overflow:ellipsis;white-space:nowrap;width:120%}@media(min-width:36em){.duet-date__mobile{border:0;margin:0;overflow:visible;padding:0;position:absolute;right:-8px;top:-8px;width:auto}}.duet-date__mobile-heading{display:inline-block;font-weight:var(--duet-font-bold);max-width:84%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:36em){.duet-date__mobile-heading{display:none}}.duet-date__close{-webkit-appearance:none;align-items:center;-moz-appearance:none;appearance:none;background:var(--duet-color-button);border:0;border-radius:50%;color:var(--duet-color-text);cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;width:24px}@media(min-width:36em){.duet-date__close{opacity:0}}.duet-date__close:focus{box-shadow:0 0 0 2px var(--duet-color-primary);outline:none}@media(min-width:36em){.duet-date__close:focus{opacity:1}}.duet-date__close svg{margin:0 auto}.duet-date__vhidden{border:0;clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;padding:0;position:absolute;top:0;width:1px}header.header{--search-button-color:var(--color-white);--search-border-color:transparent;position:fixed;top:0;left:0;right:0;z-index:9999}header.header.active .header_inner,header.header:hover .header_inner{color:var(--color-black);background-color:var(--color-white);border-bottom:1px solid var(--color-light)}header.header.active .header_inner .header_menu .header_menu_list .header_menu_item .header_menu_link,header.header:hover .header_inner .header_menu .header_menu_list .header_menu_item .header_menu_link{color:var(--color-black)}header.header.active .header_inner .header_right,header.header:hover .header_inner .header_right{--search-button-color:var(--color-black);--search-border-color:rgba(0,0,0,.2);color:var(--color-black)}header.header.active .header_inner .header_mobile div em,header.header.active .header_inner .header_right a,header.header:hover .header_inner .header_mobile div em,header.header:hover .header_inner .header_right a{color:var(--color-black)}header.header.active .header_inner .header_mobile .header_burger .burger:after,header.header.active .header_inner .header_mobile .header_burger .burger:before,header.header:hover .header_inner .header_mobile .header_burger .burger:after,header.header:hover .header_inner .header_mobile .header_burger .burger:before{background-color:var(--color-black)}header.header.active .header_inner .header_map em,header.header:hover .header_inner .header_map em{color:var(--color-black)}header.header .header_inner{transition:background-color .3s ease;display:grid;align-items:center;grid-template-columns:1fr auto 1fr;grid-gap:20px;height:90px;padding:0 70px;background-color:transparent}@media(max-width:1680px){header.header .header_inner{grid-template-columns:.5fr 3fr .5fr}}@media(max-width:1440px){header.header .header_inner{grid-template-columns:.5fr 4fr .5fr;padding:0 30px}}@media(max-width:1280px){header.header .header_inner{grid-template-columns:.5fr 5fr .5fr}}@media(max-width:1024px){header.header .header_inner{grid-template-columns:1fr 1fr;padding:0 20px}}@media(max-width:992px){header.header .header_inner{height:75px}}header.header .header_inner.white{background-color:var(--color-white);color:var(--color-black);border-bottom:1px solid var(--color-light)}header.header .header_inner.white .header_menu .header_menu_list .header_menu_item .header_menu_link{color:var(--color-black)}header.header .header_inner.white .header_right{--search-button-color:var(--color-black);--search-border-color:rgba(0,0,0,.2);color:var(--color-black)}header.header .header_inner.white .header_right .header_favorites a{color:var(--color-black);font-size:18px}header.header .header_inner.white .header_mobile div em,header.header .header_inner.white .header_right .header_map em{color:var(--color-black)}header.header .header_inner.white .header_mobile .header_burger .burger:after,header.header .header_inner.white .header_mobile .header_burger .burger:before{background-color:var(--color-black)}header.header .header_inner.transparent{background-color:transparent;color:var(--color-black);border-bottom:1px solid transparent}header.header .header_logo a{display:flex}header.header .header_menu{display:flex;justify-content:center}header.header .header_menu .header_menu_list{height:90px;display:flex;align-items:center;justify-content:center}header.header .header_menu .header_menu_list .header_menu_item{display:flex;align-items:center;justify-content:center;padding:0 20px;height:100%}header.header .header_menu .header_menu_list .header_menu_item:hover .dropdown-content{display:block;animation:fade-in 1s ease}header.header .header_menu .header_menu_list .header_menu_item .header_menu_link{display:flex;align-items:center;justify-content:center;color:var(--color-white);height:100%;font-size:16px;line-height:1.5;font-weight:700}@media(max-width:1440px){header.header .header_menu .header_menu_list .header_menu_item .header_menu_link{font-size:12px}}header.header .header_menu .header_menu_list .header_menu_item .header_menu_link.active:after{transform:scaleX(1)}header.header .header_menu .header_menu_list .header_menu_item .header_menu_link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;transform:scaleX(0);background-color:var(--color-primary);transition:transform .2s ease}header.header .header_menu .header_menu_list .header_menu_item .header_menu_link:after:hover{transform:scaleX(1)}header.header .header_menu .header_menu_list .header_menu_item .dropdown-content{display:none;position:absolute;left:0;top:95px;width:100%;height:100%;animation:fade-in .4s linear}header.header .header_menu .header_menu_list .header_menu_item:hover .header_menu_link:after{transform:scaleX(1)}header.header .header_right{display:flex;justify-content:flex-end;color:var(--color-white)}header.header .header_right>div{margin-right:28px}header.header .header_right>div:last-child{margin-right:0}header.header .header_right .header_favorites,header.header .header_right .header_map{display:flex;align-items:center;font-size:20px}header.header .header_right .header_favorites a,header.header .header_right .header_map em{color:var(--color-white)}header.header .header_search .header_search_form.active{--search-button-color:var(--color-black)}header.header .header_search .header_search_form.active input{opacity:1;visibility:visible}header.header .header_search .header_search_form input{padding:0 36px 0 12px;position:absolute;top:0;right:-10px;width:150px;height:30px;background-color:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;border:1px solid var(--search-border-color);font-size:var(--font-size--base);opacity:0;visibility:hidden;transition:opacity .2s}@media(min-width:768px){header.header .header_search .header_search_form input{font-size:var(--font-size--small)}}header.header .header_search .header_search_form button{display:flex;color:var(--search-button-color);font-size:20px;line-height:1.5;cursor:pointer}header.header .header_search .header_search_form_mobile.active{--search-button-color:var(--color-black)}header.header .header_search .header_search_form_mobile.active input{opacity:1;visibility:visible;border-color:var(--color-primary)}header.header .header_search .header_search_form_mobile input{padding:0 36px 0 12px;position:absolute;top:-5px;right:-10px;width:150px;height:30px;background-color:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;border:1px solid var(--search-border-color);font-size:var(--font-size--base);opacity:0;visibility:hidden;transition:opacity .2s}@media(min-width:768px){header.header .header_search .header_search_form_mobile input{font-size:var(--font-size--small)}}header.header .header_search .header_search_form_mobile button{display:flex;color:var(--search-button-color);font-size:20px;line-height:1.5;cursor:pointer}header.header .header_mobile{display:flex;align-items:center;justify-content:flex-end}header.header .header_mobile .header_burger a,header.header .header_mobile .header_favorites a,header.header .header_mobile .header_map a,header.header .header_mobile .header_search a{display:flex;color:var(--color-white);font-size:18px}header.header .header_mobile .header_burger .burger{width:15px;height:8px;position:relative}header.header .header_mobile .header_burger .burger:before{content:"";position:absolute;top:0;left:0;right:0;width:15px;height:2px;border-radius:29px;background-color:var(--color-white)}header.header .header_mobile .header_burger .burger:after{content:"";position:absolute;bottom:0;left:0;right:0;width:10px;height:2px;border-radius:29px;background-color:var(--color-white)}header.header .header_mobile .header_mobile_controls{display:flex;align-items:center}header.header .header_mobile .header_mobile_wrapper{position:fixed;top:0;left:0;right:0;bottom:0;transform:translateY(-100%);background-color:var(--color-white)}header.header .header_mobile .header_mobile_wrapper.active{transform:translateY(0)}header.header .header_mobile .header_mobile_wrapper .header_mobile_top{padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:75px}header.header .header_mobile .header_mobile_wrapper .header_mobile_top em:before{color:var(--color-black--tint)}header.header .header_mobile .header_mobile_wrapper .header_mobile_back{color:var(--color-black--tint);font-weight:700;font-size:18px;transition:none}header.header .header_mobile .header_mobile_wrapper .header_mobile_back.active{padding-left:20px}header.header .header_mobile .header_mobile_wrapper .header_mobile_back.active:after{content:"";font-family:var(--font-icon--remixicon);position:absolute;top:50%;transform:translateY(-50%);left:0;font-size:20px}header.header .header_mobile .header_mobile_wrapper .header_mobile_right{display:flex;align-items:center;font-size:18px;line-height:1}header.header .header_mobile .header_mobile_wrapper .header_mobile_right .header_map:after,header.header .header_mobile .header_mobile_wrapper .header_mobile_right .header_search:after{content:"";position:absolute;top:13px;right:0;bottom:13px;width:1px;background-color:#cbcbcb;color:var(--color-black)}header.header .header_mobile .header_mobile_wrapper .header_mobile_menu{margin:20px 0 0;padding:0 20px;max-height:calc(100% - 215px);list-style:none}header.header .header_mobile .header_mobile_wrapper .header_mobile_menu li{margin-bottom:20px!important}header.header .header_mobile .header_mobile_wrapper .header_mobile_menu li:last-child{margin-bottom:0!important}header.header .header_mobile .header_mobile_wrapper .header_mobile_menu li.has_children a:after{content:"";font-family:var(--font-icon--remixicon);position:absolute;top:50%;transform:translateY(-50%);right:0;color:var(--color-grey);font-size:20px;line-height:1}header.header .header_mobile .header_mobile_wrapper .header_mobile_menu li a{display:block;color:var(--color-grey);font-size:18px;font-weight:700;transition:color .2s linear}header.header .header_mobile .header_mobile_wrapper .header_mobile_menu li a:hover{color:var(--color-black--tint)}header.header .header_mobile .header_mobile_wrapper .header_mobile_footer{position:absolute;bottom:0;left:0;right:0;border-top:1px solid #efefef}header.header .header_mobile .header_mobile_wrapper .header_mobile_footer ul{padding:20px 30px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;justify-items:center}header.header .header_mobile .header_mobile_wrapper .header_mobile_footer ul li a{color:var(--color-grey);font-size:12px;font-weight:400}header.header .header_mobile .header_mobile_wrapper .search_mobile form{height:100vh;display:flex;flex-direction:column}header.header .header_mobile .header_mobile_wrapper .search_mobile form input{height:50px;padding:0 20px;caret-color:var(--color-primary);margin-bottom:150px;color:var(--color-black--tint);font-size:24px;font-weight:700}header.header .header_mobile .header_mobile_wrapper .search_mobile form button em:before{color:var(--color-white)}header.header .header_mobile .header_mobile_wrapper .header_mobile_inside_menu h4{padding:0 20px}header.header .header_mobile .header_mobile_wrapper .header_mobile_inside_menu ul li:first-child a:after{display:block}@keyframes scale_count{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.header_favorites__count{position:absolute;top:0;right:5px;display:flex;width:12px;height:12px;border-radius:6px;color:var(--color-white);font-size:7px;justify-content:center;align-items:center;background-color:var(--color-primary)}.header_favorites__count.anim{animation-duration:.2s;animation-name:scale_count;animation-iteration-count:1;animation-fill-mode:forwards}@media(min-width:992px){.header_favorites__count{right:-5px}}@keyframes fade-in{0%{opacity:0}50%{opacity:0}60%{opacity:.3}to{opacity:1}}@keyframes fade-out{0%{opacity:1}50%{opacity:0}to{opacity:0}}section.hero{--slide-thumb-icon:""}section.hero.paused{--slide-thumb-icon:""}section.hero .main_slider .swiper-slide{height:100vh}@media(max-width:768px){section.hero .main_slider .swiper-slide{height:500px}}section.hero .main_slider .swiper-slide .app-container,section.hero .main_slider .swiper-slide .app-row{height:100%}section.hero figure{position:absolute;top:0;left:0;width:100%;height:100%}section.hero figure:after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3)),linear-gradient(89.96deg,rgba(0,0,0,.7) .03%,transparent 58.88%);z-index:1}section.hero figure video{position:absolute;height:auto;width:auto;min-width:100%;min-height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}section.hero figure.without_filter:after{display:none}section.hero .hero_content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;z-index:2}@media(min-width:992px){section.hero .hero_content{padding-top:180px;padding-bottom:95px;height:100vh}}section.hero .hero_content .hero_title{margin-bottom:30px;color:var(--color-white);font-size:64px;font-weight:600;font-family:var(--font-base);line-height:1.3}@media(max-width:1024px){section.hero .hero_content .hero_title{margin-bottom:20px;font-size:38px}}@media(max-width:768px){section.hero .hero_content .hero_title{margin-bottom:10px;font-size:28px}}section.hero .hero_content .hero_text{margin-bottom:20px;color:var(--color-grey--tint);font-size:var(--font-size--small);line-height:1.5}@media(min-width:992px){section.hero .hero_content .hero_text{max-width:520px;font-size:var(--font-size--base)}}section.hero .hero_content .more{width:100%;display:flex;gap:30px;position:absolute;top:78%}@media(max-width:450px){section.hero .hero_content .more{display:flex;flex-direction:column;top:70%;gap:10px;justify-content:center}}section.hero .swiper-thumbs{position:absolute;top:77%;right:calc(50vw - 700px);width:348px;z-index:10}@media(max-width:1680px){section.hero .swiper-thumbs{right:calc(50vw - 650px)}}@media(max-width:1440px){section.hero .swiper-thumbs{right:calc(50vw - 600px)}}@media(max-width:1366px){section.hero .swiper-thumbs{right:calc(50vw - 550px)}}@media(max-width:1280px){section.hero .swiper-thumbs{right:calc(50vw - 485px)}}@media(max-width:1024px){section.hero .swiper-thumbs{right:20px}}@media(max-width:1280px){section.hero .swiper-thumbs{display:none}}section.hero .swiper-thumbs .swiper-slide .slide{padding:2px;width:104px;height:64px;cursor:pointer}section.hero .swiper-thumbs .swiper-slide .slide svg{display:none;position:absolute;top:0;left:0;width:100%;height:100%}section.hero .swiper-thumbs .swiper-slide img{border-radius:12px}section.hero .swiper-thumbs .swiper-slide-thumb-active .slide svg{display:block}section.hero .swiper-thumbs .swiper-slide-thumb-active .slide:before{content:var(--slide-thumb-icon);font-family:var(--font-icon--remixicon);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-white);font-size:25px;z-index:20}section.gastronomy div.gastronomy_inner{display:grid;grid-template-columns:380px 1fr;grid-gap:30px}@media(max-width:992px){section.gastronomy div.gastronomy_inner{grid-template-columns:1fr}}section.gastronomy div.gastronomy_inner div.descriptive_texts h2{margin-bottom:28px;color:var(--color-black--tint);font-size:28px;font-family:var(--font-base);font-weight:700}@media(max-width:992px){section.gastronomy div.gastronomy_inner div.descriptive_texts h2{margin-bottom:15px;font-size:24px;line-height:1.5}}section.gastronomy div.gastronomy_inner div.descriptive_texts div.desc{margin-bottom:35px;font-size:16px;line-height:30px}@media(max-width:768px){section.gastronomy div.gastronomy_inner div.descriptive_texts div.desc{font-size:16px;line-height:1.5;margin-bottom:15px}}section.gastronomy div.gastronomy_inner div.dishes_listing{display:grid;grid-template-columns:1fr;grid-gap:8px}@media(min-width:360px){section.gastronomy div.gastronomy_inner div.dishes_listing{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){section.gastronomy div.gastronomy_inner div.dishes_listing{grid-gap:30px}}section.gastronomy div.gastronomy_inner div.dishes_listing article figure{height:auto}section.gastronomy div.gastronomy_inner div.dishes_listing article div.texts .article_card_title{font-size:var(--font-size--medium)}section.gastronomy div.gastronomy_inner div.dishes_listing article div.texts .article_card_text{font-size:var(--font-size--small)}.subscription{margin:150px 0}@media(max-width:1440px){.subscription{margin:0;padding:100px 0}}@media(max-width:1024px){.subscription{padding:50px 0}}.subscription .subscription_inner{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:100px;align-items:center;margin:0 50px}@media(max-width:1280px){.subscription .subscription_inner{grid-template-columns:1fr}}@media(max-width:768px){.subscription .subscription_inner{grid-gap:20px;margin:0}}.subscription .subscription_inner .informative_texts h3{margin-bottom:20px;color:var(--color-black--tint);font-family:var(--font-base);font-size:32px;line-height:37px;font-weight:700}@media(max-width:768px){.subscription .subscription_inner .informative_texts h3{font-size:24px;line-height:1.5}}.subscription .subscription_inner .informative_texts .desc{width:80%;font-family:var(--font-base);font-size:16px;line-height:28px;font-weight:400}@media(max-width:768px){.subscription .subscription_inner .informative_texts .desc{font-size:16px;line-height:1.5}}.subscription .subscription_inner .subscription_form .form_items{width:100%}.subscription .subscription_inner .subscription_form .form_items input{height:80px;padding-right:150px;background-color:var(--color-light)}.subscription .subscription_inner .subscription_form .form_items button{position:absolute;right:10px;bottom:10px;top:10px}@media(max-width:768px){.subscription .subscription_inner .subscription_form .form_items button{box-shadow:none}}.subscription .subscription_response{display:block;margin-top:10px;color:var(--color-primary)}.instagram .instagram_items{padding:0 15px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;overflow-x:auto}@media(min-width:560px){.instagram .instagram_items{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.instagram .instagram_items{grid-template-columns:repeat(6,1fr)}}@media(min-width:1024px){.instagram .instagram_items{padding:0;gap:0}}.instagram .instagram_item figure{border-radius:6px;overflow:hidden}@media(min-width:1024px){.instagram .instagram_item figure{border-radius:0}}.instagram .instagram_item figure:after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6)),linear-gradient(212.77deg,rgba(0,0,0,.8) -37.96%,transparent 24.23%);opacity:0;transition:opacity .2s ease}.instagram .instagram_item figure a{display:block;overflow:hidden}.instagram .instagram_item figure a:focus-visible{border:3px dashed var(--color-primary)}.instagram .instagram_item figure em{position:absolute;top:22px;right:22px;z-index:100;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s,transform .2s}.instagram .instagram_item figure em:before{color:var(--color-white);font-size:25px;line-height:1}.instagram .instagram_item figure:hover:after{opacity:1}.instagram .instagram_item figure:hover .instagram_content{transform:translateY(0)}.instagram .instagram_item figure:hover em{opacity:1;transform:translateY(0);visibility:visible}.instagram .instagram_item .instagram_content{transform:translateY(100%);position:absolute;display:flex;flex-direction:column;justify-content:flex-end;top:30px;right:30px;bottom:30px;left:30px;z-index:20;transition:transform .2s}.instagram .instagram_item .instagram_content h4{margin-bottom:10px;font-weight:700}.instagram .instagram_item .instagram_content h4,.instagram .instagram_item .instagram_content span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:left;width:100%;color:var(--color-white);font-size:16px}.instagram .instagram_item .instagram_content span{opacity:.7;margin-bottom:0}@media(max-width:1024px){.instagram .instagram_item .instagram_content{display:none}}.front_map{margin:150px 0}@media(max-width:768px){.front_map{margin:50px 0}}.front_map .front_map_title{margin-bottom:30px;max-width:640px;width:100%;color:var(--color-black--tint);font-size:var(--font-size--large);font-weight:600;line-height:1.1}@media(min-width:768px){.front_map .front_map_title{font-size:var(--font-size--4x-large)}}@media(min-width:992px){.front_map .front_map_inner{display:grid;grid-template-columns:1fr 560px;grid-gap:130px}}.front_map .front_map_left{margin-top:40px}@media(max-width:992px){.front_map .front_map_left{display:none}}.front_map .front_map_mobile{margin-top:40px;display:none}@media(max-width:992px){.front_map .front_map_mobile{display:block}}.front_map .front_map_mobile .regions_list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}@media(min-width:768px){.front_map .front_map_mobile .regions_list{padding:0 30px}}.front_map .front_map_mobile .regions_list .region_item a{display:block;font-size:14px;font-weight:400;color:var(--color-grey);padding-left:6px}.front_map .front_map_mobile .regions_list .region_item--active a{padding-left:5px;border-left:1px solid var(--color-primary);color:var(--color-primary)}.front_map .front_map_toggle{margin-bottom:30px;display:flex;align-items:center;justify-content:center}.front_map .front_map_toggle button{display:flex;align-content:center;margin-right:24px;cursor:pointer}.front_map .front_map_toggle button:last-child{margin-right:0}.front_map .front_map_toggle button strong{padding-left:26px;color:var(--color-grey);font-size:14px;font-weight:700;transition:all .3s ease}@media(min-width:768px){.front_map .front_map_toggle button strong{font-size:18px}}.front_map .front_map_toggle button strong:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:20px;height:20px;border-radius:50%;border:2px solid var(--color-grey)}.front_map .front_map_toggle button.active strong{color:var(--color-black--tint);font-weight:700}.front_map .front_map_toggle button.active strong:before{border:2px solid var(--color-primary)}.front_map .front_map_toggle button.active strong:after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:6px;width:8px;height:8px;border-radius:50%;background-color:var(--color-primary)}.front_map .driving_times_map{margin-top:50px}@media(max-width:768px){.front_map .driving_times_map{min-height:182px}}.blog_wrapper{padding-top:120px;max-width:1170px;margin:0 auto}@media(min-width:768px){.blog_wrapper{padding-top:209px}}.blog_wrapper .blog_form_wrapper{margin-bottom:24px}@media(min-width:768px){.blog_wrapper .blog_form_wrapper{display:flex;align-items:center;gap:8px}}.blog_wrapper button.filter{min-width:110px}.blog_wrapper .blog_form_inner{margin-top:8px;transition:all .3s ease;display:none}@media(min-width:768px){.blog_wrapper .blog_form_inner{margin-top:0}}.blog_wrapper .blog_form_inner.active{display:block;animation:fadeIn .5s}.blog_wrapper .blog_form{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px}@media(max-width:1024px){.blog_wrapper .blog_form{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.blog_wrapper .blog_form{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.blog_wrapper .blog_form{grid-template-columns:1fr}}.blog_wrapper .blog_listing{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;margin-bottom:120px}@media(max-width:768px){.blog_wrapper .blog_listing{grid-template-columns:1fr;margin-bottom:60px}}.blog_wrapper .blog_listing article.blog_article:nth-child(8n+2),.blog_wrapper .blog_listing article.blog_article:nth-child(8n+7){grid-row:span 2}.blog_wrapper .blog_listing article.blog_article:nth-child(8n+1),.blog_wrapper .blog_listing article.blog_article:nth-child(8n+5){grid-column:1/-1;min-height:620px}.blog_wrapper .blog_listing article.blog_article:nth-child(8n+3) div.blog_text,.blog_wrapper .blog_listing article.blog_article:nth-child(8n+4) div.blog_text,.blog_wrapper .blog_listing article.blog_article:nth-child(8n+6) div.blog_text,.blog_wrapper .blog_listing article.blog_article:nth-child(8n+8) div.blog_text{display:none}@media(max-width:1024px){.blog_wrapper .blog_listing article.blog_article{height:500px}.blog_wrapper .blog_listing article.blog_article:nth-child(8n+2),.blog_wrapper .blog_listing article.blog_article:nth-child(8n+7){grid-row:auto}.blog_wrapper .blog_listing article.blog_article:nth-child(8n+1),.blog_wrapper .blog_listing article.blog_article:nth-child(8n+5){grid-column:auto;min-height:500px}.blog_wrapper .blog_listing article.blog_article div.blog_text{display:none}}@media(max-width:768px){.blog_wrapper .blog_listing article.blog_article{height:300px}.blog_wrapper .blog_listing article.blog_article:nth-child(8n+1),.blog_wrapper .blog_listing article.blog_article:nth-child(8n+5){grid-column:auto;min-height:300px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}article.blog_article{min-height:295px}article.blog_article.main{min-height:620px}article.blog_article:hover figure img{transform:scale(1.1)}article.blog_article figure{height:100%;width:100%;transition:all .2s ease;overflow:hidden;border-radius:12px}article.blog_article figure a{display:block;height:100%}article.blog_article figure a:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.7))}article.blog_article figure img{border-radius:12px;transition:all .3s ease}article.blog_article .blog_content{position:absolute;left:30px;right:15px;bottom:30px;z-index:2}article.blog_article .blog_content h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--color-white);font-size:22px;line-height:30px;font-weight:400;margin-bottom:10px}article.blog_article .blog_content h3 a{color:var(--color-white)}article.blog_article .blog_content div.blog_text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--color-white);font-size:14px;line-height:20px;margin-bottom:20px}article.blog_article .blog_content a{max-width:170px}.press_media{padding-top:205px;margin-bottom:125px}.press_media figure{max-height:800px;margin-top:60px;margin-bottom:70px}.press_media .press_media_wrapper{max-width:840px;padding:0 20px;margin:0 auto}.press_media .press_media_wrapper .text{line-height:30px}.press_media .press_media_wrapper .media_form{max-width:568px;margin:70px auto 0}.press_media .press_media_wrapper .media_form .form_items .custom_input{margin-bottom:25px}.press_media .press_media_wrapper .media_form .form_items .custom_input:last-child{margin-bottom:0}.press_media .press_media_wrapper .media_form .form_items .custom_input_textarea textarea{height:190px}.press_media .press_media_wrapper .media_form .form_items .custom_input_file{position:relative;margin-bottom:25px}.press_media .press_media_wrapper .media_form .form_items .custom_input_file label{display:inline-flex;align-items:center;cursor:pointer}.press_media .press_media_wrapper .media_form .form_items .custom_input_file label em:before{color:var(--color-black--tint);font-size:25px}.press_media .press_media_wrapper .media_form .form_items .custom_input_file label span{margin-left:10px;color:var(--color-black--tint);font-size:14px;line-height:16px;font-weight:400}.press_media .press_media_wrapper .media_form .form_items .custom_input_file input{position:absolute;top:0;left:0;opacity:0;visibility:hidden}.press_media .press_media_wrapper .media_form .form_items .custom_form_message{color:var(--color-black--tint);font-size:14px;line-height:16px;font-weight:400;margin-bottom:50px}.press_media .press_media_wrapper .media_form .form_items button.custom{padding:22px 50px}.media_form{max-width:568px;margin:70px auto}.media_form .form_items .from_item{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}.media_form .form_items .custom_input{margin-bottom:25px}.media_form .form_items .custom_input:last-child{margin-bottom:0}.media_form .form_items .custom_input_textarea textarea{height:190px}.media_form .form_items .custom_input_file{position:relative;margin-bottom:25px}.media_form .form_items .custom_input_file label{display:flex;justify-content:center;align-items:center;flex-direction:column;height:160px;border:3px dashed var(--color-grey--light);border-radius:12px;cursor:pointer}.media_form .form_items .custom_input_file label em:before{color:var(--color-primary);font-size:40px}.media_form .form_items .custom_input_file label span{color:var(--color-grey);font-size:14px;line-height:16px;font-weight:700}.media_form .form_items .custom_input_file input{position:absolute;top:0;left:0;opacity:0;visibility:hidden}.media_form .form_items .custom_form_message{color:var(--color-black--tint);font-size:14px;line-height:16px;font-weight:400;margin-bottom:50px}.media_form .form_items button.custom{display:block;padding:22px 50px;margin:auto}div.media_inside_wrapper{margin:200px 0 100px}@media(max-width:768px){div.media_inside_wrapper{margin:150px 0 50px}}div.media_inside_wrapper .inside_img{margin:50px 0}div.media_inside_wrapper .inside_img img{width:100%}div.media_inside_wrapper .inside_img_box{display:flex;flex-direction:column;align-items:baseline;position:absolute;bottom:76px;left:135px}@media(max-width:1024px){div.media_inside_wrapper .inside_img_box{bottom:20px;left:30px}}div.media_inside_wrapper .inside_img_box strong{display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--color-white);font-size:16px;font-weight:400;height:30px;padding:0 10px;border-radius:5px;background-color:var(--color-black)}div.media_inside_wrapper .container .text{color:var(--color-black--tint);font-size:16px;line-height:30px}div.media_inside_wrapper .inside_slider_wrapper{max-width:1170px;margin:70px auto}div.media_inside_wrapper .inside_slider_wrapper .inside_slider_navigations{position:absolute;top:50%;transform:translateY(-50%);left:-20px;right:-20px;z-index:10;display:flex;justify-content:space-between}div.media_inside_wrapper .inside_slider_wrapper .inside_slider_navigations .inside_slider_next,div.media_inside_wrapper .inside_slider_wrapper .inside_slider_navigations .inside_slider_prev{width:40px;height:60px;border-radius:12px;background-color:var(--color-primary);display:flex;align-items:center;justify-content:center}div.media_inside_wrapper .inside_slider_wrapper .inside_slider_navigations .inside_slider_next em,div.media_inside_wrapper .inside_slider_wrapper .inside_slider_navigations .inside_slider_prev em{font-size:20px;color:var(--color-white)}div.media_inside_wrapper .inside_slider figure img{border-radius:12px}div.popular_tours{margin:100px 0}@media(max-width:768px){div.popular_tours{margin:50px 0}}div.popular_tours .section_name{display:flex}div.popular_tours .popular_tours_items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px}@media(max-width:1280px){div.popular_tours .popular_tours_items{grid-template-columns:1fr}}div.popular_tours .popular_tours_card{display:flex;flex-direction:column}@media(max-width:1280px){div.popular_tours .popular_tours_card{display:none}div.popular_tours .popular_tours_card:first-child{display:block}}div.popular_tours .popular_tours_card button{position:absolute;top:20px;right:20px;z-index:100}div.popular_tours .popular_tours_card figure{height:380px;border-radius:12px 12px 0 0;overflow:hidden}@media(max-width:768px){div.popular_tours .popular_tours_card figure{height:280px}}div.popular_tours .popular_tours_card figure a{display:block;height:100%}div.popular_tours .popular_tours_card figure a img{border-radius:12px 12px 0 0;transition:all .3s linear}div.popular_tours .popular_tours_card figure a:hover img{transform:scale(1.1)}div.popular_tours .popular_tours_card figure a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:linear-gradient(180deg,transparent 62.5%,rgba(0,0,0,.8))}div.popular_tours .popular_tours_card figure .favourite{position:absolute;top:28px;right:28px;z-index:20}@media(max-width:768px){div.popular_tours .popular_tours_card figure .favourite{top:15px;right:15px}}div.popular_tours .popular_tours_card figure .popular_tours_location{position:absolute;left:40px;bottom:30px;z-index:20;display:flex;align-items:center}@media(max-width:768px){div.popular_tours .popular_tours_card figure .popular_tours_location{left:10px}}div.popular_tours .popular_tours_card figure .popular_tours_location .location_items{display:flex;align-items:center;color:#fff;font-weight:700}div.popular_tours .popular_tours_card figure .popular_tours_location em{margin-right:15px}div.popular_tours .popular_tours_card figure .popular_tours_location em:before{color:var(--color-primary);font-size:30px;line-height:1}@media(max-width:768px){div.popular_tours .popular_tours_card figure .popular_tours_location em:before{font-size:20px}}div.popular_tours .popular_tours_card figure .popular_tours_location ul{display:flex}div.popular_tours .popular_tours_card figure .popular_tours_location ul li{padding-right:15px;margin-right:10px}@media(max-width:768px){div.popular_tours .popular_tours_card figure .popular_tours_location ul li{padding-right:10px;margin-right:5px}}div.popular_tours .popular_tours_card figure .popular_tours_location ul li:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:5px;height:5px;border-radius:50%;background-color:var(--color-white)}div.popular_tours .popular_tours_card figure .popular_tours_location ul li:last-child{padding-right:0;margin-right:0}div.popular_tours .popular_tours_card figure .popular_tours_location ul li:last-child:after{display:none}div.popular_tours .popular_tours_card figure .popular_tours_location ul li strong{color:var(--color-white);font-size:22px;font-weight:700}@media(max-width:768px){div.popular_tours .popular_tours_card figure .popular_tours_location ul li strong{font-size:14px}}div.popular_tours .popular_tours_card .popular_tours_content{flex:1 1;display:flex;flex-direction:column;justify-content:space-between;padding:35px;background-color:var(--color-white);border:2px solid rgba(0,0,0,.07)}@media(max-width:768px){div.popular_tours .popular_tours_card .popular_tours_content{padding:20px}}div.popular_tours .popular_tours_card .popular_tours_content h3{color:var(--color-black--tint);font-size:32px;line-height:37px;font-weight:400;margin-bottom:25px}@media(max-width:768px){div.popular_tours .popular_tours_card .popular_tours_content h3{font-size:18px;line-height:1.5;margin-bottom:10px}}div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_text{color:var(--color-grey);font-size:16px;line-height:28px;font-weight:400;margin-bottom:10px}@media(max-width:768px){div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_text{margin-bottom:0}}div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_bot{display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_bot{flex-direction:column;align-items:stretch}}div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_bot .popular_tours_info{display:flex;align-items:center}@media(max-width:768px){div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_bot .popular_tours_info{margin-bottom:30px}}div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_bot .popular_tours_info .popular_tours_col{display:flex;flex-direction:column;margin-right:95px}@media(max-width:768px){div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_bot .popular_tours_info .popular_tours_col{margin-right:70px}}div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_bot .popular_tours_info .popular_tours_col:last-child{margin-right:0}div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_bot .popular_tours_info .popular_tours_col span{color:var(--color-grey);font-size:16px;font-weight:400;margin-bottom:5px}div.popular_tours .popular_tours_card .popular_tours_content .popular_tours_bot .popular_tours_info .popular_tours_col strong{color:var(--color-black--tint);font-size:18px;font-weight:700}div.activities{margin:100px 0}@media(max-width:1024px){div.activities{margin:50px 0 0}}div.activities div.container{display:grid;grid-template-columns:repeat(2,1fr);align-items:flex-start}@media(max-width:1024px){div.activities div.container{display:flex;flex-direction:column-reverse;align-items:unset}}div.activities div.container div.activities_items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;align-items:center}@media(max-width:768px){div.activities div.container div.activities_items{overflow-x:scroll;grid-template-columns:repeat(4,120px)}div.activities div.container div.activities_items .article_card figure img:hover{transform:scale(1)}}div.activities div.container div.activities_items .article_card figure{height:222px}@media(max-width:768px){div.activities div.container div.activities_items .article_card figure{height:170px;overflow:auto}div.activities div.container div.activities_items .article_card figure:before{display:none}div.activities div.container div.activities_items .article_card figure:hover{transform:scale(1)}div.activities div.container div.activities_items .article_card figure img{height:120px;border-radius:12px}}div.activities div.container div.activities_items .article_card .texts{bottom:20px}@media(max-width:768px){div.activities div.container div.activities_items .article_card .texts{right:0;left:0}}div.activities div.container div.activities_items .article_card .texts strong{margin-bottom:0}@media(max-width:768px){div.activities div.container div.activities_items .article_card .texts strong{color:var(--color-black--tint);font-size:16px}}div.activities div.container div.activities_info{padding:20px 10px 10px 80px}@media(max-width:768px){div.activities div.container div.activities_info{padding:0}}@media(max-width:1024px){div.activities div.container div.activities_info{margin-bottom:50px}}div.activities div.container div.activities_info.inversed{padding:20px 80px 10px 10px;order:-1}div.activities div.container div.activities_info h2{max-width:350px;color:var(--color-black--tint);font-size:48px;line-height:55px;font-weight:700;margin-bottom:20px}@media(max-width:768px){div.activities div.container div.activities_info h2{font-size:24px;line-height:1.5;margin-bottom:10px}}div.activities div.container div.activities_info .activities_info_text{color:var(--color-grey);font-weight:400;margin-bottom:25px;font-size:16px;line-height:28px}@media(max-width:768px){div.activities div.container div.activities_info .activities_info_text{font-size:16px;line-height:1.5;margin-bottom:0}}div.activities div.container div.activities_info a.custom{width:220px}.whats_on{margin:100px 0}@media(max-width:1024px){.whats_on{margin:50px 0}}.whats_on .whats_on_items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}@media(max-width:1024px){.whats_on .whats_on_items{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.whats_on .whats_on_items{grid-template-columns:1fr}}.whats_on .whats_on_items article figure{height:260px}.whats_on .whats_on_items article figure:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.3) 45%,rgba(0,0,0,.7))}.whats_on .whats_on_items article .texts{bottom:30px}.whats_on .whats_on_items article .texts strong{color:var(--color-white);font-size:18px;text-transform:capitalize}.whats_on .whats_on_items article .texts ul{display:flex;align-content:center}.whats_on .whats_on_items article .texts ul li{margin-right:10px;padding-right:13px}.whats_on .whats_on_items article .texts ul li:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:3px;height:3px;border-radius:50%;background-color:var(--color-white)}.whats_on .whats_on_items article .texts ul li:last-child:after{display:none}.whats_on .whats_on_items article .texts ul li a{color:var(--color-white);font-size:16px;font-weight:400;transition:all .3s ease}.whats_on .whats_on_items article .texts ul li a:hover{color:var(--color-primary)}.whats_on .whats_on_items article a.custom{position:absolute;top:20px;left:20px;width:70px;height:35px;border-radius:68px;padding:0 12px}.whats_on .whats_on_items article button.favourite{top:15px;right:20px}.things_to_do_city{padding-top:200px}@media(max-width:768px){.things_to_do_city{padding-top:150px}}.things_to_do_city .things_to_do_city_info{display:grid;grid-template-columns:550px 1fr;grid-gap:85px;margin:30px 0;padding-bottom:50px;border-bottom:1px solid var(--color-light)}@media(max-width:1024px){.things_to_do_city .things_to_do_city_info{grid-template-columns:1fr}}.things_to_do_city .things_to_do_city_info .things_to_do_city_inside{max-width:550px}.things_to_do_city .things_to_do_city_info .things_to_do_city_inside .showing_result{margin-top:70px}.things_to_do_city .things_to_do_city_info .things_to_do_city_text{font-size:var(--font-size--base);line-height:28px;font-weight:400;margin-bottom:0;color:var(--color-grey);font-family:var(--font-base)}.things_to_do_city .things_to_do_city_info .things_to_do_city_rigth{display:grid;grid-template-columns:190px 190px;justify-content:end;align-items:end;grid-gap:25px}@media(max-width:1024px){.things_to_do_city .things_to_do_city_info .things_to_do_city_rigth{justify-content:start;align-items:flex-start}}@media(max-width:768px){.things_to_do_city .things_to_do_city_info .things_to_do_city_rigth{grid-template-columns:200px}}.things_to_do_city .things_to_do_city_info figure{height:550px;margin-top:-80px}@media(max-width:1024px){.things_to_do_city .things_to_do_city_info figure{display:none}}.things_to_do_city .things_to_do_city_info figure img{border-radius:12px}.things_to_do_city .things_to_do_city_info h1{color:var(--color-black--tint);font-size:48px;font-weight:700;text-transform:capitalize;margin-bottom:20px}.things_to_do_city .things_to_do_city_info .things_to_do_city_info_text{color:var(--color-grey);font-size:16px;font-weight:400;margin-bottom:80px}.things_to_do_city .things_to_do_city_info .showing_result span{color:var(--color-grey);font-size:18px;font-weight:400}.things_to_do_city .things_to_do_city_info .showing_result strong{color:var(--color-black--tint);font-size:18px;font-weight:700;margin-left:15px}.things_to_do_city .things_to_do_city_info .info_select_wrapper{margin:30px 0;display:grid;grid-template-columns:200px 200px 60px;grid-gap:20px}@media(max-width:768px){.things_to_do_city .things_to_do_city_info .info_select_wrapper{grid-template-columns:200px}}.things_to_do_city .things_to_do_city_info .info_select_wrapper button.custom_search{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);cursor:pointer;transition:all .2s ease}.things_to_do_city .things_to_do_city_info .info_select_wrapper button.custom_search:hover{background-color:#f3697a}.things_to_do_city .things_to_do_city_info .info_select_wrapper button.custom_search em:before{color:var(--color-white);font-size:20px}.things_to_do_city .things_to_do_city_info .tags{margin-bottom:60px}.things_to_do_city .things_to_do_city_cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;margin:30px 0 50px}@media(max-width:1024px){.things_to_do_city .things_to_do_city_cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.things_to_do_city .things_to_do_city_cards{grid-template-columns:1fr}}.things_to_do_city .things_to_do_city_cards .article_card figure{height:350px}main div.container div.content_wrapper{display:grid;grid-template-columns:260px 1fr;margin:70px 0;grid-gap:20px}@media(max-width:768px){main div.container div.content_wrapper{grid-template-columns:1fr}}main div.container div.content_wrapper .sidebar{padding-left:20px}main div.container div.content_wrapper div.accordion_wrap h3.faq{margin-bottom:20px;font-family:var(--font-base);font-size:28px;font-weight:400}main div.container div.content_wrapper div.accordion_wrap>ul>li{margin-bottom:30px;border:1px solid rgba(0,0,0,.07);border-radius:12px}@media(max-width:1366px){main div.container div.content_wrapper div.accordion_wrap>ul>li{font-size:14px}}main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_title a{display:flex;align-items:center;padding:30px 25px;color:var(--color-black--tint)}@media(max-width:1366px){main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_title a{padding:15px 20px}}main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_title a strong{flex:1 1;font-size:16px;color:var(--color-black--tint);font-family:var(--font-base);font-weight:400}@media(max-width:768px){main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_title a strong{font-size:14px}}main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_title a em{width:14px;height:14px}main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_title a em:before{position:absolute;content:"";width:14px;height:2px;top:50%;transform:translateY(-50%);background-color:var(--color-black--tint)}main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_title a em:after{position:absolute;content:"";left:50%;transform:translateX(-50%);width:2px;height:14px;background-color:var(--color-black--tint)}main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_title.open a em:after{transform:rotate(90deg)}main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_content{display:none;padding:0 25px 15px;transition:none;color:var(--color-grey);font-family:var(--font-base);font-size:16px;line-height:2;font-weight:400}@media(max-width:1366px){main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_content{padding:0 20px 10px}}@media(max-width:768px){main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_content{font-size:14px}}main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_content p:last-child{margin-bottom:0}main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_content ul li{margin-right:30px;padding-right:10px}@media(max-width:768px){main div.container div.content_wrapper div.accordion_wrap>ul>li div.accordion_content .share ul{flex-direction:column;align-items:flex-start}}.faq-details__header{margin-bottom:20px;font-family:var(--font-base);font-size:32px;font-weight:400}.faq-details__header,.faq-details__header a{display:flex;align-items:center;color:var(--color-black--tint)}.faq-details__header em{margin-right:10px}.faq-details__body{margin-bottom:20px;padding:15px;border:1px solid rgba(0,0,0,.07);border-radius:12px}.faq-details__title{margin-bottom:8px;color:var(--color-black--tint);font-size:16px;font-weight:600}.faq-details__text p:last-child{margin-bottom:0}.regional_transport h3{color:var(--color-black--tint);font-size:32px;font-weight:400;margin-bottom:42px}.regional_transport .regional_transport_top{display:grid;grid-template-columns:repeat(3,1fr) 120px;grid-gap:16px;margin-bottom:40px}@media(max-width:768px){.regional_transport .regional_transport_top{grid-template-columns:repeat(2,1fr)}}.regional_transport .regional_transport_top button.custom strong{font-size:14px}.regional_transport .regional_transport_content strong.regional_transport_content_count{color:var(--color-grey);font-size:14px;font-weight:400}.regional_transport .regional_transport_content ul.regional_transport_items h4{font-size:24px;font-weight:700;color:var(--color-grey)}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item{display:flex;align-items:center;justify-content:space-between;padding:30px;margin:30px 0;border:2px dashed var(--color-light);border-radius:12px;transition:all .2s ease}@media(max-width:1024px){.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item{padding:10px;margin:20px 0}}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item:hover{border-color:transparent;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.1)}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_left{display:grid;grid-template-columns:120px 150px 70px 90px 20px;grid-gap:40px}@media(max-width:768px){.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_left{grid-template-columns:repeat(2,1fr);grid-gap:10px}}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_left .regional_transport_item_col{display:flex;flex-direction:column}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_left .regional_transport_item_col span{color:var(--color-grey);font-size:14px;font-weight:400;margin-bottom:10px}@media(max-width:1024px){.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_left .regional_transport_item_col span{font-size:10px}}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_left .regional_transport_item_col strong{color:var(--color-black--tint);font-size:16px;font-weight:700}@media(max-width:1024px){.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_left .regional_transport_item_col strong{font-size:12px}}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right a{color:var(--color-primary);font-size:14px;font-weight:700;padding-right:24px;white-space:nowrap}@media(max-width:1024px){.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right a{font-size:12px}}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right a:before{position:absolute;content:"";font-family:var(--font-icon--remixicon);top:0;bottom:0;right:0;font-size:16px;display:flex;align-items:center;justify-content:center}@media(max-width:1024px){.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right a:before{font-size:14px}}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right strong{color:var(--color-primary);font-size:14px;font-weight:700;padding-right:24px;white-space:nowrap}@media(max-width:1024px){.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right strong{font-size:12px}}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right strong:before{position:absolute;content:"";font-family:var(--font-icon--remixicon);top:0;bottom:0;right:0;font-size:16px;display:flex;align-items:center;justify-content:center}@media(max-width:1024px){.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right strong:before{font-size:14px}}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right strong.no_arrow{padding-right:0}.regional_transport .regional_transport_content ul.regional_transport_items li.regional_transport_item div.regional_transport_item_right strong.no_arrow:before{display:none}.why_georgia_swiper_wrapper{background-color:var(--color-main)}.why_georgia_swiper_wrapper.whiteBg{background-color:var(--color-white)}.why_georgia_swiper_wrapper .why_georgia_swiper header{opacity:0}.why_georgia_swiper_wrapper .why_georgia_swiper header.header_visible,.why_georgia_swiper_wrapper .why_georgia_swiper header:hover{opacity:1}.why_georgia_swiper_wrapper .why_georgia_swiper .swiper-container,.why_georgia_swiper_wrapper .why_georgia_swiper .swiper-slide,.why_georgia_swiper_wrapper .why_georgia_swiper .swiper-wrapper{width:100%;height:100vh}.why_georgia_swiper_wrapper .why_georgia_swiper .swiper-slide:nth-child(3){z-index:10000}.why_georgia_swiper_wrapper .why_georgia_swiper .swiper-slide:nth-child(7){overflow:hidden}.why_georgia_swiper_wrapper .why_georgia_swiper .swiper-slide:last-child{display:flex;flex-direction:column}.why_georgia_swiper_wrapper .why_georgia_swiper .swiper-slide:last-child footer{flex:1 1}@media(max-width:1279px){.why_georgia_swiper_wrapper .why_georgia_swiper_pagination_wrapper{display:none}}.why_georgia_swiper_wrapper .why_georgia_swiper_pagination_wrapper.dark .why_georgia_swiper_pagination:after{background:rgba(51,51,51,.5)}.why_georgia_swiper_wrapper .why_georgia_swiper_pagination_wrapper.dark .why_georgia_swiper_pagination .swiper-pagination-bullet,.why_georgia_swiper_wrapper .why_georgia_swiper_pagination_wrapper.dark .why_georgia_swiper_pagination .swiper-pagination-bullet-active-next{color:var(--color-black--tint)}.why_georgia_swiper_wrapper .why_georgia_swiper_pagination_wrapper.dark .why_georgia_swiper_pagination .swiper-pagination-bullet-active:after{background-color:var(--color-black--tint)}.why_georgia_swiper_wrapper .why_georgia_swiper_pagination{position:fixed;z-index:10000;width:74px!important;margin-right:28px;animation:paginationAnimate 2.4s ease-in-out}.why_georgia_swiper_wrapper .why_georgia_swiper_pagination:after{content:"";position:absolute;top:110px;right:0;width:3px;height:285px;background:hsla(0,0%,100%,.5);transition:all 1.4s ease-in-out}.why_georgia_swiper_wrapper .why_georgia_swiper_pagination .swiper-pagination-bullet{font-size:20px;color:var(--color-white);background-color:transparent;opacity:1;width:42px;height:21px;margin:0 0 40px!important;transition:all 1.4s ease-in-out}@media(max-width:1366px){.why_georgia_swiper_wrapper .why_georgia_swiper_pagination .swiper-pagination-bullet{font-size:16px}}.why_georgia_swiper_wrapper .why_georgia_swiper_pagination .swiper-pagination-bullet-active-next{font-size:20px;color:var(--color-white);background-color:transparent;transform:scale(1)}.why_georgia_swiper_wrapper .why_georgia_swiper_pagination .swiper-pagination-bullet-active-next-next,.why_georgia_swiper_wrapper .why_georgia_swiper_pagination .swiper-pagination-bullet-active-prev,.why_georgia_swiper_wrapper .why_georgia_swiper_pagination .swiper-pagination-bullet-active-prev-prev{transform:scale(0)}.why_georgia_swiper_wrapper .why_georgia_swiper_pagination .swiper-pagination-bullet-active:after{content:"";position:absolute;top:-10px;height:50px;right:-32px;width:3px;background-color:var(--color-white);transition:all 1.4s ease-in-out}@keyframes paginationAnimate{0%{margin-right:-128px}to{margin-right:28px}}.why_georgia_hero{height:100%;width:100%;position:relative}.why_georgia_hero .why_georgia_hero_bg_cloud{position:absolute;width:100%;height:100%;left:0;top:0;-o-object-fit:cover;object-fit:cover;transition:all 2.4s ease-in-out}.why_georgia_hero .why_georgia_mountain{position:absolute;width:100%;height:900px;left:0;bottom:-250px;z-index:300;transition:all 2.4s ease-in-out}@media(max-width:1024px){.why_georgia_hero .why_georgia_mountain{height:900px}}@media(max-width:768px){.why_georgia_hero .why_georgia_mountain{min-width:1200px;right:0}}.why_georgia_hero .why_georgia_geography_bg{position:absolute;width:100%;height:800px;left:0;bottom:-600px;z-index:320;transition:all 2.4s ease-in-out}.why_georgia_hero .why_georgia_hero_clouds{position:absolute;bottom:-350px;left:0;width:100%;z-index:350;height:650px;transform:scale(1.5);transition:all 2.4s ease-in-out}@media(max-height:900px){.why_georgia_hero .why_georgia_hero_clouds{bottom:-250px;height:450px}}.why_georgia_hero .why_georgia_hero_content{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%) scale(.5);font-weight:400;font-size:100px;line-height:120px;text-align:center;color:var(--color-white);z-index:200;opacity:0;transition:all 3.4s ease-in-out}@media(max-width:1366px){.why_georgia_hero .why_georgia_hero_content{top:40%;font-size:80px;line-height:1.5}}@media(max-width:768px){.why_georgia_hero .why_georgia_hero_content{font-size:45px}}@media(max-height:900px){.why_georgia_hero .why_georgia_hero_content{top:50%;font-size:80px}}@media(max-height:780px){.why_georgia_hero .why_georgia_hero_content{top:30%;font-size:60px}}.why_georgia_hero:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:linear-gradient(330.24deg,rgba(11,29,38,0) 31.06%,rgba(19,20,18,.85) 108.93%)}.why_georgia_hero .why_georgia_hero_scroll_down{z-index:1500;bottom:50px;animation:scrollDownAnimate 2.4s ease-in-out}.why_georgia_hero .why_georgia_hero_scroll_down .scroll_down_line{height:100px}.why_georgia_hero .why_georgia_hero_scroll_down .scroll_down_line:after{content:"";position:absolute;bottom:0;left:-4px;width:1.5px;height:10px;background-color:var(--color-white);transform:rotate(-40deg)}.why_georgia_hero .why_georgia_hero_scroll_down .scroll_down_line:before{content:"";position:absolute;bottom:0;right:-4px;width:1.5px;height:10px;background-color:var(--color-white);transform:rotate(40deg)}.swiper-slide-active .why_georgia_hero .why_georgia_hero_bg_cloud{top:-250px}.swiper-slide-active .why_georgia_hero .why_georgia_mountain{bottom:-450px}.swiper-slide-active .why_georgia_hero .why_georgia_hero_clouds{transform:scale(1.2)}.swiper-slide-active .why_georgia_hero .why_georgia_geography_bg{bottom:-600px}.swiper-slide-active .why_georgia_hero .why_georgia_hero_content{opacity:1;transform:translate(-50%,-60%) scale(1)}@keyframes scrollDownAnimate{0%{margin-bottom:-272px}to{margin-bottom:0}}.why_georgia_slider_wrapper{height:100%}.why_georgia_slider_wrapper .page{height:100%;overflow:hidden}.why_georgia_slider_wrapper .why_georiga_slider_map{position:absolute;bottom:600px;left:50%;transform:translateX(-50%);z-index:1000}@media(max-width:1440px){.why_georgia_slider_wrapper .why_georiga_slider_map{bottom:560px}}@media(max-height:880px){.why_georgia_slider_wrapper .why_georiga_slider_map{bottom:580px}}@media(max-height:850px){.why_georgia_slider_wrapper .why_georiga_slider_map{bottom:380px}}@media(max-height:700px){.why_georgia_slider_wrapper .why_georiga_slider_map{bottom:280px}}.why_georgia_slider_wrapper .why_georiga_slider_map .why_georiga_slider_map_main{height:281px;width:560px;max-width:560px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map .why_georiga_slider_map_main{width:361px}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker{position:absolute;top:0;left:0;z-index:10000;transition:all 1.4s ease}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker{width:50px;height:50px}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.winter:last-child{top:90px;left:355px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.winter:last-child{top:39%;left:64%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.winter:nth-child(2){top:30px;left:160px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.winter:nth-child(2){top:26%;left:27%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.winter:nth-child(3){top:60px;left:210px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.winter:nth-child(3){top:32%;left:38%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.winter:nth-child(4){top:175px;left:145px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.winter:nth-child(4){top:59%;left:24%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.spring:last-child{top:160px;left:420px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.spring:last-child{top:56%;left:76%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.spring:nth-child(2){top:165px;left:250px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.spring:nth-child(2){top:57%;left:45%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.spring:nth-child(3){top:150px;left:320px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.spring:nth-child(3){top:51%;left:54%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.spring:nth-child(4){top:127px;left:346px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.spring:nth-child(4){top:45%;left:60%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.summer:last-child{top:95px;left:105px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.summer:last-child{left:25%;top:43%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.summer:nth-child(2){top:165px;left:250px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.summer:nth-child(2){top:42%;left:20%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.summer:nth-child(3){top:135px;left:125px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.summer:nth-child(3){top:49%;left:22%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.summer:nth-child(4){top:170px;left:120px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.summer:nth-child(4){top:58%;left:22%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.autumn:last-child{top:109px;left:353px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.autumn:last-child{top:60%;left:80%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.autumn:nth-child(2){top:170px;left:455px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.autumn:nth-child(2){top:43%;left:53%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.autumn:nth-child(3){top:110px;left:295px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.autumn:nth-child(3){top:61%;left:57%}}.why_georgia_slider_wrapper .why_georiga_slider_map_marker.autumn:nth-child(4){top:180px;left:325px}@media(max-width:1024px){.why_georgia_slider_wrapper .why_georiga_slider_map_marker.autumn:nth-child(4){top:48%;left:64%}}.why_georgia_slider_wrapper .circle-carousel{position:relative;height:100%}.why_georgia_slider_wrapper .circle-carousel .slide,.why_georgia_slider_wrapper .circle-carousel .slides{position:absolute;top:0;left:0;width:100%;height:100%}.why_georgia_slider_wrapper .circle-carousel .slide{z-index:0;opacity:0;visibility:hidden;transition:all 1.4s ease}.why_georgia_slider_wrapper .circle-carousel .slide figure{height:100%}@media(max-width:768px){.why_georgia_slider_wrapper .circle-carousel .slide figure{min-width:1920px}}.why_georgia_slider_wrapper .circle-carousel .slide figure:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(19,20,18,0),rgba(19,20,18,.63) 84.92%)}.why_georgia_slider_wrapper .circle-carousel .slide figure img{height:100%;width:100%}.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom{position:absolute;bottom:50px;left:50%;transform:translateX(-50%)}@media(max-width:768px){.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom{bottom:100px}}.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:100px;align-items:center;justify-items:center}@media(max-width:768px){.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container{display:flex;align-items:center;justify-content:center}}.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container a.custom{height:60px;padding:0 52px}@media(max-height:880px){.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container a.custom{height:40px;padding:0 35px}}.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container .slide_place{display:flex;align-items:center}@media(max-width:768px){.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container .slide_place{display:none}}.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container .slide_place em{font-weight:700;font-size:18px;line-height:21px;color:hsla(0,0%,100%,.75)}.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container .slide_place span{white-space:nowrap;margin-left:15px;font-weight:700;font-size:18px;line-height:21px;color:hsla(0,0%,100%,.75)}.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container .slide_progress{width:100px;height:5px;background-color:var(--color-grey);border-radius:10px}@media(max-width:768px){.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container .slide_progress{display:none}}.why_georgia_slider_wrapper .circle-carousel .slide .slide_bottom .container .slide_progress:after{content:"";position:absolute;top:0;left:0;height:5px;width:25px;background-color:var(--color-primary);border-radius:10px}.why_georgia_slider_wrapper .circle-carousel .slide:nth-child(2) .slide_progress{width:100px;height:5px;background-color:var(--color-grey);border-radius:10px}.why_georgia_slider_wrapper .circle-carousel .slide:nth-child(2) .slide_progress:after{content:"";position:absolute;top:0;left:25px!important;height:5px;width:25px;background-color:var(--color-primary);border-radius:10px}.why_georgia_slider_wrapper .circle-carousel .slide:nth-child(3) .slide_progress{width:100px;height:5px;background-color:var(--color-grey);border-radius:10px}.why_georgia_slider_wrapper .circle-carousel .slide:nth-child(3) .slide_progress:after{content:"";position:absolute;top:0;left:50px!important;height:5px;width:25px;background-color:var(--color-primary);border-radius:10px}.why_georgia_slider_wrapper .circle-carousel .slide:nth-child(4) .slide_progress{width:100px;height:5px;background-color:var(--color-grey);border-radius:10px}.why_georgia_slider_wrapper .circle-carousel .slide:nth-child(4) .slide_progress:after{content:"";position:absolute;top:0;left:75px!important;height:5px;width:25px;background-color:var(--color-primary);border-radius:10px}.why_georgia_slider_wrapper .circle-carousel .slide.active{z-index:1;opacity:1;visibility:visible}.why_georgia_slider_wrapper .circle-carousel .pagination{position:absolute;bottom:300px;left:50%;transform:translateX(-50%);z-index:100;width:250px;height:250px;border-radius:50%;transition-property:transform;transition-timing-function:ease-out;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(max-width:1440px){.why_georgia_slider_wrapper .circle-carousel .pagination{height:200px}}@media(max-height:850px){.why_georgia_slider_wrapper .circle-carousel .pagination{height:150px;bottom:160px}}@media(max-height:700px){.why_georgia_slider_wrapper .circle-carousel .pagination{height:100px}}.why_georgia_slider_wrapper .circle-carousel .pagination .dot{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);border-radius:50%;pointer-events:auto;transition:.3s}.why_georgia_slider_wrapper .circle-carousel .pagination .dot:hover{cursor:pointer}.why_georgia_slider_wrapper .circle-carousel .pagination .item{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.why_georgia_slider_wrapper .circle-carousel .pagination .item .dot{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;grid-gap:90px}.why_georgia_slider_wrapper .item{transition:all .5s linear;color:var(--color-white)}.why_georgia_slider_wrapper .item .dot span{font-family:var(--font-base);font-weight:400;font-size:26px;line-height:31px;letter-spacing:.01em}.why_georgia_slider_wrapper .item.active{transform:translateY(100%)}.why_georgia_slider_wrapper .item.active .dot span{padding-top:80px;font-weight:400;font-size:100px;line-height:120px;letter-spacing:.01em;color:var(--color-white)}@media(max-width:1440px){.why_georgia_slider_wrapper .item.active .dot span{font-size:70px}}@media(max-width:768px){.why_georgia_slider_wrapper .item.active .dot span{padding-top:0;font-size:50px;line-height:1.5}}@media(max-height:850px){.why_georgia_slider_wrapper .item.active .dot span{padding-top:0;font-size:45px;line-height:1.5}}.why_georgia_slider_wrapper .item.next{transform:translate(200px,50%)}@media(max-width:768px){.why_georgia_slider_wrapper .item.next{transform:translate(150px,50%)}}.why_georgia_slider_wrapper .item.next .dot span{font-weight:400;font-size:36px;line-height:43px;letter-spacing:.01em;padding-left:300px;color:hsla(0,0%,100%,.5)}@media(max-width:1440px){.why_georgia_slider_wrapper .item.next .dot span{padding-left:150px}}@media(max-width:768px){.why_georgia_slider_wrapper .item.next .dot span{padding-left:0;font-size:25px;line-height:1.5}}@media(max-height:850px){.why_georgia_slider_wrapper .item.next .dot span{padding-left:0;font-size:25px;line-height:1.5}}.why_georgia_slider_wrapper .item.prev{transform:translate(-200px,50%)}@media(max-width:768px){.why_georgia_slider_wrapper .item.prev{transform:translate(-150px,50%)}}.why_georgia_slider_wrapper .item.prev .dot span{font-weight:400;font-size:36px;line-height:43px;letter-spacing:.01em;padding-right:300px;color:hsla(0,0%,100%,.5)}@media(max-width:1440px){.why_georgia_slider_wrapper .item.prev .dot span{padding-right:150px}}@media(max-width:768px){.why_georgia_slider_wrapper .item.prev .dot span{padding-right:0;font-size:25px;line-height:.5}}@media(max-height:850px){.why_georgia_slider_wrapper .item.prev .dot span{padding-right:0;font-size:25px;line-height:.5}}.why_georgia_slider_wrapper .item.disabled .dot{pointer-events:none}.why_georgia_slider_wrapper .item.disabled .dot span{font-weight:400;font-size:26px;line-height:31px;letter-spacing:.01em;color:hsla(0,0%,100%,.5);margin-top:80px}@media(max-width:768px){.why_georgia_slider_wrapper .item.disabled .dot span{font-size:20px;line-height:1.5}}@media(max-height:850px){.why_georgia_slider_wrapper .item.disabled .dot span{font-size:20px;line-height:1.5}}.cradle_of_wine{background-color:var(--color-main);height:100%}.cradle_of_wine .cradle_of_wine_container{max-width:1500px;margin:0 auto;padding:0 20px;height:100%}.cradle_of_wine .cradle_of_wine_wrapper{display:grid;grid-template-columns:775px 1fr;grid-gap:25px;align-items:center;width:100%;height:100%}@media(max-width:1440px){.cradle_of_wine .cradle_of_wine_wrapper{grid-template-columns:1fr 1fr}}@media(max-width:1112px){.cradle_of_wine .cradle_of_wine_wrapper{grid-template-columns:1fr;justify-items:center}}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col:first-child{margin-top:-150px}@media(max-width:1112px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col:first-child{margin-top:0;order:1;margin-left:-200px}}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col:last-child{margin-top:150px}@media(max-width:1680px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col:last-child{margin-right:120px}}@media(max-width:1280px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col:last-child{margin-right:0}}@media(max-width:1366px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col:last-child{margin-top:20px}}@media(max-width:768px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col:last-child{margin-right:0;margin-left:40px}}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content{width:245px;transition:all 2.4s ease-in-out;opacity:0;visibility:hidden}@media(max-width:420px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content{width:100%;opacity:1;visibility:visible}}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:first-child{position:absolute;top:0;right:0;transition:all 3s ease}@media(max-width:1440px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:first-child{right:80px}}@media(max-width:1366px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:first-child{left:auto;right:0}}@media(max-width:1280px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:first-child{left:350px;right:0}}@media(max-width:1112px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:first-child{left:300px;top:-105px}}@media(max-width:768px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:first-child{top:-200px;left:0}}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:last-child{position:absolute;bottom:-100px;right:-100px;transition:all 3s ease}@media(max-width:1440px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:last-child{right:30px}}@media(max-width:1366px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:last-child{right:0;left:auto}}@media(max-width:1280px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:last-child{left:390px;right:0;bottom:-60px}}@media(max-width:1112px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:last-child{left:350px;bottom:40px}}@media(max-width:768px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content:last-child{left:140px;top:-50px}}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content .cradle_of_wine_title{color:var(--color-white);font-size:18px;line-height:21px;font-weight:400;letter-spacing:6px;font-family:var(--font-base--caps);text-transform:uppercase;padding-left:80px;margin-bottom:35px}@media(max-width:1112px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content .cradle_of_wine_title{font-size:14px;line-height:1.5}}@media(max-width:768px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content .cradle_of_wine_title{margin-bottom:10px}}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content .cradle_of_wine_title:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:70px;height:2px;background-color:var(--color-white)}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content .cradle_of_wine_desc{color:var(--color-white);font-size:14px;line-height:32px;font-weight:400}@media(max-width:1366px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_top_col_content .cradle_of_wine_desc{font-size:12px;line-height:1.5}}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_kvevti{transition:all 1.4s ease-in-out;transform:translateX(-1000px);width:350px;height:380px}@media(max-width:1440px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_kvevti{width:350px;height:380px}}@media(max-width:1112px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_kvevti{width:250px;height:250px}}@media(max-width:768px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .cradle_of_wine_kvevti{width:200px;height:200px}}.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .why_georiga_info_box{transition:all 1.4s ease-in-out;transform:translateX(1000px)}@media(max-width:1366px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .why_georiga_info_box{margin-left:100px}}@media(max-width:1112px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .why_georiga_info_box{width:500px}}@media(max-width:768px){.cradle_of_wine .cradle_of_wine_wrapper .cradle_of_wine_top_col .why_georiga_info_box{margin:0 auto;width:100%}}.swiper-slide-active .cradle_of_wine .cradle_of_wine_kvevti,.swiper-slide-active .cradle_of_wine .why_georiga_info_box{transform:translateX(0)!important}.swiper-slide-active .cradle_of_wine .cradle_of_wine_top_col_content{opacity:1!important;visibility:visible!important}.cuisine{height:100%;width:100%}.cuisine .supra{position:absolute;top:-150px;left:-150px;right:-150px;bottom:-150px}.cuisine .supra img{width:100%;height:100%}.cuisine .why_georiga_info_box_cuisine{position:absolute;top:100px;right:15%;width:800px;height:800px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--color-white)}@media(max-width:1440px){.cuisine .why_georiga_info_box_cuisine{width:700px;height:700px}}@media(max-width:820px){.cuisine .why_georiga_info_box_cuisine{width:600px;height:600px}}@media(max-height:900px){.cuisine .why_georiga_info_box_cuisine{width:700px;height:700px}}@media(max-height:768px){.cuisine .why_georiga_info_box_cuisine{top:50px;width:600px;height:600px}}.cuisine .why_georiga_info_box_cuisine .why_georiga_info_box{width:400px;margin:180px 0 0 120px}@media(max-width:1440px){.cuisine .why_georiga_info_box_cuisine .why_georiga_info_box{margin:125px 0 0 120px}}@media(max-width:768px){.cuisine .why_georiga_info_box_cuisine .why_georiga_info_box{width:300px;margin:40px 0 0 90px}}@media(max-height:900px){.cuisine .why_georiga_info_box_cuisine .why_georiga_info_box{width:300px;margin:40px 0 0 55px}}.cuisine .why_georiga_info_box_cuisine .why_georiga_info_box .why_georiga_info_title .why_georiga_info_num{color:rgba(0,0,0,.1)}.cuisine .why_georiga_info_box_cuisine .why_georiga_info_box .why_georiga_info_desc,.cuisine .why_georiga_info_box_cuisine .why_georiga_info_box .why_georiga_info_title .why_georiga_info_title{color:var(--color-black--tint)}.cuisine .why_georiga_info_box_cuisine .why_georiga_info_box a.custom{font-family:var(--font-base--caps);text-transform:uppercase;background-color:transparent!important}.cuisine .why_georiga_info_box_cuisine .why_georiga_info_box a.custom:hover{background-color:var(--color-primary)!important}.unique_folklore{background-color:var(--color-white);height:100%;display:flex;align-items:center;justify-content:center}.unique_folklore_inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;align-items:center;grid-gap:50px}@media(max-width:1366px){.unique_folklore_inner{padding:0 250px}}@media(max-width:1024px){.unique_folklore_inner{flex-direction:column}}.unique_folklore figure{width:669px;height:517px;margin-left:auto}@media(max-width:1680px){.unique_folklore figure{width:669px;height:517px;margin-right:150px}}@media(max-width:1366px){.unique_folklore figure{width:600px;height:400px;margin:0 auto}}@media(max-width:1280px){.unique_folklore figure{margin-bottom:50px}}@media(max-width:1024px){.unique_folklore figure{height:300px}}@media(max-width:768px){.unique_folklore figure{width:600px;height:500px}}.unique_folklore figure:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6) 97.45%)}.unique_folklore figure .unique_folklore_play{display:flex;align-items:flex-end;position:absolute;bottom:50px;right:50px;z-index:1000}.unique_folklore figure .unique_folklore_play .unique_folklore_play_btn{cursor:pointer;margin-right:20px}.unique_folklore figure .unique_folklore_play .unique_folklore_play_btn em{color:var(--color-primary);font-size:25px}.unique_folklore figure .unique_folklore_play .now.playing .bar{display:inline-block;position:relative;margin-right:5px;width:6px;height:1px;overflow:hidden;background:var(--color-primary);color:transparent;border-radius:5px 5px 0 0}.unique_folklore figure .unique_folklore_play .now.playing.active .bar{animation-name:pulse;animation-duration:1s;animation-iteration-count:infinite}.unique_folklore figure .unique_folklore_play .n1{animation-delay:.5s}.unique_folklore figure .unique_folklore_play .n2{animation-delay:1s}.unique_folklore figure .unique_folklore_play .n3{animation-delay:1.2s}.unique_folklore .why_georiga_info_box{width:500px;padding-top:300px}@media(max-width:1680px){.unique_folklore .why_georiga_info_box{width:400px;margin-left:100px}}@media(max-width:1440px){.unique_folklore .why_georiga_info_box{padding-top:0}}@media(max-width:1366px){.unique_folklore .why_georiga_info_box{padding-top:50px;margin-left:0;width:450px;margin-bottom:0}}@media(max-width:768px){.unique_folklore .why_georiga_info_box{width:90%}}.unique_folklore .why_georiga_info_box .why_georiga_info_title{width:400px;color:var(--color-black--tint)}@media(max-width:1680px){.unique_folklore .why_georiga_info_box .why_georiga_info_title{font-size:40px}}.unique_folklore .why_georiga_info_box .why_georiga_info_title .why_georiga_info_num{color:rgba(51,51,51,.1)}@media(max-width:1680px){.unique_folklore .why_georiga_info_box .why_georiga_info_title .why_georiga_info_suptitle{font-size:14px}}.unique_folklore .why_georiga_info_box .why_georiga_info_desc{color:var(--color-black--tint)}@media(max-width:1680px){.unique_folklore .why_georiga_info_box .why_georiga_info_desc{font-size:16px;line-height:1.5}}.unique_folklore .why_georiga_info_box .custom:hover{background-color:var(--color-primary)!important}.unique_folklore .why_georiga_info_box .custom strong:hover{color:var(--color-white)}.language_of_dance{height:100%;background-color:var(--color-white)}.language_of_dance .language_of_dance_container{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;height:100%;align-items:center}@media(max-width:1024px){.language_of_dance .language_of_dance_container{flex-direction:column-reverse;justify-content:flex-end;align-items:center;grid-gap:30px}}@media(max-width:768px){.language_of_dance .language_of_dance_container{height:100%;grid-gap:50px}}.language_of_dance figure{width:669px;height:517px}@media(max-width:1440px){.language_of_dance figure{width:669px;height:517px}}@media(max-width:1366px){.language_of_dance figure{width:600px;height:430px}}@media(max-width:1024px){.language_of_dance figure{height:320px}}@media(max-width:768px){.language_of_dance figure{width:600px;height:500px}}.language_of_dance figure:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4))}.language_of_dance figure .language_of_dance_play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;display:flex;align-items:center;justify-content:center;cursor:pointer}.language_of_dance figure .language_of_dance_play em{color:var(--color-primary);font-size:45px}.language_of_dance figure .unique_folklore_play{display:flex;align-items:flex-end;position:absolute;bottom:50px;right:50px;z-index:1000}.language_of_dance figure .unique_folklore_play .unique_folklore_play_btn{cursor:pointer;margin-right:20px}.language_of_dance figure .unique_folklore_play .unique_folklore_play_btn em{color:var(--color-primary);font-size:25px}.language_of_dance figure .unique_folklore_play .now.playing .bar{display:inline-block;position:relative;margin-right:5px;width:6px;height:1px;overflow:hidden;background:var(--color-primary);color:transparent;border-radius:5px 5px 0 0}.language_of_dance figure .unique_folklore_play .now.playing.active .bar{animation-name:pulse;animation-duration:1s;animation-iteration-count:infinite}.language_of_dance figure .unique_folklore_play .n1{animation-delay:.5s}.language_of_dance figure .unique_folklore_play .n2{animation-delay:1s}.language_of_dance figure .unique_folklore_play .n3{animation-delay:1.2s}@keyframes pulse{0%{height:1px;margin-top:0}10%{height:30px;margin-top:-30px}50%{height:10px;margin-top:-10px}60%{height:20px;margin-top:-20px}80%{height:40px;margin-top:-40px}to{height:1px;margin-top:0}}.language_of_dance .why_georiga_info_box{width:500px;padding-top:250px;margin-left:250px}@media(max-width:1680px){.language_of_dance .why_georiga_info_box{width:400px;margin-left:150px}}@media(max-width:1440px){.language_of_dance .why_georiga_info_box{width:380px;margin-right:0;padding-top:150px;margin-left:120px}}@media(max-width:1024px){.language_of_dance .why_georiga_info_box{margin:0;padding-top:100px}}@media(max-width:768px){.language_of_dance .why_georiga_info_box{width:90%}}.language_of_dance .why_georiga_info_box .why_georiga_info_num{color:rgba(51,51,51,.1)}@media(max-width:1024px){.language_of_dance .why_georiga_info_box .why_georiga_info_num{left:0}}@media(max-width:768px){.language_of_dance .why_georiga_info_box .why_georiga_info_num{left:-20px}}.language_of_dance .why_georiga_info_box .why_georiga_info_title{width:430px;color:var(--color-black--tint)}@media(max-width:1680px){.language_of_dance .why_georiga_info_box .why_georiga_info_title{font-size:40px}}.language_of_dance .why_georiga_info_box .why_georiga_info_desc{color:var(--color-black--tint)}@media(max-width:1680px){.language_of_dance .why_georiga_info_box .why_georiga_info_desc{font-size:16px;line-height:1.5}}@media(max-width:1440px){.language_of_dance .why_georiga_info_box .why_georiga_info_desc{font-size:14px;line-height:1.5}}.language_of_dance .why_georiga_info_box .custom:hover{background-color:var(--color-primary)!important}.language_of_dance .why_georiga_info_box .custom strong:hover{color:var(--color-white)}.nature_adventure{height:100%}.nature_adventure .why_georiga_info_box{padding-top:150px;margin:0 auto;width:600px}@media(max-width:1024px){.nature_adventure .why_georiga_info_box{width:300px}}@media(max-width:768px){.nature_adventure .why_georiga_info_box{width:250px}}@media(max-height:900px){.nature_adventure .why_georiga_info_box{padding-top:100px}}@media(max-height:750px){.nature_adventure .why_georiga_info_box{padding-top:50px}}.nature_adventure .why_georiga_info_box .why_georiga_info_num{color:rgba(51,51,51,.1)}.nature_adventure .why_georiga_info_box .why_georiga_info_title{color:var(--color-black--tint)}@media(max-height:700px){.nature_adventure .why_georiga_info_box .why_georiga_info_title{display:none}}.nature_adventure input[type=radio]{display:none}.nature_adventure .container{width:100%;max-width:1000px;max-height:800px;height:100%;transform-style:preserve-3d;display:flex;justify-content:center;flex-direction:column;align-items:center}@media(max-width:1680px){.nature_adventure .container{max-width:700px}}.nature_adventure .cards{position:relative;width:100%;height:100%}.nature_adventure .cards .card{position:absolute;width:100%;height:100%;left:0;right:0;margin:auto;transition:transform .4s ease;cursor:pointer;max-width:850px}@media(max-width:1280px){.nature_adventure .cards .card{width:80%}}.nature_adventure .cards .card img{width:100%;height:450px}@media(max-height:1024px){.nature_adventure .cards .card img{height:400px}}@media(max-height:900px){.nature_adventure .cards .card img{height:300px}}.nature_adventure .cards .card .nature_adventure_item_content{padding:20px;background-color:var(--color-white)}.nature_adventure .cards .card .nature_adventure_item_content .nature_adventure_item_suptitle{color:var(--color-primary);font-size:16px;line-height:24px;font-weight:700;margin-bottom:10px}@media(max-width:768px){.nature_adventure .cards .card .nature_adventure_item_content .nature_adventure_item_suptitle{font-size:14px;line-height:1.5}}.nature_adventure .cards .card .nature_adventure_item_content .nature_adventure_item_title{font-size:36px;line-height:60px;font-weight:700}@media(max-width:1680px){.nature_adventure .cards .card .nature_adventure_item_content .nature_adventure_item_title{font-size:30px}}@media(max-height:1024px){.nature_adventure .cards .card .nature_adventure_item_content .nature_adventure_item_title{font-size:25px;line-height:40px}}@media(max-width:768px){.nature_adventure .cards .card .nature_adventure_item_content .nature_adventure_item_title{font-size:24px;line-height:1.5}}.nature_adventure .cards .card .nature_adventure_item_content .nature_adventure_item_desc{color:var(--color-grey);font-size:20px;line-height:30px;font-weight:400;margin-bottom:15px}@media(max-height:1024px){.nature_adventure .cards .card .nature_adventure_item_content .nature_adventure_item_desc{font-size:16px;line-height:30px;margin-bottom:10px}}.nature_adventure .cards .card .nature_adventure_item_content .nature_adventure_item_desc p{margin-bottom:0}.nature_adventure #item-1:checked~.cards #song-3,.nature_adventure #item-2:checked~.cards #song-1,.nature_adventure #item-3:checked~.cards #song-2{transform:translatex(-40%) scale(.8);filter:blur(2px);z-index:0}.nature_adventure #item-1:checked~.cards #song-2,.nature_adventure #item-2:checked~.cards #song-3,.nature_adventure #item-3:checked~.cards #song-1{transform:translatex(40%) scale(.8);filter:blur(2px);z-index:0}.nature_adventure #item-1:checked~.cards #song-1{transform:translatex(-30%) scale(1);opacity:1;z-index:1}@media(max-width:768px){.nature_adventure #item-1:checked~.cards #song-1{transform:translatex(-13%) scale(1)}}.nature_adventure #item-2:checked~.cards #song-2{transform:translatex(10%) scale(1);opacity:1;z-index:1}.culture_history{display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;background-color:var(--color-white);height:100%}@media(max-width:1024px){.culture_history{display:flex;flex-direction:column-reverse}}.culture_history .culture_history_col{display:flex;flex-direction:column}.culture_history .culture_history_col:first-child{transform:translateX(-100%);transition:all 1.4s ease-in-out;order:-1}.culture_history .culture_history_col:first-child.active{transform:translateX(0)}.culture_history .culture_history_col figure{height:100%}@media(max-width:1024px){.culture_history .culture_history_col figure{height:350px}}@media(max-width:768px){.culture_history .culture_history_col figure{height:550px}}.culture_history .culture_history_col figure:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}.culture_history .why_georiga_info_box{width:430px;margin:250px 0 0 220px}@media(max-width:1680px){.culture_history .why_georiga_info_box{margin-left:120px}}@media(max-width:1440px){.culture_history .why_georiga_info_box{width:350px}}@media(max-width:1024px){.culture_history .why_georiga_info_box{margin:0 auto 50px;width:450px}}@media(max-width:768px){.culture_history .why_georiga_info_box{width:90%}}@media(max-height:768px){.culture_history .why_georiga_info_box{margin-top:60px}}.culture_history .why_georiga_info_box .why_georiga_info_num{color:rgba(51,51,51,.1)}@media(max-width:768px){.culture_history .why_georiga_info_box .why_georiga_info_num{left:0}}.culture_history .why_georiga_info_box .why_georiga_info_title{color:var(--color-black--tint)}@media(max-width:1680px){.culture_history .why_georiga_info_box .why_georiga_info_title{font-size:40px}}.culture_history .why_georiga_info_box .why_georiga_info_desc{color:var(--color-black--tint)}@media(max-width:1680px){.culture_history .why_georiga_info_box .why_georiga_info_desc{font-size:16px;line-height:1.5}}.culture_history .why_georiga_info_box .custom{position:relative;z-index:999}.culture_history .why_georiga_info_box .custom:hover{background:var(--color-primary)!important}.culture_history .culture_history_col_img_wrapper{height:100%}.culture_history .culture_history_col_img_wrapper .culture_history_col_img{position:absolute;bottom:-100%;right:-100%;transition:all 1.4s ease-in-out}@media(max-width:1024px){.culture_history .culture_history_col_img_wrapper .culture_history_col_img{display:none}}@media(max-height:900px){.culture_history .culture_history_col_img_wrapper .culture_history_col_img{display:none}}.culture_history .culture_history_col_img_wrapper.active .culture_history_col_img{bottom:0;right:0}.swiper-slide-active .culture_history_col:first-child{transform:translateX(0)}.swiper-slide-active .culture_history .culture_history_col_img_wrapper .culture_history_col_img{bottom:-100px;right:-100px}.first_european{display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;height:100%}@media(max-width:1024px){.first_european{grid-template-columns:1fr}}.first_european .why_georiga_info_box{width:430px;margin:250px 0 0}@media(max-width:1440px){.first_european .why_georiga_info_box{width:350px}}@media(max-width:1024px){.first_european .why_georiga_info_box{margin-top:100px!important;margin-left:0;width:450px}}@media(max-width:768px){.first_european .why_georiga_info_box{width:90%;margin-top:250px!important}}@media(max-height:768px){.first_european .why_georiga_info_box{margin-top:150px}}.first_european .why_georiga_info_box .why_georiga_info_num{color:rgba(51,51,51,.1)}@media(max-width:768px){.first_european .why_georiga_info_box .why_georiga_info_num{left:0}}.first_european .why_georiga_info_box .why_georiga_info_desc,.first_european .why_georiga_info_box .why_georiga_info_title{color:var(--color-black--tint)}.first_european .why_georiga_info_box .custom:hover{background-color:var(--color-primary)!important}.first_european .first_european_col{display:flex;align-items:center;justify-content:center}@media(max-width:1024px){.first_european .first_european_col{align-items:flex-start}}.first_european .first_european_col:last-child{height:100%;background-color:var(--color-main);transform:translateY(100%);transition:all 2s ease}@media(max-width:1024px){.first_european .first_european_col:last-child{background-color:var(--color-white)}}.first_european .first_european_col .first_european_col_img{height:100%;width:100%}.swiper-slide-active .first_european .first_european_col:last-child{transform:translateY(0)}.highest_settlement{display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;height:100vh;background-color:var(--color-white)}@media(max-width:768px){.highest_settlement{grid-template-columns:1fr}}.highest_settlement .highest_settlement_col{height:100%;display:flex;flex-direction:column}.highest_settlement .highest_settlement_col:first-child{transform:translateX(-100%);transition:all 2s ease}@media(max-width:768px){.highest_settlement .highest_settlement_col:first-child{display:none}}.highest_settlement .highest_settlement_col:last-child{padding:75px 150px 0 85px;position:relative}@media(max-width:1530px){.highest_settlement .highest_settlement_col:last-child{padding:35px 150px 0 45px}}@media(max-width:1024px){.highest_settlement .highest_settlement_col:last-child{padding:35px 45px 0}}.highest_settlement .highest_settlement_col figure{height:100%}.highest_settlement .highest_settlement_col figure:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5))}.highest_settlement .highest_settlement_col .why_georiga_info_box{position:absolute;bottom:40px;left:30%;transform:translateX(-50%);width:448px}@media(max-width:1530px){.highest_settlement .highest_settlement_col .why_georiga_info_box{width:450px;left:50%}}@media(max-width:1280px){.highest_settlement .highest_settlement_col .why_georiga_info_box{margin-left:50px}}@media(max-width:768px){.highest_settlement .highest_settlement_col .why_georiga_info_box{width:280px;margin-left:20px}}.highest_settlement .highest_settlement_col .why_georiga_info_box .why_georiga_info_num{color:hsla(0,0%,100%,.2)}@media(max-width:768px){.highest_settlement .highest_settlement_col .why_georiga_info_box .why_georiga_info_num{left:0}}.highest_settlement .highest_settlement_col .why_georiga_info_box .why_georiga_info_title{font-size:48px}@media(max-width:768px){.highest_settlement .highest_settlement_col .why_georiga_info_box .why_georiga_info_title{font-size:30px;line-height:1.5}}.highest_settlement .highest_settlement_col .why_georiga_info_box .why_georiga_info_desc{font-size:18px}.highest_settlement .highest_settlement_col_title{color:var(--color-black--tint);font-size:50px;line-height:56px;font-weight:700;margin-bottom:30px}@media(max-width:1680px){.highest_settlement .highest_settlement_col_title{font-size:40px;line-height:1.5;margin-bottom:20px}}@media(max-height:750px){.highest_settlement .highest_settlement_col_title{font-size:25px;line-height:1.5;margin-bottom:10px}}.highest_settlement .highest_settlement_col_subtitle{display:block;color:var(--color-black--tint);font-size:18px;line-height:26px;font-weight:400;margin-bottom:45px}@media(max-width:1680px){.highest_settlement .highest_settlement_col_subtitle{font-size:16px;line-height:1.5;margin-bottom:30px}}.highest_settlement .highest_settlement_col_wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:45px}@media(max-height:900px){.highest_settlement .highest_settlement_col_wrapper{grid-gap:20px}}.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item figure{height:300px;margin-bottom:15px}@media(max-height:1200px){.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item figure{height:250px}}@media(max-height:900px){.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item figure{height:200px}}@media(max-height:750px){.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item figure{height:150px;margin-bottom:10px}}.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item figure a{position:static;height:100%}.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item figure:after{display:none}.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item .highest_settlement_col_item_title a{color:var(--color-black);font-size:20px;line-height:26px;font-weight:700}@media(max-height:600px){.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item .highest_settlement_col_item_title a{font-size:18px}}@media(max-height:750px){.highest_settlement .highest_settlement_col_wrapper .highest_settlement_col_item .highest_settlement_col_item_title a{font-size:16px;line-height:1.5}}.swiper-slide-active .highest_settlement .highest_settlement_col:first-child{transform:translateX(0)}.why_subscribe{position:relative}.why_subscribe figure{height:297px;position:relative}@media(max-width:1440px){.why_subscribe figure{height:200px}}@media(max-height:600px){.why_subscribe figure{height:156px}}.why_subscribe figure:after{content:"";background:linear-gradient(90deg,rgba(0,0,0,.6),transparent 52.15%)}.why_subscribe .container,.why_subscribe figure:after{position:absolute;top:0;left:0;right:0;bottom:0}.why_subscribe .why_subscribe_wrapper{height:100%;display:flex;align-items:center;justify-content:space-between}.why_subscribe .why_subscribe_wrapper h3{color:var(--color-white);font-size:30px;line-height:35px;font-weight:700;margin-bottom:30px;max-width:739px}@media(max-width:1280px){.why_subscribe .why_subscribe_wrapper h3{font-size:30px;line-height:1.5;margin-bottom:15px}}.why_subscribe .why_subscribe_wrapper .why_subscribe_wrapper_text{font-weight:400;font-size:16px;line-height:28px;color:var(--color-white);max-width:539px}.why_subscribe .why_subscribe_wrapper a.custom{height:60px}.why_subscribe .why_subscribe_wrapper a.custom:hover{background-color:#ef3a50}.why_subscribe .why_subscribe_wrapper a.custom strong{font-weight:700;font-size:14px;line-height:16px}.unique_alphabet{height:100%;width:100%;background-color:var(--color-white);overflow-y:hidden}.unique_alphabet .why_georiga_info_box{margin:180px 0 0 150px}@media(max-width:1024px){.unique_alphabet .why_georiga_info_box{margin-top:0;margin-left:70px}}@media(max-width:768px){.unique_alphabet .why_georiga_info_box{width:320px}}.unique_alphabet .why_georiga_info_box .why_georiga_info_title .why_georiga_info_num{color:rgba(0,0,0,.1)}.unique_alphabet .why_georiga_info_box .why_georiga_info_desc,.unique_alphabet .why_georiga_info_box .why_georiga_info_title .why_georiga_info_title{color:var(--color-black--tint)}.unique_alphabet .why_georiga_info_box a.custom{font-family:var(--font-base--caps);text-transform:uppercase;background-color:#fff!important;z-index:2}.unique_alphabet .why_georiga_info_box a.custom:hover{background-color:var(--color-primary)!important}.unique_alphabet .unique_alphabet_wrapper{height:100%;max-width:1920px;margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:visible!important}.unique_alphabet .ellipse_big{position:absolute;top:-150px;left:-150px;transform:scale(1)!important}@media(max-width:1024px){.unique_alphabet .ellipse_big{top:-230px;left:-171px}}.unique_alphabet .ellipse_mid{position:absolute;bottom:120px;right:250px}@media(max-width:1680px){.unique_alphabet .ellipse_mid{bottom:0;right:38px}}@media(max-width:1024px){.unique_alphabet .ellipse_mid{right:-50px}}.unique_alphabet .ellipse_small{position:absolute;left:250px;bottom:200px}@media(max-width:1440px){.unique_alphabet .ellipse_small{left:200px}}@media(max-width:768px){.unique_alphabet .ellipse_small{display:none}}@media(max-height:768px){.unique_alphabet .ellipse_small{display:none}}@media(max-width:1440px){.unique_alphabet svg{transform:scale(.8)}}@media(max-width:1366px){.unique_alphabet svg{transform:scale(.7)}}@media(max-height:1024px){.unique_alphabet svg{transform:scale(.8)}}@media(max-height:850px){.unique_alphabet svg{transform:scale(.6)}}.unique_alphabet .a{position:absolute;top:50px;left:50px}@media(max-width:420px){.unique_alphabet .a{display:none}}.unique_alphabet .g{position:absolute;top:200px;left:200px}@media(max-width:1024px){.unique_alphabet .g{top:107px;left:200px}}.unique_alphabet .u{position:absolute;top:200px;left:420px}@media(max-width:1024px){.unique_alphabet .u{top:120px}}@media(max-height:768px){.unique_alphabet .u{left:350px}}.unique_alphabet .r{position:absolute;top:0;left:630px}@media(max-width:1024px){.unique_alphabet .r{left:562px}}.unique_alphabet .i{position:absolute;top:450px;left:20px}.unique_alphabet .gh{position:absolute;top:400px;left:130px}@media(max-width:1024px){.unique_alphabet .gh{top:282px;left:0}}.unique_alphabet .t{position:absolute;top:320px;left:300px}@media(max-width:1024px){.unique_alphabet .t{top:474px;left:170px}}@media(max-width:820px){.unique_alphabet .t{display:none}}.unique_alphabet .th{position:absolute;top:330px;left:400px}@media(max-width:1858px){.unique_alphabet .th{display:none}}.unique_alphabet .jh{position:absolute;top:20px;left:900px}@media(max-width:768px){.unique_alphabet .jh{display:none}}.unique_alphabet .y{position:absolute;bottom:190px;left:50px}@media(max-width:1280px){.unique_alphabet .y{bottom:50px}}.unique_alphabet .x{position:absolute;bottom:50px;left:190px}@media(max-height:768px){.unique_alphabet .x{display:none}}.unique_alphabet .z{position:absolute;bottom:70px;left:340px}@media(max-width:420px){.unique_alphabet .z{left:300px}}.unique_alphabet .s{position:absolute;bottom:100px;left:450px}.unique_alphabet .kh{position:absolute;bottom:200px;left:500px;pointer-events:none}@media(max-width:1786px){.unique_alphabet .kh{display:none}}.unique_alphabet .o{position:absolute;bottom:50px;left:560px}@media(max-height:768px){.unique_alphabet .o{bottom:0}}.unique_alphabet .h{position:absolute;bottom:0;left:705px}@media(max-width:1024px){.unique_alphabet .h{left:650px}}.unique_alphabet .ch{position:absolute;bottom:0;right:730px}@media(max-width:1680px){.unique_alphabet .ch{right:500px}}@media(max-width:1440px){.unique_alphabet .ch{bottom:130px}}@media(max-height:850px){.unique_alphabet .ch{display:none}}.unique_alphabet .m{position:absolute;bottom:100px;right:850px}@media(max-width:1786px){.unique_alphabet .m{display:none}}.unique_alphabet .l{position:absolute;bottom:350px;right:400px}@media(max-width:1440px){.unique_alphabet .l{display:none}}.unique_alphabet .j{position:absolute;bottom:40px;right:150px}@media(max-width:1024px){.unique_alphabet .j{right:50px}}.unique_alphabet .n{position:absolute;top:80px;right:770px}@media(max-width:1786px){.unique_alphabet .n{display:none}}.unique_alphabet .e{position:absolute;top:20px;right:580px}@media(max-width:1680px){.unique_alphabet .e{display:none}}.unique_alphabet .ph{position:absolute;top:20px;right:190px}@media(max-width:1366px){.unique_alphabet .ph{right:70px}}@media(max-width:1024px){.unique_alphabet .ph{top:120px;right:0}}@media(max-width:820px){.unique_alphabet .ph{top:250px}}.unique_alphabet .dz{position:absolute;top:180px;right:700px}@media(max-width:1786px){.unique_alphabet .dz{display:none}}.unique_alphabet .v{position:absolute;top:150px;right:550px}@media(max-width:1680px){.unique_alphabet .v{right:510px}}@media(max-width:1440px){.unique_alphabet .v{display:none}}.unique_alphabet .p{position:absolute;top:220px;right:420px}@media(max-width:1024px){.unique_alphabet .p{right:468px;top:118px}}.unique_alphabet .c{position:absolute;top:150px;right:20px}@media(max-width:768px){.unique_alphabet .c{display:none}}@media(max-height:768px){.unique_alphabet .c{display:none}}.unique_alphabet .sh{position:absolute;top:280px;right:200px}@media(max-width:768px){.unique_alphabet .sh{display:none}}@media(max-height:768px){.unique_alphabet .sh{display:none}}.unique_alphabet .w{position:absolute;top:265px;right:320px}@media(max-width:1366px){.unique_alphabet .w{right:250px}}@media(max-width:1024px){.unique_alphabet .w{top:720px;left:0}}@media(max-width:768px){.unique_alphabet .w{top:596px}}@media(max-height:768px){.unique_alphabet .w{display:none}}@media(max-width:1858px){.unique_alphabet .k{display:none}}.unique_alphabet .d{position:absolute;top:50px;left:460px}@media(max-width:1024px){.unique_alphabet .d{top:0;left:350px}}.why_georgia_geography{height:100%;width:100%;position:relative;overflow:hidden}.why_georgia_geography:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;background:linear-gradient(180deg,rgba(19,20,18,0),#131412 55%);z-index:350}.why_georgia_geography_container{position:relative;z-index:10000;opacity:0;visibility:hidden;transition:all 2.4s ease;height:100%;display:flex;align-items:center}@media(max-height:768px){.why_georgia_geography_container{padding-top:100px}}.why_georgia_geography_wrapper{width:100%;max-width:1400px;padding:0 10px;margin:0 auto;display:grid;grid-template-columns:1fr 900px;grid-gap:35px}@media(max-width:1680px){.why_georgia_geography_wrapper{grid-template-columns:1fr 700px;max-width:1100px}}@media(max-width:1440px){.why_georgia_geography_wrapper{max-width:1200px}}@media(max-width:1366px){.why_georgia_geography_wrapper{padding-right:100px}}@media(max-width:1024px){.why_georgia_geography_wrapper{grid-template-columns:1fr 1fr;padding-right:0}}@media(max-width:768px){.why_georgia_geography_wrapper{padding-top:200px;grid-template-columns:1fr;justify-items:center}}.why_georgia_geography .why_georiga_info_box{width:365px;margin:0;padding-top:50px;transition:all 2.4s ease}@media(max-width:1280px){.why_georgia_geography .why_georiga_info_box{width:100%;padding-top:0}}@media(max-width:1024px){.why_georgia_geography .why_georiga_info_box{width:90%}}@media(max-height:900px){.why_georgia_geography .why_georiga_info_box{padding-top:50px}}.why_georgia_geography .why_georiga_info_box .why_georiga_info_title .why_georiga_info_num{left:-50px;left:0}.why_georgia_geography .why_georiga_info_box .why_georiga_info_title .why_georiga_info_title{font-size:48px;line-height:55px}.why_georgia_geography .why_georgia_geography_swiper_wrapper{height:539px;transition:all 2.4s ease}@media(max-width:1280px){.why_georgia_geography .why_georgia_geography_swiper_wrapper{overflow:hidden}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper{width:374px}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_wrapper_compass{position:absolute;top:-100px;right:0;transform:translateY(-500px);transition:all 2.4s ease}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_wrapper_compass{display:none}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper{padding-top:50px}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper .swiper-container,.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper .swiper-slide,.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper .swiper-wrapper{width:100%;height:100%;overflow:visible}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide{position:relative}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries{position:absolute;font-weight:400;font-size:20px;line-height:23px;letter-spacing:.04em;color:hsla(0,0%,100%,.5)}@media(max-width:1440px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries{font-weight:400;font-size:16px;line-height:1.5}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries{font-weight:400;font-size:12px;line-height:1.5}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.bsea{left:95px;top:220px;width:111px;text-align:center}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.bsea{left:63px;top:172px}}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.bsea{top:170px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.bsea{width:75px;text-align:center;top:47%;left:0}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.turk{top:400px;left:215px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.turk{top:325px}}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.turk{top:300px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.turk{top:72%;left:25%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.arme{top:450px;left:510px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.arme{left:400px;top:359px}}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.arme{top:320px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.arme{top:77%;left:50%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.azer{top:430px;left:750px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.azer{left:594px;top:350px}}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.azer{top:330px}}@media(max-width:1280px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.azer{top:297px;left:560px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.azer{top:77%;left:75%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.russ{top:115px;left:484px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.russ{top:70px;left:372px}}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.russ{top:60px}}@media(max-width:1280px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.russ{top:60px;left:372px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .countries.russ{top:25%;left:55%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker{position:absolute;text-align:center}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker .why_georgia_marker_icon{cursor:pointer}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker .why_georgia_marker_icon:before{text-shadow:0 0 2px var(--color-primary),0 0 2px var(--color-primary)}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker .why_georgia_marker_content{opacity:0;visibility:hidden;position:absolute;top:-135px;left:50%;transform:translateX(-50%);z-index:300;width:100px;background-color:var(--color-white);border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .2s linear}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker .why_georgia_marker_content:after{content:"";position:absolute;bottom:-7px;left:50%;width:0;height:0;border-top:0 solid transparent;border-bottom:20px solid transparent;border-left:20px solid var(--color-white);transform:translateX(-50%) rotate(225deg)}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker .why_georgia_marker_content.active{opacity:1;visibility:visible}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker .why_georgia_marker_content figure{width:100px;height:70px;border-radius:12px 12px 0 0;overflow:hidden}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker .why_georgia_marker_content figure a{display:block;height:100%;width:100%}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker .why_georgia_marker_content strong{display:block;padding:10px 5px;color:var(--color-black);font-size:12px;font-weight:700;text-align:center;text-transform:capitalize}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker .why_georgia_marker_content button.favourite{position:absolute;cursor:pointer;z-index:50;top:5px;right:5px}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.adjara_marker{top:320px;left:205px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.adjara_marker{top:245px;left:160px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.adjara_marker{top:62%;left:23%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.samegrelo_marker{top:214px;left:217px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.samegrelo_marker{top:166px;left:168px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.samegrelo_marker{top:49%;left:24%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.racha_marker{top:120px;left:330px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.racha_marker{top:93px;left:270px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.racha_marker{top:39%;left:39%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.imereti_marker{top:220px;left:310px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.imereti_marker{top:165px;left:241px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.imereti_marker{top:50%;left:37%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.javakheti_marker{top:300px;left:365px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.javakheti_marker{top:228px;left:271px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.javakheti_marker{top:60%;left:44%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.shidaKartli_marker{top:275px;left:490px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.shidaKartli_marker{top:210px;left:390px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.shidaKartli_marker{top:57%;left:57%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.mtianeti_marker{top:277px;left:580px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.mtianeti_marker{top:215px;left:460px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.mtianeti_marker{top:58%;left:67%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.tbilisi_marker{top:290px;left:605px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.tbilisi_marker{top:224px;left:486px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.tbilisi_marker{top:59%;left:70%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.kakheti_marker{top:250px;left:690px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.kakheti_marker{top:200px;left:550px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker.kakheti_marker{top:57%;left:81%}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .swiper-slide .why_georgia_marker strong{display:block;font-size:14px}.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation{position:absolute;bottom:-100px;left:0;z-index:100;display:flex;align-items:center;grid-gap:60px}@media(max-width:1680px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation{bottom:0}}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation{bottom:80px}}@media(max-width:1024px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation{bottom:100px}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation .why_georgia_geography_swiper_next{cursor:pointer;font-weight:700;font-size:24px;line-height:28px;color:hsla(0,0%,100%,.5);transition:all .4s ease-in-out}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation .why_georgia_geography_swiper_next{font-size:18px}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation .why_georgia_geography_swiper_next.swiper-button-disabled{font-weight:700;font-size:36px;line-height:41px;color:var(--color-white)}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation .why_georgia_geography_swiper_next.swiper-button-disabled{font-size:20px}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation .why_georgia_geography_swiper_prev{cursor:pointer;font-weight:700;font-size:24px;line-height:28px;color:hsla(0,0%,100%,.5);transition:all .4s ease-in-out}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation .why_georgia_geography_swiper_prev{font-size:18px}}.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation .why_georgia_geography_swiper_prev.swiper-button-disabled{font-weight:700;font-size:36px;line-height:41px;color:var(--color-white)}@media(max-width:1366px){.why_georgia_geography .why_georgia_geography_swiper_wrapper .why_georgia_geography_swiper_navigation .why_georgia_geography_swiper_prev.swiper-button-disabled{font-size:20px}}.swiper-slide-active .why_georgia_geography .why_georgia_geography_container{opacity:1;visibility:visible}.swiper-slide-active .why_georgia_geography .why_georgia_geography_container .why_georgia_geography_swiper_wrapper_compass{transform:translateY(0)}.fp-table{display:block;width:100%;height:100%}.why_georgia_mobile_hero_bg{position:fixed;left:0;right:0;bottom:0;top:0;transition:all .5s linear;height:1907px;z-index:100;background-color:var(--color-dark)}@media(max-height:750px){.why_georgia_mobile_hero_bg{height:1107px}}.why_georgia_mobile_hero_bg:after{top:100vh;bottom:0}.why_georgia_mobile_hero_bg:after,.why_georgia_mobile_hero_bg:before{content:"";position:absolute;left:0;right:0;background:linear-gradient(1turn,#02160e -5.87%,rgba(2,22,14,0) 94.33%)}.why_georgia_mobile_hero_bg:before{height:200px;bottom:-5px;z-index:1}.why_georgia_mobile_hero_bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.why_georgia_mobile_hero_bg_first{top:-120px}.why_georgia_mobile_hero_bg_second{top:200px}.why_georgia_mobile_hero_bg_third{top:450px}.why_georgia_mobile_hero{height:100%;transition:all .7s ease}.why_georgia_mobile_hero .why_georgia_mobile_hero_wrapper{position:relative;height:100%;z-index:110;transition:all 1.2s ease}.why_georgia_mobile_hero .why_georgia_mobile_hero_wrapper_first .why_georgia_mobile_hero_content{animation:contentMove 1s ease;animation-iteration-count:1}.why_georgia_mobile_hero .why_georgia_mobile_hero_wrapper_first .why_georgia_hero_scroll_down{display:flex}.why_georgia_mobile_hero .why_georgia_mobile_hero_wrapper_second{transform:translateY(150%)}.why_georgia_mobile_hero .why_georgia_mobile_hero_wrapper_second .why_georgia_hero_scroll_down{display:none}.why_georgia_mobile_hero .why_georgia_mobile_hero_wrapper_third{transform:translateY(215%)}.why_georgia_mobile_hero .why_georgia_mobile_hero_wrapper_third .why_georgia_mobile_hero_text{color:var(--color-grey)}.why_georgia_mobile_hero .container{height:100%}.why_georgia_mobile_hero h1{padding-top:173px;font-family:var(--font-base);font-weight:400;font-size:42px;line-height:50px;text-align:center;color:var(--color-white);margin-bottom:32px;transition:all 3s ease}@media(max-height:700px){.why_georgia_mobile_hero h1{padding-top:100px}}.why_georgia_mobile_hero .why_georgia_mobile_hero_text{transition:all .3s ease;font-weight:400;font-size:18px;line-height:21px;text-align:center;color:#fff;padding:0 15px}.why_georgia_mobile_hero .why_georgia_hero_scroll_down{bottom:100px;display:none}.why_georgia_mobile_hero .why_georgia_hero_scroll_down .scroll_down_line{height:100px}.why_georgia_mobile_hero .why_georgia_hero_scroll_down .scroll_down_line:after{content:"";position:absolute;bottom:0;left:-4px;width:1.5px;height:10px;background-color:var(--color-white);transform:rotate(-40deg)}.why_georgia_mobile_hero .why_georgia_hero_scroll_down .scroll_down_line:before{content:"";position:absolute;bottom:0;right:-4px;width:1.5px;height:10px;background-color:#fff;transform:rotate(40deg)}.why_georgia_mobile_hero_third{height:100%;background-color:#02160e;position:relative}.why_georgia_mobile_hero_third .section_index{position:absolute;left:65px;bottom:0;right:65px;z-index:120}.why_georgia_mobile_hero_third .section_index:after{content:"";position:absolute;top:-50px;left:50%;height:150px;border:1px dashed hsla(0,0%,100%,.1);transform:translateX(-50%)}.why_georgia_mobile_hero_third .section_index span{font-weight:700;font-size:120px;line-height:240px;background:linear-gradient(187deg,#fff -51.36%,hsla(0,0%,100%,0) 94.53%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.1}.why_georgia_mobile_hero_third .section_index strong{display:block;width:160px;transform:translate(70px,-130px);font-weight:700;font-size:24px;line-height:28px;background:linear-gradient(188.05deg,#c4c4c4 -431.38%,hsla(0,0%,77%,0) 96.48%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.5}@media(max-height:700px){.why_georgia_mobile_hero_third .section_index{display:none}}.rotate_section.fp-overflow.fp-table{overflow:hidden}.scroll_down_mobile{position:absolute;left:50%;transform:translateX(-50%);bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;z-index:100}.scroll_down_mobile span{margin-bottom:35px;font-weight:700;font-size:14px;line-height:16px;color:#fff}.scroll_down_mobile .scroll_down_dot{animation:scrollDownAnimation 2s infinite}.scroll_down_mobile_line{margin-top:30px;width:1.5px;height:65px;background-color:var(--color-white)}.scroll_down_mobile_line:after{content:"";position:absolute;bottom:0;left:-4px;width:1.5px;height:10px;background-color:var(--color-white);transform:rotate(-40deg)}.scroll_down_mobile_line:before{content:"";position:absolute;bottom:0;right:-4px;width:1.5px;height:10px;background-color:#fff;transform:rotate(40deg)}@keyframes scrollDownAnimation{0%{opacity:0;transform:translate(0)}40%{opacity:1}80%{opacity:0;transform:translateY(10px)}to{opacity:0}}@keyframes contentMove{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes imageMove{0%{top:0}to{top:-120px}}.fp-watermark{display:none!important}.fp-viewing-11 .fullpage-wrapper,.fp-viewing-16 .fullpage-wrapper,.fp-viewing-5 .fullpage-wrapper,.fp-viewing-6 .fullpage-wrapper{width:100%!important;position:relative}.fp-viewing-6 .cuisine_mobile .section_info_index{top:-200px!important;left:0!important}.fp-viewing-7 .alphabet_mobile .section_info_index{top:-200px!important;left:75px!important}.fp-viewing-7 .alphabet_mobile .section_info_index span{background:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:hsla(0,0%,100%,.1)!important}.fp-viewing-7 .alphabet_mobile .section_info_index strong{color:var(--color-white)!important}.why_georgia_geography_mobile{height:100%;background:linear-gradient(180deg,#02160e,#02160e)}.why_georgia_geography_mobile .container{height:100%}.why_georgia_geography_mobile .container .section_info_index{padding-bottom:130px}@media(max-height:800px){.why_georgia_geography_mobile .container .section_info_index{padding-bottom:30px}}.why_georgia_geography_mobile .container .section_info_index:after{content:"";position:absolute;top:27px;right:0;height:185px;border:1px dashed hsla(0,0%,100%,.1);transform:translateX(-50%)}.why_georgia_geography_mobile_wrapper .why_georgia_geography_mobile_swiper{padding-top:118px}.why_georgia_geography_mobile_wrapper .why_georgia_geography_mobile_swiper .swiper-slide{opacity:0!important}.why_georgia_geography_mobile_wrapper .why_georgia_geography_mobile_swiper .swiper-slide-active{opacity:1!important}.why_georgia_geography_mobile_wrapper .countries{position:absolute;font-weight:400;font-size:11px;line-height:13px;letter-spacing:.04em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.why_georgia_geography_mobile_wrapper .countries.bsea{width:75px;text-align:center;top:42%;left:0}.why_georgia_geography_mobile_wrapper .countries.turk{top:80%;left:27%}.why_georgia_geography_mobile_wrapper .countries.arme{top:91%;left:56%}.why_georgia_geography_mobile_wrapper .countries.azer{top:90%;left:77%}.why_georgia_geography_mobile_wrapper .countries.russ{top:10%;left:50%}.why_georgia_geography_mobile_wrapper .why_georgia_marker{position:absolute;text-align:center}.why_georgia_geography_mobile_wrapper .why_georgia_marker .why_georgia_marker_icon{cursor:pointer;width:20px}.why_georgia_geography_mobile_wrapper .why_georgia_marker .why_georgia_marker_icon:before{text-shadow:0 0 2px var(--color-primary),0 0 2px var(--color-primary)}.why_georgia_geography_mobile_wrapper .why_georgia_marker .why_georgia_marker_content{opacity:0;visibility:hidden;position:absolute;top:-124px;left:50%;transform:translateX(-50%);z-index:300;width:100px;background-color:var(--color-white);border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .2s linear}.why_georgia_geography_mobile_wrapper .why_georgia_marker .why_georgia_marker_content:after{content:"";position:absolute;bottom:-7px;left:50%;width:0;height:0;border-top:0 solid transparent;border-bottom:20px solid transparent;border-left:20px solid var(--color-white);transform:translateX(-50%) rotate(225deg)}.why_georgia_geography_mobile_wrapper .why_georgia_marker .why_georgia_marker_content.active{opacity:1;visibility:visible}.why_georgia_geography_mobile_wrapper .why_georgia_marker .why_georgia_marker_content figure{width:100px;height:70px;border-radius:12px 12px 0 0;overflow:hidden}.why_georgia_geography_mobile_wrapper .why_georgia_marker .why_georgia_marker_content figure a{display:block;height:100%;width:100%}.why_georgia_geography_mobile_wrapper .why_georgia_marker .why_georgia_marker_content strong{display:block;padding:10px 5px;color:var(--color-black);font-size:12px;font-weight:700;text-align:center;text-transform:capitalize}.why_georgia_geography_mobile_wrapper .why_georgia_marker .why_georgia_marker_content button.favourite{position:absolute;cursor:pointer;z-index:50;top:5px;right:5px}.why_georgia_geography_mobile_wrapper .why_georgia_marker strong{display:block;font-size:10px}.why_georgia_geography_mobile_wrapper .why_georgia_marker.adjara_marker{top:73%;left:22%}.why_georgia_geography_mobile_wrapper .why_georgia_marker.samegrelo_marker{top:47%;left:25%}.why_georgia_geography_mobile_wrapper .why_georgia_marker.racha_marker{top:30%;left:39%}.why_georgia_geography_mobile_wrapper .why_georgia_marker.imereti_marker{top:49%;left:37%}.why_georgia_geography_mobile_wrapper .why_georgia_marker.javakheti_marker{left:42%;top:68%}.why_georgia_geography_mobile_wrapper .why_georgia_marker.shidaKartli_marker{left:57%;top:63%}.why_georgia_geography_mobile_wrapper .why_georgia_marker.mtianeti_marker{top:63%;left:67%}.why_georgia_geography_mobile_wrapper .why_georgia_marker.tbilisi_marker{top:67%;left:70%}.why_georgia_geography_mobile_wrapper .why_georgia_marker.kakheti_marker{top:61%;left:81%}.why_georgia_geography_mobile_wrapper .why_georgia_geography_mobile_swiper_info{margin-top:50px}@media(max-height:750px){.why_georgia_geography_mobile_wrapper .why_georgia_geography_mobile_swiper_info{margin-top:20px}}.why_georgia_geography_mobile_wrapper .why_georgia_geography_mobile_swiper_info p{font-weight:300;font-size:14px;line-height:16px;color:var(--color-stone)}.why_georgia_geography_mobile_wrapper .why_georgia_geography_mobile_swiper_info a.custom{background-color:transparent;padding:0}.why_georgia_geography_mobile_swiper_navigation{position:absolute;left:0;right:0;bottom:20px;display:flex;align-items:center;justify-content:center;grid-gap:32px;font-weight:700;font-size:14px;line-height:16px;color:hsla(0,0%,100%,.5)}.why_georgia_geography_mobile_swiper_navigation.swiper-button-disabled{color:var(--color-white);font-weight:700;font-size:20px;line-height:23px}.why_georgia_mobile_seasons,.why_georgia_mobile_seasons .why_georgia_mobile_seasons_slider{height:100%}.why_georgia_mobile_seasons .season_item{height:100%;background-color:var(--color-black)}.why_georgia_mobile_seasons .swiper-slide:nth-child(2) .season_item_map{margin-bottom:30px}.why_georgia_mobile_seasons .swiper-slide:nth-child(2) .season_item_map .why_georiga_slider_map_marker{width:60px;height:60px;position:absolute}.why_georgia_mobile_seasons .swiper-slide:nth-child(2) .season_item_map .why_georiga_slider_map_marker:nth-child(2){top:58%;left:42%}.why_georgia_mobile_seasons .swiper-slide:nth-child(2) .season_item_map .why_georiga_slider_map_marker:nth-child(3){top:51%;left:54%}.why_georgia_mobile_seasons .swiper-slide:nth-child(2) .season_item_map .why_georiga_slider_map_marker:nth-child(4){top:41%;left:62%}.why_georgia_mobile_seasons .swiper-slide:nth-child(2) .season_item_map .why_georiga_slider_map_marker:nth-child(5){top:61%;left:76%}.why_georgia_mobile_seasons .swiper-slide:nth-child(3) .season_item_map{margin-bottom:30px}.why_georgia_mobile_seasons .swiper-slide:nth-child(3) .season_item_map .why_georiga_slider_map_marker{width:60px;height:60px;position:absolute}.why_georgia_mobile_seasons .swiper-slide:nth-child(3) .season_item_map .why_georiga_slider_map_marker:nth-child(2){top:32%;left:20%}.why_georgia_mobile_seasons .swiper-slide:nth-child(3) .season_item_map .why_georiga_slider_map_marker:nth-child(3){top:38%;left:30%}.why_georgia_mobile_seasons .swiper-slide:nth-child(3) .season_item_map .why_georiga_slider_map_marker:nth-child(4){top:47%;left:22%}.why_georgia_mobile_seasons .swiper-slide:nth-child(3) .season_item_map .why_georiga_slider_map_marker:nth-child(5){top:60%;left:20%}.why_georgia_mobile_seasons .swiper-slide:nth-child(4) .season_item_map{margin-bottom:30px}.why_georgia_mobile_seasons .swiper-slide:nth-child(4) .season_item_map .why_georiga_slider_map_marker{width:60px;height:60px;position:absolute}.why_georgia_mobile_seasons .swiper-slide:nth-child(4) .season_item_map .why_georiga_slider_map_marker:nth-child(2){top:67%;left:55%}.why_georgia_mobile_seasons .swiper-slide:nth-child(4) .season_item_map .why_georiga_slider_map_marker:nth-child(3){top:42%;left:51%}.why_georgia_mobile_seasons .swiper-slide:nth-child(4) .season_item_map .why_georiga_slider_map_marker:nth-child(4){top:44%;left:62%}.why_georgia_mobile_seasons .swiper-slide:nth-child(4) .season_item_map .why_georiga_slider_map_marker:nth-child(5){top:61%;left:76%}.why_georgia_mobile_seasons .swiper-slide:nth-child(5) .season_item_map{margin-bottom:30px}.why_georgia_mobile_seasons .swiper-slide:nth-child(5) .season_item_map .why_georiga_slider_map_marker{width:60px;height:60px;position:absolute}.why_georgia_mobile_seasons .swiper-slide:nth-child(5) .season_item_map .why_georiga_slider_map_marker:nth-child(2){top:9%;left:24%}.why_georgia_mobile_seasons .swiper-slide:nth-child(5) .season_item_map .why_georiga_slider_map_marker:nth-child(3){top:19%;left:34%}.why_georgia_mobile_seasons .swiper-slide:nth-child(5) .season_item_map .why_georiga_slider_map_marker:nth-child(4){top:30%;left:62%}.why_georgia_mobile_seasons .swiper-slide:nth-child(5) .season_item_map .why_georiga_slider_map_marker:nth-child(5){top:59%;left:22%}.why_georgia_mobile_seasons .season_item_bg{height:100%;width:100%}.why_georgia_mobile_seasons .season_item_bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3))}.why_georgia_mobile_seasons .season_item_bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.why_georgia_mobile_seasons .season_item_wrapper{position:absolute;top:0;left:0;height:100%;width:100%}.why_georgia_mobile_seasons .season_item_wrapper .section_info_index{margin-top:125px;margin-bottom:100px}.why_georgia_mobile_seasons .season_item_wrapper .season_item_map{margin-bottom:30px}.why_georgia_mobile_seasons .season_item_wrapper .season_item_map .why_georiga_slider_map_marker{width:60px;height:60px;position:absolute}.why_georgia_mobile_seasons .season_item_wrapper .season_item_map .why_georiga_slider_map_marker:nth-child(2){top:9%;left:24%}.why_georgia_mobile_seasons .season_item_wrapper .season_item_map .why_georiga_slider_map_marker:nth-child(3){top:19%;left:34%}.why_georgia_mobile_seasons .season_item_wrapper .season_item_map .why_georiga_slider_map_marker:nth-child(4){top:30%;left:62%}.why_georgia_mobile_seasons .season_item_wrapper .season_item_map .why_georiga_slider_map_marker:nth-child(5){top:59%;left:22%}.why_georgia_mobile_seasons .season_item_wrapper .season_item_info_title{color:var(--color-white);font-family:var(--font-base);font-size:36px;font-weight:400;line-height:44px;letter-spacing:-.02em;margin-bottom:20px}.why_georgia_mobile_seasons .season_item_wrapper .season_item_info_text{font-weight:300;font-size:14px;line-height:16px;color:var(--color-white);width:222px}@media(max-height:750px){.why_georgia_mobile_seasons .season_item_wrapper .season_item_info_text{display:none}}.why_georgia_mobile_seasons .season_item_wrapper .season_item_info .season_item_place{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:14px;margin-top:20px;margin-bottom:30px;color:hsla(0,0%,100%,.75)}.why_georgia_mobile_seasons .season_item_wrapper .season_item_info .season_item_place em{margin-right:5px}.why_georgia_mobile_seasons .swiper-pagination{display:flex;align-items:center;justify-content:center}.why_georgia_mobile_seasons .swiper-pagination .swiper-pagination-bullet{width:18px;height:18px;transform:scale(.8);transition:all .3s ease;background:linear-gradient(82.06deg,#ef3a50 -196.3%,#828282 168.59%);opacity:1}.why_georgia_mobile_seasons .swiper-pagination .swiper-pagination-bullet-active{background:var(--color-primary);transform:scale(1)}.cradele_of_wine_mobile{background-color:var(--color-main);height:100%;overflow-y:visible!important}.cradele_of_wine_mobile .container{margin-top:50px}.cradele_of_wine_mobile .section_info_index{margin-bottom:20px}.cradele_of_wine_mobile .section_info_index:after{content:"";position:absolute;top:27px;right:41px;height:185px;border:1px dashed hsla(0,0%,100%,.1);transform:translateX(-50%)}.cradele_of_wine_mobile .cradle_of_wine_mobile_content{width:234px}.cradele_of_wine_mobile .cradle_of_wine_mobile_content_top{transform:translate(-120%);transition:all 1s ease}.cradele_of_wine_mobile .cradle_of_wine_mobile_content_bot{transform:translate(200%);transition:all 1s ease;transition-delay:.5s}@media(max-height:750px){.cradele_of_wine_mobile .cradle_of_wine_mobile_content_bot{display:none}}.cradele_of_wine_mobile .cradle_of_wine_mobile_content .cradle_of_wine_mobile__title{color:var(--color-white);font-size:18px;line-height:21px;font-weight:400;letter-spacing:6px;text-transform:uppercase;padding-left:80px;margin-bottom:30px}.cradele_of_wine_mobile .cradle_of_wine_mobile_content .cradle_of_wine_mobile__title:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:70px;height:2px;background-color:var(--color-white)}.cradele_of_wine_mobile .cradle_of_wine_mobile_content .cradle_of_wine_mobile__desc{color:hsla(0,0%,100%,.7);font-size:14px;line-height:20px;font-weight:400}.cradele_of_wine_mobile .cradle_of_wine_mobile_img{position:relative;width:190px;height:205px;margin:20px auto}.cradele_of_wine_mobile .cradle_of_wine_mobile_img span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section.active .cradle_of_wine_mobile_content_top{transform:translate(0)}.section.active .cradle_of_wine_mobile_content_bot{transform:translate(50%)}.cuisine_mobile_section{overflow-x:unset!important;height:100%;background:var(--color-black)}.cuisine_mobile{height:100%;overflow:hidden}.cuisine_mobile .container{position:absolute;top:0;left:0;right:0;bottom:0;height:100%}.cuisine_mobile .container .cuisine_mobile_inner{height:100%}.cuisine_mobile .container .cuisine_mobile_inner .section_info_index{margin-left:60px;margin-top:150px;position:absolute;top:0;left:0;transition:all .5s ease;transition-delay:.5s}.cuisine_mobile .cuisine_wrapper{position:relative;height:100%;background-color:var(--color-main)}.cuisine_mobile .cuisine_wrapper .cuisine_mobile_img_first{position:absolute;height:375px;width:100%;top:100px;left:100px;right:0;transition:all .5s ease}.cuisine_mobile .cuisine_wrapper .cuisine_mobile_img_second{position:absolute;height:295px;top:308px;width:100%;right:0;left:100%;transition:all .5s ease;transition-delay:.5s}.cuisine_mobile .cuisine_wrapper .cuisine_mobile_img_third{position:absolute;width:100%;height:312px;top:1000px;left:0;right:0;transition:all .5s ease;transition-delay:1s}.cuisine_mobile .cuisine_mobile_info{width:342px;height:342px;border-radius:50%;background-color:var(--color-white);position:absolute;top:250px;left:0;right:0;padding:0 50px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scale(0);transition:all .5s ease;transition-delay:1.5s}.cuisine_mobile .cuisine_mobile_info h2{font-size:36px;line-height:44px;font-weight:400;color:var(--color-dark);font-family:var(--font-base);letter-spacing:-.02em;margin-top:60px;text-align:center}.cuisine_mobile .cuisine_mobile_info .cuisine_mobile_info_text{font-weight:300;font-size:14px;line-height:16px;color:var(--color-dark);margin:25px auto}.cuisine_mobile .cuisine_mobile_info .cuisine_mobile_info_text p{margin:0}.section.active .cuisine_mobile_img_first{top:2px;left:0;right:0}.section.active .cuisine_mobile_img_second{left:0}.section.active .cuisine_mobile_img_third{left:0;top:532px}.section.active .cuisine_mobile_info{transform:scale(1)}.section_alphabet{overflow-y:visible!important;padding-top:100px;background-color:var(--color-white)}.alphabet_mobile,.alphabet_mobile .alphabet_mobile_wrapper{height:100%}.alphabet_mobile .alphabet_mobile_wrapper .section_info_index{position:absolute;left:75px;width:145px;transition:all .5s ease;transition-delay:.5s}.alphabet_mobile .alphabet_mobile_wrapper .section_info_index span{background:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:rgba(var(--color-dark),.1)}.alphabet_mobile .alphabet_mobile_wrapper .section_info_index strong{color:var(--color-dark)}.alphabet_mobile .alphabet_mobile_wrapper .explore_button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6}.alphabet_mobile .alphabet_mobile_character{position:absolute;transition:all 1s ease-in-out;transition-delay:1s}.alphabet_mobile .alphabet_mobile_character_circle_big{transform:scale(.4);left:-25%;top:10%}.alphabet_mobile .alphabet_mobile_character_circle_small{top:60%;right:5%;transform:scale(.2)}.alphabet_mobile .alphabet_mobile_character_circle_mid{bottom:-80px;left:-20%;transform:scale(.3)}.alphabet_mobile .alphabet_mobile_character_e{top:0;right:23%}.alphabet_mobile .alphabet_mobile_character_dz{top:5%;right:27%}.alphabet_mobile .alphabet_mobile_character_p{top:6%;right:7%;transform:scale(.7)}.alphabet_mobile .alphabet_mobile_character_z{top:13%;right:6%;transform:scale(.7)}.alphabet_mobile .alphabet_mobile_character_v{top:15%;right:23%}.alphabet_mobile .alphabet_mobile_character_i{top:9%;left:20%}.alphabet_mobile .alphabet_mobile_character_n{top:13%;left:49%}.alphabet_mobile .alphabet_mobile_character_a{top:23%;left:11%}.alphabet_mobile .alphabet_mobile_character_g{top:32%;left:30%}.alphabet_mobile .alphabet_mobile_character_y{top:21%;left:48%;transform:scale(.7)}.alphabet_mobile .alphabet_mobile_character_f{top:23%;left:69%;transform:scale(.7)}.alphabet_mobile .alphabet_mobile_character_x{top:31%;left:57%}.alphabet_mobile .alphabet_mobile_character_w{top:36%;left:67%}.alphabet_mobile .alphabet_mobile_character_sh{top:43%;left:83%}.alphabet_mobile .alphabet_mobile_character_c{top:45%;left:5%}.alphabet_mobile .alphabet_mobile_character_d{top:31%;left:19%}.alphabet_mobile .alphabet_mobile_character_th{top:43%;left:43%}.alphabet_mobile .alphabet_mobile_character_t{top:48%;left:67%}.alphabet_mobile .alphabet_mobile_character_k{top:50%;left:83%}.alphabet_mobile .alphabet_mobile_character_u{top:47%;left:26%}.alphabet_mobile .alphabet_mobile_character_r{top:53%;left:32%;transform:scale(.5)}.alphabet_mobile .alphabet_mobile_character_gr{top:55%;left:5%;transform:scale(.5)}.alphabet_mobile .alphabet_mobile_character_q{top:67%;left:24%}.alphabet_mobile .alphabet_mobile_character_l{top:67%;left:65%}.alphabet_mobile .alphabet_mobile_character_j{top:66%;left:76%;transform:scale(.1)}.alphabet_mobile .alphabet_mobile_character_s{top:77%;left:17px}.alphabet_mobile .alphabet_mobile_character_o{top:81%;left:84px}.alphabet_mobile .alphabet_mobile_character_h{top:71%;left:43%}.alphabet_mobile .alphabet_mobile_character_m{top:75%;left:63%}.alphabet_mobile .alphabet_mobile_character_jh,.alphabet_mobile .alphabet_mobile_character_wh{top:82%;left:51%}.alphabet_mobile .alphabet_mobile_character_jh{top:81%;left:72%}.section_alphabet.active .alphabet_mobile_character{transform:scale(1)}.section_alphabet.active .alphabet_mobile_character_circle_big{top:16%;left:0}.section_alphabet.active .alphabet_mobile_character_circle_small{top:60%;right:5%}.section_alphabet.active .alphabet_mobile_character_circle_mid{bottom:0;left:0}.section_alphabet.active .alphabet_mobile_character_e{top:0;right:23%}.section_alphabet.active .alphabet_mobile_character_dz{top:5%;right:27%}.section_alphabet.active .alphabet_mobile_character_p{top:3%;right:11%}.section_alphabet.active .alphabet_mobile_character_z{top:13%;right:6%}.section_alphabet.active .alphabet_mobile_character_v{top:9%;right:19%}.section_alphabet.active .alphabet_mobile_character_i{top:10%;left:20%}.section_alphabet.active .alphabet_mobile_character_n{top:14%;left:38%}.section_alphabet.active .alphabet_mobile_character_a{top:23%;left:11%}.section_alphabet.active .alphabet_mobile_character_g{top:32%;left:30%}.section_alphabet.active .alphabet_mobile_character_y{top:18%;left:62%}.section_alphabet.active .alphabet_mobile_character_f{top:27%;left:76%}.section_alphabet.active .alphabet_mobile_character_x{top:31%;left:57%}.section_alphabet.active .alphabet_mobile_character_w{top:36%;left:67%}.section_alphabet.active .alphabet_mobile_character_sh{top:48%;left:83%}.section_alphabet.active .alphabet_mobile_character_c{top:47%;left:5%}.section_alphabet.active .alphabet_mobile_character_d{top:48%;left:22%}.section_alphabet.active .alphabet_mobile_character_th{top:43%;left:43%}.section_alphabet.active .alphabet_mobile_character_t{top:48%;left:67%}.section_alphabet.active .alphabet_mobile_character_k{top:53%;left:83%}.section_alphabet.active .alphabet_mobile_character_u{top:53%;left:13%}.section_alphabet.active .alphabet_mobile_character_r{top:53%;left:32%}.section_alphabet.active .alphabet_mobile_character_gr{top:60%;left:5%}.section_alphabet.active .alphabet_mobile_character_q{top:67%;left:24%}.section_alphabet.active .alphabet_mobile_character_l{top:67%;left:65%}.section_alphabet.active .alphabet_mobile_character_j{top:66%;left:76%}.section_alphabet.active .alphabet_mobile_character_s{top:84%;left:17px}.section_alphabet.active .alphabet_mobile_character_o{top:87%;left:84px}.section_alphabet.active .alphabet_mobile_character_h{top:71%;left:43%}.section_alphabet.active .alphabet_mobile_character_m{top:75%;left:63%}.section_alphabet.active .alphabet_mobile_character_jh{top:82%;left:51%}.section_alphabet.active .alphabet_mobile_character_wh{top:88%;left:51%}.section_alphabet.active .alphabet_mobile_character_jh{top:87%;left:72%}.unique_folklore_mobile_section{height:100%;background:var(--color-black)}.unique_folklore_mobile_section.active .unique_folklore_mobile_text{transform:translateY(0)}.unique_folklore_mobile_section.active .spotify{margin-top:30px}.unique_folklore_mobile{height:100%;padding-top:100px}.unique_folklore_mobile .container{height:100%}.unique_folklore_mobile .section_info_index{width:145px}.unique_folklore_mobile figure{width:100%;height:218px;margin-left:auto;margin-top:50px}.unique_folklore_mobile figure:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6) 97.45%)}.unique_folklore_mobile .unique_folklore_mobile_text{font-weight:400;font-size:18px;line-height:21px;text-align:center;color:var(--color-grey);margin-top:30px;transition:all .5s ease;transform:translateY(500px);transition-delay:.5s}.unique_folklore_mobile .unique_folklore_mobile_text p{margin:0}.unique_folklore_mobile .spotify{display:flex;align-items:center;justify-content:center;margin-top:500px;transition:all .5s ease;transition-delay:1s}.language_of_dance_mobile_section{height:100%;background:var(--color-black)}.language_of_dance_mobile_section.active .language_of_dance_mobile_text{transform:translateY(0)}.language_of_dance_mobile_section.active .youtube_video_player{margin-top:30px}.language_of_dance_mobile{height:100%;padding-top:100px}.language_of_dance_mobile .container{height:100%}.language_of_dance_mobile .section_info_index{width:145px}.language_of_dance_mobile .explore_link{display:flex;justify-content:center;align-items:center;margin-top:40px}.language_of_dance_mobile .language_of_dance_mobile_text{font-weight:400;font-size:18px;line-height:21px;text-align:center;color:var(--font-base);margin-top:30px;transition:all .5s ease;transform:translateY(500px);transition-delay:.5s}.language_of_dance_mobile .language_of_dance_mobile_text p{margin:0}.language_of_dance_mobile .youtube_video_player{width:100%;height:104px;display:flex;align-items:center;background-color:#77080d;margin-top:500px;transition:all .5s ease;transition-delay:1s}.language_of_dance_mobile .youtube_video_player img{width:83px;height:104px}.language_of_dance_mobile .youtube_video_player .content{height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.language_of_dance_mobile .youtube_video_player .content .title{font-size:14px;line-height:16px;color:var(--color-white);margin-bottom:13px}.language_of_dance_mobile .youtube_video_player .content .items{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px}.language_of_dance_mobile .youtube_video_player .content .items .item em{color:var(--color-white);font-size:20px}.nature_adventure_mobile,.nature_adventure_mobile .nature_adventure_mobile_slider{height:100%}.nature_adventure_mobile .nature_adventure_mobile_item{height:100%;background-color:var(--color-black)}.nature_adventure_mobile .nature_adventure_mobile_item_bg{height:100%;width:100%}.nature_adventure_mobile .nature_adventure_mobile_item_bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4))}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .section_info_index{margin-top:125px;margin-bottom:100px;margin-left:50px}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_map{margin-bottom:50px}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_map .why_georiga_slider_map_marker{width:60px;height:60px;position:absolute}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_map .why_georiga_slider_map_marker:nth-child(2){top:9%;left:24%}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_map .why_georiga_slider_map_marker:nth-child(3){top:19%;left:34%}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_map .why_georiga_slider_map_marker:nth-child(4){top:30%;left:62%}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_map .why_georiga_slider_map_marker:nth-child(5){top:59%;left:22%}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_info{padding-bottom:140px}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_info_suptitle{display:block;font-weight:700;font-size:14px;line-height:24px;color:var(--color-primary);margin-bottom:12px}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_info_title{color:var(--color-white);font-family:var(---font-base);font-weight:400;font-size:24px;line-height:30px;letter-spacing:-.02em;margin-bottom:20px}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_info_text{font-weight:300;font-size:14px;line-height:16px;color:var(--color-stone);width:300px}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_info .nature_adventure_mobile_item_place{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:14px;margin-top:20px;color:hsla(0,0%,100%,.75)}.nature_adventure_mobile .nature_adventure_mobile_item_wrapper .nature_adventure_mobile_item_info .nature_adventure_mobile_item_place em{margin-right:5px}.nature_adventure_mobile .swiper-pagination{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.nature_adventure_mobile .swiper-pagination .swiper-pagination-bullet{width:18px;height:18px;transform:scale(.8);transition:all .3s ease;background:linear-gradient(82.06deg,var(--color-primary) -196.3%,#828282 168.59%);opacity:1}.nature_adventure_mobile .swiper-pagination .swiper-pagination-bullet-active{background:var(--color-primary);transform:scale(1)}.culture_history_mobile{height:100%}.culture_history_mobile .culture_history_mobile_item{height:100%;background-color:var(--color-black)}.culture_history_mobile .culture_history_mobile_item_bg{height:100%;width:100%}.culture_history_mobile .culture_history_mobile_item_bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}.culture_history_mobile .culture_history_mobile_item_wrapper{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}.culture_history_mobile .culture_history_mobile_item_wrapper .section_info_index{margin-top:125px;margin-bottom:100px;margin-left:50px}.culture_history_mobile .culture_history_mobile_item_wrapper .culture_history_mobile_item_info{padding-bottom:80px}.culture_history_mobile .culture_history_mobile_item_wrapper .culture_history_mobile_item_info_suptitle{display:block;font-weight:700;font-size:14px;line-height:24px;color:var(--color-primary);margin-bottom:12px}.culture_history_mobile .culture_history_mobile_item_wrapper .culture_history_mobile_item_info_title{color:var(--color-white);font-family:var(--font-base);font-weight:400;font-size:24px;line-height:30px;letter-spacing:-.02em;margin-bottom:20px}.culture_history_mobile .culture_history_mobile_item_wrapper .culture_history_mobile_item_info_text{font-weight:300;font-size:14px;line-height:16px;color:var(--color-stone);width:300px}.first_european_mobile_section.active .first_european_mobile_img{bottom:0!important;right:0!important;transform:scale(1)!important}.first_european_mobile{height:100%}.first_european_mobile .first_european_mobile_item{height:100%;background-color:var(--color-black)}.first_european_mobile .first_european_mobile_item_bg{height:100%;width:100%}.first_european_mobile .first_european_mobile_item_bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}.first_european_mobile .first_european_mobile_item_wrapper{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:flex-start;flex-direction:column}.first_european_mobile .first_european_mobile_item_wrapper .section_info_index{margin-top:125px;margin-bottom:20px;margin-left:50px}.first_european_mobile .first_european_mobile_item_wrapper .first_european_mobile_item_info{padding-bottom:80px}.first_european_mobile .first_european_mobile_item_wrapper .first_european_mobile_item_info_suptitle{display:block;font-weight:700;font-size:14px;line-height:24px;color:var(--color-primary);margin-bottom:12px}.first_european_mobile .first_european_mobile_item_wrapper .first_european_mobile_item_info_title{color:var(--color-white);font-family:var(--font-base);font-weight:400;font-size:24px;line-height:30px;letter-spacing:-.02em;margin-bottom:20px}.first_european_mobile .first_european_mobile_item_wrapper .first_european_mobile_item_info_text{font-weight:300;font-size:14px;line-height:16px;color:var(--color-stone);width:300px}.unesco_mobile,.unesco_mobile .unesco_mobile_slider{height:100%}.unesco_mobile .unesco_mobile_item{height:100%;background-color:var(--color-black)}.unesco_mobile .unesco_mobile_item_bg{height:100%;width:100%}.unesco_mobile .unesco_mobile_item_bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(2,22,14,.4),rgba(2,22,14,.4))}.unesco_mobile .unesco_mobile_item_wrapper{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}.unesco_mobile .unesco_mobile_item_wrapper .section_info_index{margin-top:125px;margin-bottom:100px;margin-left:50px;width:145px}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_map{margin-bottom:50px}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_map .why_georiga_slider_map_marker{width:60px;height:60px;position:absolute}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_map .why_georiga_slider_map_marker:nth-child(2){top:9%;left:24%}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_map .why_georiga_slider_map_marker:nth-child(3){top:19%;left:34%}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_map .why_georiga_slider_map_marker:nth-child(4){top:30%;left:62%}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_map .why_georiga_slider_map_marker:nth-child(5){top:59%;left:22%}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_info{padding-bottom:140px}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_info_suptitle{display:block;font-weight:700;font-size:14px;line-height:24px;color:var(--color-primary);margin-bottom:12px}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_info_title{color:var(--color-white);font-family:var(--font-base);font-weight:400;font-size:24px;line-height:30px;letter-spacing:-.02em;margin-bottom:20px}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_info_text{font-weight:300;font-size:14px;line-height:16px;color:var(--color-stone);width:300px}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_info .unesco_mobile_item_place{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:14px;margin-top:20px;color:hsla(0,0%,100%,.75)}.unesco_mobile .unesco_mobile_item_wrapper .unesco_mobile_item_info .unesco_mobile_item_place em{margin-right:5px}.unesco_mobile .swiper-pagination{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.unesco_mobile .swiper-pagination .swiper-pagination-bullet{width:18px;height:18px;transform:scale(.8);transition:all .3s ease;background:linear-gradient(82.06deg,#ef3a50 -196.3%,#828282 168.59%);opacity:1}.unesco_mobile .swiper-pagination .swiper-pagination-bullet-active{background:var(--color-primary);transform:scale(1)}.why_subscribe_mobile,.why_subscribe_mobile figure{position:relative;height:100%}.why_subscribe_mobile figure img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.why_subscribe_mobile figure:after{content:"";background:linear-gradient(90deg,rgba(0,0,0,.6),transparent 52.15%)}.why_subscribe_mobile .container,.why_subscribe_mobile figure:after{position:absolute;top:0;left:0;right:0;bottom:0}.why_subscribe_mobile .why_subscribe_wrapper{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.why_subscribe_mobile .why_subscribe_wrapper .why_subscribe_wrapper_left{margin-bottom:40px}.why_subscribe_mobile .why_subscribe_wrapper h3{color:var(--color-white);font-size:48px;line-height:55px;font-weight:700;margin-bottom:30px}@media(max-width:1280px){.why_subscribe_mobile .why_subscribe_wrapper h3{font-size:30px;line-height:1.5;margin-bottom:15px}}.why_subscribe_mobile .why_subscribe_wrapper .why_subscribe_wrapper_text{font-weight:400;font-size:16px;line-height:28px;color:var(--color-white);max-width:539px}.why_subscribe_mobile .why_subscribe_wrapper a.custom{height:60px}.why_subscribe_mobile .why_subscribe_wrapper a.custom:hover{background-color:#ef3a50}.why_subscribe_mobile .why_subscribe_wrapper a.custom strong{font-weight:700;font-size:14px;line-height:16px}.useful-info__header{margin-top:90px}.useful-info-articles{display:grid;grid-template-columns:1fr;grid-gap:20px;align-items:flex-start}@media(min-width:768px){.useful-info-articles{grid-template-columns:1fr 1fr}}.useful-info-article{padding:15px;border:1px solid #eff2f4;border-radius:15px;height:100%}.useful-info-article__image{margin-bottom:10px;width:64px;height:64px}.useful-info-article__title{margin-bottom:10px}.useful-info-article__title a{color:var(--color-black--tint);font-size:20px;line-height:1.3;font-weight:700}.useful-info-article__text{margin-bottom:10px;color:var(--color-grey)}.useful-info-article-details__title,.useful-info-article__more a{color:var(--color-black--tint);font-weight:700}.useful-info-article-details__title{margin-bottom:20px;font-size:32px}.dynamic-sections{margin-bottom:75px;display:grid;grid-gap:100px}.dynamic-sections-header{position:relative;max-height:730px}@media(max-width:1440px){.dynamic-sections-header{max-height:450px}}.dynamic-sections-header.full-size{min-height:100vh}.dynamic-sections-header__image,.dynamic-sections-header__image:before{position:absolute;top:0;left:0;width:100%;height:100%}.dynamic-sections-header__image:before{background-color:rgba(0,0,0,.7);content:"";z-index:1}.dynamic-sections-header__image span img{-o-object-fit:cover;object-fit:cover}.dynamic-sections-header__content{display:flex;align-items:center;height:100vh;z-index:2}.dynamic-sections-header__inner{max-width:60%}.dynamic-sections-header__title{margin-bottom:30px;color:var(--color-white);font-size:var(--font-size--7x-large);font-family:var(--font-base--display);line-height:1.2}.dynamic-sections-header__text{color:var(--color-grey--tint);max-width:506px}.dynamic-sections-text .text>h1,.dynamic-sections-text .text>h2,.dynamic-sections-text .text>h3,.dynamic-sections-text .text>h4,.dynamic-sections-text .text>h5,.dynamic-sections-text .text>h6,.dynamic-sections-text .text>p{padding-left:185px;padding-right:185px}@media(max-width:768px){.dynamic-sections-text .text>h1,.dynamic-sections-text .text>h2,.dynamic-sections-text .text>h3,.dynamic-sections-text .text>h4,.dynamic-sections-text .text>h5,.dynamic-sections-text .text>h6,.dynamic-sections-text .text>p{padding-left:25px;padding-right:25px}}.text-video__link:after{content:"";font-family:var(--font-icon--remixicon);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:100px;color:var(--color-primary);pointer-events:none}.dynamic-sections-tabs{margin-bottom:75px;display:flex;justify-content:center;align-items:center;gap:20px}.dynamic-sections-tabs__button{padding:14px 34px;background-color:var(--color-light);border-radius:30px;color:var(--color-black--tint);font-weight:600;cursor:pointer;transition:color .2s,background-color .2s}.dynamic-sections-tabs__button--active,.dynamic-sections-tabs__button:hover{background-color:#ee2c3c;color:var(--color-white)}.dynamic-sections-icons__inner{display:flex;justify-content:center;align-items:center;gap:100px}.dynamic-sections-icons__image{margin:0 auto;width:90px;height:90px;border-radius:28px;overflow:hidden;-o-object-fit:cover;object-fit:cover}.dynamic-sections-icons__name{margin-top:25px;max-width:120px;text-align:center;line-height:30px;color:var(--color-black--tint);font-size:var(--font-size--base);font-weight:600}.dynamic-sections-resources__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:60px}.dynamic-sections-resources__item{display:flex;flex-direction:column;padding:16px 24px;background-color:var(--color-white);border-radius:16px;box-shadow:0 8px 26px rgba(0,0,0,.08)}.dynamic-sections-resources__image{width:100px;height:100px;border-radius:100%;overflow:hidden;margin:0 auto 49px}.dynamic-sections-resources__name{margin-top:12px;color:var(--color-black--tint);font-size:var(--font-size--medium);font-weight:600;text-align:center;margin-bottom:49px}.dynamic-sections-resources__text{margin-top:12px;color:var(--color-grey);font-size:var(--font-size--small);text-align:center;margin-bottom:49px}.dynamic-sections-resources__link{margin-top:auto;font-weight:600;text-decoration:underline}.dynamic-sections-faq div.app-container{width:770px}@media(max-width:768px){.dynamic-sections-faq div.app-container{width:400px}}.dynamic-sections-faq div.app-container div.accordion_wrap h3.faq{margin-bottom:60px;font-family:var(--font-base);font-size:32px;font-weight:400}@media(max-width:768px){.dynamic-sections-faq div.app-container div.accordion_wrap h3.faq{font-size:25px;margin-bottom:30px}}.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li{margin-bottom:30px;border:1px solid rgba(0,0,0,.07);border-radius:12px}@media(max-width:1366px){.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li{font-size:14px}}.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_title a{display:flex;align-items:center;padding:30px 25px;color:var(--color-black--tint)}@media(max-width:1366px){.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_title a{padding:15px 20px}}.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_title a strong{flex:1 1;font-size:16px;color:var(--color-black--tint);font-family:var(--font-base);font-weight:400}@media(max-width:768px){.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_title a strong{font-size:14px}}.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_title a em{width:14px;height:14px}.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_title a em:before{position:absolute;content:"";width:14px;height:2px;top:50%;transform:translateY(-50%);background-color:var(--color-black--tint)}.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_title a em:after{position:absolute;content:"";left:50%;transform:translateX(-50%);width:2px;height:14px;background-color:var(--color-black--tint)}.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_title.open a em:after{transform:rotate(90deg)}.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_content{display:none;padding:0 25px 15px;transition:none;color:var(--color-grey);font-family:var(--font-base);font-size:16px;line-height:2;font-weight:400}@media(max-width:1366px){.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_content{padding:0 20px 10px}}@media(max-width:768px){.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_content{font-size:14px}}.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_content ul li{margin-right:30px;padding-right:10px}@media(max-width:768px){.dynamic-sections-faq div.app-container div.accordion_wrap>ul>li div.accordion_content .share ul{flex-direction:column;align-items:flex-start}}div.custom_input{display:flex}div.custom_input input,div.custom_input textarea{height:60px;width:100%;padding:30px 15px 12px;color:var(--color-main);font-size:14px;font-family:var(--font-base--caps);font-weight:700;border-radius:12px;background-color:var(--color-light)}div.custom_input label{position:absolute;top:30px;padding:0 15px;color:var(--color-grey);font-size:14px;font-family:var(--font-base);font-weight:400;pointer-events:none;transform-origin:top left;transition:all .2s ease-out;z-index:1}div.custom_input em{position:absolute;top:50%;right:15px;transform:translateY(-50%);pointer-events:none}div.custom_input em:before{font-size:18px}div.custom_input input:not(:-moz-placeholder-shown)+label{transform:translateY(-5px) scale(.8);padding-left:19px}div.custom_input input:not(:-ms-input-placeholder)+label{transform:translateY(-5px) scale(.8);padding-left:19px}div.custom_input input:focus+label,div.custom_input input:not(:placeholder-shown)+label,div.custom_input label.active,div.custom_input textarea:focus+label{transform:translateY(-5px) scale(.8);padding-left:19px}div.custom_input input:disabled{background-color:hsla(0,0%,96%,.6);color:rgba(19,20,18,.5)}div.custom_input input:disabled+label{color:hsla(249,3%,52%,.5)}div.custom_input input:required+label:after{color:var(--color-danger);content:"*"}div.blog_form div.custom_input input,div.media_form div.custom_input input{padding:15px}div.blog_form div.custom_input label,div.media_form div.custom_input label{padding-left:15px;top:23px}div.blog_form div.custom_input input:not(:-moz-placeholder-shown)+label,div.media_form div.custom_input input:not(:-moz-placeholder-shown)+label{top:9px;font-size:12px}div.blog_form div.custom_input input:not(:-ms-input-placeholder)+label,div.media_form div.custom_input input:not(:-ms-input-placeholder)+label{top:9px;font-size:12px}div.blog_form div.custom_input input:focus+label,div.blog_form div.custom_input input:not(:placeholder-shown)+label,div.blog_form div.custom_input label.active,div.blog_form div.custom_input textarea:focus+label,div.media_form div.custom_input input:focus+label,div.media_form div.custom_input input:not(:placeholder-shown)+label,div.media_form div.custom_input label.active,div.media_form div.custom_input textarea:focus+label{top:9px;font-size:12px}a.custom,button.custom{display:inline-flex;justify-content:center;align-items:center;padding:18px 16px;color:var(--color-white);background-color:var(--color-primary);border-radius:12px;transition:all .2s ease;cursor:pointer}a.custom:disabled,button.custom:disabled{background-color:#f3697a;cursor:not-allowed}a.custom strong,button.custom strong{font-family:var(--font-base--caps);font-size:14px;line-height:16px}a.custom em,button.custom em{margin-left:5px;line-height:1}a.custom em:before,button.custom em:before{color:var(--color-white)}a.custom.transparent,button.custom.transparent{color:var(--color-white);background-color:transparent;border-radius:12px;border:1px solid hsla(0,0%,100%,.5)}a.custom.transparent em:before,button.custom.transparent em:before{color:var(--color-white)}a.custom.transparent:hover,button.custom.transparent:hover{border:1px solid rgba(239,58,80,.5)}a.custom.transparent:hover em:before,a.custom.transparent:hover strong,button.custom.transparent:hover em:before,button.custom.transparent:hover strong{color:var(--color-white)}a.custom.white,button.custom.white{color:var(--color-primary);background-color:var(--color-white);border-radius:12px;border:1px solid rgba(239,58,80,.5)}a.custom.white em:before,button.custom.white em:before{color:var(--color-primary)}a.custom.white:hover em:before,a.custom.white:hover strong,button.custom.white:hover em:before,button.custom.white:hover strong{color:var(--color-white)}a.custom.filter,button.custom.filter{font-size:16px;color:var(--color-black--tint);background-color:var(--color-white);border-radius:12px;box-shadow:0 1px 2px rgba(16,24,40,.05);background:var(--color-light);flex-direction:row-reverse}a.custom.filter em,button.custom.filter em{margin:0 6px 0 0;font-size:20px}a.custom.filter em:before,button.custom.filter em:before{transition:all .2s ease;color:var(--color-black--tint)}a.custom.filter:hover,button.custom.filter:hover{background-color:#efefef}a.custom.shadow,button.custom.shadow{color:var(--color-primary);background-color:var(--color-white);border-radius:12px;box-shadow:0 8px 16px 0 rgba(0,0,0,.05)}a.custom.shadow em:before,button.custom.shadow em:before{color:var(--color-primary)}a.custom.shadow:hover,a.custom.shadow:hover em:before,button.custom.shadow:hover,button.custom.shadow:hover em:before{color:var(--color-white)}a.custom.gray,button.custom.gray{color:var(--color-black--tint);background-color:var(--color-white);border-radius:12px}a.custom.gray:hover,button.custom.gray:hover{background-color:var(--color-stone--light)}a.custom.gray em:before,button.custom.gray em:before{color:var(--color-black--tint)}a.custom.small,button.custom.small{height:40px}a.custom.small strong,button.custom.small strong{font-size:12px}a.custom:hover,button.custom:hover{background-color:var(--color-primary--dark)}a.custom.noborder,button.custom.noborder{border:none}a.custom.nohover,button.custom.nohover{margin-left:10px;padding:10px 5px}a.custom.nohover:hover,button.custom.nohover:hover{background-color:transparent}a.custom.nohover:hover strong,button.custom.nohover:hover strong{color:var(--color-black--tint)}button.favourite{cursor:pointer;border-radius:50%}button.favourite:hover{background-position:100%}button.favourite strong{margin-left:20px;font-family:var(--font-base--caps);color:var(--color-primary);font-size:14px;font-weight:700;text-transform:capitalize}button.favourite em{height:50px;width:50px;line-height:1;background-color:var(--color-primary);border-radius:50%;margin:0 auto;background:url(/https/georgia.travel/images/heart_anim.png);background-size:2900%;background-repeat:no-repeat;transition:.2s ease}button.favourite em:before{font-size:20px;color:var(--color-white);transition:.2s}button.favourite:hover em:before{color:var(--color-primary)}button.favourite:active em{transform:scale(1.5)}button.favourite .anim{animation-duration:.8s;animation-name:moveHeart;animation-iteration-count:1;animation-timing-function:steps(28);animation-fill-mode:forwards}button.favourite .anim:before{color:var(--color-primary)}button.favourite.small em{height:45px;width:45px}button.favourite.esmall em{height:25px;width:25px}button.favourite.esmall em:before{color:var(--color-white);font-size:15px}button.favourite.transparent em{background-color:transparent}button.favourite.red em:before{color:var(--color-primary)}button.favourite:hover{background-color:transparent}button.favourite:hover strong{color:var(--color-primary--dark)}button.favourite-large{justify-content:flex-start;cursor:pointer}button.favourite-large strong{margin-left:20px;font-family:var(--font-base--caps);color:var(--color-primary);font-size:14px;font-weight:700;text-transform:capitalize}@keyframes moveHeart{0%{background-position:0}50%{background-position:100%}to{background-position:100%}}button.favourite-large em{height:45px;width:45px;line-height:1;background-color:transparent;border-radius:50%;margin:0 auto;background:url(/https/georgia.travel/images/heart_anim.png);background-size:2900%;background-repeat:no-repeat;border:1.5px solid var(--color-primary);transition:background-color .2s,border-color .2s}button.favourite-large em:before{font-size:20px;color:var(--color-primary);transition:color .2s}button.favourite-large:active em:before{transform:scale(1.5)}button.favourite-large .anim{animation-duration:.8s;animation-name:moveHeart;animation-iteration-count:1;animation-timing-function:steps(28);animation-fill-mode:forwards}button.favourite-large.white em{border:1.5px solid var(--color-white)}button.favourite-large.white em:before,button.favourite-large.white strong{color:var(--color-white)}button.favourite-large:hover em{background-color:var(--color-primary);border:1px solid var(--color-primary)}button.favourite-large:hover em:before{color:var(--color-white)}button.favourite-large.active em{background-color:var(--color-primary);border:1px solid var(--color-primary)}button.favourite-large.active em:before{color:var(--color-white)}button.favourite-large.active strong{color:var(--color-primary)}.tags ul{display:flex;flex-wrap:wrap;gap:8px}.tags ul .tags_item{position:relative;display:flex;justify-content:center;align-items:center;padding:0 8px;height:38px;border-radius:30px;border:1px solid var(--color-light);cursor:pointer;transition:background-color .3s}.tags ul .tags_item em{color:var(--color-grey);font-size:14px;font-weight:700}.tags ul .tags_item em:before{line-height:1}.tags ul .tags_item strong{color:var(--color-grey);margin:0 5px;font-size:12px;line-height:1;font-weight:700}.tags ul .tags_item:hover{background-color:var(--color-light)}.tags ul .tags_item_close:hover{color:var(--color-black--tint)}.tags ul .tags_item_close:hover+.tags_item_box{opacity:1;visibility:visible}.tags ul .tags_item_box{opacity:0;visibility:hidden;display:inline-flex;align-items:center;justify-content:center;width:50px;height:28px;position:absolute;top:-22px;right:-10px;color:var(--color-grey);text-transform:capitalize;background-color:var(--color-white);box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:4px;font-weight:700;font-size:12px;line-height:1.5;transition:all .3s ease}.tags ul .tags_item_box:after{content:"";display:block;height:20px;width:20px;background-color:inherit;border:inherit;position:absolute;bottom:-2px;left:calc(50% - 10px);-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);transform:rotate(-45deg);border-radius:0 0 0 .25em}.tabs ul{display:flex;gap:15px;overflow-x:auto;margin-bottom:30px;padding-bottom:20px}@media(min-width:992px){.tabs ul{flex-wrap:wrap}}.tabs ul .tab_item{display:inline-flex;align-items:center;justify-content:center;padding:14px 42px;color:var(--color-black--tint);font-size:14px;font-family:var(--font-base);font-weight:700;background-color:var(--color-light);border-radius:32px;white-space:nowrap;cursor:pointer;transition:background-color .2s}@media(min-width:992px){.tabs ul .tab_item{white-space:unset}}.tabs ul .tab_item:hover{background-color:rgba(51,51,51,.15);color:var(--color-black--tint)}.tabs ul .tab_item.active{background-color:var(--color-black--tint);color:var(--color-white)}div.sidebar ul a.sidebar_link{display:block;padding:10px;font-size:14px;color:var(--color-grey)}@media(max-width:768px){div.sidebar ul a.sidebar_link{font-size:12px}}div.sidebar ul a.sidebar_link:last-child{margin-bottom:0}div.sidebar ul a.sidebar_link.active{color:var(--color-primary)}div.sidebar ul a.sidebar_link.active:after{content:"";position:absolute;top:12px;left:-12px;height:calc(100% - 24px);width:2px;background-color:var(--color-primary)}div.sidebar ul a.sidebar_link.active a{color:var(--color-primary)}div.module{position:fixed;top:90px;left:0;width:100%}div.module:after{content:"";position:absolute;bottom:-1000px;left:0;right:0;background-color:rgba(0,0,0,.4);height:1000px;pointer-events:none}div.module div.module_wrapper{padding-top:60px;background-color:var(--color-white);transition:background-color .2s ease;z-index:2}div.module div.module_wrapper .widget_title{width:100%}div.module div.module_wrapper .widget_title strong{font-family:var(--font-base--caps);text-transform:uppercase}div.module div.module_wrapper div.module_top{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}div.module div.module_wrapper div.module_top.auto_grid{grid-template-columns:1fr 1fr}div.module div.module_wrapper div.module_top.single_grid{grid-template-columns:3fr 1fr}div.module div.module_wrapper div.module_top.triple_cards{grid-template-columns:1fr 4fr}div.module div.module_wrapper div.module_top div.categories{display:grid;grid-template-columns:repeat(2,1fr);align-self:flex-start;grid-gap:30px}div.module div.module_wrapper div.module_top div.categories.single_grid{grid-template-columns:1fr}div.module div.module_wrapper div.module_top div.categories.wide_menu{grid-template-columns:3fr 1fr}div.module div.module_wrapper div.module_top div.categories ul.tripple_grid{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:30px;-moz-column-gap:30px;column-gap:30px;grid-row-gap:15px;row-gap:15px}div.module div.module_wrapper div.module_top div.categories ul.tripple_grid li{height:50px}div.module div.module_wrapper div.module_top div.categories ul.tripple_grid li a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--color-grey)}div.module div.module_wrapper div.module_top div.categories ul.tripple_grid li a:hover{color:var(--color-primary)}div.module div.module_wrapper div.module_top div.categories div.categories_col ul li{margin-bottom:20px}div.module div.module_wrapper div.module_top div.categories div.categories_col ul li a{color:var(--color-grey);font-size:14px;font-family:var(--font-base);font-weight:400}div.module div.module_wrapper div.module_top div.categories div.categories_col ul li a.active,div.module div.module_wrapper div.module_top div.categories div.categories_col ul li a:hover{color:var(--color-primary)}div.module div.module_wrapper div.module_top div.categories div.categories_col ul li:last-child{margin-bottom:0}div.module div.module_wrapper div.module_top div.categories a.custom{margin-top:30px;width:170px}div.module div.module_wrapper div.module_top div.top_attractions{display:flex;-moz-column-gap:30px;column-gap:30px;flex-wrap:wrap;align-self:flex-start}div.module div.module_wrapper div.module_top div.top_attractions div.attraction_item{flex:1 1}div.module div.module_wrapper div.module_top div.attractions_items{flex:1 0 100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-gap:30px;gap:30px}div.module div.module_wrapper div.module_top div.attractions_items div{margin-left:0}div.module div.module_wrapper div.module_bottom{margin-top:30px;display:flex;align-items:center;justify-content:space-between;padding:20px 30px;border-top:1px solid hsla(249,3%,52%,.1)}div.module div.module_wrapper div.module_bottom div.left ul,div.module div.module_wrapper div.module_bottom div.right ul{display:flex}div.module div.module_wrapper div.module_bottom div.left ul li,div.module div.module_wrapper div.module_bottom div.right ul li{margin-right:20px}div.module div.module_wrapper div.module_bottom div.left ul li a,div.module div.module_wrapper div.module_bottom div.right ul li a{color:var(--color-grey);font-size:14px;font-family:var(--font-base);font-weight:400}div.module div.module_wrapper div.module_bottom div.left ul li a:hover,div.module div.module_wrapper div.module_bottom div.right ul li a:hover{color:var(--color-primary)}div.module div.module_wrapper div.module_bottom div.left ul li:last-child,div.module div.module_wrapper div.module_bottom div.right ul li:last-child{margin-right:0}.app-language{--list-opacity:1;--list-visibility:hidden}.app-language:hover{--list-opacity:1;--list-visibility:visible}.app-language__area{position:absolute;top:-4px;left:0;width:100%;height:calc(100% + 8px)}.app-language__selected{display:flex;align-items:center}.app-language__label{margin-right:2px;font-size:12px}.app-language__list{position:absolute;top:calc(100% + 4px);left:-8px;width:calc(100% + 16px);background-color:#fff;box-shadow:0 0 35px 0 rgba(0,0,0,.1);border-radius:3px;opacity:var(--list-opacity);visibility:var(--list-visibility);overflow:hidden}.app-language__item{display:flex;padding:4px 8px;color:#000;font-size:12px}.app-language__item:hover{color:#000;background-color:#f8f8f8}article.article_card figure{height:512px;border-radius:12px;overflow:hidden;cursor:pointer}article.article_card figure:before{background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.9))}article.article_card figure:after,article.article_card figure:before{display:block;position:absolute;content:"";top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}article.article_card figure:after{background:linear-gradient(212.77deg,rgba(0,0,0,.8) -37.96%,transparent 24.23%)}article.article_card figure a{display:block;width:100%;height:100%}article.article_card>a{display:block}article.article_card button.favourite{position:absolute;top:10px;right:10px;z-index:2}article.article_card div.texts{display:flex;position:absolute;flex-direction:column;bottom:10px;left:10px;right:20px;z-index:2}@media(min-width:1440px){article.article_card div.texts{bottom:20px;left:20px;right:20px}}article.article_card div.texts .article_card_title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px;color:var(--color-white);font-family:var(--font-base--caps);font-size:18px;font-weight:700;text-transform:capitalize}@media(max-width:769px){article.article_card div.texts .article_card_title{padding:0 10px;font-size:16px}}article.article_card div.texts .article_card_text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--color-white);font-family:var(--font-base--caps);font-size:14px;font-weight:400;text-transform:capitalize}article.article_card img{transition:transform .2s}article.article_card .event_date{position:absolute;top:15px;left:15px;display:flex;justify-content:center;align-items:center;width:70px;height:35px;font-size:14px;background-color:var(--color-white);border-radius:68px;z-index:3}article.article_card:hover img{transform:scale(1.1)}div.author_widget{display:flex;align-items:center;margin:50px 0 80px}@media(max-width:1680px){div.author_widget{margin:50px 0}}@media(max-width:1440px){div.author_widget{margin:40px 0}}div.author_widget figure.author{height:60px;width:60px;margin-right:15px;border-radius:50%;overflow:hidden}div.author_widget figure.author:before{display:none}div.author_widget div.author_info{display:flex;flex-direction:column}div.author_widget div.author_info strong{color:var(--color-primary);font-size:14px;font-family:var(--font-base);font-weight:700}div.author_widget div.author_info span{color:hsla(0,0%,100%,.7);font-size:12px;font-family:var(--font-base);font-weight:400}div.publisher_widget{display:flex;align-items:center;justify-content:center;margin:50px 0 80px}@media(max-width:1680px){div.publisher_widget{margin:50px 0}}@media(max-width:1440px){div.publisher_widget{margin:40px 0}}div.publisher_widget figure.author{height:60px;width:60px;margin-right:15px;border-radius:50%;overflow:hidden}div.publisher_widget figure.author:before{display:none}div.publisher_widget div.author_info{display:flex;flex-direction:column}div.publisher_widget div.author_info strong{color:var(--color-primary);font-size:14px;font-family:var(--font-base);font-weight:700}div.publisher_widget div.author_info a{text-align:start}div.publisher_widget div.author_info a span{color:var(--color-grey);font-size:12px;font-family:var(--font-base);font-weight:400;text-align:start}div.breadcrumbs ul{display:flex}div.breadcrumbs ul li{margin-right:30px;color:var(--color-white);font-size:14px;font-family:var(--font-base);font-weight:700}div.breadcrumbs ul li:last-child{margin-right:0}div.breadcrumbs ul li:last-child:after{display:none}div.breadcrumbs ul li:last-child a{color:var(--color-white)}div.breadcrumbs ul li:after{position:absolute;content:"";color:hsla(0,0%,100%,.7);font-family:var(--font-icon--remixicon);margin-left:10px}div.breadcrumbs ul li a{color:hsla(0,0%,100%,.7);font-size:14px;font-family:var(--font-base);font-weight:700}div.breadcrumbs ul li a:hover{color:var(--color-primary)}div.breadcrumbs.black ul li{color:var(--color-black--tint)}div.breadcrumbs.black ul li a{color:var(--color-grey)}div.breadcrumbs.black ul li a:hover{color:#9b9aa0}div.breadcrumbs.black ul li:after{color:var(--color-grey)}div.categories_listing{display:flex}div.categories_listing strong{margin-right:10px;margin-top:5px;display:flex;color:var(--color-black--tint);font-family:var(--font-base);font-size:14px;font-weight:700;line-height:1}div.categories_listing ul{display:flex;flex-wrap:wrap;gap:10px 30px}@media(max-width:768px){div.categories_listing ul li:not(:last-child){display:none}}div.categories_listing ul li a{color:var(--color-primary);font-size:14px;font-family:var(--font-base);font-weight:700;line-height:1}div.categories_listing ul li a:hover{color:var(--color-black)}div.categories_listing ul li:not(:last-child):after{position:absolute;right:-18px;color:#9a999f;font-weight:700;content:"/"}div.tags_list ul{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:52px}div.tags_list ul li{color:var(--color-primary);font-size:14px;font-family:var(--font-base);font-weight:700;transition:all .2s linear}div.tags_list ul li:last-child{margin-right:0}div.share strong{display:block;margin-bottom:10px;color:var(--color-black);font-size:16px;font-family:var(--font-base);font-weight:700;line-height:1}div.share ul{display:flex}div.share ul li{margin-right:30px;padding-right:10px;color:var(--color-black);font-size:14px;font-family:var(--font-base);font-weight:700;transition:opacity .2s}div.share ul li:before{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%}div.share ul li:hover{opacity:.6}div.share ul li:last-child{margin-left:0}div.share ul li.facebook:before{background-color:#1877f2}div.share ul li.twitter:before{background-color:#00acee}div.share ul li.linkedin:before{background-color:#0077b5}div.featured{margin:30px 0 45px}div.featured .featured_inner,div.featured .lg-react-element{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}@media(max-width:768px){div.featured .featured_inner,div.featured .lg-react-element{grid-template-columns:1fr}}div.featured .featured_inner a,div.featured .lg-react-element a{display:block;height:380px}@media(max-width:1024px){div.featured .featured_inner a,div.featured .lg-react-element a{height:250px}}div.featured .featured_inner a:before,div.featured .lg-react-element a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:rgba(0,0,0,.3);border-radius:12px;opacity:0;transition:all .2s linear}div.featured .featured_inner a:after,div.featured .lg-react-element a:after{content:"";font-family:var(--font-icon--remixicon);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:50px;line-height:1;z-index:2;color:var(--color-white);opacity:0;transition:all .2s linear}div.featured .featured_inner a:hover:after,div.featured .featured_inner a:hover:before,div.featured .lg-react-element a:hover:after,div.featured .lg-react-element a:hover:before{opacity:1}div.featured .featured_inner a img,div.featured .lg-react-element a img{border-radius:12px}div.featured .featured_inner a span,div.featured .lg-react-element a span{position:absolute;bottom:-30px;color:var(--color-grey);font-size:12px;font-family:var(--font-base);font-weight:400}div.info_box{padding-top:30px}div.info_box div.info_box_wrapper{max-width:970px;margin:0 auto;text-align:center}div.info_box div.info_box_wrapper h2{color:var(--color-black--tint);font-size:48px;line-height:55px;font-weight:700;max-width:600px;margin:0 auto 34px;text-transform:capitalize}@media(max-width:1024px){div.info_box div.info_box_wrapper h2{display:none}}div.info_box div.info_box_wrapper h4{color:var(--color-black--tint);font-size:32px;font-weight:700;max-width:600px;margin:0 auto 34px;text-transform:capitalize}div.info_box div.info_box_wrapper .info_box_text{color:var(--color-grey);font-size:16px;line-height:30px;font-weight:400;margin-bottom:80px;padding:0 20px}@media(max-width:1024px){div.info_box div.info_box_wrapper .info_box_text{display:none}}div.info_box div.info_box_inner{display:flex;justify-content:center;gap:60px;align-items:flex-start;flex-wrap:wrap}@media(min-width:768px){div.info_box div.info_box_inner{flex-wrap:nowrap;gap:0}}div.info_box div.info_box_inner .info_box_col{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 3px;width:150px}@media(min-width:768px){div.info_box div.info_box_inner .info_box_col{width:250px}}div.info_box div.info_box_inner .info_box_col:after{content:"";position:absolute;height:90px;top:20px;bottom:20px;right:0;width:1px;background-color:hsla(0,0%,72%,.5)}@media(max-width:1024px){div.info_box div.info_box_inner .info_box_col:after{display:none}}div.info_box div.info_box_inner .info_box_col:last-child:after{display:none}div.info_box div.info_box_inner .info_box_col em{display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;height:50px;width:50px;border-radius:50%;background-color:var(--color-primary)}@media(max-width:1024px){div.info_box div.info_box_inner .info_box_col em{height:40px;width:40px;margin-bottom:10px}}div.info_box div.info_box_inner .info_box_col em:before{color:var(--color-white);font-size:20px;line-height:1}div.info_box div.info_box_inner .info_box_col span{color:var(--color-grey);font-size:16px;font-weight:400;text-transform:capitalize;margin-bottom:8px}div.info_box div.info_box_inner .info_box_col strong span{color:var(--color-black--tint);font-size:15px;font-weight:700}@media(max-width:1024px){div.info_box div.info_box_inner .info_box_col strong span{font-size:17px}}div.info_box div.info_box_inner .info_box_col strong{color:var(--color-black--tint);font-size:15px;font-weight:700}@media(max-width:1024px){div.info_box div.info_box_inner .info_box_col strong{font-size:17px}}div.inner_cover figure{height:400px}div.inner_cover figure:before{display:block;position:absolute;content:"";top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4));z-index:1}div.inner_cover div.cover_text{position:absolute;width:100%;left:0;bottom:30px;z-index:2}div.inner_cover div.cover_text div.container h3{margin-bottom:20px;color:var(--color-white);font-size:48px;font-family:var(--font-base);font-weight:700}@media(max-width:768px){div.inner_cover div.cover_text div.container h3{font-size:30px}}div.inner_cover div.cover_text div.container div.desc{width:40%;color:hsla(0,0%,100%,.8);font-size:16px;font-family:var(--font-base);font-weight:400}@media(max-width:768px){div.inner_cover div.cover_text div.container div.desc{width:100%;margin-bottom:30px;font-size:14px}}.app_map{height:750px}.app_map .app_map_marker{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--color-white);cursor:pointer}.app_map .app_map_marker em:before{color:var(--color-black--tint);font-size:20px;line-height:1}.app_map .app_map_marker_info{opacity:0;visibility:hidden;left:50%;transform:translateX(-50%);width:133px;height:133px;background-color:var(--color-white);box-shadow:0 2px 4px rgba(0,0,0,.05);border-radius:12px;z-index:5;transition:all .2s linear}.app_map .app_map_marker_info:after{content:"";position:absolute;bottom:-7px;left:50%;width:0;height:0;border-top:0 solid transparent;border-bottom:20px solid transparent;border-left:20px solid var(--color-white);transform:translateX(-50%) rotate(225deg)}.app_map .app_map_marker_info.visible{opacity:1;visibility:visible}.app_map .app_map_marker_info img{width:133px;height:93px;-o-object-fit:cover;object-fit:cover;border-radius:12px 12px 0 0}.app_map .app_map_marker_info strong{display:block;padding:10px 5px;color:var(--color-black--tint);font-size:12px;font-weight:700;text-align:center;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-height:40px}.app_map .app_map_marker_info button.favourite{position:absolute;cursor:pointer;z-index:5;top:5px;right:5px}.app_map .app_map_sidebar{position:absolute;top:15px;left:15px;max-height:calc(100% - 15px);overflow-y:auto;z-index:10}@media(min-width:992px){.app_map .app_map_sidebar{top:95px;left:30px;max-height:calc(100% - 95px)}}.app_map .app_map_sidebar .app_map_sidebar_wrapper{width:348px;background-color:var(--color-white);border:1px solid rgba(0,0,0,.07);box-shadow:0 2px 4px rgba(0,0,0,.05);border-radius:12px;margin-bottom:30px}.app_map .app_map_sidebar .app_map_sidebar_header{height:70px;margin:0 30px;display:flex;align-items:center;justify-content:space-between}.app_map .app_map_sidebar .app_map_sidebar_header.open em{transform:rotate(180deg)}.app_map .app_map_sidebar .app_map_sidebar_header em{cursor:pointer}.app_map .app_map_sidebar .app_map_sidebar_header em:before{color:#cbcbcb;font-size:20px;line-height:1}.app_map .app_map_sidebar .app_map_sidebar_header .app_map_sidebar_header_content strong{color:var(--color-black--tint);font-weight:400;font-size:16px}.app_map .app_map_sidebar .app_map_sidebar_header .app_map_sidebar_header_content .app_map_sidebar_header_content_options em{margin-left:15px;text-decoration:underline;font-style:normal}.app_map .app_map_sidebar .app_map_sidebar_header .app_map_sidebar_header_content .app_map_sidebar_header_content_clear{display:flex;align-items:center}.app_map .app_map_sidebar .app_map_sidebar_header .app_map_sidebar_header_content .app_map_sidebar_header_content_clear span{color:var(--color-grey);font-size:14px;font-weight:400;margin-right:12px}.app_map .app_map_sidebar .app_map_sidebar_header .app_map_sidebar_header_content .app_map_sidebar_header_content_clear button{color:var(--color-grey);font-size:14px;font-weight:400;-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer;transition:all .2s ease}.app_map .app_map_sidebar .app_map_sidebar_header .app_map_sidebar_header_content .app_map_sidebar_header_content_clear button:hover{color:#68676d}.app_map .app_map_sidebar .app_map_sidebar_body{display:none;border-top:1px solid #cbcbcb;margin:0 30px;padding:25px 0;height:300px;overflow-y:scroll}.app_map .app_map_sidebar .app_map_sidebar_body.open{display:block}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item{margin-bottom:16px}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item:last-child{margin-bottom:0}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item.hidden .app_map_sidebar_item_body.open,.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item.hidden .app_map_sidebar_item_header em,.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item.hidden .app_map_sidebar_item_header span{display:none}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header{display:flex;align-items:center;width:100%}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header.open em:before{transform:translateY(-50%) rotate(180deg)}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header.inside .checkbox_container label:before{background-color:var(--color-primary)}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header .checkbox_container{flex-direction:column;align-items:flex-start}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header .checkbox_container label{color:var(--color-black--tint);font-size:16px;font-weight:400}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header .checkbox_container .checkbox_children{margin:15px 0 0 20px}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header span{margin-left:10px;color:var(--color-grey);font-size:14px;font-weight:400}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header em{cursor:pointer;flex:1 1}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header em:before{position:absolute;top:50%;transform:translateY(-50%);right:5px;color:#cbcbcb;font-size:20px;line-height:1}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header .app_map_sidebar_item_toggle{display:flex;margin-left:auto;cursor:pointer}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_header .app_map_sidebar_item_toggle.active i{transform:rotate(180deg)}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_body{display:none;margin:20px 0;padding:0 24px}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_body.open{display:block}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_body ul li{display:flex;align-items:center;margin-bottom:22px}.app_map .app_map_sidebar .app_map_sidebar_body .app_map_sidebar_items .app_map_sidebar_item .app_map_sidebar_item_body ul li span{margin-left:5px}.app_map_marker_info_window{width:133px;height:133px}button.gm-ui-hover-effect{display:none}.gm-style-iw,.gm-style-iw-d{overflow:hidden!important}.gm-style-iw{padding:0!important}.gm-style-iw div{overflow:hidden}.gm-style-iw-chr{position:absolute;z-index:99;right:0}.custom_toggle{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 15px;border-radius:12px;background-color:var(--color-light)}.custom_toggle .custom_toggle_left{display:flex;flex-direction:column;margin-right:8px}.custom_toggle .custom_toggle_left span{color:var(--color-grey);font-size:12px;font-weight:400}.custom_toggle .custom_toggle_left strong{color:var(--color-black--tint);font-size:14px;font-weight:700}.custom_toggle .switch{position:relative;display:inline-block;width:40px;height:24px}.custom_toggle .switch input{opacity:0;width:0;height:0}.custom_toggle .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--color-grey);transition:.4s}.custom_toggle .slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:var(--color-white);transition:.4s}.custom_toggle input:checked+.slider{background-color:var(--color-primary)}.custom_toggle input:checked+.slider:before{transform:translateX(16px)}.custom_toggle .slider.round{border-radius:34px}.custom_toggle .slider.round:before{border-radius:50%}.plan_my_trip{position:fixed;top:0;left:0;bottom:0;right:0;overflow-y:auto;z-index:10000}.plan_my_trip .plan_my_trip_backdrop{position:fixed;content:"";top:0;left:0;width:100%;height:100%}@media(min-width:992px){.plan_my_trip .plan_my_trip_backdrop{background-color:rgba(0,0,0,.7)}}.plan_my_trip .plan_my_trip_wrapper{max-width:850px;width:100%}.plan_my_trip .plan_my_trip_wrapper.slide_1{opacity:0;transform:translateY(100px);transition:.4s ease-out}.plan_my_trip .plan_my_trip_wrapper.slide_2{opacity:0;transform:translateY(-100px);transition:.4s ease-out}.plan_my_trip .plan_my_trip_wrapper.slide_3{opacity:0;transform:scale(.5);transition:.4s ease-out}.plan_my_trip .plan_my_trip_wrapper.slide_4{opacity:0;transition:.4s ease-out}@media(min-width:992px){.plan_my_trip .plan_my_trip_wrapper{margin:30px 0}}.plan_my_trip .plan_my_trip_inner{background:var(--color-white);box-shadow:0 20px 40px rgba(0,0,0,.1);text-align:center}@media(min-width:992px){.plan_my_trip .plan_my_trip_inner{border-radius:12px}}.plan_my_trip .plan_my_trip_inner .plan_my_trip_close{position:absolute;top:20px;right:20px;width:48px;height:48px;border-radius:12px;background-color:var(--color-light);cursor:pointer;z-index:1}.plan_my_trip .plan_my_trip_inner .plan_my_trip_close em{display:flex;color:var(--color-black--tint);font-size:22px;font-weight:700}.plan_my_trip .plan_my_trip_inner .custom_popup{padding:75px 20px 30px}.plan_my_trip .plan_my_trip_inner h2{color:var(--color-black--tint);font-size:48px;font-weight:700;margin-bottom:20px}@media(max-width:768px){.plan_my_trip .plan_my_trip_inner h2{font-size:30px}}.plan_my_trip .plan_my_trip_inner button.custom{max-width:370px;width:100%}.custom_popup figure{margin-bottom:20px;height:256px}.custom_popup h3{color:var(--color-black--tint);font-size:19px;line-height:24px;font-weight:700;margin-bottom:20px}.custom_popup div.custom_popup_text{color:var(--color-grey);font-size:14px;line-height:20px;font-weight:400;margin-bottom:20px;text-align:left}.custom_popup div.custom_popup_text.center{margin:0 auto 30px;max-width:460px;text-align:center}.custom_popup div.custom_popup_form{margin:15px 0;display:grid;grid-template-columns:1fr;grid-gap:15px}@media(min-width:992px){.custom_popup div.custom_popup_form{margin:48px 0 64px;grid-template-columns:repeat(3,1fr);grid-gap:30px}}.error figure{height:100vh;width:100%}.error figure:after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),linear-gradient(89.96deg,rgba(0,0,0,.7) .03%,transparent 58.88%)}.error .error_content{position:absolute;top:200px;right:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.error .error_content_info{text-align:center;margin-bottom:100px}.error .error_content_info h1{color:var(--color-white);font-size:120px;line-height:144px;font-weight:400;font-family:var(--font-base);margin-bottom:20px}@media(max-width:1024px){.error .error_content_info h1{font-size:80px;line-height:1.5}}.error .error_content_info span{color:var(--color-white);font-size:20px;line-height:24px;font-weight:400}@media(max-width:1024px){.error .error_content_info span{font-size:18px;line-height:1.5}}.place_info{position:fixed;top:0;left:0;bottom:0;right:0;z-index:10000}.place_info:before{position:fixed;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.place_info .place_info_wrapper{max-height:90%;max-width:720px;width:100%;background:var(--color-white);box-shadow:0 20px 40px rgba(0,0,0,.1);border-radius:12px;overflow-y:auto}.place_info .place_info_wrapper figure{width:100%;height:340px;border-radius:12px 12px 0 0}@media(max-width:1440px){.place_info .place_info_wrapper figure{height:290px}}.place_info .place_info_wrapper figure:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px 12px 0 0;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}.place_info .place_info_wrapper figure img{border-radius:12px 12px 0 0}.place_info .place_info_wrapper .place_info_close{position:absolute;top:20px;right:20px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:hsla(0,0%,96%,.5);cursor:pointer;z-index:10;transition:background-color .2s}@media(max-width:1440px){.place_info .place_info_wrapper .place_info_close{width:40px;height:40px}}.place_info .place_info_wrapper .place_info_close:hover{background-color:var(--color-light)}.place_info .place_info_wrapper .place_info_close em{display:flex;align-items:center;justify-content:center}.place_info .place_info_wrapper .place_info_close em:before{color:var(--color-black--tint);font-size:20px;line-height:1;font-weight:700}@media(max-width:1440px){.place_info .place_info_wrapper .place_info_close em{font-size:18px}}.place_info .place_info_wrapper .place_info_content{padding:40px}.place_info .place_info_wrapper .place_info_content .place_info_title{color:var(--color-black--tint);font-size:30px;line-height:34px;font-weight:700;margin-bottom:25px}@media(max-width:1440px){.place_info .place_info_wrapper .place_info_content .place_info_title{font-size:25px;width:50%}}.place_info .place_info_wrapper .place_info_content .place_info_subtitle{color:var(--color-grey);font-size:14px;line-height:16px;font-weight:700;display:inline-block;margin-bottom:25px}@media(max-width:1440px){.place_info .place_info_wrapper .place_info_content .place_info_subtitle{font-size:12px;line-height:14px}}.place_info .place_info_wrapper .place_info_content .place_info_text{padding:25px 0;margin-bottom:25px;border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;color:var(--color-black--tint);font-size:18px;line-height:21px;font-weight:300}@media(max-width:1440px){.place_info .place_info_wrapper .place_info_content .place_info_text{font-size:16px;line-height:16px}}.place_info .place_info_wrapper .place_info_content .place_info_text p{margin:0}.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item{margin-bottom:10px}.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item strong{color:var(--color-black);font-size:18px;line-height:21px;font-weight:700;margin-right:10px}@media(max-width:1440px){.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item strong{font-size:16px;line-height:18px}}.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item p,.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item span{color:var(--color-black);font-size:18px;line-height:21px;font-weight:300}@media(max-width:1440px){.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item p,.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item span{font-size:16px;line-height:16px}}.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item p a,.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item span a{display:inline-block;margin-left:10px;color:#00acee;text-decoration:underline;transition:color .2s}.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item p a:hover,.place_info .place_info_wrapper .place_info_content .place_info_list .place_info_list_item span a:hover{color:var(--color-primary)}.footer{background-color:var(--color-white);border-top:1px solid var(--color-light)}.footer .footer_top{margin-top:20px;margin-bottom:40px}@media(max-width:768px){.footer .footer_top{margin:40px 0}.footer .footer_top figure{display:none}}.footer .footer_top img{width:78px;height:46px}.footer .footer_nav{margin-bottom:50px}@media(max-width:768px){.footer .footer_nav{margin-bottom:0}}.footer .footer_nav>ul{-moz-column-count:4;column-count:4}@media(max-width:1024px){.footer .footer_nav>ul{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-count:auto;column-count:auto}}@media(max-width:768px){.footer .footer_nav>ul{grid-template-columns:1fr}}.footer .footer_nav>ul>li{margin-bottom:20px;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}@media(max-width:768px){.footer .footer_nav>ul>li{margin-bottom:0;padding:20px 48px 20px 0;border-top:1px solid var(--color-light);border-bottom:1px solid var(--color-light)}.footer .footer_nav>ul>li.has_children{display:block;font-size:16px;text-transform:capitalize;cursor:pointer}.footer .footer_nav>ul>li.has_children:after{content:"";font-family:var(--font-icon--remixicon);position:absolute;top:22px;right:0;color:var(--color-grey);font-size:20px;line-height:1}}.footer .footer_nav>ul>li.opened.has_children:after{transform:rotate(180deg)}.footer .footer_nav>ul>li .main{color:var(--color-black--tint);font-size:16px;font-weight:700;font-family:var(--font-base);text-transform:uppercase}@media(max-width:768px){.footer .footer_nav>ul>li .main{display:block;font-size:16px;text-transform:capitalize;cursor:pointer}}.footer .footer_nav>ul>li ul{margin-top:24px}@media(max-width:768px){.footer .footer_nav>ul>li ul{display:none;grid-template-columns:repeat(2,1fr);grid-gap:20px;margin-top:20px}.footer .footer_nav>ul>li ul.opened{display:grid}}@media(min-width:768px){.footer .footer_nav>ul>li ul li:not(:last-child){margin-bottom:16px}}.footer .footer_nav>ul>li ul li a{color:var(--color-grey);font-size:14px;font-weight:400;transition:color .2s}.footer .footer_nav>ul>li ul li a:hover{color:var(--color-primary)}.footer .footer_bot{border-top:1px solid var(--color-light)}@media(min-width:768px){.footer .footer_bot{padding:35px 0}.footer .footer_bot .footer_bot_inner{display:flex;align-items:center;justify-content:space-between}}.footer .footer_bot .footer_bot_inner .left ul{display:flex}@media(max-width:768px){.footer .footer_bot .footer_bot_inner .left ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;padding:20px 0}}.footer .footer_bot .footer_bot_inner .left ul:empty{display:none}.footer .footer_bot .footer_bot_inner .left ul li{margin-right:46px}@media(max-width:768px){.footer .footer_bot .footer_bot_inner .left ul li{margin-right:0}}.footer .footer_bot .footer_bot_inner .left ul li a{color:var(--color-black--tint);font-size:14px;font-weight:400;transition:color .2s}@media(max-width:768px){.footer .footer_bot .footer_bot_inner .left ul li a{color:var(--color-grey)}}.footer .footer_bot .footer_bot_inner .left ul li a:hover{color:var(--color-primary)}.footer .footer_bot .footer_bot_inner .right{display:flex;justify-content:center;align-items:center;gap:48px}.footer .footer_bot .footer_bot_inner .right,.footer .footer_bot .footer_bot_inner .right .gnt_copyright{color:var(--color-black--tint);font-size:14px;font-weight:400}.footer .footer_bot .footer_bot_inner .right .gnt_copyright:before{position:absolute;content:"";top:50%;right:-24px;transform:translateY(-50%);width:1px;height:14px;background-color:var(--color-light)}.footer .footer_bot .footer_bot_inner .right .artmedia_copyright{display:flex;flex-direction:row;align-items:center;color:var(--color-black--tint);font-size:14px;font-weight:400}.footer .footer_bot .footer_bot_inner .right .artmedia_copyright figure{width:76px;height:15px;margin-left:14px}@media(max-width:1080px){.footer .footer_bot .footer_bot_inner .right .artmedia_copyright figure{margin-left:10px}}@media(max-width:1580px){.footer .footer_bot .footer_bot_inner .right{margin-right:10vw}}@media(max-width:1080px){.footer .footer_bot .footer_bot_inner .right{flex-direction:column;align-items:flex-start;gap:10px}}@media(max-width:768px){.footer .footer_bot .footer_bot_inner .right{padding:20px 0;border-top:1px solid var(--color-light);border-bottom:1px solid var(--color-light)}}