:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:ClanOT Medium;src:url(/fonts/ClanOT/ClanOT-Medium.otf) format("opentype"),url(/fonts/ClanOT/ClanOT-Medium.ttf) format("truetype"),url(/fonts/ClanOT/ClanOT-Medium.woff) format("woff"),url(/fonts/ClanOT/ClanOT-Medium.woff2) format("woff2")}@font-face{font-family:ClanOT News;src:url(/fonts/ClanOT/ClanOT-News.otf) format("opentype"),url(/fonts/ClanOT/ClanOT-News.ttf) format("truetype"),url(/fonts/ClanOT/ClanOT-News.woff) format("woff"),url(/fonts/ClanOT/ClanOT-News.woff2) format("woff2")}@font-face{font-family:ClanOT Book;src:url(/fonts/ClanOT/ClanOT-Book.otf) format("opentype"),url(/fonts/ClanOT/ClanOT-Book.ttf) format("truetype"),url(/fonts/ClanOT/ClanOT-Book.woff) format("woff"),url(/fonts/ClanOT/ClanOT-Book.woff2) format("woff2")}@font-face{font-family:ClanOT Extended Book;src:url(/fonts/ClanOT/ClanOT-ExtdBook.otf) format("opentype"),url(/fonts/ClanOT/ClanOT-ExtdBook.ttf) format("truetype"),url(/fonts/ClanOT/ClanOT-ExtdBook.woff) format("woff"),url(/fonts/ClanOT/ClanOT-ExtdBook.woff2) format("woff2")}@font-face{font-family:ClanOT Extended Medium;src:url(/fonts/ClanOT/ClanOT-ExtdMedium.otf) format("opentype"),url(/fonts/ClanOT/ClanOT-ExtdMedium.ttf) format("truetype"),url(/fonts/ClanOT/ClanOT-ExtdMedium.woff) format("woff"),url(/fonts/ClanOT/ClanOT-ExtdMedium.woff2) format("woff2")}@font-face{font-family:ITC Franklin Gothic Std Book;src:url(/fonts/ITCFranklinGothicStd/ITCFranklinGothicStd-Book.otf) format("opentype"),url(/fonts/ITCFranklinGothicStd/ITCFranklinGothicStd-Book.ttf) format("truetype"),url(/fonts/ITCFranklinGothicStd/ITCFranklinGothicStd-Book.woff) format("woff"),url(/fonts/ITCFranklinGothicStd/ITCFranklinGothicStd-Book.woff2) format("woff2")}@font-face{font-family:ITC Franklin Gothic Std Medium;src:url(/fonts/ITCFranklinGothicStd/ITCFranklinGothicStd-Med.otf) format("opentype"),url(/fonts/ITCFranklinGothicStd/ITCFranklinGothicStd-Med.ttf) format("truetype"),url(/fonts/ITCFranklinGothicStd/ITCFranklinGothicStd-Med.woff) format("woff"),url(/fonts/ITCFranklinGothicStd/ITCFranklinGothicStd-Med.woff2) format("woff2")}@font-face{font-family:Arial;src:url(/fonts/Arial/Arial.otf) format("opentype")}@font-face{font-family:Arial Bold;src:url(/fonts/Arial/Arial-Bold.otf) format("opentype")}@font-face{font-family:ITC Modern No\ 216;src:url(/fonts/ITCModernNo216/ITCModernNo216-Regular.otf) format("opentype"),url(/fonts/ITCModernNo216/ITCModernNo216-Regular.ttf) format("truetype"),url(/fonts/ITCModernNo216/ITCModernNo216-Regular.woff) format("woff"),url(/fonts/ITCModernNo216/ITCModernNo216-Regular.woff2) format("woff2")}@font-face{font-family:AvertaPE;src:url(/fonts/AvertaPE/AvertaPE.otf) format("opentype")}@font-face{font-family:AvertaPE Bold;src:url(/fonts/AvertaPE/AvertaPE-Bold.otf) format("opentype")}@font-face{font-family:Lato;src:url(/fonts/Lato/Lato.ttf) format("truetype")}@font-face{font-family:Lato Medium;src:url(/fonts/Lato/Lato-Medium.otf) format("opentype")}@font-face{font-family:Lato Bold;src:url(/fonts/Lato/Lato-Bold.ttf) format("truetype")}@font-face{font-family:Montserrat Bold;src:url(/fonts/Montserrat/Montserrat-Bold.otf) format("opentype")}@font-face{font-family:Montserrat-VariableFont;src:url(/fonts/Montserrat/Montserrat-VariableFont.ttf) format("truetype")}@font-face{font-family:Vanitas-Black;src:url(/fonts/Vanitas/Vanitas-Black.ttf) format("truetype")}@font-face{font-family:Helvetica Neue;src:url(/fonts/Helvetica/Helvetica.ttf) format("truetype")}@font-face{font-family:Helvetica Neue Medium;src:url(/fonts/Helvetica/Helvetica-Medium.ttf) format("truetype")}@font-face{font-family:Helvetica Neue Bold;src:url(/fonts/Helvetica/Helvetica-Bold.ttf) format("truetype")}@font-face{font-family:Brown Std;src:url(/fonts/BrownStd/BrownStd-Regular.otf) format("opentype")}@font-face{font-family:ApexSans Book;src:url(/fonts/ApexSans/ApexSans-Book.otf) format("opentype")}@font-face{font-family:ApexSans Bold;src:url(/fonts/ApexSans/ApexSans-Bold.otf) format("opentype")}@font-face{font-family:GT Walsheim Regular;src:url(/fonts/GT-Walsheim/GT-Walsheim-Regular.ttf) format("truetype")}@font-face{font-family:GT Walsheim Medium;src:url(/fonts/GT-Walsheim/GTWalsheimMedium.ttf) format("truetype")}@font-face{font-family:Akzidenz Grotesk Pro Regular Extended;src:url(/fonts/AkzidenzGroteskPro/AkzidGrtskProExt.otf) format("opentype")}@font-face{font-family:GT-america-regular;src:url(/fonts/GT-America/GT-America-Standard-Regular.otf) format("opentype")}@font-face{font-family:GT-america-medium;src:url(/fonts/GT-America/GT-America-Standard-Medium.otf) format("opentype")}@font-face{font-family:Avenir;src:url(/fonts/Avenir/Avenir.ttf) format("truetype")}@font-face{font-family:League Spartan;src:url(/fonts/LeagueSpartan/LeagueSpartan-Regular.ttf) format("truetype")}@font-face{font-family:League Spartan Medium;src:url(/fonts/LeagueSpartan/LeagueSpartan-Medium.ttf) format("truetype")}@font-face{font-family:ObjectSans-regular;src:url(/fonts/ObjectSans/ObjectSans-Regular.otf) format("opentype")}@font-face{font-family:Pluto Sans Regular;src:url(/fonts/PlutoSans/PlutoSansRegular.otf) format("opentype")}@font-face{font-family:Garamond;src:url(/fonts/Garamond/Garamond-Regular.otf) format("opentype"),url(/fonts/Garamond/Garamond-Regular.ttf) format("truetype"),url(/fonts/Garamond/Garamond-Regular.woff) format("woff"),url(/fonts/Garamond/Garamond-Regular.woff2) format("woff2")}@font-face{font-family:Domaine Display;src:url(/fonts/DomaineDisplay/DomaineDisplay-Regular.otf) format("opentype"),url(/fonts/DomaineDisplay/DomaineDisplay-Regular.ttf) format("truetype"),url(/fonts/DomaineDisplay/DomaineDisplay-Regular.woff) format("woff"),url(/fonts/DomaineDisplay/DomaineDisplay-Regular.woff2) format("woff2")}@font-face{font-family:Trajan Pro Bold;src:url(/fonts/TrajanPro/TrajanPro-Bold.otf) format("opentype")}@font-face{font-family:Trajan Pro Regular;src:url(/fonts/TrajanPro/TrajanPro-Regular.ttf) format("truetype")}@font-face{font-family:Atlantis The Royal;src:url(/fonts/AtlantisTheRoyal/AtlantisTheRoyal.otf) format("opentype")}@font-face{font-family:"Noto Serif Display";src:url(/fonts/NotoSerifDisplay/NotoSerifDisplay.otf) format("opentype")}@font-face{font-family:Canela Light;src:url(/fonts/Canela/Canela-Light.otf) format("opentype")}@font-face{font-family:Brown Std Alternate;src:url(/fonts/BrownStd/BrownStd-BoldAlt.otf) format("opentype")}@font-face{font-family:GT Sectra Fine;src:url(/fonts/GT-Walsheim/GT-Sectra-Fine-Book.ttf) format("truetype")}@font-face{font-family:Times New Roman;src:url(/fonts/TimesNewRoman/TimesNewRoman.ttf) format("truetype")}@font-face{font-family:SangBleuKingdom;src:url(/fonts/SangBleuKingdom/SangBleuKingdom-Regular.ttf) format("truetype")}@font-face{font-family:ChronicleDisp;src:url(/fonts/ChronicleDisp/ChronicleDisp-Roman.otf) format("opentype")}@font-face{font-family:Cinzel;src:url(/fonts/Cinzel/Cinzel-Regular.ttf) format("truetype")}@font-face{font-family:Pluto Sans Medium;src:url(/fonts/PlutoSans/PlutoSansMedium.otf) format("opentype")}:root{--primary-theme-color:#997300;--primary-background-color:#fff;--primary-icon-color:#997300;--primary-border-color:#e0e0e0;--primary-box-shadow-color:#00000029;--primary-disabled-color:#e0e0e0;--tertiary-text-color:#4a4a4a;--primary-drawer-color:#fff;--primary-drawer-notch-color:#eeeef1;--primary-drawer-top-left-border-radius:0px;--primary-drawer-top-right-border-radius:0px;--primary-drawer-background-color:#000;--primary-iframe-drawer-color:#291f1d;--primary-iframe-drawer-height:100dvh;--hamburgermenu-drawer-color:#120e0ef4;--hamburgermenu-text-color:#fff;--hamburgermenu-icon-color:#fff;--primary-font-regular:"ClanOT Book";--primary-font-medium:"ClanOT Medium";--primary-font-heading:"ClanOT News";--primary-font-extd-regular:"ClanOT Extended Book";--heading-font-regular:"Garamond";--primary-title-font-family:"ClanOT Extended Book";--secondary-title-font-family:"ClanOT News";--primary-card-title-font-family:"ClanOT News";--primary-card-desc-font-family:"ClanOT Book";--primary-card-cta-font-family:"ClanOT Extended Medium";--primary-card-background-color:#f8f8f8;--primary-card-shadow-color:#00000010;--primary-card-border:none;--primary-button-background-color:#997300;--primary-button-border-radius:0px;--primary-button-font-family:"ClanOT Extended Book";--secondary-button-color:#997300;--secondary-button-background-color:#fff;--secondary-button-border-radius:0px;--secondary-button-font-family:"ClanOT Extended Book";--readmore-arrowwithtext:block;--readmore-underline:none;--primary-order-button-font-family:"ITC Franklin Gothic Std Medium"}body{max-width:768px;margin:auto;color:var(--primary-text-color);background-color:var(--primary-background-color);font-family:var(--primary-font-regular);font-synthesis:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}button{padding:0;margin:0;background:transparent;outline:none;border:none;cursor:pointer}p{font-family:var(--primary-font-regular);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:none;white-space:pre-wrap;line-height:1.5}h1,h2,h3,h4,h5,h6,p{margin:0;color:var(--primary-text-color)}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font-regular)}h1{font:1.75rem var(--heading-font-regular)}h2{font:1.5rem var(--heading-font-regular)}h3{font:1.25rem var(--heading-font-regular)}img{object-fit:cover}.MuiButton-containedPrimary{font:.875rem var(--primary-button-font-family);background-color:var(--primary-button-background-color);border:none;border-radius:var(--primary-button-border-radius);width:100%;display:flex;gap:17px;height:44px;line-height:44px;text-align:center}.MuiButton-containedPrimary,.MuiButton-containedPrimary:disabled{color:var(--primary-button-color)}.MuiButton-containedPrimary:hover:enabled{background-color:var(--primary-button-background-color)}.MuiButton-containedPrimary:after{content:url(/images/sofitel/ArrowCta.png);padding-bottom:6px}@media(prefers-color-scheme:dark){.MuiButton-containedPrimary:disabled{opacity:.5}}.MuiButton-outlinedPrimary{font:1rem var(--secondary-button-font-family);color:var(--secondary-button-color);background-color:var(--secondary-button-background-color);border:1px solid var(--secondary-button-color);border-radius:var(--primary-button-border-radius);width:100%;height:44px;line-height:44px;text-align:center}.MuiButton-outlinedPrimary:hover:enabled{border:1px solid var(--primary-theme-color)}.MuiInput-root.Mui-disabled:before{border-bottom:1px solid var(--primary-border-color)}.MuiButton-textPrimary{background:transparent;color:var(--primary-theme-color);border:none;width:100%;font-size:.75rem;font-weight:700;padding:0;border-radius:5px;overflow:hidden}.MuiButton-textPrimary:hover:enabled{background:none;border:none}.MuiLoadingButton-loadingIndicator{color:var(--primary-theme-color)!important}.MuiInputLabel-root,.MuiInputLabel-root.Mui-focused{color:var(--tertiary-text-color)}.MuiInputBase-input,.MuiInputBase-root,.MuiMenuItem-root{font-family:var(--primary-font-heading)}.MuiFormLabel-root{font-family:var(--primary-font-regular)}.MuiMenu-paper{max-height:172px}.MuiMenuItem-root{padding-bottom:0;padding-top:0;min-height:35px}.MuiFormLabel-filled{font-size:.875rem;color:var(--primary-text-color)}.MuiInputLabel-standard{font-size:.875rem;color:var(--tertiary-text-color)}.MuiLoadingButton-loadingIndicator{color:var(--primary-background-color)}.MuiInput-root:after,.MuiInput-root:hover:before{border-bottom:1px solid var(--primary-theme-color)}.MuiFormHelperText-root{color:var(--primary-error-text-color)!important}.MuiInputLabel-root.Mui-error{color:var(--primary-error-text-color)}.MuiInputLabel-asterisk{color:var(--tertiary-text-color)}.Mui-error:after{border-bottom:1px solid var(--primary-error-text-color)}.MuiDialog-paper{position:absolute!important;bottom:2rem!important;border-radius:10px;width:80%;margin:0 auto;min-height:100px}.MuiInputAdornment-root{-webkit-margin-start:0;margin-inline-start:0}.imagePlaceHolderAnimation{position:relative;overflow:hidden;background-color:var(--primary-image-transition-background-color);opacity:.25;cursor:pointer;height:100%;width:100%;min-height:210px;object-fit:cover;max-width:768px}.imagePlaceHolderAnimation:before{content:"";display:block;position:absolute;left:-150px;top:0;height:100%;width:150px;background:linear-gradient(90deg,transparent 0,hsla(0,0%,100%,.843) 50%,transparent);animation:load 2s cubic-bezier(.4,0,.2,1) infinite}@keyframes load{0%{left:-150px}50%{left:100%}to{left:100%}}.Toastify__toast--error{background:#f7dfde;color:#b65754}.Toastify__toast--error,.Toastify__toast--success{border-radius:8px;box-sizing:border-box;max-width:293px;margin:15px auto;font-size:.875rem;text-align:start;min-height:auto;padding:0}.Toastify__toast--success{background:#e7f7ed;color:#2daa5c}.Toastify__toast--success .Toastify__toast__close svg path{fill:#2daa5c}.Toastify__toast-body{margin:0;padding:15px 0 15px 37px;max-width:70%}.Toastify__toast__close{width:17px;height:17px;position:absolute;top:58%;right:20px;transform:translateY(-50%)}.Toastify__toast__close svg{width:17px;height:17px}.Toastify__toast-icon svg{width:15px;height:15px}::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}::-webkit-scrollbar{width:2px;height:3px;background-color:transparent}::-webkit-scrollbar-thumb{border-radius:10px;background-color:var(--primary-theme-color)}.globals-customReadMore{text-transform:uppercase}.MuiPickersDay-root.Mui-selected{background-color:var(--primary-theme-color)!important}.MuiFormLabel-asterisk.Mui-error{color:var(--primary-error-text-color)}.MuiOutlinedInput-notchedOutline{border-color:var(--primary-theme-color)!important}.MuiClockPointer-root,.MuiClockPointer-thumb{background-color:var(--primary-theme-color)!important}.MuiClockPointer-thumb{border:16px solid var(--primary-theme-color)!important}.MuiClock-pin{background-color:var(--primary-theme-color)!important}.MuiPickersToolbar-penIconButton,.globals-irdv2-irdFlow{display:none!important}.globals-irdv2-irdFlowShow{display:block!important}.globals-irdv2-showCurrencyInCheckbox{display:none!important}.globals-irdv2-irdPrice{display:none}.globals-irdv2-category-element.globals-irdv2-chef-special{background-color:#d8d9db}.globals-irdv2-TotalBtn{display:flex;flex-direction:column;align-items:center;line-height:1.1}.globals-irdv2-card{display:flex;margin:.75rem 0;padding:.8rem;text-align:start;border-radius:var(--primary-card-border-radius);box-shadow:0 1px 2px var(--primary-card-shadow-color);background-color:var(--primary-card-background-color);flex-direction:column}.globals-irdv2-tagTitle,.globals-irdv2-title{color:var(--primary-text-color)}.globals-irdv2-tagTitle{font:.75rem var(--primary-font-regular);padding:5px 4px 1px;background-color:var(--primary-card-shadow-color);width:-moz-fit-content;width:fit-content}.globals-irdv2-currency,.globals-irdv2-description{font:.875rem var(--primary-card-desc-font-family);color:var(--tertiary-text-color)}.globals-irdv2-description{display:flex;flex-wrap:nowrap;align-items:flex-end;gap:.5rem;line-height:1.3;min-height:1rem}.globals-irdv2-description .ingredients-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;align-items:flex-end}.globals-irdv2-description .price-text{white-space:nowrap;flex-shrink:0}.globals-irdv2-contentWrapper{display:flex;flex-direction:row;justify-content:space-between;text-align:start;width:100%;gap:10px}.globals-irdv2-detailsWrapperContent{display:flex;flex-direction:column;gap:5px;text-align:start;width:70%}.globals-irdv2-image{width:150px;height:120px;border-radius:var(--primary-card-border-radius);position:relative;object-fit:cover;cursor:pointer}.globals-irdv2-btnWrapper{display:flex;justify-content:flex-end;flex-direction:column;align-items:flex-end}.globals-irdv2-allergensWrapper{display:flex;flex-direction:row;align-items:center;gap:3px}.ingredients-container{display:flex;flex-direction:column;max-height:3em}.ingredients-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.price-text{font-weight:700;margin-top:4px}.globals-irdv2-allergens{display:flex;height:23px;color:var(--tertiary-text-color);font:.875rem var(--primary-font-regular);-webkit-margin-end:10px;margin-inline-end:10px;width:auto;min-width:50px;padding:0 1px;justify-content:start;align-items:center;text-transform:capitalize;margin-top:8px}.globals-irdv2-taxMargin{margin-bottom:100px!important}:focus,:focus-visible{outline:none!important;box-shadow:none!important}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}:root{--primary-theme-color:#d13e87;--primary-background-color:#f9f7f1;--primary-icon-color:#d13e87;--primary-border-color:#bba7a720;--primary-box-shadow-color:none;--primary-error-text-color:#f41313;--primary-disabled-color:#d8d8d8;--primary-overlay-color:#120e0e79;--secondary-overlay-color:#120e0eb1;--primary-text-color:#000;--secondary-text-color:#fff;--tertiary-text-color:#646363;--primary-drawer-color:#f9f7f1;--primary-drawer-notch-color:#bcbcbc;--primary-drawer-top-left-border-radius:24px;--primary-drawer-top-right-border-radius:24px;--primary-drawer-height:70dvh;--primary-drawer-background-opacity:0.75;--primary-drawer-background-color:#1e1d1d;--primary-image-transition-background-color:#a0a1a3;--hamburgermenu-drawer-color:#f9f7f1;--hamburgermenu-text-color:#000;--hamburgermenu-icon-color:#d13e87;--primary-font-regular:"ObjectSans-regular";--primary-font-medium:"ObjectSans-regular";--primary-font-semibold:"";--primary-font-bold:"";--primary-font-heading:"ObjectSans-regular";--primary-font-extd-regular:"ObjectSans-regular";--heading-font-regular:"ObjectSans-regular";--primary-title-font-family:"ObjectSans-regular";--secondary-title-font-family:"ObjectSans-regular";--primary-indicator-color:#fff;--primary-card-title-font-family:"ObjectSans-regular";--primary-card-desc-font-family:"ObjectSans-regular";--primary-card-cta-font-family:"ObjectSans-regular";--primary-card-background-color:#f9f7f1;--primary-card-border-radius:0px;--primary-card-shadow-color:#000;--primary-button-color:#fff;--primary-button-background-color:#d13e87;--primary-button-border-radius:6px;--primary-button-font-family:"ObjectSans-regular";--secondary-button-color:#d13e87;--secondary-button-background-color:#f9f7f1;--secondary-button-border-radius:6px;--secondary-button-font-family:"ObjectSans-regular";--readmore-text:flex;--readmore-arrowwithtext:none;--readmore-arrow:none;--readmore-arrowhead:none;--readmore-underline:1px solid var(--primary-theme-color);--bottom-menu-arrow-color:#fff}.MuiButton-containedPrimary:disabled{background:var(--primary-disabled-color)}.MuiButton-containedPrimary:after{display:none}.globals-bannerText{color:var(--primary-text-color)!important}.globals-pairToRoomWrapper{background:var(--primary-background-color)!important}.globals-carouselSlideWrapper{height:300px!important}.globals-carouselSlideImage{position:static!important}.globals-carouselSlideDetailsWrapperRestaurantsAndBars{position:static!important;width:100%!important;text-align:start!important;align-items:flex-start!important;height:110px!important}.globals-content{padding-left:0!important}.globals-carouselSlideDetailsWrapper{position:static!important;width:100%!important;text-align:start!important;height:100px!important}.globals-detailPosition{width:100%!important}.globals-carouselSlideTitle{padding:10px 0 19px!important}.globals-carouselSlideWrapperServiceRequest{height:290px!important}.globals-carouselSlideWrapperSpa{height:300px!important}.globals-contentWrapper{position:static!important;width:100%!important;margin-top:0!important}.globals-listDurationOffer{text-align:left}.globals-imageContent{padding:10px 0!important}.globals-text-align{text-align:start!important}.globals-customReadMore{text-align:center!important;margin:10px 0!important;color:var(--primary-theme-color)!important}.Loaders_loaderOverlay__a2Ovx{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10}.Loaders_logoLoader___idcw{width:20vw;animation:Loaders_fadeOut__BfrTN 2s infinite;max-width:768px}@keyframes Loaders_fadeOut__BfrTN{0%{opacity:1;scale:1}to{opacity:0;scale:5}}.Loaders_multipurposeLoader__9L8rE{width:150px;height:150px}.Loaders_loader__WOxcr{width:50px;padding:5px;margin:2rem auto 1rem;aspect-ratio:1;border-radius:50%;background:var(--primary-theme-color);--_m:conic-gradient(#0000,#000),linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:Loaders_load__XyOV7 1s linear infinite}@keyframes Loaders_load__XyOV7{to{transform:rotate(1turn)}}.Loaders_itemNotFoundAnimation__5xpL0{width:50%;height:50%}.Loaders_carouselAnimation__kGNeT{height:250px}.Loaders_errorAnimation__YKE2_{width:80%;height:80%}.Loaders_paymentStatusAnimation__ATSbF{width:40%;height:40%}.Notification_background__3A31T{position:fixed;box-sizing:border-box;margin:0 auto;top:0;bottom:0;left:0;right:0;background:var(--primary-overlay-color);z-index:9;opacity:0;visibility:hidden;transition:all .2s;max-width:768px}.Notification_backgroundOpened__IHvRe{opacity:1;visibility:visible}.Notification_wrapper__uVTu_{position:fixed;bottom:10rem;left:1rem;right:1rem;min-width:50px;max-width:708px;min-height:50px;display:flex;background:var(--primary-background-color);border-radius:var(--primary-card-border-radius);box-shadow:0 6px 35px rgba(0,0,0,.161);transition:all .5s;transform:translateY(100%);margin:0 auto;z-index:1201;padding:1rem .5rem}.Notification_wrapperWithSpacing__kgkVO{padding:1rem 0}.Notification_wrapperOpened__zICv6{transform:translateY(0)}.Notification_iconWrapper__SFlRt{display:flex;justify-content:center;align-items:center;min-width:60px;max-width:60px}.Notification_contentWrapper__trX5v{display:flex;flex-direction:column;justify-content:center;width:85%;-webkit-margin-start:.5rem;margin-inline-start:.5rem}.Notification_contentWrapperWithoutAnimation__GKKUn{width:100%;margin:0 1.25rem}.Notification_title__5bQnp{font:1.25rem var(--heading-font-regular);width:90%;text-transform:capitalize;margin:2px 0}.Notification_description__YSdhB{font:.875rem var(--primary-font-regular);line-height:1.5;margin:.25rem 0;width:95%}.Notification_close__eOEx_{position:absolute;top:.75rem;right:.75rem;cursor:pointer}