: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}.theme-accor{color-scheme:light;--primary-theme-color:#000;--primary-background-color:#fff;--primary-icon-color:#fff;--primary-border-color:#e0e0e0;--primary-box-shadow-color:#00000029;--primary-error-text-color:#f41313;--primary-disabled-color:#e0e0e0;--secondary-background-color:#f8f8f8;--primary-overlay-color:#120e0e79;--secondary-overlay-color:#120e0eb1;--primary-text-color:#000;--secondary-text-color:#393939;--tertiary-text-color:#050b0d;--grey-text-color:#a4a2a0;--primary-card-bg-color:#f3eee5;--primary-drawer-color:#fff;--primary-drawer-notch-color:#9b9b9b;--primary-drawer-top-left-border-radius:1px;--primary-drawer-top-right-border-radius:1px;--primary-drawer-height:90vh;--primary-drawer-background-opacity:0.75;--primary-drawer-background-color:#000;--primary-iframe-drawer-color:#291f1d;--primary-iframe-drawer-height:100dvh;--primary-image-transition-background-color:#a0a1a3;--hamburgermenu-drawer-color:#120e0ef4;--hamburgermenu-text-color:#fff;--hamburgermenu-icon-color:#fff;--primary-font-regular:"Montserrat Regular";--primary-font-medium:"Montserrat Medium";--primary-font-semibold:"Montserrat Semibold";--primary-font-bold:"Montserrat Bold";--primary-font-heading:"Silk Serif Regular";--primary-font-regular-italic:"SF UI Regular Italic";--primary-font-heading-semibold:"Silk Serif Semibold";--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-indicator-color:#fff;--primary-card-title-font-family:"Silk Serif Regular";--primary-card-desc-font-family:"Montserrat Regular";--primary-card-cta-font-family:"Montserrat Medium";--primary-card-background-color:#fff;--primary-card-border-radius:0px;--primary-card-shadow-color:#00000010;--primary-card-border:none;--primary-button-color:#fff;--primary-button-background-color:#000;--primary-button-border-radius:0px;--primary-button-font-family:"Monteserrat";--secondary-button-color:#000;--secondary-button-background-color:#fff;--secondary-button-border-radius:0px;--secondary-button-font-family:"Monteserrat";--tertiary-button-background-color:hsla(220,4%,85%,.38);--readmore-text:flex;--readmore-arrowwithtext:block;--readmore-arrow:none;--readmore-arrowhead:none;--readmore-underline:none;--bottom-menu-arrow-color:#fff;--divider-line-color:#c7c7c7;--font-light-grey:#797675;--primary-button-border-color:#000}.theme-accor.dark{color-scheme:dark;--primary-theme-color:#fff;--primary-background-color:#515050;--primary-icon-color:#000;--primary-border-color:#333;--primary-box-shadow-color:#ffffff29;--primary-error-text-color:#ff6b6b;--primary-disabled-color:#444;--secondary-background-color:#494848;--primary-overlay-color:#ffffff20;--secondary-overlay-color:#ffffff38;--primary-text-color:#fff;--secondary-text-color:#ccc;--tertiary-text-color:#aaa;--grey-text-color:#888;--primary-card-bg-color:#1a1a1a;--primary-drawer-color:#515050;--primary-drawer-notch-color:#777;--primary-drawer-background-color:#fff;--primary-iframe-drawer-color:#000;--primary-image-transition-background-color:#3a3a3a;--hamburgermenu-drawer-color:#2a2a2a;--hamburgermenu-text-color:#fff;--hamburgermenu-icon-color:#fff;--primary-card-background-color:#1a1a1a;--primary-card-shadow-color:#ffffff10;--secondary-button-color:#fff;--secondary-button-background-color:#333;--tertiary-button-background-color:#333;--bottom-menu-arrow-color:#fff;--divider-line-color:#444;--font-light-grey:#aaa;--primary-button-border-color:#151414}@font-face{font-family:Cinzel Regular;src:url(/fonts/Cinzel/Cinzel-Regular.ttf) format("truetype")}@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")}.theme-taj{color-scheme:light;--primary-theme-color:#ad8b3a;--primary-background-color:#fff;--primary-icon-color:#ad8b3a;--primary-border-color:#e5e5e5;--primary-box-shadow-color:#ad8b3a29;--primary-error-text-color:#dc143c;--primary-disabled-color:silver;--secondary-background-color:#f8f8f8;--primary-overlay-color:#ad8b3a79;--secondary-overlay-color:#ad8b3ab1;--primary-text-color:#45443f;--secondary-text-color:#6b6660;--tertiary-text-color:#8b6b2a;--grey-text-color:#9b9590;--primary-card-bg-color:#fffef9;--primary-drawer-color:#fff;--primary-drawer-notch-color:#ad8b3a;--primary-drawer-top-left-border-radius:4px;--primary-drawer-top-right-border-radius:4px;--primary-drawer-height:90vh;--primary-drawer-background-opacity:0.75;--primary-drawer-background-color:#fff;--primary-iframe-drawer-color:#ad8b3a;--primary-iframe-drawer-height:100dvh;--primary-image-transition-background-color:#ad8b3a;--hamburgermenu-drawer-color:#ad8b3af4;--hamburgermenu-text-color:#fefefe;--hamburgermenu-icon-color:#fefefe;--primary-font-regular:"Lato";--primary-font-medium:"Lato Medium";--primary-font-semibold:"Lato Medium";--primary-font-bold:"Lato Bold";--primary-font-heading:"Lato";--primary-font-regular-italic:"Lato";--primary-font-heading-semibold:"Cinzel Regular";--primary-font-extd-regular:"Lato";--heading-font-regular:"Lato Medium";--primary-title-font-family:"Lato Medium";--secondary-title-font-family:"Lato Bold";--primary-indicator-color:#ad8b3a;--primary-card-title-font-family:"Lato Medium";--primary-card-desc-font-family:"Lato";--primary-card-cta-font-family:"Lato Medium";--primary-card-background-color:#fefefe;--primary-card-border-radius:4px;--primary-card-shadow-color:#ad8b3a10;--primary-card-border:1px solid #f0f0f0;--primary-button-color:#fefefe;--primary-button-background-color:#ad8b3a;--primary-button-border-radius:4px;--primary-button-font-family:"Lato Medium";--secondary-button-color:#ad8b3a;--secondary-button-background-color:#fefefe;--secondary-button-border-radius:4px;--secondary-button-font-family:"Lato Medium";--tertiary-button-background-color:hsla(220,4%,85%,.38);--readmore-text:flex;--readmore-arrowwithtext:block;--readmore-arrow:none;--readmore-arrowhead:none;--readmore-underline:none;--bottom-menu-arrow-color:#ad8b3a;--divider-line-color:#e8e8e8;--font-light-grey:#9b9590;--primary-button-border-color:#eee}.theme-taj.dark{color-scheme:dark;--primary-theme-color:#fff;--primary-background-color:#1a1916;--primary-icon-color:#d4c18a;--primary-border-color:#3a3a3a;--primary-box-shadow-color:#d4c18a29;--primary-error-text-color:#ff6b6b;--primary-disabled-color:#444;--secondary-background-color:#2a2825;--primary-overlay-color:#d4c18a20;--secondary-overlay-color:#d4c18a38;--primary-text-color:#d4c18a;--secondary-text-color:#b8a26b;--tertiary-text-color:#e8d9b3;--grey-text-color:#9b9590;--primary-card-bg-color:#2a2825;--primary-drawer-color:#1a1916;--primary-drawer-notch-color:#d4c18a;--primary-drawer-background-color:#ad8b3a;--primary-iframe-drawer-color:#1a1916;--primary-image-transition-background-color:#ad8b3a;--hamburgermenu-drawer-color:#1a1916f4;--hamburgermenu-text-color:#d4c18a;--hamburgermenu-icon-color:#d4c18a;--primary-card-background-color:#2a2825;--primary-card-shadow-color:#d4c18a10;--primary-card-border:1px solid #404040;--secondary-button-color:#d4c18a;--secondary-button-background-color:#2a2825;--tertiary-button-background-color:#333;--bottom-menu-arrow-color:#d4c18a;--divider-line-color:#404040;--font-light-grey:#b8a26b;--primary-button-border-color:#404040}.MuiButton-containedPrimary{font:.875rem var(--primary-font-medium);border-radius:4px}.MuiButton-containedPrimary:hover:enabled{background-color:#8b6b2a}.MuiButton-outlinedPrimary{font:.875rem var(--primary-font-medium);border:1px solid var(--primary-border-color);border-radius:4px}.MuiButton-outlinedPrimary:hover:enabled{background-color:var(--primary-theme-color);color:var(--primary-button-color)}.MuiButton-textPrimary{border-radius:4px}.MuiButton-textPrimary:hover:enabled{background:#d4c18a;color:var(--primary-text-color)}.MuiInputLabel-root{font-family:var(--primary-font-regular)}.MuiInputLabel-root.Mui-focused{color:var(--primary-theme-color)}.MuiInputBase-input,.MuiInputBase-root,.MuiMenuItem-root{font-family:var(--primary-font-regular)}.MuiMenu-paper{border-radius:4px}.Toastify__toast--success{background:#f4f1e8;color:#8b6b2a}.Toastify__toast--success .Toastify__toast__close svg path{fill:#8b6b2a}@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:Montserrat Bold;src:url(/fonts/Montserrat/Montserrat-Bold.otf) format("opentype")}@font-face{font-family:Montserrat Regular;src:url(/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype")}@font-face{font-family:Montserrat Medium;src:url(/fonts/Montserrat/Montserrat-Medium.ttf) format("truetype")}@font-face{font-family:Montserrat Semibold;src:url(/fonts/Montserrat/Montserrat-Semibold.ttf) format("truetype")}@font-face{font-family:Montserrat Light;src:url(/fonts/Montserrat/Montserrat-Light.ttf) format("truetype")}@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:SF UI Regular;src:url(/fonts/SfUiDisplay/SF-UI-Display-Regular.ttf) format("truetype")}@font-face{font-family:SF UI Medium;src:url(/fonts/SfUiDisplay/SF-UI-Display-Medium.ttf) format("truetype")}@font-face{font-family:SF UI Semibold;src:url(/fonts/SfUiDisplay/SF-UI-Display-Semibold.ttf) format("truetype")}@font-face{font-family:SF UI Bold;src:url(/fonts/SfUiDisplay/SF-UI-Display-Bold.ttf) format("truetype")}@font-face{font-family:"Silk Serif Extra Light";src:url(/fonts/SilkSerif/SilkSerif-ExtraLight.woff) format("woff")}@font-face{font-family:"Silk Serif Light";src:url(/fonts/SilkSerif/SilkSerif-Light.woff) format("woff")}@font-face{font-family:"Silk Serif Regular";src:url(/fonts/SilkSerif/SilkSerif-Regular.woff) format("woff")}@font-face{font-family:"Silk Serif Semibold";src:url(/fonts/SilkSerif/SilkSerif-SemiBold.woff) format("woff")}.theme-fairmont{color-scheme:light;--primary-theme-color:#000;--primary-background-color:#fff;--primary-icon-color:#fff;--primary-border-color:#e0e0e0;--primary-box-shadow-color:#00000029;--primary-error-text-color:#f41313;--primary-disabled-color:#e0e0e0;--secondary-background-color:#f8f8f8;--primary-overlay-color:#120e0e79;--secondary-overlay-color:#120e0eb1;--primary-text-color:#000;--secondary-text-color:#393939;--tertiary-text-color:#050b0d;--grey-text-color:#a4a2a0;--primary-card-bg-color:#f3eee5;--primary-drawer-color:#fff;--primary-drawer-notch-color:#9b9b9b;--primary-drawer-top-left-border-radius:1px;--primary-drawer-top-right-border-radius:1px;--primary-drawer-height:90vh;--primary-drawer-background-opacity:0.75;--primary-drawer-background-color:#000;--primary-iframe-drawer-color:#291f1d;--primary-iframe-drawer-height:100dvh;--primary-image-transition-background-color:#a0a1a3;--hamburgermenu-drawer-color:#120e0ef4;--hamburgermenu-text-color:#fff;--hamburgermenu-icon-color:#fff;--primary-font-regular:"Montserrat Regular";--primary-font-medium:"Montserrat Medium";--primary-font-semibold:"Montserrat Semibold";--primary-font-bold:"Montserrat Bold";--primary-font-heading:"Silk Serif Regular";--primary-font-regular-italic:"SF UI Regular Italic";--primary-font-heading-semibold:"Silk Serif Semibold";--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-indicator-color:#fff;--primary-card-title-font-family:"Silk Serif Regular";--primary-card-desc-font-family:"Montserrat Regular";--primary-card-cta-font-family:"Montserrat Medium";--primary-card-background-color:#fff;--primary-card-border-radius:0px;--primary-card-shadow-color:#00000010;--primary-card-border:none;--primary-button-color:#fff;--primary-button-background-color:#000;--primary-button-border-radius:0px;--primary-button-font-family:"Monteserrat";--secondary-button-color:#000;--secondary-button-background-color:#fff;--secondary-button-border-radius:0px;--secondary-button-font-family:"Monteserrat";--tertiary-button-background-color:hsla(220,4%,85%,.38);--readmore-text:flex;--readmore-arrowwithtext:block;--readmore-arrow:none;--readmore-arrowhead:none;--readmore-underline:none;--bottom-menu-arrow-color:#fff;--divider-line-color:#c7c7c7;--font-light-grey:#797675;--primary-button-border-color:#000}.theme-fairmont.dark{color-scheme:dark;--primary-theme-color:#fff;--primary-background-color:#515050;--primary-icon-color:#000;--primary-border-color:#333;--primary-box-shadow-color:#ffffff29;--primary-error-text-color:#ff6b6b;--primary-disabled-color:#444;--secondary-background-color:#494848;--primary-overlay-color:#ffffff20;--secondary-overlay-color:#ffffff38;--primary-text-color:#fff;--secondary-text-color:#ccc;--tertiary-text-color:#aaa;--grey-text-color:#888;--primary-card-bg-color:#1a1a1a;--primary-drawer-color:#515050;--primary-drawer-notch-color:#777;--primary-drawer-background-color:#fff;--primary-iframe-drawer-color:#000;--primary-image-transition-background-color:#3a3a3a;--hamburgermenu-drawer-color:#2a2a2a;--hamburgermenu-text-color:#fff;--hamburgermenu-icon-color:#fff;--primary-card-background-color:#1a1a1a;--primary-card-shadow-color:#ffffff10;--secondary-button-color:#fff;--secondary-button-background-color:#333;--tertiary-button-background-color:#333;--bottom-menu-arrow-color:#fff;--divider-line-color:#444;--font-light-grey:#aaa;--primary-button-border-color:#151414}@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:AvertaPE Medium;src:url(/fonts/AvertaPE/AvertaPE-Semibold.otf) format("opentype")}@font-face{font-family:Atlantis Regular;src:url(/fonts/AtlantisResorts/AtlantisResorts-Headline.otf) format("opentype")}.theme-atlantis{color-scheme:light;--primary-theme-color:#0055b9;--primary-background-color:#fff;--primary-icon-color:#fff;--primary-border-color:#e0e0e0;--primary-box-shadow-color:#00000029;--primary-error-text-color:#f41313;--primary-disabled-color:#e0e0e0;--secondary-background-color:#f8f8f8;--primary-overlay-color:#120e0e79;--secondary-overlay-color:#120e0eb1;--primary-text-color:#000;--secondary-text-color:#393939;--tertiary-text-color:#050b0d;--grey-text-color:#a4a2a0;--primary-card-bg-color:#f3eee5;--primary-drawer-color:#fff;--primary-drawer-notch-color:#9b9b9b;--primary-drawer-top-left-border-radius:1px;--primary-drawer-top-right-border-radius:1px;--primary-drawer-height:90vh;--primary-drawer-background-opacity:0.75;--primary-drawer-background-color:#000;--primary-iframe-drawer-color:#291f1d;--primary-iframe-drawer-height:100dvh;--primary-image-transition-background-color:#a0a1a3;--hamburgermenu-drawer-color:#120e0ef4;--hamburgermenu-text-color:#fff;--hamburgermenu-icon-color:#fff;--primary-font-regular:"AvertaPE";--primary-font-medium:"AvertaPE Medium";--primary-font-semibold:"AvertaPE Medium";--primary-font-bold:"AvertaPE Bold";--primary-font-heading:"Atlantis Regular";--primary-font-regular-italic:"AvertaPE";--primary-font-heading-semibold:"Atlantis Regular";--primary-font-extd-regular:"AvertaPE";--heading-font-regular:"Atlantis Regular";--primary-title-font-family:"Atlantis Regular";--secondary-title-font-family:"AvertaPE Bold";--primary-indicator-color:#fff;--primary-card-title-font-family:"Atlantis Regular";--primary-card-desc-font-family:"AvertaPE";--primary-card-cta-font-family:"AvertaPE Medium";--primary-card-background-color:#fff;--primary-card-border-radius:0px;--primary-card-shadow-color:#00000010;--primary-card-border:none;--primary-button-color:#fff;--primary-button-background-color:#0055b9;--primary-button-border-radius:4px;--primary-button-font-family:"AvertaPE Medium";--secondary-button-color:#0055b9;--secondary-button-background-color:#e6f1fa;--secondary-button-border-radius:0px;--secondary-button-font-family:"AvertaPE Medium";--tertiary-button-background-color:#e6f1fa;--readmore-text:flex;--readmore-arrowwithtext:block;--readmore-arrow:none;--readmore-arrowhead:none;--readmore-underline:none;--bottom-menu-arrow-color:#fff;--divider-line-color:#c7c7c7;--font-light-grey:#797675;--primary-button-border-color:#0055b9}.theme-atlantis.dark{color-scheme:dark;--primary-theme-color:#fff;--primary-background-color:#515050;--primary-icon-color:#000;--primary-border-color:#333;--primary-box-shadow-color:#ffffff29;--primary-error-text-color:#ff6b6b;--primary-disabled-color:#444;--secondary-background-color:#494848;--primary-overlay-color:#ffffff20;--secondary-overlay-color:#ffffff38;--primary-text-color:#fff;--secondary-text-color:#ccc;--tertiary-text-color:#aaa;--grey-text-color:#888;--primary-card-bg-color:#1a1a1a;--primary-drawer-color:#1f1f1f;--primary-drawer-notch-color:#777;--primary-drawer-background-color:#fff;--primary-iframe-drawer-color:#000;--primary-image-transition-background-color:#3a3a3a;--hamburgermenu-drawer-color:#2a2a2a;--hamburgermenu-text-color:#fff;--hamburgermenu-icon-color:#fff;--primary-card-background-color:#1a1a1a;--primary-card-shadow-color:#ffffff10;--secondary-button-color:#fff;--secondary-button-background-color:#333;--tertiary-button-background-color:#333;--bottom-menu-arrow-color:#fff;--divider-line-color:#444;--font-light-grey:#aaa;--primary-button-border-color:#151414}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;border-radius:8px}p{font-family:var(--primary-font-regular);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:none;white-space:pre-wrap}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)}img{object-fit:cover}.MuiButton-containedPrimary{font:.875rem var(--primary-font-semibold);color:var(--primary-button-color);background-color:var(--primary-button-background-color);border:none;border-radius:0;width:100%;display:flex;height:44px;line-height:44px;text-align:center}.MuiButton-containedPrimary:disabled{background:var(--primary-disabled-color)!important;color:var(--primary-button-color)}.MuiButton-containedPrimary:hover:enabled{background-color:transparent}.MuiButton-containedPrimary:after{content:url(/images/sofitel/ArrowCta.png);padding-bottom:6px}.MuiButton-outlinedPrimary{font:.875rem var(--primary-font-semibold);color:var(--secondary-button-color);background-color:var(--secondary-button-background-color);border:1px solid var(--secondary-button-color);border-radius:0;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%;border-radius:0;font-size:.75rem;font-weight:700;padding:11px 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)}