@font-face{font-family:"Futura Medium";src:url(../fonts/Futura-Medium.ttf) format("truetype");font-display:swap}@font-face{font-family:"Futura Book";src:url(../fonts/Futura-Book.otf) format("opentype");font-display:swap}@font-face{font-family:"Futura Bold";src:url(../fonts/Futura-Bold.otf) format("opentype");font-display:swap}@font-face{font-family:"Futura Italic";src:url(../fonts/Futura-Italic.ttf) format("truetype");font-display:swap}@font-face{font-family:"Helvetica Neue";src:url(../fonts/HelveticaNeue.ttf) format("truetype");font-display:swap}@font-face{font-family:"Helvetica Neue Bold";src:url(../fonts/HelveticaNeueBold.ttf) format("truetype");font-display:swap}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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a,address,blockquote,center,div,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,hr,input,li,main,menu,ol,p,pre,section,span,table,textarea,ul{-webkit-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none}a:active,a:hover{outline:0}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}::-webkit-placeholder{color:#9f9999}:-moz-placeholder{color:#9f9999}::-moz-placeholder{color:#9f9999}:-ms-placeholder{color:#9f9999}input,textarea{-webkit-border-radius:0;border-radius:0;-webkit-appearance:none;outline:0}html{overflow-x:hidden}body{position:relative;font-family:"Futura Medium",sans-serif;overflow-x:hidden;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:20px;color:#1c9182;line-height:1.8;letter-spacing:.11em}@media only screen and (max-width:1640px){body{font-size:18px}}@media only screen and (max-width:1366px){body{font-size:16px;line-height:1.6}}@media only screen and (max-width:1024px){body{font-size:15px}}@media only screen and (max-width:768px){body{font-size:16px;line-height:1.7}}img{display:block}.uppercase{text-transform:uppercase}.only-mobile{display:none!important}@media only screen and (max-width:768px){.only-mobile{display:block!important}}.only-desktop{display:block!important}@media only screen and (max-width:768px){.only-desktop{display:none!important}}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInDown{from{top:0;visibility:visible;-webkit-transform:translateY(-200px);transform:translateY(-200px)}to{top:75%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@keyframes slideInDown{from{top:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}to{top:75%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@-webkit-keyframes slideInDownMob{from{top:-100%}to{top:0}}@keyframes slideInDownMob{from{top:-100%}to{top:0}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}.animate__animated.animate__delay-2s{-webkit-animation-delay:-webkit-calc(1s * 2);animation-delay:calc(1s * 2);-webkit-animation-delay:-webkit-calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}@media only screen and (max-width:768px){.animate__animated.animate__delay-1s{-webkit-animation-delay:-webkit-calc(1s * .5);animation-delay:calc(1s * .5);-webkit-animation-delay:-webkit-calc(var(--animate-delay) * .5);animation-delay:calc(var(--animate-delay) * .5)}}.animate__animated.animate__delay-1_8s{-webkit-animation-delay:-webkit-calc(1s * 1.8);animation-delay:calc(1s * 1.8);-webkit-animation-delay:-webkit-calc(var(--animate-delay) * 1.8);animation-delay:calc(var(--animate-delay) * 1.8)}@media only screen and (max-width:768px){.animate__animated.animate__delay-1_8s{-webkit-animation-delay:-webkit-calc(1s * 1);animation-delay:calc(1s * 1);-webkit-animation-delay:-webkit-calc(var(--animate-delay) * 1);animation-delay:calc(var(--animate-delay) * 1)}}.header{position:fixed;left:0;top:0;width:100%;z-index:999;padding:33px 0 0;-webkit-transition:all .5s ease;transition:all .5s ease;height:1px}@media only screen and (max-width:1366px){.header{padding:25px 0 0}}@media only screen and (max-width:768px){.header{padding:28px 0 0}}.header_fixed{padding:33px 0 0}@media only screen and (max-width:1366px){.header_fixed{padding:25px 0 0}}@media only screen and (max-width:768px){.header_fixed{padding:28px 0 0}}.header .container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;height:0}.header__logo img{width:118px;height:118px}@media only screen and (max-width:1640px){.header__logo img{width:100px;height:100px}}@media only screen and (max-width:1366px){.header__logo img{width:90px;height:90px}}@media only screen and (max-width:768px){.header__logo img{width:70px;height:70px}}.header__logo-addl{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:222px;height:232px;display:none}@media only screen and (max-width:1640px){.header__logo-addl{width:195px;height:204px}}@media only screen and (max-width:1366px){.header__logo-addl{width:160px;height:167px}}@media only screen and (max-width:768px){.header__logo-addl{width:123px;height:128px;top:160px}}.header__lang{position:relative;font-family:"Helvetica Neue",sans-serif;text-transform:uppercase;font-size:14px;color:#707070;padding-left:26px;min-width:200px}@media only screen and (max-width:768px){.header__lang{display:none}}.header__lang:before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;width:13px;height:13px;background-image:url(../images/dropdown.svg);background-position:center;background-repeat:no-repeat;background-size:12px}.header__lang .wpml-ls-legacy-list-horizontal{padding:0;border:0}.header__lang .wpml-ls-legacy-list-horizontal a{padding:0;color:#707070}.header__lang .wpml-ls-current-language a{font-family:"Helvetica Neue Bold",sans-serif}.header__lang-btn{color:#707070;letter-spacing:normal}.header__lang-list{position:absolute;display:none;left:26px;top:100%;width:100%;padding:5px 0!important}.header__lang-list-item{cursor:pointer}.home .header{padding:105px 0 0}@media only screen and (max-width:1640px){.home .header{padding:90px 0 0}}@media only screen and (max-width:1366px){.home .header{padding:70px 0 0}}@media only screen and (max-width:768px){.home .header{padding:28px 0 0}}.home .header .container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.home .header_fixed{padding:33px 0 0}@media only screen and (max-width:1366px){.home .header_fixed{padding:25px 0 0}}@media only screen and (max-width:768px){.home .header_fixed{padding:28px 0 0}}body:not(.home) .header__logo-addl{display:none!important}.banner{position:relative;overflow:hidden;z-index:1}.banner__img>img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}@media only screen and (max-width:768px){.banner.banner__image{height:auto;max-height:none}}@media only screen and (max-width:768px){.banner.banner__image img{position:static}}.banner__vimeo{position:relative;height:100%;padding-bottom:0;overflow:hidden;max-width:100%;background:#fff}.banner__vimeo iframe{position:absolute;width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:768px),(max-width:1024px) and (orientation:portrait){.banner__vimeo iframe{min-height:140vh}}@media only screen and (max-width:539px),(orientation:landscape){.banner__vimeo iframe{min-height:110vh}}@media only screen and (max-width:768px),(max-width:1024px) and (orientation:portrait){.banner__vimeo iframe.desktop-iframe{display:none}}@media (orientation:landscape){.banner__vimeo iframe.desktop-iframe{display:block}}.banner__vimeo iframe.mobile-iframe{display:none}@media only screen and (max-width:768px),(max-width:1024px) and (orientation:portrait){.banner__vimeo iframe.mobile-iframe{display:block}}@media (orientation:landscape){.banner__vimeo iframe.mobile-iframe{display:none}}.banner__vimeo img{width:100%;object-fit:cover}.banner__logo{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:768px){.banner__logo{bottom:40px;top:auto}}.banner__logo img{width:494px;margin:0 auto;display:block}@media only screen and (max-width:1640px){.banner__logo img{width:455px}}@media only screen and (max-width:1366px){.banner__logo img{width:370px}}@media only screen and (max-width:1024px){.banner__logo img{width:260px}}@media only screen and (max-width:768px){.banner__logo img{width:205px}}.banner__logo h3{padding-bottom:0;text-align:center;color:#fff}@media only screen and (max-width:768px){.banner__logo h3{font-size:21px}}.banner__logo img+h3{margin-top:78px}@media only screen and (max-width:1640px){.banner__logo img+h3{margin-top:70px}}@media only screen and (max-width:1366px){.banner__logo img+h3{margin-top:50px}}.banner__video{height:100vh}@media only screen and (max-width:768px){.banner__video{height:100vh;max-height:-webkit-calc(var(--vh,1vh) * 100);max-height:calc(var(--vh,1vh) * 100)}}.banner__margarita{height:auto!important}.banner__margarita .banner__vimeo{padding-bottom:56.25%;height:0;overflow:hidden}.banner__margarita .banner__vimeo iframe{top:0;left:0;width:100%;height:100%;-webkit-transform:none;-ms-transform:none;transform:none;min-height:unset!important;min-width:unset!important}.banner__margarita .banner__vimeo img{width:100%;object-fit:cover}.home .banner{height:100vh}.home .banner img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.creative-talent-2021:not(.search) .banner{height:100vh;max-height:1080px;background:#1c9182}.creative-talent-2021:not(.search) .banner:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:100%;-webkit-box-shadow:inset 0 -94px 66px -27px #1c9182;box-shadow:inset 0 -94px 66px -27px #1c9182}@media only screen and (max-width:768px){.creative-talent-2021:not(.search) .banner:after{-webkit-box-shadow:inset 0 -53px 21px -24px #1c9182;box-shadow:inset 0 -53px 21px -24px #1c9182}}@media only screen and (max-width:768px){.creative-talent-2021:not(.search) .banner{height:380px;max-height:100vh}}.creative-talent-2021:not(.search) .banner__img{width:100%;height:100%;right:0;overflow:hidden;position:absolute;clip:rect(0,auto,auto,0)}.creative-talent-2021:not(.search) .banner__img>img{position:fixed;width:100%;height:100%;z-index:-1;right:0;-webkit-transform:perspective(0);transform:perspective(0)}@media only screen and (max-width:768px){.creative-talent-2021:not(.search) .banner__img>img{height:auto;position:relative}}.creative-talent-2021:not(.search) .banner__logo{z-index:2}.where-to-experience-italicus .banner:not(.banner__video){height:495px;max-height:100vh}@media only screen and (max-width:768px){.where-to-experience-italicus .banner:not(.banner__video){height:415px}}.blog .banner{height:500px;max-height:100vh}@media only screen and (max-width:768px){.blog .banner{height:420px}}.single .banner{height:535px;max-height:100vh}.gallery .banner:not(.banner__video){height:970px;max-height:100vh}@media only screen and (max-width:768px){.gallery .banner:not(.banner__video){height:300px;max-height:100vh}}.about-us .banner__img>img,.page-id-9724 .banner__img>img,.rosolio-day .banner__img>img{position:relative}@media only screen and (max-width:768px){.rosolio-day .banner__logo{top:0;bottom:auto}}.rosolio-day .banner__logo img{margin-top:20px;margin-bottom:auto;max-width:20vw}@media only screen and (max-width:768px){.rosolio-day .banner__logo img{margin-top:10px}}.hamburger{height:60px;width:60px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:50%;border-radius:50%;cursor:pointer}@media only screen and (max-width:1640px){.hamburger{width:55px;height:55px}}@media only screen and (max-width:768px){.hamburger{width:40px;height:40px}}.hamburger span{position:relative;width:33px;height:3px;background:#d5b877;display:inline-block;-webkit-border-radius:20px;border-radius:20px}@media only screen and (max-width:768px){.hamburger span{width:24px}}.hamburger span:after,.hamburger span:before{content:"";position:absolute;right:0;height:3px;background:#d5b877;-webkit-border-radius:20px;border-radius:20px}.hamburger span:before{width:33px;top:-10px}@media only screen and (max-width:768px){.hamburger span:before{width:24px;top:-7px}}.hamburger span:after{width:20px;bottom:-10px}@media only screen and (max-width:768px){.hamburger span:after{width:16px;bottom:-7px}}.container{max-width:1600px;margin:0 auto;position:relative}@media only screen and (max-width:1640px){.container{max-width:1320px;padding:0 20px}}@media only screen and (max-width:1366px){.container{max-width:1140px}}@media only screen and (max-width:1024px){.container{max-width:760px}}@media only screen and (max-width:768px){.container{padding:0 20px;max-width:100%}}.container_flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.container_fluid{max-width:100%;padding:0 70px}@media only screen and (max-width:1640px){.container_fluid{padding:0 40px}}@media only screen and (max-width:1366px){.container_fluid{padding:0 30px}}.about{position:relative}.about:before{content:"";position:absolute;top:0;left:0;height:20px;width:100%;-webkit-box-shadow:0 11px 10px -7px rgba(0,0,0,.4) inset;box-shadow:0 11px 10px -7px rgba(0,0,0,.4) inset}.about:after{content:"";position:absolute;bottom:0;left:0;height:20px;width:100%;-webkit-box-shadow:0 -11px 10px -7px rgba(0,0,0,.4) inset;box-shadow:0 -11px 10px -7px rgba(0,0,0,.4) inset}.about .container{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.about__background{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover;z-index:-1}.about__item{text-align:center;padding:305px 0 275px;position:relative}@media only screen and (max-width:1366px){.about__item{padding:280px 0 250px}}@media only screen and (max-width:1024px){.about__item{padding:220px 0 190px}}@media only screen and (max-width:768px){.about__item{padding:50px 0 40px}}.about__item_text{width:53%}@media only screen and (max-width:768px){.about__item_text{width:100%}}.about__item_img{width:47%}@media only screen and (max-width:768px){.about__item_img{display:none}}.about__item_img img{position:absolute;left:0;right:-65px;top:0;bottom:0;margin:auto;max-height:1076px;width:auto}.about__item img{margin-left:auto;margin-right:auto}@media only screen and (max-width:768px){.about__item img{max-width:230px;height:auto;margin-bottom:-20px}}.about__logo{width:220px;height:230px;margin-bottom:53px}@media only screen and (max-width:1640px){.about__logo{width:200px;height:209px;margin-bottom:40px}}@media only screen and (max-width:1366px){.about__logo{width:170px;height:178px}}@media only screen and (max-width:768px){.about__logo{display:none}}.about h3{margin-bottom:30px;padding-bottom:56px;font-size:44px;letter-spacing:.27em}@media only screen and (max-width:1200px){.about h3{padding-bottom:50px;font-size:38px}}@media only screen and (max-width:1366px){.about h3{padding-bottom:40px;margin-bottom:37px;font-size:35px}}@media only screen and (max-width:768px){.about h3{padding-bottom:30px;font-size:30px}}.about h3:after{content:"";background:#1c9182}.about h5{text-transform:uppercase;font-size:30px;font-family:"Futura Italic",sans-serif;position:relative;padding-bottom:32px;margin-bottom:47px}@media only screen and (max-width:1640px){.about h5{font-size:27px}}@media only screen and (max-width:1366px){.about h5{font-size:25px;margin-bottom:40px}}@media only screen and (max-width:768px){.about h5{font-size:21px;margin-bottom:0;padding-bottom:30px}}.about h5:after{content:"";position:absolute;left:0;right:0;bottom:0;margin:auto;height:4px;width:130px;background:#1c9182}@media only screen and (max-width:1366px){.about h5:after{width:110px}}@media only screen and (max-width:768px){.about h5:after{width:70px;height:3px}}.about p{margin-bottom:35px;text-transform:uppercase}@media only screen and (max-width:1366px){.about p{margin-bottom:25px}}.menu{position:fixed;width:50%;right:0;top:100%;height:100%;z-index:1000;background:#fff;padding:130px 75px 80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:1640px){.menu{padding:5% 3.8%}}@media only screen and (max-width:1024px){.menu{width:85%;padding:60px}}@media only screen and (max-width:768px){.menu{width:100%;padding:50px 40px}}@media (max-width:768px) and (orientation:landscape){.menu{overflow-x:scroll}}.menu__list_dropdown{padding-top:4.15vh;padding-left:7.5%}.menu__list-item{margin-bottom:4vh}.menu__list-item:last-child{margin-bottom:0}.menu__list-item a{font-size:3.15vh;line-height:1.3;text-transform:uppercase;color:#1c9182;letter-spacing:.27em}@media only screen and (max-width:1366px){.menu__list-item a{letter-spacing:.2em}}@media only screen and (max-width:1024px){.menu__list-item a{letter-spacing:.15em}}.menu__close{position:absolute;top:60px;right:80px;cursor:pointer;width:4.15vh;height:4.15vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media only screen and (max-width:768px){.menu__close{top:30px;right:40px}}.menu__close span{position:relative;display:inline-block}.menu__close span:after,.menu__close span:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:#1c9182;height:2px;width:5.5vh}.menu__close span:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.menu__close span:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.menu__lang-title{display:inline-block;font-size:2.5vh;letter-spacing:.32em;text-transform:uppercase;color:#1c9182}.menu__lang-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:4vh}@media only screen and (max-width:1366px){.menu__lang-list{margin-top:3vh}}@media only screen and (max-width:1024px){.menu__lang-list{margin-top:2.5vh}}.menu__lang-list-item{margin-right:25px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden}.menu__lang-list-item_active{border:5px solid #d5b877}.menu__lang-list-item:last-child{margin-right:0}.menu__lang-list-item img{width:45px;height:45px}@media only screen and (max-width:1366px){.menu__lang-list-item img{width:42px;height:42px}}@media only screen and (max-width:768px){.menu__lang-list-item img{width:34px;height:34px}}.menu .wpml-ls-legacy-list-horizontal{margin:4vh 0 0 0!important;border:0;padding:0}@media only screen and (max-width:1366px){.menu .wpml-ls-legacy-list-horizontal{margin:3vh 0 0 0!important}}@media only screen and (max-width:1024px){.menu .wpml-ls-legacy-list-horizontal{margin:2.5vh 0 0 0!important}}.menu .wpml-ls-legacy-list-horizontal>ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu .wpml-ls-legacy-list-horizontal a{padding:0}.menu .wpml-ls-legacy-list-horizontal a span{display:none}.menu .wpml-ls-legacy-list-horizontal .wpml-ls-flag{width:45px;height:45px}@media only screen and (max-width:1366px){.menu .wpml-ls-legacy-list-horizontal .wpml-ls-flag{width:42px;height:42px}}@media only screen and (max-width:768px){.menu .wpml-ls-legacy-list-horizontal .wpml-ls-flag{width:34px;height:34px}}.menu .wpml-ls-legacy-list-horizontal .wpml-ls-item{margin-right:25px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden}.menu .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child{margin-right:0}.menu .wpml-ls-legacy-list-horizontal .wpml-ls-current-language{border:5px solid #d5b877}h1{font-size:60px;line-height:1.3;text-transform:uppercase;letter-spacing:.3em;margin-bottom:30px}@media only screen and (max-width:1366px){h1{font-size:53px}}@media only screen and (max-width:1024px){h1{font-size:48px}}@media only screen and (max-width:768px){h1{font-size:33px;letter-spacing:.23em;margin-bottom:25px}}h1.archive-title,h2{font-size:56px;line-height:1.3;text-transform:uppercase;letter-spacing:normal}@media only screen and (max-width:1366px){h1.archive-title,h2{font-size:50px}}@media only screen and (max-width:1024px){h1.archive-title,h2{font-size:45px}}@media only screen and (max-width:768px){h1.archive-title,h2{font-size:31px;letter-spacing:.3em}}h1.title,h3{font-size:46px;letter-spacing:.32em;text-transform:uppercase;line-height:1.3;position:relative}@media only screen and (max-width:1640px){h1.title,h3{font-size:40px;letter-spacing:.3em}}@media only screen and (max-width:1366px){h1.title,h3{font-size:37px;letter-spacing:.23em}}@media only screen and (max-width:768px){h1.title,h3{font-size:31px;line-height:1.32;letter-spacing:.3em}}h1.title:after,h3:after{position:absolute;left:0;right:0;bottom:0;margin:auto;height:4px;width:130px}@media only screen and (max-width:1366px){h1.title:after,h3:after{width:110px}}@media only screen and (max-width:768px){h1.title:after,h3:after{width:70px;height:3px}}h4{font-size:33px;letter-spacing:.32em;line-height:1.25}@media only screen and (max-width:1640px){h4{font-size:30px}}@media only screen and (max-width:1024px){h4{font-size:28px}}.btn{font-size:18px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;position:relative;display:inline-block;padding:11px;-webkit-border-radius:50px;border-radius:50px;overflow:hidden;border-style:solid;border-width:1px}.btn span{position:relative;z-index:1}.btn_sliding{-webkit-transition:all .2s ease;transition:all .2s ease}.btn_sliding:after{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:#1c9182;-webkit-border-radius:50px;border-radius:50px;-webkit-transition:all .3s ease;transition:all .3s ease}.btn_sliding:hover{color:#fff}.btn_sliding:hover:after{left:0}.btn_fading:hover{background:#d5b877;border-color:#d5b877;color:#fff}body .select2-container .select2-selection--single{-webkit-border-radius:25px!important;border-radius:25px!important;background:#d2bf84;border:2px solid #fff;height:auto;min-width:440px}@media only screen and (max-width:1640px){body .select2-container .select2-selection--single{min-width:396px}}@media only screen and (max-width:1366px){body .select2-container .select2-selection--single{min-width:332px}}@media only screen and (max-width:768px){body .select2-container .select2-selection--single{min-width:200px}}body .select2-container .select2-selection--single .select2-selection__rendered{padding:13px;color:#fff;font-size:20px;line-height:1.32;text-transform:uppercase;letter-spacing:normal;white-space:normal}@media only screen and (max-width:1366px){body .select2-container .select2-selection--single .select2-selection__rendered{font-size:18px}}@media only screen and (max-width:768px){body .select2-container .select2-selection--single .select2-selection__rendered{padding:10px;font-size:14px}}body .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#fff}body .select2-container--default .select2-selection--single .select2-selection__arrow{display:none}body .select2-dropdown{background:0 0;padding:0 40px;border:none;-webkit-border-radius:0;border-radius:0;scrollbar-color:#d2bf84 transparent;scrollbar-width:thin}@media only screen and (max-width:1640px){body .select2-dropdown{padding:0 36px}}@media only screen and (max-width:768px){body .select2-dropdown{padding:0 20px}}body .select2-dropdown::-webkit-scrollbar{width:3px;background-color:transparent}body .select2-dropdown::-webkit-scrollbar-thumb{background-color:#d2bf84;-webkit-border-radius:9em;border-radius:9em}body .select2-results{background:#fff}body .select2-results__options{text-align:center;text-transform:uppercase;color:#d2bf84;font-size:20px;line-height:1.2;letter-spacing:normal}@media only screen and (max-width:1640px){body .select2-results__options{font-size:18px}}@media only screen and (max-width:1366px){body .select2-results__options{font-size:16px}}@media only screen and (max-width:768px){body .select2-results__options{font-size:12px}}body .select2-results__option{padding:10px 6px}@media only screen and (max-width:768px){body .select2-results__option{padding:8px 4px}}body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,body .select2-container--default .select2-results__option--selected{background:#d2bf84;color:#fff}body .select2-container--default .select2-results>.select2-results__options{max-height:265px}@media only screen and (max-width:1640px){body .select2-container--default .select2-results>.select2-results__options{max-height:250px}}@media only screen and (max-width:1366px){body .select2-container--default .select2-results>.select2-results__options{max-height:235px}}@media only screen and (max-width:768px){body .select2-container--default .select2-results>.select2-results__options{max-height:182px}}.recognition{position:relative;overflow:hidden}.recognition__item{text-align:center;position:relative}.recognition__item_text{width:700px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:130px 0 95px;z-index:2;color:#1c9182}@media only screen and (max-width:1640px){.recognition__item_text{padding:100px 0 85px}}@media only screen and (max-width:1366px){.recognition__item_text{width:550px;padding:85px 0 75px 30px}}@media only screen and (max-width:1024px){.recognition__item_text{padding:75px 0 65px}}@media only screen and (max-width:768px){.recognition__item_text{width:100%;padding:60px 0 75px}}.recognition__item_img{width:56%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.recognition__item_img img{position:absolute;top:0;left:-47%;width:auto;height:100%;z-index:1}@media only screen and (max-width:1024px){.recognition__item_img img{left:-90%}}.recognition h3{margin-bottom:70px;padding-bottom:48px}@media only screen and (max-width:1640px){.recognition h3{margin-bottom:65px;padding-bottom:43px}}@media only screen and (max-width:1366px){.recognition h3{margin-bottom:50px;padding-bottom:38px}}@media only screen and (max-width:768px){.recognition h3{margin-bottom:21px;padding-bottom:30px}}.recognition h3:after{content:"";background:#1c9182}.recognition p{margin-bottom:70px;text-transform:uppercase}@media only screen and (max-width:1640px){.recognition p{margin-bottom:55px}}@media only screen and (max-width:768px){.recognition p{margin-bottom:40px}}.recognition__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}@media only screen and (max-width:1640px){.recognition__list{margin-bottom:20px}}@media only screen and (max-width:1366px){.recognition__list{margin-bottom:15px}}.recognition__list:last-child{margin-bottom:0}.recognition__list li{margin:0 12px}@media only screen and (max-width:1366px){.recognition__list li{margin:0 9px}}@media only screen and (max-width:1024px){.recognition__list li{margin:0 7px}}@media only screen and (max-width:768px){.recognition__list li{width:21%;margin:0 2.5%}}.recognition__list li:first-child{margin-left:0}.recognition__list li:last-child{margin-right:0}.recognition__list li img{height:auto}@media only screen and (max-width:768px){.recognition__list li img{max-width:100%}}.recognition__list li{-webkit-animation-delay:6s;animation-delay:6s}.recognition__list li[data-delay='0']{-webkit-animation-delay:.5s;animation-delay:.5s}.recognition__list li[data-delay='1']{-webkit-animation-delay:1s;animation-delay:1s}.recognition__list li[data-delay='2']{-webkit-animation-delay:1.5s;animation-delay:1.5s}.recognition__list li[data-delay='3']{-webkit-animation-delay:2s;animation-delay:2s}.recognition__list li[data-delay='4']{-webkit-animation-delay:2.5s;animation-delay:2.5s}.recognition__list li[data-delay='5']{-webkit-animation-delay:3s;animation-delay:3s}.recognition__list li[data-delay='6']{-webkit-animation-delay:3.5s;animation-delay:3.5s}.recognition__list li[data-delay='7']{-webkit-animation-delay:4s;animation-delay:4s}.recognition__list li[data-delay='8']{-webkit-animation-delay:4.5s;animation-delay:4.5s}.recognition__list li[data-delay='9']{-webkit-animation-delay:5s;animation-delay:5s}.recognition__list li[data-delay='10']{-webkit-animation-delay:5.5s;animation-delay:5.5s}.recognition__list li[data-delay='11']{-webkit-animation-delay:6s;animation-delay:6s}.enjoy{position:relative;overflow:hidden;color:#fff}.enjoy .slick-track{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.enjoy__background{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover}@media only screen and (max-width:768px){.enjoy__background{position:absolute}}.enjoy__item{min-width:38%;max-width:50%;position:relative;padding:110px 95px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:1.2s all ease;transition:1.2s all ease;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:1640px){.enjoy__item{padding:70px 65px 75px}}@media only screen and (max-width:1366px){.enjoy__item{padding:65px 70px 70px;max-width:60%}}@media only screen and (max-width:1024px){.enjoy__item{max-width:70%;padding:60px 65px 65px}}@media only screen and (max-width:768px){.enjoy__item{max-width:100%;width:100%;background:#1c9182;background:linear-gradient(290deg,#1c9182 0,#159c93 26.63%,#0da9a8 58.2%,#08b2b6 78.56%,#03bbc4 100%);padding:68px 20px 45px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}.enjoy__item:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#1c9182;background:linear-gradient(118deg,#1c9182 0,#03bbc4 100%);mix-blend-mode:multiply;z-index:1}@media only screen and (max-width:768px){.enjoy__item:after{content:none}}.enjoy__content{position:relative;z-index:2}.enjoy__content .btn{color:#dac082;border-color:#dac082;min-width:250px;background:#fff}.enjoy__content .btn:hover{color:#fff;background:#d5b877}.enjoy__logo{margin:0 auto 63px;width:87px;height:206px}@media only screen and (max-width:1640px){.enjoy__logo{margin:0 auto 45px;width:55px;height:130px}}@media only screen and (max-width:1366px){.enjoy__logo{margin:0 auto 45px;width:50px;height:118px}}@media only screen and (max-width:1024px){.enjoy__logo{margin:0 auto 35px;width:47px;height:130px}}@media only screen and (max-width:768px){.enjoy__logo{width:65px;height:154px}}.enjoy h3{margin-bottom:45px;padding-bottom:48px}@media only screen and (max-width:1640px){.enjoy h3{margin-bottom:40px;padding-bottom:43px}}@media only screen and (max-width:1366px){.enjoy h3{margin-bottom:35px;padding-bottom:38px}}@media only screen and (max-width:768px){.enjoy h3{padding-bottom:35px}}.enjoy h3:after{content:"";background:#fff}.enjoy p{max-width:615px;margin:0 auto 50px}@media only screen and (max-width:1640px){.enjoy p{margin:0 auto 35px}}@media only screen and (max-width:768px){.enjoy p{margin:0 auto 30px}}.enjoy p:last-child{margin:0 auto}.enjoy__slider-item{position:relative;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;min-height:100vh;height:inherit!important;background:#fff}@media only screen and (max-width:768px){.enjoy__slider-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.enjoy__slider-item_reverse{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.enjoy__slider-item_center{text-align:center}.enjoy__slider-item_left{text-align:center}.enjoy__slider-item_first p{text-transform:uppercase}@media only screen and (max-width:768px){.enjoy__slider-item_first .enjoy__background{display:none!important;position:absolute;z-index:-1}}@media only screen and (max-width:768px){.enjoy__slider-item_first .enjoy__img{display:none}}@media only screen and (max-width:768px){.enjoy__slider-item_first .enjoy__content{max-width:500px;margin:0 auto}}@media only screen and (max-width:768px){.enjoy__slider-item_first .enjoy__img{position:absolute}}.enjoy__dots{position:absolute;top:50px;left:0;right:0;margin:auto;z-index:999}@media only screen and (max-width:1640px){.enjoy__dots{top:40px}}@media only screen and (max-width:768px){.enjoy__dots{top:28px}}.enjoy__dots_hidden{display:none}.enjoy__dots .slick-dots{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.enjoy__dots li{line-height:1;margin-right:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.enjoy__dots li:last-child{margin-right:0}.enjoy__dots li button{background:0 0;border:2px solid #fff;-webkit-border-radius:50%;border-radius:50%;width:14px;height:14px;font-size:0;padding:0;margin:0;cursor:pointer}@media only screen and (max-width:768px){.enjoy__dots li button{width:9px;height:9px}}.enjoy__dots li.slick-active button{background:#fff}.enjoy .slick-arrow{position:absolute;top:0;bottom:0;margin:auto;background:url(../images/gold-arrow-back.svg) no-repeat center;background-size:contain;height:24px;width:24px;font-size:0;border:0;cursor:pointer;z-index:1}@media only screen and (max-width:768px){.enjoy .slick-arrow{display:none!important}}.enjoy .slick-prev{left:30px}.enjoy .slick-next{right:30px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (max-width:768px){.enjoy__slider-item:not(.enjoy__slider-item_first) .enjoy__item{height:auto}}@media only screen and (max-width:768px){.enjoy__slider-item:not(.enjoy__slider-item_first) .enjoy__img{position:relative;height:50%;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.art{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;color:#fff;background:#fff}@media only screen and (max-width:768px){.art{padding-bottom:177.778%}}@media (orientation:landscape){.art{padding-bottom:56.25%;height:auto;min-height:auto}}.art iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:768px){.art iframe.desktop-iframe{display:none}}@media (orientation:landscape){.art iframe.desktop-iframe{display:block}}.art iframe.mobile-iframe{display:none}@media only screen and (max-width:768px){.art iframe.mobile-iframe{display:block}}@media (orientation:landscape){.art iframe.mobile-iframe{display:none}}.art .container{position:absolute;right:0;bottom:13%;left:0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:1024px){.art .container{bottom:10%}}@media only screen and (max-width:768px){.art .container{bottom:17%}}@media (orientation:landscape) and (max-width:1024px){.art .container{bottom:10%}}@media (orientation:landscape) and (max-width:768px){.art .container{bottom:4%}}.art p{text-transform:uppercase;text-align:center}@media only screen and (max-width:768px){.art p{font-size:14px}}@media only screen and (max-width:370px){.art p{line-height:1.5}}.art .btn{color:#dac082;border-color:#dac082;min-width:380px;background:#fff;text-align:center}@media only screen and (max-width:1366px){.art .btn{min-width:360px}}@media only screen and (max-width:1024px){.art .btn{min-width:340px}}@media only screen and (max-width:768px){.art .btn{min-width:auto;max-width:250px;width:100%;font-size:14px}}.art .btn:hover{color:#fff;background:#d5b877}.art__logo{max-width:430px;margin-bottom:80px}@media only screen and (max-width:1640px){.art__logo{max-width:400px}}@media only screen and (max-width:1366px){.art__logo{max-width:250px;margin-bottom:60px}}@media only screen and (max-width:1024px){.art__logo{display:none}}@media only screen and (max-width:768px){.art__logo{display:block;max-width:250px;margin-bottom:45px}}@media only screen and (max-width:370px){.art__logo{margin-bottom:30px;max-width:160px}}@media (orientation:landscape) and (max-width:1024px){.art__logo{display:none}}.connection{position:relative;width:100%;padding-bottom:66.66%;height:0;z-index:2}@media only screen and (max-width:768px){.connection{padding-bottom:150%}}.connection__background{width:100%;height:100%;position:absolute;left:0;z-index:1}.connection__overlay{width:100%;height:100%;position:absolute;left:-2px;z-index:3;display:none}.connection__overlay_active{display:block}.connection__text{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:27%;height:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;color:#1c9182;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;z-index:999}@media only screen and (max-width:768px){.connection__text{width:40%}}@media only screen and (max-width:480px){.connection__text{width:45%}}.connection__text h3{line-height:1.2;color:#1c9182;letter-spacing:.11em;margin-bottom:43px;padding-bottom:48px}@media only screen and (max-width:1640px){.connection__text h3{font-size:34px;margin-bottom:38px;padding-bottom:38px}}@media only screen and (max-width:1366px){.connection__text h3{font-size:26px;margin-bottom:27px;padding-bottom:27px}}@media only screen and (max-width:1024px){.connection__text h3{font-size:19px;margin-bottom:21px;padding-bottom:21px}}@media only screen and (max-width:768px){.connection__text h3{margin-bottom:15px;padding-bottom:15px;line-height:1.1}}@media only screen and (max-width:480px){.connection__text h3{font-size:16px}}.connection__text h3:after{content:"";background:#1c9182;width:200px}@media only screen and (max-width:1366px){.connection__text h3:after{width:150px}}@media only screen and (max-width:1024px){.connection__text h3:after{height:3px;width:100px}}@media only screen and (max-width:768px){.connection__text h3:after{width:89px}}.connection__text p{font-size:27px;line-height:1.37}@media only screen and (max-width:1640px){.connection__text p{font-size:24px}}@media only screen and (max-width:1366px){.connection__text p{font-size:20px}}@media only screen and (max-width:1024px){.connection__text p{font-size:15px}}@media only screen and (max-width:768px){.connection__text p{font-size:13px;letter-spacing:normal}}@media only screen and (max-width:480px){.connection__text p{font-size:12px}}.connection__text.hovered h3{color:#fff}.connection__text.hovered h3:after{background:#fff}.connection__text.hovered p{color:#fff}.contacts{position:fixed;top:0;height:100%;z-index:999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease;transition:all .3s ease}.contacts:after,.contacts:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#03bbc4;background:linear-gradient(315deg,#03bbc4 0,#1c9182 100%);mix-blend-mode:multiply;opacity:.6}.contacts:before{-webkit-filter:brightness(20%) contrast(175%);filter:brightness(20%) contrast(175%)}.contacts__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;z-index:1}@media (max-width:768px) and (orientation:landscape){.contacts__wrap{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;overflow-x:scroll}}@media only screen and (max-width:480px){.contacts__wrap{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;overflow-x:scroll}}.contacts__item{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.contacts h3{color:#dac082}@media only screen and (max-width:1640px){.contacts h3{font-size:36px;letter-spacing:.15em}}@media only screen and (max-width:1366px){.contacts h3{font-size:30px}}@media only screen and (max-width:768px){.contacts h3{font-size:18px;letter-spacing:.32em}}.contacts p{color:#fff;font-size:18px;line-height:1.4;letter-spacing:normal}@media only screen and (max-width:1640px){.contacts p{font-size:16px}}@media only screen and (max-width:1366px){.contacts p{font-size:15px}}@media only screen and (max-width:768px){.contacts p{font-size:11px}}.contacts__close{position:absolute;right:8%;top:5%;cursor:pointer;width:4.15vh;height:4.15vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:10}@media only screen and (max-width:1640px){.contacts__close{right:35px;top:3%}}@media only screen and (max-width:768px){.contacts__close{right:20px;top:20px}}.contacts__close span{position:relative;display:inline-block}.contacts__close span:after,.contacts__close span:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:#fff;height:2px;width:5.5vh}@media only screen and (max-width:768px){.contacts__close span:after,.contacts__close span:before{width:30px}}.contacts__close span:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.contacts__close span:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.contacts .wpcf7-not-valid-tip{display:none}.contacts input.wpcf7-not-valid,.contacts textarea.wpcf7-not-valid{border:2px solid red!important;background:#fef5f2}.contacts .wpcf7-not-valid input[type=checkbox]{outline:2px solid red;outline-offset:-2px;position:relative}.contacts .wpcf7-not-valid input[type=checkbox]:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,0,0,.2)}.contacts .wpcf7-not-valid input[type=checkbox]:checked{outline:0}.contacts .wpcf7-not-valid input[type=checkbox]:checked:after{background:0 0}.contacts .wpcf7-response-output{display:none}.contacts form.sent .wpcf7-response-output{display:block;color:#fff;font-size:14px;text-align:center;line-height:1.2;margin:15px 0 0}@media only screen and (max-width:768px){.contacts form.sent .wpcf7-response-output{font-size:12px;margin:10px 0 0}}.contacts-countries{background:-webkit-gradient(linear,left top,left bottom,from(0),color-stop(0,#d2bf84),to(#42a3b0));background:linear-gradient(0,#d2bf84 0,#42a3b0 100%);font-size:18px;line-height:1.25;letter-spacing:normal;color:#fff}@media only screen and (max-width:1640px){.contacts-countries{font-size:16px}}@media only screen and (max-width:768px){.contacts-countries{font-size:12px}}.contacts-countries:after,.contacts-countries:before{content:none}.contacts-countries h2{margin-bottom:25px;font-weight:500;font-size:68px;text-transform:uppercase}@media only screen and (max-width:1640px){.contacts-countries h2{font-size:61px}}@media only screen and (max-width:1024px){.contacts-countries h2{font-size:45px;letter-spacing:normal}}@media only screen and (max-width:1024px){.contacts-countries h2{margin-bottom:15px}}@media only screen and (max-width:768px){.contacts-countries h2{font-size:18px}}.contacts-countries p{font-size:23px;line-height:1}@media only screen and (max-width:1640px){.contacts-countries p{font-size:21px}}@media only screen and (max-width:1024px){.contacts-countries p{font-size:18px}}@media only screen and (max-width:768px){.contacts-countries p{font-size:12px}}.contacts-countries p+.form__item{margin-top:5.5vh}@media only screen and (max-width:1024px){.contacts-countries p+.form__item{margin-top:30px}}@media only screen and (max-width:768px){.contacts-countries p+.form__item{margin-top:15px}}.contacts-countries .form .form__item label{display:block;min-width:180px;padding-right:10px;font-weight:500;font-size:23px;text-transform:uppercase;color:#fff}@media only screen and (max-width:1640px){.contacts-countries .form .form__item label{min-width:150px;font-size:21px}}@media only screen and (max-width:1024px){.contacts-countries .form .form__item label{min-width:135px;font-size:18px}}@media only screen and (max-width:768px){.contacts-countries .form .form__item label{min-width:90px;font-size:12px}}.contacts-countries .form .form__permissions{margin:0}.contacts-countries .form .form__permissions p{font-size:18px;line-height:1.25}@media only screen and (max-width:1640px){.contacts-countries .form .form__permissions p{font-size:16px}}@media only screen and (max-width:768px){.contacts-countries .form .form__permissions p{font-size:10px}}.contacts-countries .form .form__agreement{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.contacts-countries .form .form__agreement label{font-size:18px;line-height:1.25}@media only screen and (max-width:1640px){.contacts-countries .form .form__agreement label{font-size:16px}}@media only screen and (max-width:768px){.contacts-countries .form .form__agreement label{font-size:10px}}.contacts-countries .form input[type=checkbox]{width:45px;height:45px}@media only screen and (max-width:1640px){.contacts-countries .form input[type=checkbox]{width:40px;height:40px}}@media only screen and (max-width:768px){.contacts-countries .form input[type=checkbox]{width:18px;height:18px}}.contacts-countries .form input[type=submit]{color:#030303}.contacts-countries .full-screen-contacts__item{width:42%}@media only screen and (max-width:1640px){.contacts-countries .full-screen-contacts__item{width:48%}}@media only screen and (max-width:1024px){.contacts-countries .full-screen-contacts__item{width:100%}}.contacts-countries .full-screen-contacts__item:first-child{padding-right:30px}@media only screen and (max-width:1024px){.contacts-countries .full-screen-contacts__item:first-child{margin-bottom:35px;padding-right:0}}@media only screen and (max-width:768px){.contacts-countries .full-screen-contacts__item:first-child{margin-bottom:20px}}.contacts-countries .full-screen-contacts__item:first-child img{display:none}@media only screen and (max-width:1024px){.contacts-countries .full-screen-contacts__item:first-child img{display:block}}@media only screen and (max-width:768px){.contacts-countries .full-screen-contacts__item:first-child img{display:none}}@media only screen and (max-width:1640px){.contacts-countries .full-screen-contacts__item:last-child{width:48%}}@media only screen and (max-width:1024px){.contacts-countries .full-screen-contacts__item:last-child{width:100%}}@media only screen and (max-width:1024px){.contacts-countries .full-screen-contacts__item:last-child img{display:none}}.contacts-countries .full-screen-contacts__item img{max-width:36vh;margin:0 auto 8vh}@media only screen and (max-width:1024px){.contacts-countries .full-screen-contacts__item img{max-width:18vh;margin:0 auto 4vh}}.contacts-countries .wpcf7-spinner{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:165px}@media only screen and (max-width:1640px){.contacts-countries .wpcf7-spinner{right:145px}}@media only screen and (max-width:1366px){.contacts-countries .wpcf7-spinner{right:135px}}@media only screen and (max-width:768px){.contacts-countries .wpcf7-spinner{right:auto;left:-webkit-calc(50% + 50px);left:calc(50% + 50px)}}.form__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.form__item .wpcf7-form-control-wrap{width:100%}.form__item label:not(.form__agreement-label){min-width:140px;white-space:nowrap}@media only screen and (max-width:768px){.form__item label:not(.form__agreement-label){font-size:12px;min-width:90px}}.form label:not(.form__agreement-label){color:#dac082;text-transform:uppercase;padding-right:20px}.form input[type=email],.form input[type=number],.form input[type=text],.form textarea{font-family:"Futura Medium",sans-serif;border:none;outline:0;width:100%;font-size:20px;line-height:1;padding:13px 15px}@media only screen and (max-width:1640px){.form input[type=email],.form input[type=number],.form input[type=text],.form textarea{font-size:17px;padding:12px 14px}}@media only screen and (max-width:1366px){.form input[type=email],.form input[type=number],.form input[type=text],.form textarea{font-size:15px;padding:10px 12px}}@media only screen and (max-width:768px){.form input[type=email],.form input[type=number],.form input[type=text],.form textarea{font-size:12px;padding:6px 9px}}.form textarea{max-height:24vh}@media only screen and (max-width:1024px){.form textarea{max-height:120px}}@media only screen and (max-width:768px){.form textarea{max-height:50px}}.form input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;width:25px;height:25px;border:none;margin:0;cursor:pointer;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background:#fff}@media only screen and (max-width:1366px){.form input[type=checkbox]{width:23px;height:23px}}@media only screen and (max-width:768px){.form input[type=checkbox]{width:18px;height:18px}}.form input[type=submit]{border:none;outline:0;font-size:24px;color:#dac082;text-transform:uppercase;font-family:"Futura Medium",sans-serif;background:#fff;padding:15px;min-width:165px;cursor:pointer}@media only screen and (max-width:1640px){.form input[type=submit]{font-size:20px;padding:9px;min-width:150px}}@media only screen and (max-width:1366px){.form input[type=submit]{font-size:18px;padding:7px;min-width:140px}}@media only screen and (max-width:768px){.form input[type=submit]{font-size:16px;min-width:120px}}.form input[type=submit]:hover{background:#dac082;color:#fff}.form__permissions{margin-top:40px}@media only screen and (max-width:1640px){.form__permissions{margin-top:30px}}@media only screen and (max-width:768px){.form__permissions{margin-top:20px}}.form__permissions p{font-size:12px;line-height:1.25}@media only screen and (max-width:768px){.form__permissions p{font-size:9px}}.form__permissions p.uppercase{font-size:14px}@media only screen and (max-width:768px){.form__permissions p.uppercase{font-size:12px;margin-bottom:0}}.form__permissions a{color:#fff;text-decoration:underline}.form__agreement{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.form__agreement label{color:#fff;font-size:12px;line-height:1.25;letter-spacing:normal;display:inline-block;padding-left:15px}@media only screen and (max-width:768px){.form__agreement label{padding-left:10px;font-size:9px}}.form__agreement .wpcf7-list-item{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.form__agreement span{border:none!important;background:0 0!important}.form__submit{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.form__submit .ajax-loader{position:absolute!important;bottom:19px;margin:auto!important;z-index:3;right:-29px}@media only screen and (max-width:1640px){.form__submit .ajax-loader{bottom:9px}}@media only screen and (max-width:768px){.form__submit .ajax-loader{bottom:7px;left:0;right:-152px}}@media only screen and (max-width:768px){.form__submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.mc4wp-alert{margin-top:15px;border:2px solid #fff;padding:5px}.full-screen-contacts{width:100%;right:-100%}@media only screen and (max-width:1640px){.full-screen-contacts{padding:0 30px}}@media only screen and (max-width:768px){.full-screen-contacts{padding:0 20px}}@media (max-width:768px) and (orientation:landscape){.full-screen-contacts{padding:20px 0}}@media only screen and (max-width:480px){.full-screen-contacts{padding:20px 0}}.full-screen-contacts__wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:1024px){.full-screen-contacts__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media (max-width:768px) and (orientation:landscape){.full-screen-contacts__wrap{height:100%;padding:0 20px}}@media only screen and (max-width:480px){.full-screen-contacts__wrap{height:100%;padding:0 20px}}.full-screen-contacts__item{width:37%}@media only screen and (max-width:1640px){.full-screen-contacts__item{width:40%}}@media only screen and (max-width:1024px){.full-screen-contacts__item{width:100%;max-width:700px}}.full-screen-contacts__item:first-child{margin-right:5%}@media only screen and (max-width:1640px){.full-screen-contacts__item:first-child{margin-right:0}}@media only screen and (max-width:1024px){.full-screen-contacts__item:first-child{margin-bottom:55px}}@media only screen and (max-width:768px){.full-screen-contacts__item:first-child{margin-bottom:25px}}@media only screen and (max-width:1640px){.full-screen-contacts__item:last-child{width:60%}}@media only screen and (max-width:1024px){.full-screen-contacts__item:last-child{width:100%}}.full-screen-contacts h3{margin-bottom:45px}@media only screen and (max-width:1640px){.full-screen-contacts h3{margin-bottom:25px}}@media only screen and (max-width:1366px){.full-screen-contacts h3{margin-bottom:20px}}@media only screen and (max-width:768px){.full-screen-contacts h3{margin-bottom:9px;line-height:1}}.full-screen-contacts p{margin-bottom:30px}@media only screen and (max-width:1640px){.full-screen-contacts p{margin-bottom:25px}}@media only screen and (max-width:1366px){.full-screen-contacts p{margin-bottom:18px}}@media only screen and (max-width:768px){.full-screen-contacts p{margin-bottom:7px}}.full-screen-contacts__social{margin-top:65px}@media only screen and (max-width:1640px){.full-screen-contacts__social{margin-top:50px}}@media only screen and (max-width:1024px){.full-screen-contacts__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:0}}.full-screen-contacts__social li{margin-bottom:65px}@media only screen and (max-width:1640px){.full-screen-contacts__social li{margin-bottom:35px}}@media only screen and (max-width:1024px){.full-screen-contacts__social li{margin-bottom:0}}.full-screen-contacts__social li:last-child{margin-bottom:0}.full-screen-contacts__social li img{width:54px;height:auto;margin-right:43px}@media only screen and (max-width:1640px){.full-screen-contacts__social li img{width:47px;margin-right:30px}}@media only screen and (max-width:1366px){.full-screen-contacts__social li img{width:39px;margin-right:25px}}@media only screen and (max-width:1024px){.full-screen-contacts__social li img{width:35px;margin-right:35px}}@media only screen and (max-width:768px){.full-screen-contacts__social li img{width:20px;margin-right:25px}}.full-screen-contacts__social li a{letter-spacing:.1em;color:#dac082;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.full-screen-contacts__social li span{display:none}}.full-screen-contacts__form{margin-top:35px}@media only screen and (max-width:768px){.full-screen-contacts__form{margin-top:20px}}@media only screen and (max-width:768px){.full-screen-contacts .form__agreement{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.full-screen-contacts .form__item{margin-bottom:22px}@media only screen and (max-width:1640px){.full-screen-contacts .form__item{margin-bottom:17px}}@media only screen and (max-width:768px){.full-screen-contacts .form__item{margin-bottom:12px}}.full-screen-contacts .form__item:last-child{margin-bottom:0}.full-screen-contacts .form__permissions p{margin-bottom:20px}@media only screen and (max-width:1640px){.full-screen-contacts .form__permissions p{margin-bottom:15px}}@media only screen and (max-width:1366px){.full-screen-contacts .form__permissions p{margin-bottom:12px}}@media only screen and (max-width:768px){.full-screen-contacts .form__permissions p{margin-bottom:7px}}.full-screen-contacts .form__permissions p:last-child{margin-bottom:0}.full-screen-contacts .form__submit{margin-top:12px;position:relative}.full-screen-contacts .form__submit .ajax-loader{bottom:0;top:0}.half-screen-contacts{width:50%;right:-100%;padding:9vh 4vw 4vh}@media only screen and (max-width:1640px){.half-screen-contacts{padding:7vh 4vw 4vh}}@media only screen and (max-width:1024px){.half-screen-contacts{width:80%;padding:60px}}@media only screen and (max-width:768px){.half-screen-contacts{width:100%;padding:0 20px}}@media (max-width:768px) and (orientation:landscape){.half-screen-contacts{padding:20px 0}}@media only screen and (max-width:480px){.half-screen-contacts{padding:20px 0}}.half-screen-contacts__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%}@media only screen and (max-width:1366px){.half-screen-contacts__wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:768px) and (orientation:landscape){.half-screen-contacts__wrap{padding:0 20px}}@media only screen and (max-width:480px){.half-screen-contacts__wrap{padding:0 20px}}.half-screen-contacts__item{width:100%}@media only screen and (max-width:1366px){.half-screen-contacts__item:first-child{margin-bottom:35px}}@media only screen and (max-width:768px){.half-screen-contacts__item:first-child{margin-bottom:25px}}.half-screen-contacts h3{margin-bottom:20px;font-size:4.3vh;line-height:1}@media only screen and (max-width:1640px){.half-screen-contacts h3{margin-bottom:15px}}@media only screen and (max-width:1366px){.half-screen-contacts h3{font-size:4vh}}@media only screen and (max-width:1024px){.half-screen-contacts h3{font-size:30px}}@media only screen and (max-width:768px){.half-screen-contacts h3{font-size:18px;margin-bottom:9px}}.half-screen-contacts p{margin-bottom:20px}@media only screen and (max-width:1640px){.half-screen-contacts p{font-size:14px;margin-bottom:15px}}@media only screen and (max-width:1366px){.half-screen-contacts p{margin-bottom:10px}}@media only screen and (max-width:768px){.half-screen-contacts p{font-size:11px;margin-bottom:7px}}.half-screen-contacts p:last-child{margin-bottom:0}.half-screen-contacts__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:0}.half-screen-contacts__social li{margin-bottom:0;margin-right:45px}@media only screen and (max-width:1640px){.half-screen-contacts__social li{margin-right:35px}}@media only screen and (max-width:768px){.half-screen-contacts__social li{margin-right:25px}}.half-screen-contacts__social li:last-child{margin-right:0}.half-screen-contacts__social li img{width:41px;height:auto}@media only screen and (max-width:1640px){.half-screen-contacts__social li img{width:30px}}@media only screen and (max-width:768px){.half-screen-contacts__social li img{width:20px}}.half-screen-contacts .form__agreement{width:60%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width:1640px){.half-screen-contacts .form__agreement{width:70%}}@media only screen and (max-width:768px){.half-screen-contacts .form__agreement{width:100%}}.half-screen-contacts .form__agreement input[type=checkbox]{margin-top:2px}.half-screen-contacts .form__agreement label{font-size:11px}@media only screen and (max-width:768px){.half-screen-contacts .form__agreement label{font-size:9px}}.half-screen-contacts .form__submit{margin-top:0;position:relative}@media only screen and (max-width:768px){.half-screen-contacts .form__submit{margin-top:12px}}.half-screen-contacts .form__submit input[type=submit]{position:absolute;bottom:0;z-index:3}@media only screen and (max-width:1640px){.half-screen-contacts .form__submit input[type=submit]{font-size:19px;padding:8px;min-width:145px}}@media only screen and (max-width:768px){.half-screen-contacts .form__submit input[type=submit]{position:relative;font-size:16px;min-width:120px}}.half-screen-contacts .form__item{margin-bottom:13px}@media only screen and (max-width:768px){.half-screen-contacts .form__item{margin-bottom:12px}}.half-screen-contacts .form__item input[type=email],.half-screen-contacts .form__item input[type=number],.half-screen-contacts .form__item input[type=text]{font-size:15px;padding:10px 12px}@media only screen and (max-width:768px){.half-screen-contacts .form__item input[type=email],.half-screen-contacts .form__item input[type=number],.half-screen-contacts .form__item input[type=text]{font-size:12px;padding:6px 9px}}@media only screen and (max-width:768px){.half-screen-contacts__form{margin-top:20px}}.half-screen-contacts .form__permissions{position:relative;z-index:2}@media only screen and (max-width:1640px){.half-screen-contacts .form__permissions{margin-top:20px}}.half-screen-contacts .form__permissions p{margin-bottom:15px;position:relative;z-index:2}.half-screen-contacts .form__permissions p:last-of-type{max-width:60%}@media only screen and (max-width:1640px){.half-screen-contacts .form__permissions p:last-of-type{max-width:70%}}@media only screen and (max-width:768px){.half-screen-contacts .form__permissions p:last-of-type{max-width:100%}}@media only screen and (max-width:1640px){.half-screen-contacts .form__permissions p{font-size:11px;margin-bottom:8px}}@media only screen and (max-width:1366px){.half-screen-contacts .form__permissions p{margin-bottom:7px}}@media only screen and (max-width:768px){.half-screen-contacts .form__permissions p{font-size:9px;margin-bottom:7px}}.text-block{text-align:center}.text-block_color{background:#1c9182;background:-webkit-gradient(linear,left top,left bottom,from(#1c9182),to(#03bbc4));background:linear-gradient(#1c9182 0,#03bbc4 100%);padding:165px 0 190px;color:#fff}@media only screen and (max-width:1640px){.text-block_color{padding:120px 0 110px}}@media only screen and (max-width:1366px){.text-block_color{padding:110px 0 95px}}@media only screen and (max-width:768px){.text-block_color{padding:50px 0 80px}}.text-block_color img{margin-top:140px;max-width:100%}@media only screen and (max-width:1640px){.text-block_color img{margin-top:90px}}@media only screen and (max-width:1366px){.text-block_color img{margin-top:75px}}@media only screen and (max-width:768px){.text-block_color img{margin-top:40px;margin-left:-20px;width:-webkit-calc(100% + 40px);width:calc(100% + 40px);max-width:none}}.text-block_white{padding:95px 0 80px;color:#1c9182}@media only screen and (max-width:1024px){.text-block_white{padding:90px 0 80px}}@media only screen and (max-width:768px){.text-block_white{padding:50px 0 30px}}.text-block_white .btn{color:#dac082;border-color:#dac082}.text-block_white .btn:hover{color:#fff}.text-block p{text-transform:uppercase;margin:0 auto 35px;max-width:80%}@media only screen and (max-width:1366px){.text-block p{margin:0 auto 25px}}@media only screen and (max-width:1024px){.text-block p{max-width:90%}}@media only screen and (max-width:768px){.text-block p{max-width:100%}}.text-block p:last-child{margin-bottom:0}.text-block h2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:65px;color:#1c9182}.text-block h2:last-child{margin-bottom:0}@media only screen and (max-width:1640px){.text-block h2{margin-bottom:60px}}@media only screen and (max-width:1366px){.text-block h2{margin-bottom:55px;font-size:40px}}@media only screen and (max-width:1024px){.text-block h2{font-size:30px;margin-bottom:40px}}@media only screen and (max-width:768px){.text-block h2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:80px}}.text-block h2 span{display:inline-block;position:relative}@media only screen and (max-width:1640px){.text-block h2 span img{max-height:50px}}@media only screen and (max-width:1366px){.text-block h2 span img{max-height:45px}}@media only screen and (max-width:1024px){.text-block h2 span img{max-height:30px}}.text-block h2 span+span{padding-left:70px}@media only screen and (max-width:1024px){.text-block h2 span+span{padding-left:50px}}@media only screen and (max-width:768px){.text-block h2 span+span{padding-left:0;margin-top:35px}}.text-block h2 span+span:before{content:"";position:absolute;top:0;bottom:0;margin:auto;left:33px;height:77px;width:4px;background:#d5b877}@media only screen and (max-width:1366px){.text-block h2 span+span:before{height:65px}}@media only screen and (max-width:1024px){.text-block h2 span+span:before{height:50px;left:22px}}@media only screen and (max-width:768px){.text-block h2 span+span:before{width:70px;height:3px;left:0;right:0;margin:auto;bottom:auto;top:-19px}}.text-block h3{margin-bottom:65px;font-size:45px}@media only screen and (max-width:1640px){.text-block h3{font-size:40px;margin-bottom:60px}}@media only screen and (max-width:1366px){.text-block h3{margin-bottom:55px;font-size:37px}}@media only screen and (max-width:1024px){.text-block h3{margin-bottom:40px}}@media only screen and (max-width:768px){.text-block h3{font-size:31px;margin-bottom:30px}}.text-block__vimeo{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin-top:120px}@media only screen and (max-width:1640px){.text-block__vimeo{margin-top:90px}}@media only screen and (max-width:1366px){.text-block__vimeo{margin-top:75px}}@media only screen and (max-width:768px){.text-block__vimeo{margin-top:40px;max-width:none}}.text-block__vimeo iframe{position:absolute;top:0;left:0;width:100%;height:100%}.text-block .btn{min-width:390px;margin-top:25px}@media only screen and (max-width:1366px){.text-block .btn{margin-top:20px}}@media only screen and (max-width:768px){.text-block .btn{min-width:auto;max-width:305px;padding:14px 35px}}.text-block__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:46px}@media only screen and (max-width:768px){.text-block__title{margin-bottom:65px}}.text-block__title img:first-child{margin-bottom:22px;width:372px}@media only screen and (max-width:1366px){.text-block__title img:first-child{margin-bottom:25px;width:300px}}@media only screen and (max-width:1024px){.text-block__title img:first-child{margin-bottom:20px;width:260px}}@media only screen and (max-width:768px){.text-block__title img:first-child{margin-bottom:15px;width:218px}}.text-block__title img:last-child{width:228px}@media only screen and (max-width:1366px){.text-block__title img:last-child{width:184px}}@media only screen and (max-width:1024px){.text-block__title img:last-child{width:160px}}@media only screen and (max-width:768px){.text-block__title img:last-child{width:133px}}.text-block__title span{font-size:27px;letter-spacing:.32em;text-transform:uppercase;display:inline-block;margin-bottom:34px}@media only screen and (max-width:1366px){.text-block__title span{margin-bottom:22px}}@media only screen and (max-width:1024px){.text-block__title span{font-size:24px;margin-bottom:20px}}@media only screen and (max-width:768px){.text-block__title span{line-height:1;margin-bottom:15px;font-size:16px}}.text-block__images{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:80px -8px 0}@media only screen and (max-width:1366px){.text-block__images{margin:70px -8px 0}}@media only screen and (max-width:768px){.text-block__images{display:block;margin:44px 0 0}}.text-block__image{margin:0 8px}@media only screen and (max-width:768px){.text-block__image{margin-bottom:20px}}.text-block__image:last-child{margin-bottom:0}.text-block__image img{width:100%}.media-block+.text-block{padding:70px 0 63px}@media only screen and (max-width:768px){.media-block+.text-block{padding:165px 0 70px}}.media-block{position:relative}.media-block img:not(.media-block__logo){width:100%;height:auto}.media-block__logo{position:absolute;left:-1330px;right:0;margin:-100px auto 0;top:100%;z-index:2;width:454px}@media only screen and (max-width:1640px){.media-block__logo{width:320px;left:-1020px;margin:-80px auto 0}}@media only screen and (max-width:1366px){.media-block__logo{width:225px;left:-785px;margin:-55px auto 0}}@media only screen and (max-width:1024px){.media-block__logo{width:180px;left:-570px}}@media only screen and (max-width:768px){.media-block__logo{width:167px;left:23px;right:auto;margin:-30px auto 0}}.media-block__vimeo{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}@media only screen and (max-width:768px){.media-block__vimeo{padding-bottom:177.778%}}@media (orientation:landscape){.media-block__vimeo{padding-bottom:56.25%;height:auto;min-height:auto}}.media-block__vimeo iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:768px){.media-block__vimeo iframe.desktop-iframe{display:none}}@media (orientation:landscape){.media-block__vimeo iframe.desktop-iframe{display:block}}.media-block__vimeo iframe.mobile-iframe{display:none}@media only screen and (max-width:768px){.media-block__vimeo iframe.mobile-iframe{display:block}}@media (orientation:landscape){.media-block__vimeo iframe.mobile-iframe{display:none}}.masters{text-align:center;color:#fff}.masters .btn{margin-top:105px;min-width:300px;background:0 0;color:#fff;border-color:#fff}.masters .btn:hover{background:#fff;color:#1c9182}@media only screen and (max-width:1640px){.masters .btn{margin-top:90px;min-width:290px}}@media only screen and (max-width:1366px){.masters .btn{margin-top:80px}}@media only screen and (max-width:768px){.masters .btn{margin-top:40px;min-width:auto;width:100%;max-width:290px}}.masters .slick-track{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.masters .slick-slide{height:inherit!important}.masters{background:#00a8b0;padding:95px 0 105px}@media only screen and (max-width:1366px){.masters{padding:90px 0 100px}}@media only screen and (max-width:768px){.masters{padding:40px 0 70px}}.masters h2{margin-bottom:95px}@media only screen and (max-width:1640px){.masters h2{margin-bottom:85px}}@media only screen and (max-width:1366px){.masters h2{margin-bottom:75px}}@media only screen and (max-width:768px){.masters h2{margin-bottom:50px}}.gallery .masters{padding:95px 0 290px;background:#1c9182;background:-webkit-gradient(linear,left top,left bottom,from(#1c9182),to(#03bbc4));background:linear-gradient(#1c9182 0,#03bbc4 100%)}@media only screen and (max-width:1640px){.gallery .masters{padding:95px 0 230px}}@media only screen and (max-width:1366px){.gallery .masters{padding:90px 0 200px}}@media only screen and (max-width:1024px){.gallery .masters{padding:90px 0 160px}}@media only screen and (max-width:768px){.gallery .masters{padding:60px 0 80px}}.gallery .masters h2{margin-bottom:123px}@media only screen and (max-width:1640px){.gallery .masters h2{margin-bottom:110px}}@media only screen and (max-width:1366px){.gallery .masters h2{margin-bottom:90px}}@media only screen and (max-width:1024px){.gallery .masters h2{margin-bottom:80px}}@media only screen and (max-width:768px){.gallery .masters h2{margin-bottom:50px}}.slider{max-width:1475px;margin:0 auto}@media only screen and (max-width:1640px){.slider{max-width:1100px}}@media only screen and (max-width:1366px){.slider{max-width:850px}}@media only screen and (max-width:1024px){.slider{max-width:-webkit-calc(100% - 100px);max-width:calc(100% - 100px)}}@media only screen and (max-width:768px){.slider{max-width:450px}}.slider__vimeo{position:relative}.slider__vimeo a{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.slider__vimeo-wrap{position:relative;overflow:hidden;height:100%}.slider__vimeo-wrap iframe{width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.slider .slick-arrow{position:absolute;top:0;bottom:0;margin:auto;width:21px;height:21px;font-size:0;background-color:transparent;border:none;background-image:url(../images/slick-arrow.svg);background-repeat:no-repeat;background-size:contain;background-position:center;cursor:pointer}@media only screen and (max-width:768px){.slider .slick-arrow{width:11px;height:11px}}.slider .slick-prev{left:-45px}@media only screen and (max-width:768px){.slider .slick-prev{left:-11px}}.slider .slick-next{right:-45px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (max-width:768px){.slider .slick-next{right:-11px}}.slider .slick-slide{padding:0 20px}@media only screen and (max-width:1640px){.slider .slick-slide{padding:0 15px}}@media only screen and (max-width:1024px){.slider .slick-slide{padding:0 10px}}.slider .slick-slide img{display:block;margin:0 auto;max-width:100%}.photo-gallery{padding:105px 0 180px;text-align:center}@media only screen and (max-width:1640px){.photo-gallery{padding:105px 0 155px}}@media only screen and (max-width:1366px){.photo-gallery{padding:100px 0 140px}}@media only screen and (max-width:1024px){.photo-gallery{padding:95px 0 120px}}@media only screen and (max-width:768px){.photo-gallery{padding:37px 0 63px}}.photo-gallery h2{margin-bottom:100px;color:#1c9182}@media only screen and (max-width:1640px){.photo-gallery h2{margin-bottom:90px}}@media only screen and (max-width:1024px){.photo-gallery h2{margin-bottom:80px}}@media only screen and (max-width:768px){.photo-gallery h2{margin-bottom:65px}}.photo-gallery__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 25px}@media only screen and (max-width:1366px){.photo-gallery__list{padding:0 10px}}@media only screen and (max-width:1024px){.photo-gallery__list{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width:768px){.photo-gallery__list{padding:0;width:100%}}.photo-gallery__item{width:500px;height:500px;overflow:hidden;margin-right:25px;margin-bottom:35px;position:relative}@media only screen and (max-width:1640px){.photo-gallery__item{width:393px;height:393px}}@media only screen and (max-width:1366px){.photo-gallery__item{margin-right:20px;width:308px;height:308px;margin-bottom:30px}}@media only screen and (max-width:1024px){.photo-gallery__item{width:340px;height:340px}}@media only screen and (max-width:768px){.photo-gallery__item{width:-webkit-calc(50vw - 22.5px);width:calc(50vw - 22.5px);height:-webkit-calc(50vw - 22.5px);height:calc(50vw - 22.5px);margin-bottom:15px}}.photo-gallery__item:nth-child(3n+3){margin-right:0}@media only screen and (max-width:1024px){.photo-gallery__item:nth-child(3n+3){margin-right:20px}}@media only screen and (max-width:768px){.photo-gallery__item:nth-child(3n+3){margin-right:0}}@media only screen and (max-width:1024px){.photo-gallery__item:nth-child(2n+2){margin-right:0}}@media only screen and (max-width:768px){.photo-gallery__item:nth-child(odd){margin-left:15px;margin-right:7.5px}}@media only screen and (max-width:768px){.photo-gallery__item:nth-child(even){margin-left:7.5px;margin-right:15px}}.photo-gallery__item img,.photo-gallery__item video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.photo-gallery__video iframe{-webkit-box-sizing:border-box;box-sizing:border-box;width:177.77777778vh;height:56.25vw;min-width:100%;min-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.photo-gallery__video a{position:relative;z-index:1;width:100%;height:100%;display:inline-block}.photo-gallery__video:after{content:"";position:absolute;left:25px;top:25px;width:30px;height:30px}.photo-gallery__video_light:after{background:url(../images/play-white.svg) no-repeat center;background-size:contain}.photo-gallery__video_dark:after{background:url(../images/play-black.svg) no-repeat center;background-size:contain}@media only screen and (max-width:768px){.photo-gallery .container{padding:0}}.photo-gallery .btn{min-width:350px;color:#dac082;border-color:#dac082;margin-top:25px}@media only screen and (max-width:1366px){.photo-gallery .btn{min-width:300px}}@media only screen and (max-width:768px){.photo-gallery .btn{min-width:290px;margin-top:50px}}.photo-gallery .btn:hover{color:#fff}.craft{padding:180px 0;background:#1c9182;background:-webkit-gradient(linear,left top,left bottom,from(#1c9182),to(#03bbc4));background:linear-gradient(#1c9182 0,#03bbc4 100%);color:#fff}@media only screen and (max-width:1640px){.craft{padding:150px 0}}@media only screen and (max-width:1366px){.craft{padding:135px 0}}@media only screen and (max-width:1024px){.craft{padding:120px 0}}@media only screen and (max-width:768px){.craft{padding:40px 0 60px}}.craft .container{padding:0 25px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:768px){.craft .container{padding:0 20px}}.craft__description{text-align:center;width:44%}@media only screen and (max-width:1640px){.craft__description{width:55%}}@media only screen and (max-width:768px){.craft__description{width:100%}}.craft__description h2{margin-bottom:35px}@media only screen and (max-width:1024px){.craft__description h2{font-size:37px}}@media only screen and (max-width:768px){.craft__description h2{font-size:31px;margin-bottom:23px}}.craft__description p{margin-bottom:35px}@media only screen and (max-width:1366px){.craft__description p{margin-bottom:25px}}.craft__description p:last-child{margin-bottom:0}.craft__description .btn{margin-top:45px;min-width:290px;border-color:#fff;color:#fff;font-size:20px}.craft__description .btn:hover{background:#fff;color:#1c9182}@media only screen and (max-width:768px){.craft__description .btn{margin-top:50px;min-width:auto;width:290px;max-width:100%}}.craft img{width:640px;height:640px}@media only screen and (max-width:1640px){.craft img{width:530px;height:530px}}@media only screen and (max-width:1366px){.craft img{width:430px;height:430px}}@media only screen and (max-width:1024px){.craft img{width:310px;height:310px}}@media only screen and (max-width:768px){.craft img{width:-webkit-calc(100% + 40px);width:calc(100% + 40px);height:auto;margin-left:-20px}}.experience{padding:60px 0 80px}@media only screen and (max-width:1640px){.experience{padding:60px 0 30px}}@media only screen and (max-width:1366px){.experience{padding:55px 0 20px}}@media only screen and (max-width:1024px){.experience{padding:55px 0 20px}}@media only screen and (max-width:768px){.experience{padding:27px 0 65px}}.experience .container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:768px){.experience .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.experience__left-side{width:34%;padding-right:20px}@media only screen and (max-width:1024px){.experience__left-side{width:36%}}@media only screen and (max-width:768px){.experience__left-side{width:100%}}.experience__right-side{width:66%}@media only screen and (max-width:1024px){.experience__right-side{width:64%}}@media only screen and (max-width:768px){.experience__right-side{width:100%}}.experience h1{width:100%;margin-bottom:50px}@media only screen and (max-width:1366px){.experience h1{margin-bottom:40px}}@media only screen and (max-width:768px){.experience h1{text-align:center;margin-bottom:25px}}.experience__country{margin-bottom:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width:1366px){.experience__country{margin-bottom:45px}}@media only screen and (max-width:768px){.experience__country{margin-bottom:32px}}.experience__country label{font-size:12px;font-family:Arial;color:#1c9182;font-weight:700;text-transform:uppercase;letter-spacing:normal;display:inline-block}@media only screen and (max-width:768px){.experience__country label{margin-bottom:8px;line-height:1}}.experience__country_current label{margin-bottom:10px}.experience__country_pick label{margin-bottom:11px}.experience__country span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-transform:uppercase}@media only screen and (max-width:768px){.experience__country span{font-size:20px}}.experience__country img{margin-right:10px;width:31px;height:31px}@media only screen and (max-width:1024px){.experience__country img{width:28px;height:28px}}@media only screen and (max-width:768px){.experience__country img{width:30px;height:30px}}.experience__select{position:relative}.experience__select:after{content:"";position:absolute;top:0;bottom:0;right:10px;margin:auto;background:url(../images/green-arrow.svg) no-repeat center;background-size:contain;width:14px;height:8px}.experience__select select{border:1px solid #1c9182;font-size:16px;line-height:1.2;font-family:Arial;color:#1c9182;min-width:250px;padding:8px 10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff}.experience__buy p{color:#1c9182;text-transform:uppercase;margin-bottom:40px}@media only screen and (max-width:1366px){.experience__buy p{margin-bottom:35px}}@media only screen and (max-width:768px){.experience__buy p{margin-bottom:50px}}.experience__buy-item{padding-left:50px;margin-bottom:7px}@media only screen and (max-width:1366px){.experience__buy-item{padding-left:40px}}@media only screen and (max-width:1024px){.experience__buy-item{padding-left:30px}}@media only screen and (max-width:768px){.experience__buy-item{margin-bottom:12px;padding-left:46px}}.experience__buy-item:last-child{margin-bottom:0}.experience__buy-item_website{background-image:url(../images/location.svg);background-repeat:no-repeat;background-position:top 8px left;background-size:20px}@media only screen and (max-width:1640px){.experience__buy-item_website{background-position:top 5px left}}@media only screen and (max-width:1024px){.experience__buy-item_website{background-size:18px}}@media only screen and (max-width:768px){.experience__buy-item_website{background-size:20px}}.experience__buy-item_place{background-image:url(../images/location2.svg);background-repeat:no-repeat;background-position:top 4px left;background-size:16px}@media only screen and (max-width:1640px){.experience__buy-item_place{background-position:top 1px left}}@media only screen and (max-width:1024px){.experience__buy-item_place{background-size:14px}}@media only screen and (max-width:768px){.experience__buy-item_place{background-size:15px}}.experience__buy-item a{font-family:"Futura Book",sans-serif;font-size:24px;color:#1c9182;line-height:1;letter-spacing:normal}@media only screen and (max-width:1640px){.experience__buy-item a{font-size:22px}}@media only screen and (max-width:1366px){.experience__buy-item a{font-size:21px}}@media only screen and (max-width:1024px){.experience__buy-item a{font-size:19px}}@media only screen and (max-width:768px){.experience__buy-item a{font-size:24px}}@media only screen and (max-width:768px){.experience__location{margin-top:100px}}.experience__location p{text-transform:uppercase;margin-bottom:60px;line-height:1}@media only screen and (max-width:1366px){.experience__location p{margin-bottom:45px}}@media only screen and (max-width:1024px){.experience__location p{margin-bottom:35px}}@media only screen and (max-width:768px){.experience__location p{margin-bottom:40px}}.experience__location-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.experience__location-item{margin-bottom:40px;width:520px}@media only screen and (max-width:1640px){.experience__location-item{width:414px}}@media only screen and (max-width:1366px){.experience__location-item{width:317px}}@media only screen and (max-width:1024px){.experience__location-item{width:222px}}@media only screen and (max-width:768px){.experience__location-item{width:100%;margin-bottom:30px}}.experience__location-item:nth-last-child(1),.experience__location-item:nth-last-child(2){margin-bottom:0}@media only screen and (max-width:768px){.experience__location-item:nth-last-child(1),.experience__location-item:nth-last-child(2){margin-bottom:30px}}@media only screen and (max-width:768px){.experience__location-item:last-child{margin-bottom:0}}.experience__location-item a{color:inherit}.experience__location-img{height:390px;position:relative;margin-bottom:16px}@media only screen and (max-width:1640px){.experience__location-img{height:310px}}@media only screen and (max-width:1366px){.experience__location-img{height:238px}}@media only screen and (max-width:1024px){.experience__location-img{height:172px}}@media only screen and (max-width:768px){.experience__location-img{height:auto;margin-bottom:10px}}.experience__location-img:hover .main-img{opacity:0;height:0}.experience__location-img:hover .hover-img{opacity:1;height:100%}.experience__location-img img{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}@media only screen and (max-width:768px){.experience__location-img img{position:relative;margin-left:-20px;width:-webkit-calc(100% + 40px);width:calc(100% + 40px)}}.experience__location-img img.main-img{opacity:1;height:100%}.experience__location-img img.hover-img{opacity:0;height:0}.experience__location-info{font-size:18px;padding:0 50px 0 10px;background:url(../images/location2.svg) no-repeat top right 20px;background-size:20px;margin-bottom:0;text-transform:uppercase}@media only screen and (max-width:1366px){.experience__location-info{background-size:14px;font-size:16px;padding:0 40px 0 10px}}@media only screen and (max-width:1024px){.experience__location-info{font-size:14px;padding:0 40px 0 0}}@media only screen and (max-width:768px){.experience__location-info{font-size:16px;background-size:20px;line-height:2;background-position:top right 0;padding:0 30px 0 0}}.experience .btn{border-color:#1c9182;color:#1c9182;min-width:390px}@media only screen and (max-width:1640px){.experience .btn{min-width:320px}}@media only screen and (max-width:1366px){.experience .btn{min-width:290px}}@media only screen and (max-width:1024px){.experience .btn{min-width:270px}}@media only screen and (max-width:768px){.experience .btn{min-width:auto;width:100%;max-width:300px}}.experience .btn:hover{color:#fff;border-color:#d5b877}.experience__object{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width:1024px){.experience__object{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.experience__object-img{width:520px;height:520px;position:relative;overflow:hidden;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:60px}@media only screen and (max-width:1640px){.experience__object-img{width:430px;height:430px;margin-right:40px}}@media only screen and (max-width:1366px){.experience__object-img{width:310px;height:310px;margin-right:30px}}@media only screen and (max-width:1024px){.experience__object-img{margin-right:0;margin-bottom:40px}}@media only screen and (max-width:768px){.experience__object-img{margin-left:-20px;width:-webkit-calc(100% + 40px);width:calc(100% + 40px);height:100%}}.experience__object-img img{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover}@media only screen and (max-width:768px){.experience__object-img img{position:relative}}.experience__object-video{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:520px;margin-right:60px}@media only screen and (max-width:1640px){.experience__object-video{width:430px;margin-right:40px}}@media only screen and (max-width:1366px){.experience__object-video{width:310px;margin-right:30px}}@media only screen and (max-width:1024px){.experience__object-video{width:100%;margin-right:0;margin-bottom:40px}}@media only screen and (max-width:768px){.experience__object-video{margin-left:-20px;width:-webkit-calc(100% + 40px);width:calc(100% + 40px)}}.experience__object-video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.experience__object-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:768px){.experience__object-desc{text-align:center;margin-top:30px}}.experience__object-desc h4{margin-bottom:50px}@media only screen and (max-width:1640px){.experience__object-desc h4{margin-bottom:35px}}@media only screen and (max-width:768px){.experience__object-desc h4{margin-bottom:27px}}.experience__object-desc p{font-size:18px;line-height:1.9;margin-bottom:55px}@media only screen and (max-width:1640px){.experience__object-desc p{line-height:1.7;margin-bottom:35px;font-size:17px}}@media only screen and (max-width:768px){.experience__object-desc p{font-size:16px}}@media only screen and (max-width:768px){.experience__object-desc p{margin-bottom:40px}}.experience__object-desc .btn{text-align:center;color:#d5b877;border-color:#d5b877;min-width:295px;font-size:20px}.content{padding:100px 0;background:#fefafb}@media only screen and (max-width:1640px){.content{padding:90px 0}}@media only screen and (max-width:1366px){.content{padding:75px 0}}@media only screen and (max-width:1024px){.content{padding:65px 0}}@media only screen and (max-width:768px){.content{padding:55px 0}}.content h1{margin-bottom:90px}@media only screen and (max-width:1640px){.content h1{margin-bottom:70px}}@media only screen and (max-width:1366px){.content h1{margin-bottom:55px}}@media only screen and (max-width:1024px){.content h1{margin-bottom:40px}}@media only screen and (max-width:768px){.content h1{margin-bottom:30px}}.text{color:#000}.text p{font-size:12px;line-height:1.3;color:#1c9182;letter-spacing:normal;margin-bottom:20px}.text p:last-child{margin-bottom:0}.text__column{-webkit-column-count:2;-moz-column-count:2;column-count:2}@media only screen and (max-width:768px){.text__column{-webkit-column-count:1;-moz-column-count:1;column-count:1}}.text h1,.text h2,.text h3,.text h4,.text h5,.text h6{display:block;color:#1c9182;text-transform:none;letter-spacing:.32em}.text h1{font-size:2em;margin-top:.67em;margin-bottom:.67em}.text h2{font-size:1.5em;margin-top:.83em;margin-bottom:.83em}.text h3{font-size:1.17em;margin-top:1em;margin-bottom:1em}.text h4{font-size:1em;margin-top:1.33em;margin-bottom:1.33em}.text h5{font-size:.83em;margin-top:1.67em;margin-bottom:1.67em}.text h6{font-size:.67em;margin-top:2.33em;margin-bottom:2.33em}.text bold,.text strong{font-family:"Futura Bold",sans-serif}.text em{font-style:italic}.text ul{margin-bottom:20px}.text ul li{list-style-type:disc;list-style-position:inside;font-size:12px;line-height:1.3;letter-spacing:normal;color:#1c9182}.text ol{margin-bottom:20px}.text ol li{list-style-type:decimal;list-style-position:inside;font-size:12px;line-height:1.3;letter-spacing:normal;color:#1c9182}.age-verification{position:fixed;height:100%;width:100%;left:0;top:0;z-index:9999;display:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#1c9182;letter-spacing:normal;background:rgba(28,145,130,.83)}.age-verification_active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.age-verification__substrate{width:657px;height:657px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}@media only screen and (max-width:1640px){.age-verification__substrate{width:600px;height:600px}}@media only screen and (max-width:1366px){.age-verification__substrate{width:550px;height:550px}}@media only screen and (max-width:768px){.age-verification__substrate{width:400px;height:400px}}.age-verification__substrate img{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover}.age-verification form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;max-width:325px;position:relative;z-index:1}.age-verification form input[type=date],.age-verification form input[type=number],.age-verification form input[type=text]{border:1px solid #21897a;margin:0 25px 0 0;line-height:1;padding:18px;font-size:18px;text-align:center}@media only screen and (max-width:1640px){.age-verification form input[type=date],.age-verification form input[type=number],.age-verification form input[type=text]{padding:15px}}@media only screen and (max-width:1366px){.age-verification form input[type=date],.age-verification form input[type=number],.age-verification form input[type=text]{font-size:17px;padding:12px;margin:0 15px 0 0}}@media only screen and (max-width:768px){.age-verification form input[type=date],.age-verification form input[type=number],.age-verification form input[type=text]{font-size:12px;padding:8px;margin:0 8px 0 0}}.age-verification form input[type=date]:last-child,.age-verification form input[type=number]:last-child,.age-verification form input[type=text]:last-child{margin-right:0}.age-verification form input[type=date]::-webkit-input-placeholder,.age-verification form input[type=number]::-webkit-input-placeholder,.age-verification form input[type=text]::-webkit-input-placeholder{color:#1c9182;opacity:.36;text-align:center}.age-verification form input[type=date]::-moz-placeholder,.age-verification form input[type=number]::-moz-placeholder,.age-verification form input[type=text]::-moz-placeholder{color:#1c9182;opacity:.36;text-align:center}.age-verification form input[type=date]:-ms-input-placeholder,.age-verification form input[type=number]:-ms-input-placeholder,.age-verification form input[type=text]:-ms-input-placeholder{color:#1c9182;opacity:.36;text-align:center}.age-verification form input[type=date]::placeholder,.age-verification form input[type=number]::placeholder,.age-verification form input[type=text]::placeholder{color:#1c9182;opacity:.36;text-align:center}.age-verification form input[name=day],.age-verification form input[name=month]{width:75px}@media only screen and (max-width:1366px){.age-verification form input[name=day],.age-verification form input[name=month]{width:60px}}.age-verification form input[name=year]{width:117px}@media only screen and (max-width:1366px){.age-verification form input[name=year]{width:120px}}@media only screen and (max-width:768px){.age-verification form input[name=year]{width:86px}}.age-verification form input[type=checkbox]{-webkit-appearance:checkbox;border:1px solid #21897a;width:26px;height:26px;margin:0 15px 0 0;cursor:pointer;background:#fff;outline:0;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none}@media only screen and (max-width:1640px){.age-verification form input[type=checkbox]{width:24px;height:24px}}@media only screen and (max-width:1366px){.age-verification form input[type=checkbox]{width:22px;height:22px}}@media only screen and (max-width:768px){.age-verification form input[type=checkbox]{width:19px;height:19px;margin:0 10px 0 0}}.age-verification form input[type=submit]{font-size:24px;background:#1c9182;background:-webkit-gradient(linear,left top,left bottom,from(#1c9182),to(#03bbc4));background:linear-gradient(#1c9182 0,#03bbc4 100%);font-family:"Futura Medium",sans-serif;border:none;text-transform:uppercase;color:#fff;-webkit-border-radius:50px;border-radius:50px;padding:7px;min-width:156px;cursor:pointer}@media only screen and (max-width:1640px){.age-verification form input[type=submit]{font-size:22px;padding:5px;min-width:150px}}@media only screen and (max-width:1366px){.age-verification form input[type=submit]{font-size:20px;min-width:140px}}@media only screen and (max-width:768px){.age-verification form input[type=submit]{font-size:13px;min-width:100px}}.age-verification form select{font-family:"Futura Book",sans-serif;width:100%;border:1px solid #21897a;font-size:24px;line-height:1.3;padding:13px 50px 13px 23px;color:#1c9182;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-border-radius:0;border-radius:0}@media only screen and (max-width:1640px){.age-verification form select{font-size:22px;padding:13px 45px 13px 20px}}@media only screen and (max-width:1366px){.age-verification form select{font-size:20px;padding:11px 40px 11px 15px}}@media only screen and (max-width:768px){.age-verification form select{font-size:18px;padding:6px 30px 6px 17px;max-width:225px}}.age-verification__form-row{margin-bottom:25px;max-width:100%}@media only screen and (max-width:1640px){.age-verification__form-row{margin-bottom:20px}}@media only screen and (max-width:768px){.age-verification__form-row{margin-bottom:11px}}.age-verification__form-row:last-child{margin-bottom:0}.age-verification__form-row label:not(.age-verification__remember){font-size:24px;text-transform:uppercase;font-family:"Futura Bold",sans-serif;margin-bottom:10px;display:inline-block}@media only screen and (max-width:1640px){.age-verification__form-row label:not(.age-verification__remember){font-size:22px}}@media only screen and (max-width:1366px){.age-verification__form-row label:not(.age-verification__remember){font-size:20px}}@media only screen and (max-width:768px){.age-verification__form-row label:not(.age-verification__remember){font-size:18px;line-height:1}}.age-verification__form-row p{font-family:Arial;font-size:12px;line-height:1.16;letter-spacing:.02em;margin:0 auto 15px;max-width:95%}@media only screen and (max-width:768px){.age-verification__form-row p{font-size:10px;margin:0 auto 12px}}.age-verification__form-row p:last-child{margin-bottom:0}.age-verification__form-row a{color:inherit;text-decoration:underline}.age-verification__form-row a:hover{text-decoration:none}.age-verification__form-fields{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.age-verification__form-select{position:relative;width:100%}.age-verification__form-select:after{content:"";position:absolute;right:26px;top:0;bottom:0;margin:auto;width:18px;height:9px;background:url(../images/gold-arrow.svg) no-repeat center;background-size:contain}@media only screen and (max-width:1640px){.age-verification__form-select:after{right:20px}}@media only screen and (max-width:768px){.age-verification__form-select:after{right:23px}}.age-verification__form-remember{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.age-verification__form-remember label{font-size:18px;font-family:Arial;cursor:pointer}@media only screen and (max-width:768px){.age-verification__form-remember label{font-size:12px}}.age-verification__info{text-align:center;max-width:250px;position:relative}.age-verification__title{font-size:32px;font-family:"Futura Bold",sans-serif;margin-bottom:15px;line-height:1.3;text-transform:uppercase}.age-verification__text{font-size:18px;font-family:Arial;line-height:1.4;letter-spacing:.02em}.description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media only screen and (max-width:768px){.description{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:768px){.description>div:first-child{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media only screen and (max-width:768px){.description>div:last-child{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}}.description_reverse>div:first-child{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.description_reverse>div:last-child{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.description__item{width:50%;overflow:hidden;position:relative;text-align:center}@media only screen and (max-width:768px){.description__item{width:100%}}.description__item_text{padding:130px 145px}@media only screen and (max-width:1640px){.description__item_text{padding:80px 90px}}@media only screen and (max-width:1366px){.description__item_text{padding:55px 50px}}@media only screen and (max-width:768px){.description__item_text{padding:40px 30px}}.description__item h4{margin-bottom:70px;position:relative}@media only screen and (max-width:1640px){.description__item h4{margin-bottom:50px}}@media only screen and (max-width:1366px){.description__item h4{margin-bottom:45px}}@media only screen and (max-width:768px){.description__item h4{font-size:26px;margin-bottom:35px}}.description__item h4+h4{margin-top:110px}@media only screen and (max-width:1640px){.description__item h4+h4{margin-top:100px}}@media only screen and (max-width:1366px){.description__item h4+h4{margin-top:80px}}@media only screen and (max-width:768px){.description__item h4+h4{margin-top:50px}}.description__item h4+h4:before{content:"";background:#1c9182;width:180px;height:4px;position:absolute;left:0;right:0;top:-53px;margin:auto}@media only screen and (max-width:1640px){.description__item h4+h4:before{top:-48px;width:160px}}@media only screen and (max-width:1366px){.description__item h4+h4:before{height:3px;top:-38px}}@media only screen and (max-width:768px){.description__item h4+h4:before{top:-24px;width:140px}}.description__item p{text-transform:uppercase;margin-bottom:50px}@media only screen and (max-width:1640px){.description__item p{margin-bottom:40px}}@media only screen and (max-width:768px){.description__item p{margin-bottom:30px}}.description__item p:last-child{margin-bottom:0}.description__img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:100%;height:100%;object-fit:cover}@media only screen and (max-width:768px){.description__img{position:relative}}.description__icon{margin:0 auto 55px;width:132px}@media only screen and (max-width:1640px){.description__icon{margin:0 auto 50px;width:125px}}@media only screen and (max-width:1366px){.description__icon{margin:0 auto 40px;width:120px}}@media only screen and (max-width:768px){.description__icon{width:100px;margin:0 auto 35px}}.discover{width:100%;text-align:center;padding:190px 0 100px}@media only screen and (max-width:1640px){.discover{padding:170px 0 100px}}@media only screen and (max-width:1366px){.discover{padding:120px 0 80px}}@media only screen and (max-width:1024px){.discover{padding:70px 0 70px}}@media only screen and (max-width:768px){.discover{display:none}}.discover h3{max-width:80%;margin:0 auto 65px}@media only screen and (max-width:1366px){.discover h3{margin:0 auto 50px}}@media only screen and (max-width:1024px){.discover h3{max-width:100%;margin:0 auto 40px}}.discover__photos{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:75px}@media only screen and (max-width:1366px){.discover__photos{margin-bottom:55px}}.discover__photos-item{width:520px;height:400px;position:relative}@media only screen and (max-width:1640px){.discover__photos-item{width:414px;height:318px}}@media only screen and (max-width:1366px){.discover__photos-item{width:317px;height:244px}}@media only screen and (max-width:1024px){.discover__photos-item{width:228px;height:173px}}.discover__photos-item img{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover}.discover .btn{border-color:#d5b877;color:#d5b877;min-width:390px}@media only screen and (max-width:1640px){.discover .btn{min-width:320px}}@media only screen and (max-width:1366px){.discover .btn{min-width:290px}}@media only screen and (max-width:1024px){.discover .btn{min-width:270px}}@media only screen and (max-width:768px){.discover .btn{min-width:auto;width:100%;max-width:300px}}.discover .btn:hover{color:#fff;border-color:#d5b877}.video-block{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}@media only screen and (max-width:768px){.video-block{padding-bottom:177.778%}}@media (orientation:landscape){.video-block{padding-bottom:56.25%;height:auto;min-height:auto}}.video-block .container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%}@media only screen and (max-width:768px){.video-block .container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.video-block iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:768px){.video-block iframe.desktop-iframe{display:none}}@media (orientation:landscape){.video-block iframe.desktop-iframe{display:block}}.video-block iframe.mobile-iframe{display:none}@media only screen and (max-width:768px){.video-block iframe.mobile-iframe{display:block}}@media (orientation:landscape){.video-block iframe.mobile-iframe{display:none}}.video-block__btn-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto;width:100%;max-width:80%;height:100%}@media only screen and (max-width:1366px){.video-block__btn-wrap{max-width:100%}}@media only screen and (max-width:768px){.video-block__btn-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:100%;margin-bottom:25%}}@media (orientation:landscape){.video-block__btn-wrap{margin-bottom:25vh}}.video-block__btn{color:#dac082;border-color:#dac082;min-width:465px;background:#fff;text-align:center;position:relative;top:75%}@media only screen and (max-width:1024px){.video-block__btn{min-width:340px;font-size:14px;top:69%}}@media only screen and (max-width:768px){.video-block__btn{min-width:auto;max-width:465px;width:100%;-webkit-animation-name:slideInDownMob;animation-name:slideInDownMob;top:auto;font-size:13px;-webkit-animation-delay:unset;animation-delay:unset}}@media only screen and (max-width:768px){.video-block__btn:first-child{margin-bottom:15px;-webkit-animation-delay:.3s;animation-delay:.3s}}.video-block__btn:hover{color:#fff;background:#d5b877}body.archive>.container,body.error404>.container,body.search>.container{padding-top:100px;padding-bottom:100px}@media only screen and (max-width:1366px){body.archive>.container,body.error404>.container,body.search>.container{padding-top:85px;padding-bottom:85px}}@media only screen and (max-width:1024px){body.archive>.container,body.error404>.container,body.search>.container{padding-top:70px;padding-bottom:70px}}@media only screen and (max-width:768px){body.archive>.container,body.error404>.container,body.search>.container{padding-top:60px;padding-bottom:60px}}body.archive .form-search,body.error404 .form-search,body.search .form-search{margin-top:40px}@media only screen and (max-width:768px){body.archive .form-search,body.error404 .form-search,body.search .form-search{margin-top:30px}}body.archive .form-search input[type=text],body.error404 .form-search input[type=text],body.search .form-search input[type=text]{border:1px solid #21897a;padding:15px 18px;font-size:20px;line-height:1}@media only screen and (max-width:768px){body.archive .form-search input[type=text],body.error404 .form-search input[type=text],body.search .form-search input[type=text]{font-size:16px}}body.archive .form-search input[type=submit],body.error404 .form-search input[type=submit],body.search .form-search input[type=submit]{font-size:24px;background:#1c9182;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#1c9182),to(#03bbc4));background:linear-gradient(#1c9182 0,#03bbc4 100%);font-family:"Futura Medium",sans-serif;border:none;text-transform:uppercase;color:#fff;-webkit-border-radius:50px;border-radius:50px;padding:12px 35px;margin-left:15px;cursor:pointer}@media only screen and (max-width:1024px){body.archive .form-search input[type=submit],body.error404 .form-search input[type=submit],body.search .form-search input[type=submit]{font-size:22px;padding:13px 35px}}@media only screen and (max-width:768px){body.archive .form-search input[type=submit],body.error404 .form-search input[type=submit],body.search .form-search input[type=submit]{margin-left:0;margin-top:15px;font-size:20px;padding:10px 30px}}body.archive h2,body.error404 h2,body.search h2{margin-bottom:70px}@media only screen and (max-width:768px){body.archive h2,body.error404 h2,body.search h2{font-size:29px;letter-spacing:.2em;margin-bottom:45px}}body.archive .posts-holder,body.error404 .posts-holder,body.search .posts-holder{margin-top:50px}@media only screen and (max-width:1024px){body.archive .posts-holder,body.error404 .posts-holder,body.search .posts-holder{margin-top:30px}}body.archive .posts-holder .entry-header+.entry-content,body.error404 .posts-holder .entry-header+.entry-content,body.search .posts-holder .entry-header+.entry-content{margin-top:10px}body.archive .posts-holder article,body.error404 .posts-holder article,body.search .posts-holder article{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #d3d3d3}@media only screen and (max-width:768px){body.archive .posts-holder article,body.error404 .posts-holder article,body.search .posts-holder article{margin-bottom:25px;padding-bottom:25px}}body.archive .posts-holder article h3,body.error404 .posts-holder article h3,body.search .posts-holder article h3{margin-bottom:0}@media only screen and (max-width:768px){body.archive .posts-holder article h3,body.error404 .posts-holder article h3,body.search .posts-holder article h3{font-size:28px;letter-spacing:.2em}}body.archive .posts-holder article img,body.error404 .posts-holder article img,body.search .posts-holder article img{max-width:100%;height:auto}body.archive,body.search{color:#000}body.archive .banner,body.search .banner{height:500px}body.archive h3,body.search h3{margin-bottom:20px}@media only screen and (max-width:768px){body.archive h3,body.search h3{font-size:27px}}body.archive h1{margin-bottom:70px}@media only screen and (max-width:768px){body.archive h1{font-size:29px;letter-spacing:.2em;margin-bottom:45px}}@media only screen and (max-width:768px){.error404{text-align:center}}.error404>.container{text-align:center}.error404>.container p{text-transform:uppercase;margin-bottom:70px}@media only screen and (max-width:1640px){.error404>.container p{margin-bottom:60px}}@media only screen and (max-width:768px){.error404>.container p{margin-bottom:35px}}.error404>.container h3{max-width:90%;margin:0 auto 70px auto}@media only screen and (max-width:1640px){.error404>.container h3{margin:0 auto 60px auto}}@media only screen and (max-width:768px){.error404>.container h3{font-size:24px;margin:0 auto 40px auto}}.error404 .banner{height:500px}.page-template-default:not(.home) .banner img{max-width:100%;height:auto;position:relative}.wp-block-image img{height:auto}.fancybox-content{max-width:80%!important}@media only screen and (max-width:768px){.fancybox-content{max-width:90%!important}}@media only screen and (max-width:480px){.fancybox-content{max-width:100%!important}}.audio{position:absolute;z-index:1;width:50px;height:50px;right:30px;bottom:30px;display:inline-block;cursor:pointer}@media only screen and (max-width:768px){.audio{right:15px;bottom:15px}}@media only screen and (max-width:370px){.audio{right:10px;bottom:10px;width:45px;height:45px}}.audio img{display:none;max-width:100%;margin:0;padding:0}.audio img.active{display:block}.two-columns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:768px){.two-columns{display:block}}.two-columns__item{width:49%}@media only screen and (max-width:1640px){.two-columns__item{width:48%}}@media only screen and (max-width:768px){.two-columns__item{width:100%;margin-bottom:60px}}@media only screen and (max-width:768px){.two-columns__item:last-child{margin-bottom:0}}.two-columns__item img{max-width:100%}.two-columns .btn{text-align:center;color:#d5b877;border-color:#d5b877;min-width:390px;margin-top:50px}@media only screen and (max-width:992px){.two-columns .btn{min-width:320px}}@media only screen and (max-width:768px){.two-columns .btn{margin-top:25px;min-width:auto}}.two-columns .btn:hover{color:#fff;border-color:#d5b877}.articles{padding:80px 0 85px;color:#000}@media only screen and (max-width:992px){.articles{padding:60px 0 65px}}.articles a{color:#000}.articles__list{width:75%}@media only screen and (max-width:1366px){.articles__list{width:65%}}@media only screen and (max-width:768px){.articles__list{width:100%}}.articles__list-wrap{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}@media only screen and (max-width:768px){.articles__list-wrap{width:100%}}.articles__item{display:inline-block;margin:0 0 47px;float:left;width:-webkit-calc(33.33% - 20px);width:calc(33.33% - 20px)}@media only screen and (max-width:1366px){.articles__item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:768px){.articles__item{width:100%}}.articles__item h3{height:2.6em;overflow:hidden;line-height:1.3em;letter-spacing:.22em;margin-bottom:30px}@media only screen and (max-width:992px){.articles__item h3{margin-bottom:25px;line-height:1.2em;height:2.4em}}@media only screen and (max-width:768px){.articles__item h3{height:auto;margin-bottom:15px;line-height:1.2;font-size:29px}}.articles__item h3 a{color:#dac082}.articles__item p{font-size:14px}.articles__item-img{margin-bottom:25px}@media only screen and (max-width:768px){.articles__item-img{margin-bottom:20px}}.articles__item-img img{display:block;width:100%;height:auto}.articles__item-date{font-size:12px;font-family:Arial;display:block;line-height:1;margin-bottom:5px}.articles .container{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (max-width:768px){.articles .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.wp-pagenavi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:90px}@media only screen and (max-width:1366px){.wp-pagenavi{margin-top:60px}}@media only screen and (max-width:992px){.wp-pagenavi{margin-top:40px}}@media only screen and (max-width:768px){.wp-pagenavi{margin-top:10px}}.wp-pagenavi a,.wp-pagenavi span{border:none!important}.wp-pagenavi a.page,.wp-pagenavi span{font-family:Arial;font-size:20px;font-weight:700;width:23px;display:inline-block;margin-right:10px!important;text-align:center}@media only screen and (max-width:768px){.wp-pagenavi a.page,.wp-pagenavi span{width:20px}}.wp-pagenavi span{color:#707070}.wp-pagenavi a{color:#a5a5a5}.wp-pagenavi a.first,.wp-pagenavi a.last,.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink{height:23px;width:23px;font-size:0}@media only screen and (max-width:768px){.wp-pagenavi a.first,.wp-pagenavi a.last,.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink{height:20px;width:20px}}.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink{background:url(../images/pagination-arrow.svg) no-repeat center;background-size:contain}.wp-pagenavi a.first,.wp-pagenavi a.last{background:url(../images/pagination-double-arrow.svg) no-repeat center;background-size:contain}.wp-pagenavi a.first,.wp-pagenavi a.previouspostslink{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.wp-pagenavi a.first{margin-right:38px}@media only screen and (max-width:768px){.wp-pagenavi a.first{margin-right:18px}}.wp-pagenavi a.last{margin-left:38px}@media only screen and (max-width:768px){.wp-pagenavi a.last{margin-left:18px}}.wp-pagenavi a.previouspostslink{margin-right:30px}@media only screen and (max-width:768px){.wp-pagenavi a.previouspostslink{margin-right:20px}}.wp-pagenavi a.nextpostslink{margin-left:20px}@media only screen and (max-width:768px){.wp-pagenavi a.nextpostslink{margin-left:10px}}.sidebar{width:25%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-right:30px}@media only screen and (max-width:1366px){.sidebar{width:35%}}@media only screen and (max-width:992px){.sidebar{padding-right:25px}}@media only screen and (max-width:768px){.sidebar{width:100%;padding-right:0;margin-bottom:70px}}.sidebar__item{margin-bottom:40px}.sidebar__item:last-child{margin-bottom:0}.sidebar__item ul li{margin-bottom:25px;line-height:1}.sidebar__item ul li:last-child{margin-bottom:0}.sidebar__item ul li a{font-size:16px}.sidebar__item-title{text-transform:uppercase;font-size:12px;font-family:"Futura Bold",sans-serif;line-height:1.3;margin-bottom:25px}.sidebar .wp-block-search__input{padding:6px 10px;font-size:16px}.sidebar .wp-block-search .wp-block-search__label{font-family:"Futura Medium",sans-serif;text-transform:uppercase;font-size:18px;margin-bottom:10px;display:inline-block;line-height:1}.article{max-width:1060px}.article__title{color:#dac082;margin-bottom:30px}.article h1:not([class]),.article h2:not([class]),.article h3:not([class]),.article h4:not([class]),.article h5:not([class]),.article h6:not([class]){display:block;letter-spacing:.32em}.article h1:not([class]){font-size:2em;margin-top:.67em;margin-bottom:.67em}.article h2:not([class]){font-size:1.5em;margin-top:.83em;margin-bottom:.83em}.article h3:not([class]){font-size:1.17em;margin-top:1em;margin-bottom:1em}.article h4:not([class]){font-size:1em;margin-top:1.33em;margin-bottom:1.33em}.article h5:not([class]){font-size:.83em;margin-top:1.67em;margin-bottom:1.67em}.article h6:not([class]){font-size:.67em;margin-top:2.33em;margin-bottom:2.33em}.article ol,.article ul{margin:0 0 25px;max-width:90%}@media only screen and (max-width:1366px){.article ol,.article ul{max-width:100%}}.article__date{font-size:12px;font-family:Arial;display:block;line-height:1;margin-bottom:5px}.article img{width:100%}.article .wp-block-image{margin:0 0 50px}@media only screen and (max-width:992px){.article .wp-block-image{margin:0 0 35px}}.article p:not([class]){font-size:14px;margin:0 0 25px;max-width:90%}@media only screen and (max-width:1366px){.article p:not([class]){max-width:100%}}.article .wp-block-column:not(:first-child){margin-left:20px}@media only screen and (max-width:768px){.article .wp-block-column:not(:first-child){margin-left:0}}.article .wp-block-columns{margin-bottom:0}@media only screen and (max-width:768px){.article .wp-block-column:not(:only-child){-webkit-flex-basis:100%!important;-ms-flex-preferred-size:100%!important;flex-basis:100%!important}}.share{margin-top:53px;text-align:center;max-width:790px}@media only screen and (max-width:992px){.share{margin-top:40px}}.share__title{font-family:Arial;color:#707070;text-transform:uppercase;font-size:20px;margin-bottom:22px;font-weight:700;line-height:1}.share__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.share__item{width:22px;height:22px;margin-right:30px}.share__item:last-child{margin-right:0}.share__item span{background:0 0!important;width:auto;height:auto}.share__item .a2a_svg svg{display:none}.share__item_facebook{background:url(../images/social/facebook-grey.svg) no-repeat center;background-size:contain}.share__item_twitter{background:url(../images/social/twitter-grey.svg) no-repeat center;background-size:contain}.share__item_linkedin{background:url(../images/social/linkedin-grey.svg) no-repeat center;background-size:contain}.comments{margin-top:80px;max-width:790px}@media only screen and (max-width:992px){.comments{margin-top:60px}}.comments .comment-form-cookies-consent,.comments .comment-form-url,.comments .comment-notes,.comments .comment-reply-title,.comments .logged-in-as{display:none}.comments label{width:100%;text-transform:uppercase;font-family:Arial;font-size:20px;font-weight:700;line-height:1;display:block;margin-bottom:15px;color:#707070}@media only screen and (max-width:768px){.comments label{margin-bottom:10px;font-size:18px}}.comments input,.comments textarea{width:100%;border:1px solid #707070;font-size:16px;padding:15px}.comments input[type=submit],.comments textarea[type=submit]{font-size:18px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;position:relative;padding:11px;-webkit-border-radius:50px;border-radius:50px;text-align:center;color:#d5b877;border:1px solid #d5b877;min-width:390px;background:0 0;display:inline-block;width:auto;cursor:pointer}@media only screen and (max-width:992px){.comments input[type=submit],.comments textarea[type=submit]{min-width:320px}}.comments input[type=submit]:hover,.comments textarea[type=submit]:hover{background:#d5b877;color:#fff}.comments .comment-form p:not(.form-submit){margin-bottom:25px}.comments .comments-title{font-size:24px;margin-bottom:10px}.comments .comment-author{margin-bottom:10px}.comments .comment-author img{width:auto}.comments .comment-list{margin-bottom:40px}.drinks{padding:75px 0 110px;text-align:center}@media only screen and (max-width:1366px){.drinks{padding:70px 0 80px}}@media only screen and (max-width:768px){.drinks{padding:50px 0 40px}}.drinks p{margin-bottom:35px;text-transform:uppercase}@media only screen and (max-width:768px){.drinks p{margin-bottom:30px}}.drinks p:last-of-type{margin-bottom:0}.drinks__list{margin:90px 0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:1366px){.drinks__list{margin:70px 0 0}}@media only screen and (max-width:1024px){.drinks__list{margin:60px 0 0}}@media only screen and (max-width:768px){.drinks__list{margin:40px 0 0}}.drinks__item{width:-webkit-calc(50% - 10px);width:calc(50% - 10px);margin-bottom:20px;height:520px;overflow:hidden;position:relative;cursor:pointer}@media only screen and (max-width:1640px){.drinks__item{height:400px}}@media only screen and (max-width:1366px){.drinks__item{height:370px}}@media only screen and (max-width:1024px){.drinks__item{height:280px}}@media only screen and (max-width:768px){.drinks__item{width:100%;height:auto;margin-bottom:15px}}.drinks__item img{max-width:100%;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}@media only screen and (max-width:768px){.drinks__item img{position:relative}}.drinks__item:hover .drinks__overlay{top:0}.drinks__overlay{position:absolute;left:0;top:100%;background:rgba(0,168,176,.54);width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;color:#fff;-webkit-transition:all .2s linear;transition:all .2s linear;padding:0 20px;line-height:1.3}.drinks-banner{position:relative;overflow:hidden;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.drinks-banner__img img{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover}.drinks-banner__content{width:50%;background:rgba(0,168,176,.54);position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;padding:110px 85px;min-height:100vh}@media only screen and (max-width:1640px){.drinks-banner__content{padding:70px 65px 75px}}@media only screen and (max-width:1366px){.drinks-banner__content{padding:65px 70px 70px;width:70%}}@media only screen and (max-width:1024px){.drinks-banner__content{padding:60px 65px 65px}}@media only screen and (max-width:768px){.drinks-banner__content{max-width:100%;width:100%;padding:68px 20px 45px}}.drinks-banner__content img{margin:0 auto 63px;width:87px;height:206px}@media only screen and (max-width:1640px){.drinks-banner__content img{width:75px;height:180px}}@media only screen and (max-width:1366px){.drinks-banner__content img{margin:0 auto 45px;width:63px;height:150px}}@media only screen and (max-width:768px){.drinks-banner__content img{width:65px;height:154px}}.drinks-banner__content h3{margin-bottom:85px}@media only screen and (max-width:1366px){.drinks-banner__content h3{margin-bottom:65px}}@media only screen and (max-width:768px){.drinks-banner__content h3{margin-bottom:50px}}.drinks-banner__content .btn{color:#dac082;border-color:#dac082;min-width:370px;background:#fff}@media only screen and (max-width:1366px){.drinks-banner__content .btn{min-width:330px}}@media only screen and (max-width:768px){.drinks-banner__content .btn{min-width:290px}}.drinks-banner__content .btn:hover{color:#fff;background:#d5b877}.drinks-banner__description{max-width:100%}.margarita-promo{position:relative;overflow:hidden;z-index:9}.margarita-promo img{width:100%;height:auto}.margarita-promo__text{position:absolute;top:68%;left:6.5%;text-align:center;color:#fff}@media only screen and (max-width:480px){.margarita-promo__text{top:65%}}.margarita-promo .btn{color:#dac082;border-color:#dac082;min-width:240px;background:#fff}@media only screen and (max-width:768px){.margarita-promo .btn{min-width:auto;font-size:12px;padding:8px 15px}}@media only screen and (max-width:480px){.margarita-promo .btn{font-size:10px;padding:4px 10px}}.margarita-promo .btn:hover{color:#fff;background:#d5b877}.anniversary-promo{position:relative;overflow:hidden;z-index:9}.anniversary-promo img{width:100%;height:auto}.anniversary-promo__text{position:absolute;width:23.8%;top:44%;right:0;text-align:center;color:#fff}@media only screen and (max-width:1024px){.anniversary-promo__text{top:38%}}.anniversary-promo .btn{color:#fff;border-color:#fff;min-width:230px;padding:10px;font-size:23px;background:#dac082}@media only screen and (max-width:1024px){.anniversary-promo .btn{min-width:170px;font-size:20px}}@media only screen and (max-width:768px){.anniversary-promo .btn{min-width:auto;font-size:12px;padding:8px 12px}}@media only screen and (max-width:480px){.anniversary-promo .btn{font-size:10px;padding:4px}}.anniversary-promo .btn:hover{color:#dac082;border-color:#dac082;background:#fff}.headline{background:#42a3b0;padding:32px 0}@media only screen and (max-width:1024px){.headline{padding:26px 0}}@media only screen and (max-width:768px){.headline{padding:15px 0}}.headline h2{position:relative;font-size:40px;line-height:1;letter-spacing:normal;text-align:center;color:#fafdfd;font-weight:500;text-transform:uppercase;margin-bottom:30px}@media only screen and (max-width:1366px){.headline h2{font-size:35px;margin-bottom:26px}}@media only screen and (max-width:1024px){.headline h2{font-size:32px;margin-bottom:20px}}@media only screen and (max-width:768px){.headline h2{font-size:14px;margin-bottom:8px}}.headline h2:after{content:"";position:absolute;left:0;right:0;bottom:-30px;margin:auto;width:150px;height:6px;background:#fffdfd}@media only screen and (max-width:1366px){.headline h2:after{width:132px;bottom:-26px}}@media only screen and (max-width:1024px){.headline h2:after{width:120px;height:4px;bottom:-20px}}@media only screen and (max-width:768px){.headline h2:after{width:32px;height:2px;bottom:-8px}}.text-images-block h1,.text-images-block h2,.text-images-block h3,.text-images-block h4,.text-images-block h5,.text-images-block h6{margin:1.34em auto}@media only screen and (max-width:1366px){.text-images-block h1,.text-images-block h2,.text-images-block h3,.text-images-block h4,.text-images-block h5,.text-images-block h6{margin:1.18em auto}}@media only screen and (max-width:768px){.text-images-block h1,.text-images-block h2,.text-images-block h3,.text-images-block h4,.text-images-block h5,.text-images-block h6{margin:.65em 0}}.text-images-block h1:first-child,.text-images-block h2:first-child,.text-images-block h3:first-child,.text-images-block h4:first-child,.text-images-block h5:first-child,.text-images-block h6:first-child{margin-top:0}.text-images-block h1:last-child,.text-images-block h2:last-child,.text-images-block h3:last-child,.text-images-block h4:last-child,.text-images-block h5:last-child,.text-images-block h6:last-child{margin-bottom:0}.text-images-block h1,.text-images-block h2,.text-images-block h3,.text-images-block h4,.text-images-block h5,.text-images-block h6,.text-images-block p{letter-spacing:normal;color:#42a3b0;max-width:85%}@media only screen and (max-width:1024px){.text-images-block h1,.text-images-block h2,.text-images-block h3,.text-images-block h4,.text-images-block h5,.text-images-block h6,.text-images-block p{max-width:90%}}@media only screen and (max-width:768px){.text-images-block h1,.text-images-block h2,.text-images-block h3,.text-images-block h4,.text-images-block h5,.text-images-block h6,.text-images-block p{max-width:100%}}.button-group{padding:77px 0}@media only screen and (max-width:1024px){.button-group{padding:65px 0}}@media only screen and (max-width:768px){.button-group{padding:32px 0}}.button-group__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 -8px}@media only screen and (max-width:768px){.button-group__buttons{display:block;margin:0}}.button-group__button{min-height:330px;padding:40px;font-size:40px;line-height:1;color:#fafdfd;text-transform:uppercase;background:rgba(66,163,176,.65);width:33.33%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin:0 8px;letter-spacing:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease}.button-group__button:hover{background:#42a3b0}.button-group__button:last-child{margin-bottom:0}@media only screen and (max-width:1366px){.button-group__button{min-height:270px;font-size:35px}}@media only screen and (max-width:1024px){.button-group__button{min-height:220px;font-size:32px}}@media only screen and (max-width:768px){.button-group__button{min-height:210px;font-size:26px;padding:20px;width:100%;margin:0 0 20px}}.ann-text-block{padding:73px 0;background:#42a3b0;color:#fff}@media only screen and (max-width:1366px){.ann-text-block{padding:65px 0}}@media only screen and (max-width:768px){.ann-text-block{padding:40px 0}}.ann-text-block .container{max-width:1860px;padding:0 40px}@media only screen and (max-width:1366px){.ann-text-block .container{padding:0 20px}}@media only screen and (max-width:768px){.ann-text-block .container{padding:0 30px}}.ann-text-block__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:768px){.ann-text-block__row{display:block}}.ann-text-block__image{max-width:44%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:1640px){.ann-text-block__image{max-width:48%}}@media only screen and (max-width:768px){.ann-text-block__image{max-width:100%}}.ann-text-block__image img{max-width:100%;height:auto}.ann-text-block__desc{max-width:50%;margin:-10px auto 0;padding:0 0 0 40px;text-align:center}@media only screen and (max-width:1366px){.ann-text-block__desc{padding:0 0 0 30px}}@media only screen and (max-width:1024px){.ann-text-block__desc{padding:0 0 0 20px}}@media only screen and (max-width:768px){.ann-text-block__desc{max-width:100%;padding:60px 0 0}}.ann-text-block__desc h2,.ann-text-block__desc h3{position:relative}.ann-text-block__desc h2:after,.ann-text-block__desc h3:after{content:"";position:absolute;left:0;right:0;bottom:0;display:block;margin:auto;background:#fdfafa;width:148px;height:10px}@media only screen and (max-width:1640px){.ann-text-block__desc h2:after,.ann-text-block__desc h3:after{width:133px;height:9px}}@media only screen and (max-width:1366px){.ann-text-block__desc h2:after,.ann-text-block__desc h3:after{width:120px;height:8px}}@media only screen and (max-width:768px){.ann-text-block__desc h2:after,.ann-text-block__desc h3:after{width:148px;height:10px}}.ann-text-block__desc h2{margin-bottom:55px;padding-bottom:64px;font-size:35px;letter-spacing:normal}@media only screen and (max-width:1640px){.ann-text-block__desc h2{margin-bottom:50px;padding-bottom:58px}}@media only screen and (max-width:1366px){.ann-text-block__desc h2{margin-bottom:45px;padding-bottom:52px}}@media only screen and (max-width:768px){.ann-text-block__desc h2{margin-bottom:50px;padding-bottom:60px;font-size:30px}}.ann-text-block__desc h3{margin-bottom:40px;padding-bottom:64px;font-size:35px;letter-spacing:normal}@media only screen and (max-width:1640px){.ann-text-block__desc h3{margin-bottom:36px;padding-bottom:58px;font-size:32px}}@media only screen and (max-width:1366px){.ann-text-block__desc h3{margin-bottom:32px;padding-bottom:52px;font-size:29px}}@media only screen and (max-width:768px){.ann-text-block__desc h3{margin-bottom:32px;padding-bottom:52px;font-size:20px}}.ann-text-block__inner{max-width:790px}.ann-text-block__col{margin:0 0 20px;text-align:center;font-size:20px;line-height:1.32;letter-spacing:normal}@media only screen and (max-width:768px){.ann-text-block__col{font-size:15px;text-align:center}}@media only screen and (max-width:768px){.ann-text-block__col:last-child{margin-bottom:0}}.ann-venues{position:relative}@media only screen and (max-width:768px){.ann-venues{padding-top:225%}}@media only screen and (max-width:480px){.ann-venues{padding-top:267%}}.ann-venues>img{max-width:100%;height:auto}@media only screen and (max-width:768px){.ann-venues>img{position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}}.ann-venues__desc{position:absolute;top:8%;right:4.5%;max-width:37%;margin:0 0 0 auto;text-align:center;color:#030000}@media only screen and (max-width:1640px){.ann-venues__desc{top:6%;right:2.5%;max-width:40%}}@media only screen and (max-width:1366px){.ann-venues__desc{top:5%;right:2%;max-width:45%}}@media only screen and (max-width:1024px){.ann-venues__desc{top:2%;max-width:50%}}@media only screen and (max-width:768px){.ann-venues__desc{top:3%;right:auto;max-width:100%;padding:0 15px}}.ann-venues__desc h2{font-size:50px;line-height:1.2;letter-spacing:normal}@media only screen and (max-width:1640px){.ann-venues__desc h2{font-size:45px}}@media only screen and (max-width:1366px){.ann-venues__desc h2{font-size:38px}}@media only screen and (max-width:1024px){.ann-venues__desc h2{font-size:32px}}@media only screen and (max-width:768px){.ann-venues__desc h2{font-size:30px}}.ann-venues__logo{margin:0 auto 5%;width:326px;max-width:18vw;height:auto}@media only screen and (max-width:1366px){.ann-venues__logo{max-width:16vw}}@media only screen and (max-width:1024px){.ann-venues__logo{margin:0 auto 3%}}@media only screen and (max-width:768px){.ann-venues__logo{margin:0 auto 8%;width:194px;max-width:50vw}}.ann-venues__form-select{margin-top:2.5vw}@media only screen and (max-width:768px){.ann-venues__form-select{margin-top:8.5vw}}.ann-venues__tags{display:none}@media only screen and (max-width:768px){.ann-venues__tags{position:absolute;bottom:3%;left:0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;color:#fff;font-size:20px;letter-spacing:normal}}.ann-venues__tags span{padding:0 2px}.ann-carousel{padding:90px 0 200px;background:#d2bf84;color:#fff;text-align:center}@media only screen and (max-width:1640px){.ann-carousel{padding:81px 0 180px}}@media only screen and (max-width:1366px){.ann-carousel{padding:73px 0 162px}}@media only screen and (max-width:768px){.ann-carousel{padding:37px 0 46px}}.ann-carousel h2{margin-bottom:100px;text-transform:uppercase;letter-spacing:normal;font-size:35px;line-height:1.32}@media only screen and (max-width:1640px){.ann-carousel h2{margin-bottom:90px}}@media only screen and (max-width:1366px){.ann-carousel h2{margin-bottom:81px}}@media only screen and (max-width:768px){.ann-carousel h2{margin-bottom:30px;font-size:20px}}.ann-carousel .carousel .slick-list{padding:0 20%;margin:0 -2.5vw}@media only screen and (max-width:768px){.ann-carousel .carousel .slick-list{padding:0;margin:0}}.ann-carousel .carousel .slick-track{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.ann-carousel .carousel .slick-arrow{position:absolute;top:0;bottom:0;margin:auto;width:21px;height:21px;font-size:0;background-color:transparent;border:none;background-image:url(../images/slick-arrow.svg);background-repeat:no-repeat;background-size:contain;background-position:center;cursor:pointer;z-index:9}.ann-carousel .carousel .slick-arrow.slick-prev{left:20px}.ann-carousel .carousel .slick-arrow.slick-next{right:20px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ann-carousel .carousel__item{position:relative;overflow:hidden;margin:0 2.5vw;max-width:100%}@media only screen and (max-width:768px){.ann-carousel .carousel__item{margin:0 30px}}.ann-carousel .carousel__item iframe{position:absolute;top:0;left:0;width:100%;height:100%}.ann-carousel .carousel__item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ann-carousel .carousel__item-inner{position:relative;padding-bottom:56.25%;overflow:hidden;max-width:100%;height:auto}@media only screen and (max-width:768px){.ann-carousel .carousel__item-inner{padding-bottom:177.778%}}.cover{min-height:100svh;height:100svh;padding:5% 0;background:url(../images/background-marble.jpg) no-repeat center;background-size:cover}@media only screen and (max-width:1640px){.cover{padding:4% 0}}@media only screen and (max-width:1024px){.cover{min-height:auto;max-height:820px}}@media only screen and (max-width:768px){.cover{padding:10% 0;max-height:none}}.cover .container_fluid{height:100%}@media only screen and (max-width:768px){.cover .container_fluid{padding:0 10px}}.cover__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}@media only screen and (max-width:768px){.cover__inner{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.cover__top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 25px;width:100%}@media only screen and (max-width:1640px){.cover__top{padding:0 20px}}@media only screen and (max-width:768px){.cover__top{display:block}}.cover__top-col{width:33.33%;text-align:center}@media only screen and (max-width:768px){.cover__top-col{width:100%}}.cover__top-col img{width:528px;max-width:28vw;margin:0 auto}@media only screen and (max-width:768px){.cover__top-col img{width:244px;max-width:90%}}@media only screen and (max-width:480px){.cover__top-col img{width:45vw}}.cover__title{max-width:1300px;margin:0 auto}@media only screen and (max-width:1640px){.cover__title{margin-top:30px}}@media only screen and (max-width:768px){.cover__title{margin-top:7vh}}.cover__btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:22.4vw;height:22.4vw;padding:2vw 1.56vw 1vw;margin:0 0 0 auto;background:url(../images/btn-substrate.png) no-repeat center;background-size:contain;color:#fff}@media only screen and (max-width:1024px){.cover__btn{width:25vw;height:25vw}}@media only screen and (max-width:768px){.cover__btn{width:215px;height:215px;margin:4vh auto 0}}@media only screen and (max-width:480px){.cover__btn{width:40vw;height:40vw}}.cover__text{position:relative;letter-spacing:normal}.cover__text_sm{padding:0 1.82vw;font-size:1.3vw;line-height:1.2}@media only screen and (max-width:768px){.cover__text_sm{padding:0 30px;font-size:12px}}@media only screen and (max-width:480px){.cover__text_sm{padding:0 3vw;font-size:2.14vw}}.cover__text_lg{padding:1.82vw 0;margin:1.56vw 0;font-size:1.82vw;line-height:1}@media only screen and (max-width:768px){.cover__text_lg{padding:16px 0;margin:13px 0;font-size:16px}}@media only screen and (max-width:480px){.cover__text_lg{padding:3vw 0;margin:2.57vw 0;font-size:3vw}}.cover__text_lg:after,.cover__text_lg:before{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:11vw;height:.52vw;background:#fff}@media only screen and (max-width:768px){.cover__text_lg:after,.cover__text_lg:before{width:84px;height:4px}}@media only screen and (max-width:480px){.cover__text_lg:after,.cover__text_lg:before{width:18vw;height:.85vw}}.cover__text_lg:before{top:0}.cover__text_lg:after{bottom:0}.cover h2{text-align:center;font-size:75px;line-height:1.2;color:#030000;text-transform:uppercase}@media only screen and (max-width:1640px){.cover h2{font-size:68px}}@media only screen and (max-width:1366px){.cover h2{font-size:61px}}@media only screen and (max-width:768px){.cover h2{font-size:30px;line-height:1.33;letter-spacing:normal}}.boxes{padding:55px 0}@media only screen and (max-width:768px){.boxes{padding:48px 0}}.boxes .slick-next,.boxes .slick-prev{position:absolute;top:0;bottom:0;margin:auto;width:21px;height:21px;font-size:0;background-color:transparent;border:none;background-image:url(../images/slick-arrow.svg);background-repeat:no-repeat;background-size:contain;background-position:center;cursor:pointer;z-index:9}@media only screen and (max-width:768px){.boxes .slick-next,.boxes .slick-prev{width:11px;height:11px}}.boxes .slick-prev{left:-15px}@media only screen and (max-width:768px){.boxes .slick-prev{left:-11px}}.boxes .slick-next{right:-15px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (max-width:768px){.boxes .slick-next{right:-11px}}.boxes_green{background:#42a3b0}.boxes_green h2{color:#fff}.boxes_white{background:url(../images/background-marble.jpg) no-repeat center;background-size:cover}.boxes_white h2{color:#030303}.boxes_white .slick-arrow{display:none!important}.boxes_gold{background:#d2bf84}.boxes_gold h2{color:#fff}.boxes_gold .boxes__item_gold{position:relative}.boxes_gold .boxes__item_gold:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:5px solid #fff}@media only screen and (max-width:1640px){.boxes_gold .boxes__item_gold:before{border-width:4px}}@media only screen and (max-width:1366px){.boxes_gold .boxes__item_gold:before{border-width:3px}}.boxes_gold .slick-arrow{display:none!important}.boxes__group{padding:0}.boxes__group .boxes:not(:last-child){border-bottom:5px solid #d2bf84}@media only screen and (max-width:1640px){.boxes__group .boxes:not(:last-child){border-width:4px}}@media only screen and (max-width:1366px){.boxes__group .boxes:not(:last-child){border-width:3px}}.boxes__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:768px){.boxes__inner{display:block}}.boxes__title{width:23%;padding-right:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:1640px){.boxes__title{width:25%}}@media only screen and (max-width:1024px){.boxes__title{width:30%}}@media only screen and (max-width:768px){.boxes__title{width:100%;margin-bottom:40px;text-align:center}}.boxes__title h2{font-size:50px;line-height:1;text-transform:uppercase}@media only screen and (max-width:1640px){.boxes__title h2{font-size:45px}}@media only screen and (max-width:1366px){.boxes__title h2{font-size:40px}}@media only screen and (max-width:768px){.boxes__title h2{font-size:30px;letter-spacing:normal}}.boxes__content{width:77%;margin-bottom:-5.7vw}@media only screen and (max-width:1640px){.boxes__content{width:75%}}@media only screen and (max-width:1024px){.boxes__content{width:70%}}@media only screen and (max-width:768px){.boxes__content{width:100%}}.boxes__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1vw 5.7vw}.boxes__list .slick-list{width:100%}.boxes__item{position:relative;width:-webkit-calc(33.33% - 2vw);width:calc(33.33% - 2vw);margin:0 1vw}.boxes__item_green{background:#42a3b0;color:#fff}.boxes__item_green:after{background:rgba(66,163,176,.63)}.boxes__item_white{background:#fff;color:#030303}.boxes__item_white:after{background:rgba(255,255,255,.75)}.boxes__item_white svg path{fill:#030303}.boxes__item_gold{background:#d2bf84;color:#fff}.boxes__item_gold:after{background:rgba(210,191,132,.75)}.boxes__item a{color:inherit!important}.boxes__item-body{position:relative;padding-top:100%}.boxes__item-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.boxes__item-txt{position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:8%;width:100%;height:100%;z-index:1;font-size:25px;line-height:1.2;text-transform:uppercase;letter-spacing:normal;word-break:break-word;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:1640px){.boxes__item-txt{font-size:22px}}@media only screen and (max-width:1366px){.boxes__item-txt{font-size:20px}}@media only screen and (max-width:500px){.boxes__item-txt{padding:7%;font-size:18px}}.boxes__item-txt img{max-width:70%;max-height:30%;margin:10px auto}.boxes__item-txt h4{font-size:35px;line-height:1;letter-spacing:normal}@media only screen and (max-width:1640px){.boxes__item-txt h4{font-size:31px}}@media only screen and (max-width:1366px){.boxes__item-txt h4{font-size:28px}}@media only screen and (max-width:500px){.boxes__item-txt h4{font-size:25px}}.boxes__item-txt p{margin:0}.boxes__item-bar:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.boxes__item-bar:hover:after{opacity:1;visibility:visible}.boxes__item-bar:hover .boxes__item-txt{opacity:1;visibility:visible}.boxes__item-bar .boxes__item-txt{opacity:0;visibility:hidden}.boxes__item-date .boxes__item-txt{padding:8% 5% 8%;font-size:32px;text-align:center;text-transform:none}@media only screen and (max-width:1640px){.boxes__item-date .boxes__item-txt{font-size:28px}}@media only screen and (max-width:1366px){.boxes__item-date .boxes__item-txt{font-size:24px}}@media only screen and (max-width:768px){.boxes__item-date .boxes__item-txt{font-size:21px}}.boxes__item-date .boxes__item-txt sup{font-size:20px;vertical-align:top}@media only screen and (max-width:1640px){.boxes__item-date .boxes__item-txt sup{font-size:18px}}@media only screen and (max-width:1366px){.boxes__item-date .boxes__item-txt sup{font-size:15px}}@media only screen and (max-width:768px){.boxes__item-date .boxes__item-txt sup{font-size:13px}}@media only screen and (max-width:1200px){.boxes__item-date .boxes__item-txt img{max-height:20%}}@media only screen and (max-width:500px){.boxes__item-date .boxes__item-txt img{max-height:30%}}.boxes__item-date.boxes__item_green{background:0 0;color:#030303}.boxes__item-date.boxes__item_green:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:5px solid #42a3b0;background:0 0}@media only screen and (max-width:1640px){.boxes__item-date.boxes__item_green:before{border-width:4px}}@media only screen and (max-width:1366px){.boxes__item-date.boxes__item_green:before{border-width:3px}}.boxes__item-date.boxes__item_gold{background:0 0;color:#030303}.boxes__item-date.boxes__item_gold:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:5px solid #d2bf84;background:0 0}@media only screen and (max-width:1640px){.boxes__item-date.boxes__item_gold:before{border-width:4px}}@media only screen and (max-width:1366px){.boxes__item-date.boxes__item_gold:before{border-width:3px}}.boxes__item-drink{text-align:center}.boxes__item-drink .boxes__item-txt{padding:8% 5% 8%}@media only screen and (max-width:500px){.boxes__item-drink .boxes__item-txt{font-size:18px}}.boxes__item-contact{text-align:center}.boxes__item-contact .boxes__item-txt{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.boxes__item-contact a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:inherit;text-transform:none}@media only screen and (max-width:1640px){.boxes__item-contact a{font-size:20px}}@media only screen and (max-width:1366px){.boxes__item-contact a{font-size:16px}}@media only screen and (max-width:500px){.boxes__item-contact a{font-size:18px}}.boxes__item-contact svg{margin-bottom:2px;max-width:43px;max-height:40px}@media only screen and (max-width:1640px){.boxes__item-contact svg{max-width:35px;max-height:32px}}@media only screen and (max-width:1366px){.boxes__item-contact svg{max-width:25px;max-height:22px}}@media only screen and (max-width:500px){.boxes__item-contact svg{max-width:32px;max-height:30px}}.boxes__item-contact span{word-break:break-word}.instagram-reels{padding:90px 0 70px;background:#fff;color:#000;text-align:center}.instagram-reels_blue{background:#42a3b0}.instagram-reels_gold{background:#d2bf84}@media only screen and (max-width:1640px){.instagram-reels{padding:80px 0 60px}}@media only screen and (max-width:1366px){.instagram-reels{padding:70px 0 50px}}@media only screen and (max-width:768px){.instagram-reels{padding:40px 0 20px}}.instagram-reels h2{margin-bottom:40px;text-transform:uppercase;letter-spacing:normal;font-size:35px;line-height:1.32}@media only screen and (max-width:768px){.instagram-reels h2{margin-bottom:20px;font-size:20px}}.instagram-reels h3{margin-bottom:30px;font-size:27px;letter-spacing:normal}@media only screen and (max-width:768px){.instagram-reels h3{margin-bottom:20px;font-size:21px}}.instagram-reels .sbi_caption,.instagram-reels .sbi_meta,.instagram-reels .sbi_more{color:#000}.instagram-reels .sbi-theme.sbi-default_theme .sbi_info .sbi_meta .sbi_comments svg,.instagram-reels .sbi-theme.sbi-default_theme .sbi_info .sbi_meta .sbi_likes svg{color:#000}.instagram-reels_blue,.instagram-reels_gold{color:#fff}.instagram-reels_blue .sbi_caption,.instagram-reels_blue .sbi_meta,.instagram-reels_blue .sbi_more,.instagram-reels_gold .sbi_caption,.instagram-reels_gold .sbi_meta,.instagram-reels_gold .sbi_more{color:#fff}.instagram-reels_blue .sbi-theme.sbi-default_theme .sbi_info .sbi_meta .sbi_comments svg,.instagram-reels_blue .sbi-theme.sbi-default_theme .sbi_info .sbi_meta .sbi_likes svg,.instagram-reels_gold .sbi-theme.sbi-default_theme .sbi_info .sbi_meta .sbi_comments svg,.instagram-reels_gold .sbi-theme.sbi-default_theme .sbi_info .sbi_meta .sbi_likes svg{color:#fff}.instagram-reels_blue .sbi-owl-dots .sbi-owl-dot span,.instagram-reels_gold .sbi-owl-dots .sbi-owl-dot span{background:#fff}.instagram-reels .sbi-owl-dots{padding-left:20px;padding-right:20px}.ginput_container_consent input[type=checkbox]{-webkit-appearance:auto;width:18px;height:18px;vertical-align:middle;margin-left:0}.ginput_container_consent label{vertical-align:middle;cursor:pointer}.footer{color:#000;padding:110px 0 140px;position:relative;-webkit-box-shadow:0 11px 10px -7px rgba(0,0,0,.4) inset;box-shadow:0 11px 10px -7px rgba(0,0,0,.4) inset}@media only screen and (max-width:1366px){.footer{padding:100px 0 110px}}@media only screen and (max-width:1024px){.footer{padding:80px 0 70px}}@media only screen and (max-width:768px){.footer{padding:60px 0}}.footer__background{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover;z-index:-1}.footer p{line-height:1.4;letter-spacing:1.7px;margin-bottom:27px;font-size:20px}@media only screen and (max-width:1366px){.footer p{font-size:18px}}@media only screen and (max-width:768px){.footer p{font-size:16px}}.footer__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:104px}@media only screen and (max-width:1366px){.footer__social{margin-bottom:90px}}@media only screen and (max-width:1024px){.footer__social{margin-bottom:70px}}@media only screen and (max-width:768px){.footer__social{margin-bottom:50px}}.footer__social li{margin-right:45px}@media only screen and (max-width:768px){.footer__social li{margin-right:30px}}.footer__social li:last-child{margin-right:0}.footer__social li img{width:36px;height:auto}@media only screen and (max-width:768px){.footer__social li img{width:26px}}.footer__menu{margin-bottom:100px}@media only screen and (max-width:1366px){.footer__menu{margin-bottom:95px}}@media only screen and (max-width:1024px){.footer__menu{margin-bottom:80px}}@media only screen and (max-width:768px){.footer__menu{margin-bottom:60px}}.footer__menu li{margin-bottom:20px}@media only screen and (max-width:768px){.footer__menu li{margin-bottom:15px}}.footer__menu li:last-child{margin-bottom:0}.footer__menu li a{color:#000;letter-spacing:.5px;font-size:20px}.footer__menu li a:hover{text-decoration:underline}@media only screen and (max-width:1366px){.footer__menu li a{font-size:18px}}@media only screen and (max-width:768px){.footer__menu li a{font-size:16px}}.footer__logos{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.footer__logos:after{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;background:#000;height:3px;width:-webkit-calc(100% - 200px);width:calc(100% - 200px)}@media only screen and (max-width:1366px){.footer__logos:after{width:-webkit-calc(100% - 170px);width:calc(100% - 170px)}}@media only screen and (max-width:768px){.footer__logos:after{width:-webkit-calc(100% - 130px);width:calc(100% - 130px);height:2px}}.footer__logos li{margin-right:20px}@media only screen and (max-width:1366px){.footer__logos li{margin-right:15px}}@media only screen and (max-width:768px){.footer__logos li:last-child{margin-right:0}}.footer__logos li img{width:69px;height:69px}@media only screen and (max-width:1366px){.footer__logos li img{width:60px;height:60px}}@media only screen and (max-width:768px){.footer__logos li img{width:46px;height:46px}}.footer__request{font-size:21px;text-transform:uppercase;line-height:1;letter-spacing:1.3px;margin-bottom:75px}@media only screen and (max-width:1366px){.footer__request{margin-bottom:60px;font-size:20px}}@media only screen and (max-width:1024px){.footer__request{margin-bottom:45px}}@media only screen and (max-width:768px){.footer__request{font-size:19px;line-height:1.2;margin-bottom:35px}}