@charset "UTF-8";@font-face { font-family: "Manrope"; src: url(Manrope-ExtraLight.ttf); font-weight: 200; font-display: swap;}@font-face { font-family: "Manrope"; src: url(Manrope-Regular.ttf); font-weight: 400; font-display: swap;}@font-face { font-family: "Manrope"; src: url(Manrope-Medium.ttf); font-weight: 500; font-display: swap;}@font-face { font-family: "Manrope"; src: url(Manrope-SemiBold.ttf); font-weight: 600; font-display: swap;}@font-face { font-family: "Manrope"; src: url(Manrope-ExtraBold.ttf); font-weight: 800; font-display: swap;}@font-face { font-family: "Playfair"; src: url(PlayfairDisplay-Regular.ttf); font-weight: 400; font-display: swap;}@font-face { font-family: "Playfair"; src: url(PlayfairDisplay-Italic.ttf); font-weight: 400; font-display: swap; font-style: italic;}html { font-size: 10px;}body { position: relative; background-color: #FBFBF2; color: #2B373F; font: 400 1.7rem/1.2 "Manrope", sans-serif; counter-reset: section; overflow-x: hidden;}p { color: #2B373F; font: 400 1.8rem/1.666 "Manrope", sans-serif; margin: 10px auto;}a { cursor: pointer; text-decoration: none; color: #2E580D;}a:hover { color: #519b17;}hr { position: relative; display: table; clear: both; margin: 40px auto; width: 100%; height: 1px; background-color: #616C5D;}*:focus,a:focus,button:focus,input:focus { outline-width: medium; outline-color: #2E580D !important;}h1,h2,h3,h4,h5,h6 { margin: 0; position: relative;}#page-title h1,.h1-small { color: #fff; font: 400 1.5rem/1 "Manrope", sans-serif; display: block; margin: 10px auto; letter-spacing: 0.15rem; text-transform: uppercase;}#page-title h1:only-child,h2#append,.h1 { color: #fff; font: 200 4.6rem/1.1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: 0.7rem;}#page-title h1:only-child span,h2#append span,.h1 span { font-family: "Playfair", serif; font-weight: 400; display: block;}h2,.h2,.dividerLead,.more-to-explore span { color: #2B373F; font: 200 4rem/1 "Manrope", sans-serif; letter-spacing: 0.5rem; position: relative; text-transform: uppercase;}h2 span,.h2 span,.dividerLead span,.more-to-explore span span { font-family: "Playfair", serif; font-weight: 400; display: block;}h3,.h3 { color: #2B373F; display: block; position: relative; font: 200 4rem/1 "Manrope", sans-serif; text-transform: uppercase;}h4,.h4 { color: #2B373F; display: block; position: relative; font: 800 2.5rem/1.1 "Manrope", sans-serif;}.toggle h2,.toggle h3 { color: #2B373F; display: block; position: relative; font: 200 2.2rem/1.25 "Manrope", sans-serif; text-transform: uppercase;}.fo-title { color: #2E580D; font: 600 1.5rem/1 "Manrope", sans-serif; letter-spacing: 0.2rem; display: block; text-transform: uppercase;}main ul { list-style: none; padding: 0; margin: 10px 0; text-align: left; overflow: hidden;}main ul li { position: relative; display: block; margin: 0 0 10px 26px; padding-left: 24px; line-height: 1.6; overflow: hidden;}main ul li:before { content: "\e832"; color: #2E580D; position: absolute; left: 0; top: 3px; font-size: 0.9em;}.column-2 { -moz-column-count: 2; column-count: 2; padding-left: 50px; margin: 20px auto;}.center-list { display: table; margin: 20px auto;}[class^=btn] { position: relative; z-index: 1; display: table; vertical-align: middle; cursor: pointer; text-align: center; transition: 0.3s all; font: 600 1.4rem/1.2 "Manrope", sans-serif; color: #fff; text-transform: uppercase; padding: 10px; background-color: #2E580D; padding: 10px 25px; border-radius: 50px; letter-spacing: 0.1rem;}[class^=btn]:hover { background-color: #2B373F; color: #fff;}.btn-alt { background-color: #2B373F; color: #fff;}.btn-alt:hover { background-color: #2E580D; color: #fff;}[class^=btn-arrow] { background-color: transparent; padding: 0; font: 400 1.8rem/1 "Playfair", serif; font-style: italic; color: #2B373F; text-transform: none;}[class^=btn-arrow]:after { content: url(assets/images/arrow-icon.png); width: 50px; height: 50px; display: inline-block; text-align: center; line-height: 50px; border-radius: 50%; background-color: #2E580D; margin-left: 10px;}[class^=btn-arrow]:hover { background-color: transparent; color: #7a8775;}[class^=btn-arrow]:hover:after { background-color: #616C5D;}.btn-arrow-alt { color: #fff;}dialog::backdrop { background: rgba(0, 0, 0, 0.5);}dialog.modal-content { box-sizing: border-box; border: none; margin: auto; padding: 30px; position: relative; text-align: left; max-height: calc(100% - 65px); width: 600px; max-width: 85%; overflow-y: auto; position: fixed; animation-duration: 0.5s; animation-fill-mode: both; animation-name: fadeInUp;}dialog .modal-close { position: absolute; right: 0; top: 0; cursor: pointer; width: 40px; height: 40px; border-radius: 50%; background-color: transparent; display: flex; justify-content: center; align-items: center; transform: none; border: none;}dialog .modal-close::before { font-size: 35px; content: "\00D7";}#offer-modal { background-color: #2B373F !important;}#offer-modal .modal-close { color: #6caf36;}#offer-modal .h3, #offer-modal p { text-align: center; display: block; color: #fff;}#offer-modal .btn { min-width: 200px; margin: 10px auto 0;}.container { width: 100%; max-width: 1200px; margin: 0 auto;}.container.full { max-width: 100%;}.flex.container > figure,.flex.container > article,.flex.container > div { flex: 0 1 50%;}.flex.container > article { max-width: 520px;}.flex.container > figure img { margin: 0;}.align-center { align-items: center;}.align-start { align-items: flex-start;}.align-end { align-items: flex-end;}.justify-start { justify-content: flex-start;}.justify-end { justify-content: flex-end;}.justify-center { justify-content: center; gap: 15px;}.justify-around { justify-content: space-around;}.justify-between { justify-content: space-between;}.direction-row { flex-direction: row;}.direction-column { flex-direction: column;}.gap-10 { gap: 10px;}.gap-15 { gap: 15px;}.gap-20 { gap: 20px;}.gap-30 { gap: 30px;}.gap-40 { gap: 40px;}.gap-50 { gap: 50px;}@media (max-width: 1024px) { .flex.container { flex-direction: column; }}@media (max-width: 500px) { .column-2 { -moz-column-count: 1; column-count: 1; } #page-title h1:only-child, h2#append, .h1 { font-size: 3.5rem; letter-spacing: 0.5rem; } h2, .h2, .dividerLead, .more-to-explore span, h3, .h3 { font-size: 3.2rem; }}header { position: fixed; z-index: 100; left: 0; top: 0; width: 100%; background-color: rgba(0, 0, 0, 0.5); transition: 0.3s all; padding: 0;}header:focus-within { z-index: 500;}header .logo { position: relative; z-index: 1;}header .pho, header .phy { color: #fff; display: table; margin: auto; position: relative;}header .pho { font: 400 38px/1 "Playfair", serif; margin: 0 30px 0 0;}header .phy { font: 600 13px/1.5 "Manrope", sans-serif; text-transform: uppercase; text-align: right; letter-spacing: 2px;}header .pho:hover,header .phy:hover { color: #aeb7ab;}header li a { font-weight: 600; font-family: "Manrope", sans-serif;}header .btn { display: flex; align-items: center; line-height: 1; gap: 10px; border-radius: 0; background-color: #616C5D; padding: 12px 25px;}@media (min-width: 1025px) and (max-width: 1100px) { header .pho { margin: 0 20px 0 0; }}@media (min-width: 1025px) { .place-nav { max-width: 96%; margin: 0 auto; padding: 15px 0; display: flex; justify-content: flex-end; align-items: center; } nav { flex: 0 1 100%; max-width: 96%; margin: 0 auto; border-top: 1px solid #2B373F; } nav, nav ul li, nav ul li a { position: relative; } nav > ul { padding: 0; max-width: 1600px; margin: auto; } nav ul { margin: auto; list-style: none; display: flex; justify-content: space-between; } nav ul li a { display: block; color: #fff; } nav ul li a:hover { color: #fff; } nav > ul > li { text-align: center; display: table; } nav > ul > li:last-of-type:after { display: none; } nav > ul > li > a { padding: 6px; font-size: 14px; letter-spacing: 1px; color: #fff; text-transform: uppercase; display: table; } nav > ul > li > a > button i { color: #6dc22c; } nav > ul > li > a span { color: #2B373F; } nav > ul > li:hover > a { color: #aeb7ab; } nav ul li:hover > ul { display: block; visibility: visible; animation-name: fadeIn; animation-duration: 0.25s; animation-fill-mode: both; } nav ul ul { display: none; min-width: 280px; width: 100%; padding: 0; position: absolute; z-index: 3; left: 0; text-align: left; background-color: #2E580D; box-shadow: 10px 17.3px 25px rgba(0, 0, 0, 0.2); } nav > ul > li:last-child ul { right: 0; left: auto; } nav ul ul li > a { padding: 10px 12px; font-size: 14px; line-height: 1.3; text-transform: none; } nav ul ul li > a button i { color: #fff; } nav ul ul li:hover > a { background-color: #172c06; color: #fff; } nav ul ul ul { left: 100%; top: 0; background-color: #616C5D; } nav ul ul ul li button i:before { content: "\e825" !important; } nav ul ul ul ul { top: auto; left: 0px; position: relative; display: block; box-shadow: none; background-color: #485145; } nav ul ul ul ul li a { padding-left: 2em; padding-left: 2em; } nav ul ul ul ul li a { background-color: #4d564a; } nav ul ul ul ul li:hover a { background-color: black; } .has-submenu span > a, .has-submenu button { display: inline-block; line-height: 1; } .has-submenu.open > ul { display: block; } .has-submenu.open > ul *:focus { background-color: rgba(255, 255, 255, 0.2); } nav li button { display: inline-block; padding: 0; }}.fix-nav header { position: fixed !important; box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35); animation-duration: 1s; animation-fill-mode: both; z-index: 100; background-color: #000;}.fix-nav .place-nav { padding: 10px 0;}@media (max-width: 1024px) { header { background-color: transparent; } header .logo { padding: 8px; } header .logo img { max-height: 60px; } #hd-top, #main-nav, header nav ul, header .hd-btns, header [class^=btn], header .phy, header .pho { display: none; } .nav-down { box-shadow: 0 3px 7px rgba(24, 23, 24, 0.2); } .nav-up { transform: translateY(-100%); } .nav-down, .nav-up { background-color: #000; } body, header, .mean-container .mean-nav { transition: all 0.3s; } body { right: 0; } .attach header { position: fixed !important; box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35); } .attach header .top-nav { display: none !important; } body.mean-active header { left: -80%; transform: none; } body.mean-active { overflow: hidden; right: 80%; } body.mean-active:before { z-index: 98; content: ""; opacity: 0.7; background-color: #000; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-image: none; height: inherit; } body.mean-active .mean-container .mean-nav { right: 0; } .mean-container { display: flex !important; flex-flow: row nowrap; align-items: center; justify-content: space-between; } .mean-container .mean-bar { background-color: #616C5D; width: 70px; min-height: 70px; display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: stretch; margin-left: 8px; } .mean-container .meanmenu-reveal { display: block; color: #fff; } .mean-container a.meanmenu-reveal.meanclose i:before { transform: rotate(45deg); font-size: 60px; content: "+"; margin: -5px 0 0 8px; } .mean-container .mean-bar .icon-menu { position: relative; display: table; transition: 0.3s all; z-index: 1; margin: 0 auto; } .mean-container .meanmenu-reveal .icon-menu:before { width: 36px; content: url(assets/images/menu-icon.png); letter-spacing: 3.2px; margin-bottom: 10px; } .mean-container .mean-bar .icon-menu:after, .mean-container .meanmenu-reveal.meanclose:after { content: "MENU"; font-style: normal; position: absolute; left: 50%; transform: translateX(-50%); bottom: -5px; letter-spacing: 1px; font-size: 0.55em; font-weight: 700; } .mean-container .meanmenu-reveal.meanclose i:before { transform: rotate(45deg); font-size: 60px; content: "+"; margin: -5px 0 0 8px; } .mean-container .meanmenu-reveal.meanclose:after { content: "CLOSE"; bottom: 5px; } .mean-container .mean-nav { position: fixed; right: -80%; margin: 0; top: 0; bottom: 0; width: 80%; overflow: auto; display: flex; flex-flow: column; justify-content: flex-start; background-color: #616C5D; } .mean-container .mean-nav ul { font-size: 16px; padding: 0; margin: 0; width: 100%; list-style-type: none; } .mean-container .mean-nav ul li { position: relative; width: 100%; } .mean-container .mean-nav ul li a { display: block; padding: 1em 5%; padding-right: 58px !important; margin: 0; text-align: left; color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.5); text-decoration: none; text-transform: uppercase; } .mean-container .mean-nav ul li li a { padding: 1em 10%; border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255, 255, 255, 0.25); opacity: 0.75; text-shadow: none !important; visibility: visible; } .mean-container .mean-nav ul li.mean-first a { border-top: none; margin-top: 0; } .mean-container .mean-nav ul li.mean-last a { border-bottom: none; margin-bottom: 0; } .mean-container .mean-nav ul li li li a { padding: 1em 15%; } .mean-container .mean-nav ul li li li li a { padding: 1em 20%; } .mean-container .mean-nav ul li li li li li a { padding: 1em 25%; } .mean-container .mean-nav ul li a:hover { background: #252525; background: rgba(255, 255, 255, 0.1); } .mean-container .mean-nav ul li a.mean-expand { width: 48px; line-height: 52px; font-size: 20px; padding: 0 !important; text-align: center; position: absolute; right: 0; top: 0; z-index: 2; background: rgba(255, 255, 255, 0.1); border: none !important; border-left: 1px solid rgba(255, 255, 255, 0.4) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important; } .mean-container .mean-nav ul li a.mean-expand:before { content: "\e825"; font-family: "fontello"; font-weight: 400; margin: 0; font-style: normal; } .mean-container .mean-nav ul li .mean-expand.mean-clicked:before { content: "\e83a"; } .mean-remove { display: none !important; } .mean-nav .social { min-height: 76px; background-color: rgba(0, 0, 9, 0.1); margin: 0; padding: 10px 5px; justify-content: center; align-items: center; } .mean-nav .social a { font-size: 22px; color: #fff; width: 45px; height: 45px; line-height: 45px; } .mean-nav .fo-title { color: #fff; text-align: center; } .mean-nav .hours { display: block; text-align: center; color: #fff; padding: 10px; margin: 10px auto auto; } .mean-nav .hours p { display: table; text-align: left; font-size: 15px; margin: 10px auto 0; color: #fff; }}.play { cursor: pointer; border: none; background-color: transparent; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; color: #2B373F; font: 700 15px/1 "Manrope", sans-serif, sans-serif; text-transform: uppercase; letter-spacing: 1.5px; text-align: center; transition: 0.3s all;}.play i { width: 75px; height: 75px; border-radius: 50%; background-color: #fff; display: block; color: #2B373F; display: inline-flex; align-items: center; justify-content: center; font-size: 30px; margin: 10px; transition: 0.3s all;}.play i:before { margin: auto; padding-left: 5px;}.play:hover { color: #616C5D;}.play:hover i { background-color: #616C5D; color: #fff;}[data-embed] .close, [data-vimeo] .close { cursor: pointer; line-height: 1; background-color: #2E580D; color: #fff; padding: 8px; text-transform: uppercase; z-index: 5; position: absolute; top: 0; right: 0; min-width: 160px;}[data-embed] .close i, [data-vimeo] .close i { font-style: normal; font-size: 1.25em; line-height: 1; vertical-align: middle; display: inline-block; margin-bottom: 5px;}[data-embed] .close:focus, [data-vimeo] .close:focus { background-color: #172c06;}[data-embed] .close:hover, [data-vimeo] .close:hover { background-color: #1b1b1b; color: #fff;}[data-embed] .close i:before { transform: rotate(45deg);}#banner { position: relative; display: flex; background-color: #151a1e;}#banner video { max-height: 80vh; height: 800px; width: 100%; -o-object-fit: cover; object-fit: cover;}#banner .thumbnail { height: 100%; -o-object-fit: cover; object-fit: cover;}#banner figure { width: 50%;}#banner p { text-transform: uppercase; color: #fff; font-size: 2rem; letter-spacing: 0.15rem; font-weight: 500; margin-top: 20px;}#banner article { z-index: 50; text-align: center; max-height: 80vh; height: 800px; display: flex; align-items: center; justify-content: center; width: 50%; padding: 120px 10px 30px; background: #616C5D; background-image: url(assets/images/sand-bg.jpg); background-size: cover; transition: all 0.3s;}#banner .play { position: relative; transform: none; left: auto; top: auto; margin-top: 30px;}#banner .play i { width: 70px; height: 70px; background-color: transparent; border: 1px solid #fff; color: #fff;}#banner .play span { font-family: "Playfair", serif; font-weight: 400; text-transform: none; font-size: 21px; color: #fff; font-style: italic; transition: all 0.3s;}#banner .play:hover i, #banner .play:hover span { color: #616C5D; border-color: #616C5D;}#banner.playing { z-index: 10;}#banner.playing figure { margin: 0 auto; max-width: 1300px; width: 100%;}@media (min-width: 1000px) { #banner.playing article { opacity: 0; width: 0; } #banner.playing figure { margin: 140px auto 0; }}@media (max-width: 1150px) { #banner .h1 { font-size: 3.8rem; }}@media (max-width: 1000px) { #banner { flex-direction: column-reverse; } #banner article, #banner figure { width: 100%; } #banner article { height: auto; padding: 200px 20px 100px; } #banner p { text-transform: uppercase; color: #fff; font-size: 1.8rem; letter-spacing: 0.1rem; } #banner figure img { width: 100%; } #banner .play { margin-top: 10px; }}@media (max-width: 600px) { #banner article { height: auto; padding: 120px 20px 30px; } #banner p { text-transform: uppercase; color: #fff; max-width: 320px; font-weight: 400; } #banner .play i { width: 55px; height: 55px; font-size: 25px; } #banner .play span { font-size: 18px; }}#welcome { padding: 80px 20px;}#welcome article { text-align: right; max-width: 1200px; margin: 0 auto;}#welcome .h1 { color: #616C5D; font-size: 14.9rem; line-height: 0.95;}#welcome .h1 span { color: #cccdc7; font-size: 5.3rem; display: block; text-transform: none; font-style: italic; letter-spacing: 0;}#welcome p { max-width: 530px; margin: 80px 0 30px auto;}#welcome .signature { display: table; margin: 0 0 0 auto; cursor: pointer;}#welcome .signature img { margin: 0 0 0 auto;}#welcome .signature .h1-small { color: #2B373F; font-weight: 600; transition: all 0.3s; display: table;}#welcome .signature:hover .h1-small { color: #2E580D;}#welcome .btn-arrow { margin: 30px 0 0 auto;}@media (max-width: 1020px) { #welcome { padding: 80px 30px; } #welcome .h1 { font-size: 10rem; } #welcome .h1 span { font-size: 4.2rem; } #welcome p { margin-top: 40px; } #welcome article { max-width: 600px; }}@media (max-width: 600px) { #welcome { padding: 60px 20px; } #welcome .h1 { font-size: 17vw; letter-spacing: 1vw; } #welcome .h1 span { font-size: 7vw; padding-right: 5px; } #welcome p { margin-top: 20px; }}#meet { position: relative;}#meet img { width: 100%; max-height: 700px; min-height: 600px; -o-object-fit: cover; object-fit: cover;}#meet .container { position: absolute; inset: -200px 0 auto 30px; max-width: 1200px; margin: 0 auto;}#meet article { background-color: #2B373F; position: relative; text-align: center; max-width: 560px; padding: 60px 50px 30px;}#meet article p { margin: 30px auto 40px; line-height: 1.7;}#meet article:before { content: ""; position: absolute; inset: -10px; border: 1px solid #2B373F;}#meet .h1-small, #meet .h2, #meet p { color: #fff;}#meet .btn-arrow-alt { margin: 15px auto;}@media (max-width: 1300px) { #meet img { -o-object-position: 70%; object-position: 70%; }}@media (max-width: 1180px) { #meet .container { left: 20px; } #meet article { max-width: 480px; padding: 60px 30px 30px; } #meet p { font-size: 1.7rem; }}@media (max-width: 1020px) { #meet { display: flex; flex-direction: column-reverse; padding: 0 20px; } #meet img { width: unset; max-height: unset; min-height: unset; } #meet .container { position: relative; inset: unset; } #meet article { margin: 0 auto 40px; max-width: 580px; }}#about { padding: 100px 20px;}#about .h1-small { color: #2B373F;}#about article p { line-height: 1.8; margin-top: 30px;}#about h2 { font-size: 2.5rem; font-weight: 400; font-family: "Playfair", serif; text-align: center; margin-top: 80px; margin-bottom: 50px;}#about .cards { flex-wrap: wrap;}#about .card { max-width: 330px; text-align: center; width: 100%;}#about .card figure { height: 55px; display: flex; align-items: center; margin-bottom: 10px;}#about .card h3 { font-size: 2.5rem; text-transform: none; font-weight: 800;}#about .card .btn { margin: 20px auto 0;}@media (max-width: 1024px) { #about { padding: 60px 20px 80px; } #about h2 { max-width: 600px; margin: 60px auto 50px; } #about .flex.justify-between { flex-direction: column-reverse; } #about .flex.justify-around { flex-direction: row; gap: 40px; } #about .flex.justify-around > div { flex: unset; }}#reviews { background-color: #2B373F; padding: 80px 20px; position: relative;}#reviews .container { position: relative;}#reviews .review { max-width: 900px; margin: 0 auto; display: block !important;}#reviews .review star { display: table; margin: 0 auto;}#reviews .review star:before { color: #FEBB21; letter-spacing: 5px;}#reviews .review img { max-width: 60px;}#reviews .review p { font-size: 4rem; font-family: "Playfair", serif; font-style: italic; text-align: center; color: #fff;}#reviews .review author { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 30px;}#reviews .review author strong, #reviews .review author span { color: #fff; display: block;}#reviews .review author span { text-transform: uppercase;}#reviews .btn-arrow-alt { margin: 30px auto 0;}#reviews .slick-arrow { top: 30%;}@media (max-width: 1200px) { #reviews .review { max-width: 800px; }}@media (max-width: 1024px) { #reviews .slick-arrow { position: relative; } #reviews .slick-controls { justify-content: center; gap: 30px; margin: 50px auto; }}@media (max-width: 700px) { #reviews .review p { font-size: 3rem; }}#smile-gallery { padding: 100px 20px 0;}#smile-gallery article { max-width: 500px;}#smile-gallery article p { line-height: 2; margin-top: 30px;}#smile-gallery .h1-small { color: #2B373F;}#smile-gallery .icv { overflow: visible;}#smile-gallery .icv__label-before, #smile-gallery .icv__label-after { bottom: -35px; font-size: 18px; letter-spacing: 2px; font-family: "Manrope", sans-serif; background-color: transparent; color: #2B373F; text-transform: uppercase;}@media (max-width: 1024px) { #smile-gallery { max-width: 550px; margin: 0 auto; }}#tech { padding: 100px 20px;}#tech .h1-small { color: #2B373F;}#tech article { max-width: 600px;}#tech article p { max-width: 550px; margin: 20px 0 30px;}@media (max-width: 1024px) { #tech { padding: 60px 20px; max-width: 520px; margin: 0 auto; } #tech .flex.container { flex-direction: column-reverse; gap: 50px; }}#location { padding: 0 20px 100px;}#location article p { margin: 30px 0;}@media (max-width: 1024px) { #location { max-width: 520px; margin: 0 auto; padding-bottom: 60px; } #location iframe { display: none; }}#team { position: relative;}#team .h2 { color: #fff; font-size: 7.4rem; margin-top: 20px;}#team .bg { width: 100%; max-height: 90vh; min-height: 600px; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top;}#team article { padding: 30px 20px 0; position: absolute; inset: auto 0 60px; text-align: center; background-color: rgba(0, 0, 0, 0.6);}#team .btn { margin: 30px auto -17px;}@media (max-width: 1000px) { #team .bg { max-height: unset; min-height: unset; } #team .btn { margin: 30px auto 0; } #team article { padding: 30px; inset: 50% 0 auto; transform: translateY(-50%); text-align: center; background-color: transparent; }}@media (max-width: 700px) { #team .h2 { font-size: 6rem; }}@media (max-width: 500px) { #team .h2 { font-size: 5rem; }}.simple { line-height: 1; font-size: 0; margin: 0 auto; text-align: center;}.simple input:not([type=submit]),.simple textarea,.simple select { box-sizing: border-box !important; border: 0; border-bottom: 1px solid #bebebe; border-radius: 0; line-height: 1; font-size: 18px; width: 100%; max-width: 100%; padding: 0 11px; margin-bottom: 10px; height: 35px; color: #fff; background-color: transparent; transition: all 0.3s;}.simple textarea { height: 100px; padding: 14px 11px;}.simple input:focus,.simple textarea:focus,.simple select:focus { outline: 0; background-color: rgba(255, 255, 255, 0.14);}.simple select:focus { color: #2B373F;}::-moz-placeholder { color: #fff;}::placeholder { color: #fff;}::-webkit-input-placeholder { color: #fff;}.social { font-size: 0; text-align: center; margin: 10px auto; display: flex; justify-content: space-around;}.social a { position: relative; display: inline-block; margin: 5px; font-size: 25px; color: #fff; width: 50px; height: 50px; border-radius: 50%; line-height: 50px; background-color: #2B373F;}.social a:hover { background-color: #2E580D;}#fo-request { padding: 80px 20px; border-bottom: 1px solid #fff;}#fo-request article { text-align: center;}#fo-request .btn-arrow-alt { margin: 0 auto;}#fo-request .btn-arrow-alt:hover { color: #2B373F;}#fo-request .btn-arrow-alt:hover:after { background-color: #2B373F;}#fo-request p { margin: 30px auto;}#fo-request .h2, #fo-request p { color: #fff;}footer { background-color: #616c5d; background-image: url(assets/images/footer-bg.jpg); background-size: cover; color: #fff;}footer .logo { display: block; max-width: 90%; margin: 0 auto 50px;}footer .pho, footer .phy { display: block; text-align: center; color: #fff;}footer .pho:hover, footer .phy:hover { color: #2B373F;}footer .pho { font: 400 45px/1.2 "Playfair", serif; margin: 10px auto;}footer .phy { font: 400 18px/1.2 "Manrope", sans-serif; margin: 20px auto; letter-spacing: 1px;}footer .fo-title { text-align: center; color: #fff;}footer .hours { margin: 50px auto 0;}footer .hours p { color: #fff; margin-bottom: 0;}footer .social { display: table;}footer .social a:first-of-type { margin-left: 0;}#fo-contents { display: flex; justify-content: space-between; margin: auto; position: relative; max-width: 100%; padding: 0;}#fo-contents .form-container { padding: 60px 20px;}#fo-contents .simple { max-width: 420px; margin-top: 20px;}#fo-contents .simple .btn { padding: 12px 50px; margin: 15px auto 0;}#fo-contents > div { flex: 0 1 50%;}#fo-contents .fo-block-1 { border-right: 1px solid #fff; padding: 60px 20px;}#fo-contents .social-container { padding: 35px 20px 20px; border-top: 1px solid #fff;}#fo-contents .social-container .social { margin-top: 20px;}#fo-contents .social-container .social a { margin: 5px 20px 0;}#copy { font: 600 15px/1.5 "Manrope", sans-serif; color: #2B373F; padding: 5px 10px; background-color: #FBFBF2;}#copy .flex { justify-content: space-around; max-width: 100%; flex-direction: row;}#copy .flex > div { flex: unset;}#copy em { font-style: normal;}#copy span { margin: 0 5px;}#copy a { color: #2E580D;}#copy a:hover { color: #616C5D;}#copy .tnt { color: #2B373F;}#copy .icon-tnt { display: inline-block; vertical-align: middle; color: #2E580D; margin: 0 20px 7px -12px; font-size: 55px; line-height: 1;}#copy .icon-tnt:hover { color: #616C5D;}@media (max-width: 1000px) { #copy { padding-top: 15px; } #copy .flex { flex-direction: column; }}@media (max-width: 800px) { #fo-request { padding: 60px 20px; } #fo-contents { flex-direction: column; } #fo-contents .fo-block-1 { border: none; padding-bottom: 20px; } #fo-contents .social-container .social a { margin: 5px 15px 0; }}@media (max-width: 420px) { #copy { font-size: 13px; }}.slick-controls { display: flex; align-items: center; justify-content: space-around; max-width: 1000px; margin: 10px auto;}.slick-arrow { padding: 0; position: absolute; top: 50%; left: 0; width: 60px; height: 60px; flex: 0 0 60px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; z-index: 5; transition: 0.3s all; background-color: #2E580D;}.slick-arrow i { margin-left: -4px;}.slick-arrow:hover { background-color: #616C5D;}#prev { transform: rotate(180deg);}#next { left: auto; right: 0; order: 2;}#next i { margin-left: 4px;}.slick-dots { line-height: 1;}.slick-dots li { line-height: 1;}.slick-dots li button { padding: 0;}.slick-dots span { cursor: pointer; background-color: #172c06; height: 12px; width: 12px; border-radius: 50%; display: inline-block; margin: 0 5px; opacity: 0.18;}.slick-dots .slick-active span { opacity: 1;}.pagingInfo { font-size: 30px; text-align: center;}.gallery { max-width: 1050px; margin: 40px auto; padding: 0 70px; position: relative;}.gallery .slick-arrow { top: 40%;}#smiles .slick-arrow { top: 30%;}.slick-gallery { position: relative; margin: 20px auto; text-align: center;}.slick-gallery article .flex-ed { justify-content: space-around;}.slick-gallery article .flex-ed span { margin: 10px; position: relative; padding-bottom: 40px;}.slick-gallery article .flex-ed span img { width: 100%;}.slick-gallery article .flex-ed span:after { content: "Before"; position: absolute; bottom: 5px; left: 0; right: 0; margin: auto; display: block; margin: auto; color: #2B373F; font: 400 18px/1.2 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: 1.6px;}.slick-gallery article .flex-ed span:last-of-type:after { content: "After";}.slick-gallery article div p { display: block;}.slick-gallery figcaption { margin: 5px auto;}@media (max-width: 1024px) { .gallery { padding: 0 70px; }}@media (max-width: 700px) { .gallery { padding: 0; } .slick-arrow { position: relative; top: unset; transform: unset; left: 0; width: 50px; height: 50px; flex: 0 0 50px; } .slick-gallery article .flex-ed { flex-direction: column; }}.why { padding: 40px 10px 20px; position: relative; background-color: #2B373F; margin: 80px auto 30px; max-width: 1230px; width: calc(100% - 40px);}.why:before { content: ""; position: absolute; inset: -10px; border: 1px solid #2B373F;}.why h2 { text-align: center; font-size: 2rem; color: #fff; margin-bottom: 20px;}.why ul { display: flex; justify-content: space-around; align-items: center; text-align: center; align-items: flex-start;}.why ul li { max-width: 280px; flex: 1 1 33%; padding: 30px 0 0; margin: 10px; width: 100%; color: #fff; overflow: visible; text-transform: uppercase; letter-spacing: 0.1rem;}.why ul li span { max-width: 100%; margin: 0 auto; display: block; line-height: 1.2;}.why ul li:before { color: #fff; inset: 0 0 auto; text-align: center;}@media (max-width: 1024px) { .why { max-width: 500px; } .why ul { flex-direction: column; align-items: center; }}.page-divider { display: block; max-width: 100%; width: 100%; position: relative; z-index: 1;}.block { position: relative; display: block; clear: both; width: 100%; max-width: 100%; padding: 0 20px; margin: 100px 0;}.block:before { content: ""; position: absolute; left: -1000px; right: -1000px; top: 0; bottom: 0; z-index: -1;}.block .contain { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; max-width: 1250px; margin: 0 auto;}.block h2 { margin-bottom: 20px; max-width: 500px;}.block .wrap { height: 0;}.block article { margin: auto 0; flex: 0 1 550px;}.block article p:first-of-type { margin-top: 0;}.block ul li { margin-left: 0;}.block .btn { margin-left: 0;}.block .elem { flex: 0 0 auto; position: relative; z-index: 3; margin: 0;}.block .elem-right { order: 1;}.mini-block { display: flex; max-width: 1250px; width: 100%; margin: 30px auto; gap: 50px;}.mini-block h3 { margin-bottom: 20px;}.mini-block .btn { margin-top: 20px;}.mini-block .elem-sm { order: 1; margin: 0;}.mini-block article { order: 2; max-width: 500px;}.mini-block:nth-of-type(2) { margin-top: 50px;}.mini-block:last-of-type { margin-bottom: 50px;}.block.no_img { margin: 0 auto; padding: 100px 20px;}.block.no_img h2 { max-width: 750px; margin: 0 auto 20px;}.block.no_img p { max-width: 900px;}.block.no_img article { max-width: 1130px; margin: auto; text-align: center;}.block.no_img article .btn { margin: 15px auto 0;}.page_emergency-dentistry .block.no_img { background-color: #2B373F;}.page_emergency-dentistry .block.no_img h2, .page_emergency-dentistry .block.no_img p { color: #fff;}.page_emergency-dentistry .more-to-explore { background-color: #FBFBF2;}.page_emergency-dentistry .more-to-explore span { color: #2B373F;}@media (max-width: 1024px) { .block { margin: 60px auto; } .block h2 { text-align: center; margin: 0 auto 20px; } .block article { flex: 0 1 auto; text-align: center; } .block article p { margin: 10px auto; display: block; } .block .elem { margin: 0 auto 20px !important; } .block .elem-left, .block .elem-right { margin: 0 auto; order: 0; } .block .contain { align-items: center; flex-direction: column; gap: 0; max-width: 650px; } .block ul { margin: 20px auto; display: table; } .block .btn { margin: 15px auto 0; } .mini-block { flex-direction: column; gap: 0; margin-bottom: 50px; } .mini-block:last-of-type { margin-bottom: 80px; }}.meet .flex-title .contain { display: flex; align-items: center;}.meet .block .contain { align-items: center; max-width: 1150px;}.meet .block article { flex: 0 1 480px;}.more-to-explore { position: relative; text-align: center; margin: 0 auto; padding: 40px 10px 60px; background-color: #2B373F;}.more-to-explore span { color: #fff;}.more-to-explore p { padding: 10px; margin: auto; max-width: 1150px; display: flex; align-items: center; flex-wrap: wrap; justify-content: center;}.more-to-explore [class^=btn] { min-width: 350px; margin: 5px;}.more-to-explore .btn:hover { background-color: #172c06;}.more-to-explore .btn-alt { background-color: #616C5D;}.more-to-explore .btn-alt:hover { background-color: #172c06;}.services-grid { position: relative; margin: 0 auto; max-width: 1400px; padding: 80px 20px; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; gap: 15px;}.services-grid > div { width: 276px; position: relative; overflow: hidden;}.services-grid article { padding: 20px 10px; position: absolute; inset: 68% 0 0; background-color: rgba(255, 255, 255, 0.9); transition: all 0.5s;}.services-grid h3 { font-size: 2.6rem; text-align: center; font-weight: 600; letter-spacing: 0.15rem;}.services-grid ul li { padding-left: 0; margin-left: 0; text-align: center; margin-bottom: 5px;}.services-grid ul li:before { display: none;}@media (min-width: 1025px) { .services-grid > div:hover article { background-color: #2B373F; inset: 0% 0 0; } .services-grid > div:hover a { color: #fff; } .services-grid > div:hover a:hover { color: #519b17; }}@media (max-width: 1024px) { .services-grid > div { background-color: #2B373F; width: 320px; } .services-grid img { height: 280px; width: 320px; -o-object-fit: cover; object-fit: cover; } .services-grid article { position: relative; inset: unset; background-color: transparent; } .services-grid a { color: #fff; } .services-grid ul li { margin-bottom: 10px; }}#page { position: relative; display: block; width: 100%; margin: auto; padding: 0; clear: both;}#page.has_divider { padding-bottom: 0;}.page_index .internal { display: none;}.center { text-align: center;}main { overflow: hidden;}@media (min-width: 800px) { ul.two { -moz-column-count: 2; column-count: 2; }}@media (max-width: 750px) { main ul li { margin-left: 10px; } .elem-left, .elem-right, .block .elem-left, .block .elem-right { display: table; float: none; margin: 20px auto; max-width: 100%; }}.banner-no-img #interior-banner { background-image: url(assets/images/sand-bg-horizontal.jpg) !important; background-size: cover !important; padding: 200px 0 50px;}.banner-no-img #interior-banner .contain { max-width: 900px; width: 90%; margin: 0 auto;}#interior-banner { position: relative; text-align: center;}#interior-banner .contain { padding: 50px 20px; position: relative; z-index: 1;}#interior-banner #intro p,#interior-banner #intro li { color: #fff;}.flex-title { height: 800px; margin: auto; width: 100%; max-width: 100%; flex-direction: row-reverse; align-items: stretch;}.flex-title #page-title { margin: auto;}.flex-title .contain { flex: 0 1 50%; text-align: left; background-image: url(assets/images/sand-bg.jpg); background-size: cover; padding: 180px 20px 80px !important;}.flex-title .contain > div { max-width: 600px; margin: auto;}#intro { margin: 0 auto;}#main-img { position: relative; flex: 0 1 50%; height: 100%; width: 50%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 15%; object-position: 50% 15%;}#main-img .play { inset: unset; right: 0; bottom: 0; width: auto;}#static-banner { display: none;}@media (min-width: 1025px) { #main-img img { width: 100%; height: 800px; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 15%; object-position: 50% 15%; } #main-img .playing { margin-top: 125px; }}@media (max-width: 1024px) { .banner-no-img #interior-banner { background-image: url(assets/images/sand-bg.jpg) !important; background-size: cover; padding: 100px 0 50px; } .banner-no-img #interior-banner .contain { padding: 50px 0 0 !important; } .flex-title { flex-direction: column; height: auto; } .flex-title .contain { padding: 100px 20px 60px !important; text-align: center; } #main-img { width: 100%; max-width: 520px; margin: 20px auto 0; } #intro .btn { margin: 10px auto; }}.landing { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 auto; padding: 60px 20px; gap: 15px;}.landing a { margin: 10px 0 20px; text-align: center; display: table; max-width: 350px;}.landing a h3 { padding: 10px; color: #2B373F; font-family: "Playfair", serif; letter-spacing: 0.1rem; font-size: 2rem; transition: 0.3s all;}.landing a:hover h3 { background-color: #616C5D; color: #fff;}@media (max-width: 1500px) { .landing { max-width: 800px; }}#refer { background: #616C5D; margin: 40px auto; max-width: 700px; padding: 40px 20px 30px;}#refer .simple { max-width: 650px; margin: auto;}.accordion { padding: 80px 20px; margin: 0 auto; text-align: left; max-width: 1100px; border-bottom: 1px solid rgba(0, 0, 0, 0.2);}.accordion .toggle { position: relative; cursor: pointer; clear: both; padding: 20px 50px 20px 0px; border-top: 1px solid rgba(0, 0, 0, 0.2); width: 100%; display: block; text-align: left;}.accordion .toggle h2, .accordion .toggle h3 { transition: all 0.3s;}.accordion .toggle:hover h2,.accordion .toggle:hover h3,.accordion .toggle:hover .h2,.accordion .toggle:hover .h3 { color: #2E580D;}.accordion .toggle.active:after { transform: rotate(90deg);}.accordion .toggle:first-of-type { border-top: none;}.accordion .toggle:after { content: url(assets/images/arrow-icon.png); position: absolute; top: 12px; right: 0; text-align: center; width: 45px; height: 45px; padding-top: 1px; background-color: #2E580D; border-radius: 50%; display: flex; align-items: center; justify-content: center;}.accordion > div { display: none; padding: 0 50px 20px 0;}.accordion > div p:first-of-type { margin-top: 0;}@media (max-width: 1024px) { .accordion .toggle:after { top: 20px; width: 40px; height: 40px; } .accordion > div { padding: 0 25px 20px 3px; }}@media (max-width: 600px) { .accordion .toggle:after { width: 40px; height: 40px; }}.hours { display: table; margin: 10px auto; text-align: left !important;}.hours label { width: 120px; display: inline-block; font-weight: 700;}.contact { display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 950px; margin: 0 auto; padding: 60px 30px;}.contact h3 { margin: 0 auto 10px;}.contact p { margin: 15px 0 10px; line-height: 1.4;}.contact-map { height: 380px; margin: 20px auto 0;}.contact-map iframe { height: 100%; width: 100%;}@media (max-width: 950px) { .contact { text-align: center; align-items: center; flex-direction: column; gap: 40px; }}@media (max-width:1025px){ body .uwy.userway_p5 .userway_buttons_wrapper {bottom: 3pc!important;}}
