﻿:root{--frb-font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--frb-font-serif: ui-serif, Georgia, "Times New Roman", serif;--frb-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--frb-font-display: var(--frb-font-sans);--frb-text-xs: 0.75rem;--frb-text-sm: 0.875rem;--frb-text-base: 1rem;--frb-text-lg: 1.125rem;--frb-text-xl: 1.333rem;--frb-text-2xl: 1.777rem;--frb-text-3xl: 2.369rem;--frb-text-4xl: 3.158rem;--frb-text-5xl: 4.21rem;--frb-leading-tight: 1.1;--frb-leading-snug: 1.3;--frb-leading-normal: 1.55;--frb-leading-relaxed: 1.7;--frb-s-1: 4px;--frb-s-2: 8px;--frb-s-3: 12px;--frb-s-4: 16px;--frb-s-5: 24px;--frb-s-6: 32px;--frb-s-7: 48px;--frb-s-8: 64px;--frb-s-9: 96px;--frb-radius-sm: 4px;--frb-radius: 8px;--frb-radius-lg: 14px;--frb-radius-full: 9999px;--frb-ease: cubic-bezier(0.2, 0.8, 0.2, 1);--frb-dur-fast: 120ms;--frb-dur: 200ms;--frb-dur-slow: 320ms;--frb-shadow-1: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.06);--frb-shadow-2: 0 4px 8px -2px rgba(0, 0, 0, 0.05), 0 10px 24px -4px rgba(0, 0, 0, 0.08);--frb-shadow-3: 0 12px 32px -8px rgba(0, 0, 0, 0.16), 0 24px 64px -16px rgba(0, 0, 0, 0.12);--frb-bg: #ffffff;--frb-bg-elevated: #ffffff;--frb-surface: #f7f7f8;--frb-surface-2: #ececef;--frb-fg: #18181b;--frb-fg-muted: #52525b;--frb-fg-subtle: #71717a;--frb-border: #e4e4e7;--frb-border-strong: #d4d4d8;--frb-accent: #0ea5e9;--frb-accent-fg: #ffffff;--frb-accent-hover: #0284c7;--frb-success: #10b981;--frb-warning: #f59e0b;--frb-error: #ef4444;--frb-info: #3b82f6;--frb-focus-ring: rgba(14, 165, 233, 0.45);--frb-overlay: rgba(0, 0, 0, 0.5)}[data-theme=dark],.frb-dark{--frb-bg: #0b0b0d;--frb-bg-elevated: #141417;--frb-surface: #1c1c20;--frb-surface-2: #27272a;--frb-fg: #f4f4f5;--frb-fg-muted: #a1a1aa;--frb-fg-subtle: #71717a;--frb-border: #2e2e33;--frb-border-strong: #3f3f46;--frb-accent: #38bdf8;--frb-accent-fg: #0b0b0d;--frb-accent-hover: #7dd3fc;--frb-focus-ring: rgba(56, 189, 248, 0.5);--frb-overlay: rgba(0, 0, 0, 0.7)}@media(prefers-color-scheme: dark){:root:not([data-theme=light]):not(.frb-light){--frb-bg: #0b0b0d;--frb-bg-elevated: #141417;--frb-surface: #1c1c20;--frb-surface-2: #27272a;--frb-fg: #f4f4f5;--frb-fg-muted: #a1a1aa;--frb-fg-subtle: #71717a;--frb-border: #2e2e33;--frb-border-strong: #3f3f46;--frb-accent: #38bdf8;--frb-accent-fg: #0b0b0d;--frb-accent-hover: #7dd3fc;--frb-focus-ring: rgba(56, 189, 248, 0.5);--frb-overlay: rgba(0, 0, 0, 0.7)}}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--frb-font-sans);font-size:var(--frb-text-base);line-height:var(--frb-leading-normal);color:var(--frb-fg);background-color:var(--frb-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}:focus{outline:none}:focus-visible{outline:2px solid var(--frb-focus-ring);outline-offset:2px;border-radius:var(--frb-radius-sm)}h1,h2,h3,h4,h5,h6{font-family:var(--frb-font-display);font-weight:700;line-height:var(--frb-leading-tight);letter-spacing:-0.02em;margin:0 0 var(--frb-s-4);color:var(--frb-fg)}h1{font-size:var(--frb-text-4xl);letter-spacing:-0.03em}h2{font-size:var(--frb-text-3xl);letter-spacing:-0.025em}h3{font-size:var(--frb-text-2xl)}h4{font-size:var(--frb-text-xl)}h5{font-size:var(--frb-text-lg)}h6{font-size:var(--frb-text-base);text-transform:uppercase;letter-spacing:.06em;color:var(--frb-fg-muted)}p{margin:0 0 var(--frb-s-4);line-height:var(--frb-leading-relaxed)}.frb-lead{font-size:var(--frb-text-lg);color:var(--frb-fg-muted);line-height:var(--frb-leading-relaxed)}small,.frb-small{font-size:var(--frb-text-sm);color:var(--frb-fg-muted)}strong,b{font-weight:700;color:var(--frb-fg)}em,i{font-style:italic}mark{background:rgba(245,158,11,.25);color:inherit;padding:0 .25em;border-radius:2px}abbr[title]{text-decoration:underline dotted;cursor:help}kbd{display:inline-block;font-family:var(--frb-font-mono);font-size:.85em;padding:1px 6px;background:var(--frb-surface);border:1px solid var(--frb-border-strong);border-bottom-width:2px;border-radius:var(--frb-radius-sm);color:var(--frb-fg)}a{color:var(--frb-accent);text-decoration-color:rgba(14,165,233,.4);text-decoration-thickness:1px;text-underline-offset:2px;transition:color var(--frb-dur) var(--frb-ease),text-decoration-color var(--frb-dur) var(--frb-ease)}a:hover{color:var(--frb-accent-hover);text-decoration-color:currentColor}ul,ol{margin:0 0 var(--frb-s-4);padding-left:var(--frb-s-6);line-height:var(--frb-leading-relaxed)}li+li{margin-top:var(--frb-s-1)}ul ul,ul ol,ol ol,ol ul{margin:var(--frb-s-1) 0 var(--frb-s-1)}dl{margin:0 0 var(--frb-s-4)}dt{font-weight:600;margin-top:var(--frb-s-3)}dd{margin:0 0 var(--frb-s-2) 0;color:var(--frb-fg-muted)}code,samp,var{font-family:var(--frb-font-mono);font-size:.9em;padding:.15em .35em;background:var(--frb-surface);border-radius:var(--frb-radius-sm);color:var(--frb-fg)}pre{font-family:var(--frb-font-mono);font-size:var(--frb-text-sm);line-height:var(--frb-leading-snug);margin:0 0 var(--frb-s-4);padding:var(--frb-s-4);background:var(--frb-surface);border:1px solid var(--frb-border);border-radius:var(--frb-radius);overflow-x:auto}pre code{padding:0;background:rgba(0,0,0,0);border-radius:0;font-size:inherit}blockquote{margin:0 0 var(--frb-s-5);padding:var(--frb-s-3) var(--frb-s-5);border-left:4px solid var(--frb-accent);background:var(--frb-surface);border-radius:0 var(--frb-radius) var(--frb-radius) 0;font-size:var(--frb-text-lg);color:var(--frb-fg-muted);font-style:italic}blockquote p:last-child{margin-bottom:0}blockquote cite{display:block;margin-top:var(--frb-s-2);font-size:var(--frb-text-sm);font-style:normal;color:var(--frb-fg-subtle)}hr{border:0;border-top:1px solid var(--frb-border);margin:var(--frb-s-6) 0}img,svg,video,canvas,picture,iframe{max-width:100%;height:auto;display:block}figure{margin:0 0 var(--frb-s-5);display:block}figcaption{font-size:var(--frb-text-sm);color:var(--frb-fg-muted);margin-top:var(--frb-s-2);text-align:center}table{width:100%;border-collapse:collapse;margin:0 0 var(--frb-s-5);font-size:var(--frb-text-base);border:1px solid var(--frb-border);border-radius:var(--frb-radius);overflow:hidden}th,td{text-align:left;padding:var(--frb-s-3) var(--frb-s-4);border-bottom:1px solid var(--frb-border);vertical-align:top}thead th{background:var(--frb-surface);font-weight:600;font-size:var(--frb-text-sm);text-transform:uppercase;letter-spacing:.04em;color:var(--frb-fg-muted)}tbody tr:nth-child(even) td{background:rgba(0,0,0,.015)}[data-theme=dark] tbody tr:nth-child(even) td,.frb-dark tbody tr:nth-child(even) td{background:hsla(0,0%,100%,.025)}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:var(--frb-surface)}form{margin:0}fieldset{border:1px solid var(--frb-border);border-radius:var(--frb-radius);padding:var(--frb-s-4) var(--frb-s-5);margin:0 0 var(--frb-s-5);min-inline-size:0}legend{font-weight:600;font-size:var(--frb-text-sm);text-transform:uppercase;letter-spacing:.05em;color:var(--frb-fg-muted);padding:0 var(--frb-s-2)}label{display:block;font-size:var(--frb-text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--frb-fg-muted);margin-bottom:var(--frb-s-2)}input,textarea,select{display:block;width:100%;font-family:inherit;font-size:var(--frb-text-base);line-height:var(--frb-leading-normal);color:var(--frb-fg);background:rgba(0,0,0,0);border:0;border-bottom:1px solid var(--frb-border-strong);border-radius:0;padding:12px 0;margin-bottom:var(--frb-s-4);transition:border-color var(--frb-dur) var(--frb-ease),box-shadow var(--frb-dur) var(--frb-ease);appearance:none;-webkit-appearance:none}input:hover,textarea:hover,select:hover{border-bottom-color:var(--frb-fg-subtle)}input:focus,textarea:focus,select:focus{outline:none;border-bottom-color:var(--frb-accent);border-bottom-width:2px;padding-bottom:11px}input::placeholder,textarea::placeholder{color:var(--frb-fg-subtle);opacity:1}input[disabled],textarea[disabled],select[disabled]{color:var(--frb-fg-subtle);cursor:not-allowed;opacity:.6}input[aria-invalid=true],textarea[aria-invalid=true],select[aria-invalid=true],input:invalid:not(:placeholder-shown),textarea:invalid:not(:placeholder-shown){border-bottom-color:var(--frb-error)}input[aria-invalid=true]:focus,textarea[aria-invalid=true]:focus,select[aria-invalid=true]:focus{box-shadow:0 1px 0 var(--frb-error)}textarea{resize:vertical;min-height:120px;border:1px solid var(--frb-border-strong);border-radius:var(--frb-radius);padding:12px 14px}textarea:focus{border-color:var(--frb-accent);border-bottom-width:1px;padding-bottom:12px;box-shadow:0 0 0 3px var(--frb-focus-ring)}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%2371717a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center;padding-right:var(--frb-s-6)}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;display:inline-grid;place-content:center;width:18px;height:18px;margin:0 8px 0 0;padding:0;vertical-align:-3px;background:var(--frb-bg-elevated);border:1.5px solid var(--frb-border-strong);cursor:pointer}input[type=checkbox]{border-radius:var(--frb-radius-sm)}input[type=radio]{border-radius:50%}input[type=checkbox]:checked,input[type=radio]:checked{background:var(--frb-accent);border-color:var(--frb-accent)}input[type=checkbox]:checked::before{content:"";width:10px;height:10px;background:var(--frb-accent-fg);clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%)}input[type=radio]:checked::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--frb-accent-fg)}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:4px;border:0;padding:0;background:var(--frb-surface-2);border-radius:var(--frb-radius-full);cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--frb-accent);border:2px solid var(--frb-bg);box-shadow:var(--frb-shadow-1)}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--frb-accent);border:2px solid var(--frb-bg)}input[type=file]{padding:0;border:none;background:rgba(0,0,0,0)}button,input[type=button],input[type=submit],input[type=reset],.frb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:var(--frb-text-base);font-weight:600;line-height:1;padding:10px 18px;border:1px solid rgba(0,0,0,0);border-radius:var(--frb-radius);background:var(--frb-accent);color:var(--frb-accent-fg);cursor:pointer;transition:background-color var(--frb-dur) var(--frb-ease),border-color var(--frb-dur) var(--frb-ease),color var(--frb-dur) var(--frb-ease),transform var(--frb-dur-fast) var(--frb-ease),box-shadow var(--frb-dur) var(--frb-ease);user-select:none;text-decoration:none;white-space:nowrap}button:hover,input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover,.frb-btn:hover{background:var(--frb-accent-hover)}button:active,input[type=button]:active,input[type=submit]:active,input[type=reset]:active,.frb-btn:active{transform:translateY(1px)}button:disabled,input[type=button]:disabled,input[type=submit]:disabled,input[type=reset]:disabled,.frb-btn:disabled{background:var(--frb-surface-2);color:var(--frb-fg-subtle);cursor:not-allowed}.frb-btn--secondary{background:var(--frb-surface);color:var(--frb-fg);border-color:var(--frb-border-strong)}.frb-btn--secondary:hover{background:var(--frb-surface-2)}.frb-btn--outline{background:rgba(0,0,0,0);color:var(--frb-fg);border-color:var(--frb-border-strong)}.frb-btn--outline:hover{background:var(--frb-surface);border-color:var(--frb-fg)}.frb-btn--ghost{background:rgba(0,0,0,0);color:var(--frb-fg);border-color:rgba(0,0,0,0)}.frb-btn--ghost:hover{background:var(--frb-surface)}.frb-btn--danger{background:var(--frb-error);color:#fff}.frb-btn--danger:hover{background:#dc2626}.frb-btn--sm{padding:6px 12px;font-size:var(--frb-text-sm)}.frb-btn--lg{padding:14px 24px;font-size:var(--frb-text-lg)}.frb-btn--block{display:flex;width:100%}.frb-skeleton{display:block;background:linear-gradient(90deg, var(--frb-surface) 0%, var(--frb-surface-2) 50%, var(--frb-surface) 100%);background-size:200% 100%;animation:frb-skeleton-shimmer 1.4s linear infinite;border-radius:var(--frb-radius-sm);min-height:1em}@keyframes frb-skeleton-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.frb-container{max-width:1200px;margin:0 auto;padding:0 var(--frb-s-4)}.frb-container-narrow{max-width:720px;margin:0 auto;padding:0 var(--frb-s-4)}.frb-stack>*+*{margin-top:var(--frb-s-4)}.frb-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}::selection{background:rgba(14,165,233,.35);color:var(--frb-fg)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:var(--frb-surface-2);border-radius:var(--frb-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--frb-border-strong)}html{scrollbar-color:var(--frb-surface-2) rgba(0,0,0,0)}@font-face{font-family:"Material Symbols Rounded";font-style:normal;font-weight:400;font-display:block;src:url("/static/fonts/MaterialSymbolsRounded-imagesmode.woff2") format("woff2")}.material-symbols-rounded{font-family:"Material Symbols Rounded";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.cmsgallery{display:grid;grid-template-columns:60% 1fr;gap:2px;max-width:900px;margin:0 auto 12px;border-radius:10px;overflow:hidden;background:#fff}.cmsgallery-hero{position:relative;height:361px;overflow:hidden;background:#eef0ef;cursor:zoom-in}.cmsgallery-hero img{width:100%;height:100%;object-fit:cover;display:block}.cmsgallery-thumbs{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:119px;gap:2px;align-content:start}.cmsgallery-thumb{position:relative;height:119px;overflow:hidden;border:0;padding:0;margin:0;background:#eef0ef;cursor:pointer}.cmsgallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cmsgallery-more .cmsgallery-more-label{position:absolute;bottom:10px;right:10px;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;color:var(--frb-primary, #193c0d);border-radius:6px;font-family:var(--frb-head, var(--frb-font-display));font-weight:600;font-size:14px;box-shadow:0 1px 5px rgba(0,0,0,.28)}.cmsgallery-more .cmsgallery-more-label .material-symbols-rounded{font-size:20px}@media(max-width: 900px){.cmsgallery-hero{height:298px}.cmsgallery-thumbs{grid-auto-rows:98px}.cmsgallery-thumb{height:98px}}@media(max-width: 600px){.cmsgallery{grid-template-columns:1fr}.cmsgallery-hero{height:auto;aspect-ratio:3/2}.cmsgallery-thumbs{grid-template-columns:repeat(3, 1fr);grid-auto-rows:auto}.cmsgallery-thumb{height:auto;aspect-ratio:3/2}}.fugal-popup-wrap{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.94);opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.fugal-popup-wrap.fugal-poppin{opacity:1;visibility:visible}.fu-popup-content{display:flex;flex-direction:column;height:100%}.fu-main{position:relative;flex:1 1 auto;min-height:0}.fu-live-img-wrap{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.fu-live-img{max-width:90%;max-height:92%;object-fit:contain;border-radius:6px;box-shadow:0 0 24px 2px rgba(0,0,0,.8);cursor:pointer}.fu-counter-wrap{position:absolute;right:18px;bottom:52px;z-index:10;display:flex;color:#fff;font-family:var(--frb-head, var(--frb-font-display));font-size:18px;opacity:.9}.fu-counter-wrap>*{margin:0 2px}.fu-view-all-thumbs-btn{position:absolute;right:16px;bottom:10px;z-index:11;padding:8px 13px;background:var(--frb-highlight, #71c055);color:#fff;font-family:var(--frb-head, var(--frb-font-display));font-weight:600;font-size:14px;border-radius:4px;cursor:pointer;transition:opacity .2s ease}.fu-view-all-thumbs-btn:hover{opacity:.85}.fu-popup-close{position:absolute;top:10px;right:18px;z-index:12;width:50px;height:50px;text-indent:-9999px;overflow:hidden;cursor:pointer;opacity:.8;transition:opacity .2s ease}.fu-popup-close::after{content:"×";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-indent:0;color:#fff;font-size:46px;font-weight:300;line-height:1}.fu-popup-close:hover{opacity:1}.arrow-prev-wrap,.arrow-next-wrap{position:absolute;top:50%;transform:translateY(-50%);width:72px;height:150px;z-index:11}.arrow-prev-wrap{left:6px}.arrow-next-wrap{right:6px}.arrow-prev,.arrow-next{position:absolute;inset:0;text-indent:-9999px;overflow:hidden;cursor:pointer;opacity:.75;transition:opacity .2s ease}.arrow-prev::after,.arrow-next::after{content:"";position:absolute;top:50%;left:50%;width:30px;height:30px;border-top:4px solid #fff;border-right:4px solid #fff}.arrow-prev:hover,.arrow-next:hover{opacity:1}.arrow-next::after{transform:translate(-65%, -50%) rotate(45deg)}.arrow-prev::after{transform:translate(-35%, -50%) rotate(-135deg)}.fu-thumbs-main{flex:0 0 auto;background:rgba(0,0,0,.32)}.fu-thumbs-wrap{padding:8px 10px;max-height:210px;overflow-y:hidden}.fu-thumbs-wrap::-webkit-scrollbar{width:8px}.fu-thumbs-wrap::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:4px}.fu-thumbs-main.fu-view-all-thumbs .fu-thumbs-wrap{max-height:42vh;overflow-y:auto}.fu-thumbs-row{display:flex;flex-wrap:wrap;gap:4px}.fu-thumb{flex:0 0 auto;width:calc((100% - 52px)/14);min-width:0;aspect-ratio:3/2;object-fit:cover;border:2px solid rgba(0,0,0,0);border-radius:3px;opacity:.7;cursor:pointer;transition:opacity .2s ease,border-color .2s ease}.fu-thumb:hover{opacity:1}.fu-thumb-active{opacity:1;border-color:#fff}@media(max-width: 900px){.fu-thumb{width:calc((100% - 28px)/8)}.fu-thumbs-wrap{max-height:180px}}@media(max-width: 767px){.fu-thumb{width:calc((100% - 16px)/5)}.arrow-prev-wrap,.arrow-next-wrap{width:44px;height:90px}.fu-popup-close::after{font-size:38px}}@font-face{font-family:roboto-regular;font-display:swap;src:url("/static/fonts/RobotoCondensed-Regular.ttf")}@font-face{font-family:roboto-light;font-display:swap;src:url("/static/fonts/RobotoCondensed-Light.ttf")}@font-face{font-family:roboto-bold;font-display:swap;src:url("/static/fonts/RobotoCondensed-Bold.ttf")}@font-face{font-family:open-sans;font-display:swap;src:url("/static/fonts/OpenSans-VariableFont_wdth,wght.ttf")}@font-face{font-family:bebas-neue;font-display:swap;src:url("/static/fonts/BebasNeue-Regular.ttf")}@font-face{font-family:abel;font-display:swap;src:url("/static/fonts/Abel-Regular.ttf")}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url("/static/fonts/MaterialIcons-Regular.ttf")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}body{font-family:arial,helvetica,serif}.cursor{cursor:pointer}a.no-style{text-decoration:none;color:inherit;cursor:pointer;outline:none;border:none;background:none;padding:0;margin:0}a.a-icon-mover{position:relative;top:7px}.icon-text-pos{position:relative;top:-7px;left:-4px}.but-pad{padding-top:7px}h1,h2,h3,h4,h5{font-family:abel,arial,serif}.table-header-background td,.table-header-background th{background-color:var(--bs-custom2-primary);color:var(--bs-custom-secondary);font-weight:normal;font-family:abel,arial,helvetica,serif;font-size:18px}.header-background{background-color:var(--bs-custom2-primary);color:var(--bs-custom-secondary);font-weight:normal;font-family:abel,arial,helvetica,serif;font-size:18px}.icon-pos{position:relative;top:6px;left:0}.icon-drag{cursor:move}.bg-custom{background-color:var(--bs-custom2-primary);color:var(--bs-custom-secondary)}.line-height-32px{line-height:32px}.bg-custom-color{color:var(--bs-custom-secondary)}.btn-dark-blue{background-color:var(--bs-custom2-primary);color:var(--bs-custom-secondary)}.btn-dark-blue :focus{background-color:var(--bs-custom2-primary);color:var(--bs-gray-100);border-color:var(--bs-gray-700)}.btn-dark-blue :hover{background-color:var(--bs-custom2-primary);color:var(--bs-custom-secondary);border-color:var(--bs-gray-800)}.btn-dark-blue :active{background-color:var(--bs-custom2-primary);color:var(--bs-custom-secondary);border-color:var(--bs-gray-800)}.btn-dark-grey{background-color:var(--bs-gray-600);color:var(--bs-gray-200)}.btn-dark-grey :focus{background-color:var(--bs-gray-500);color:var(--bs-gray-100);border-color:var(--bs-gray-700)}.btn-dark-grey :hover{background-color:var(--bs-gray-400);color:var(--bs-gray-800);border-color:var(--bs-gray-800)}.btn-dark-grey :active{background-color:var(--bs-gray-600);color:var(--bs-gray-200);border-color:var(--bs-gray-800)}.crm-wst-listing{--_radius-lg: var(--radius-lg, 16px);--_radius-sm: var(--radius-sm, 8px);--_ease: var(--ease, cubic-bezier(.2,.7,.2,1));--_bg-card: var(--bg-card, #ffffff);--_bg-card-hover: var(--bg-card-hover, var(--bg-card, #ffffff));--_bg-pill: var(--bg-pill, #ecfeff);--_border: var(--border, #e5ecf3);--_border-strong: var(--border-strong, #cfd8e3);--_fg: var(--fg, #0a1628);--_fg-muted: var(--fg-muted, #4a5b78);--_fg-dim: var(--fg-dim, #7a8aa3);--_accent: var(--accent, #0891b2);--_price: var(--price, #ea580c);--_price-fg: var(--price-fg, #ffffff);--_font-display: var(--font-display, "Bebas Neue", "Oswald", Impact, sans-serif);--_shadow-lg: var(--shadow-lg, 0 12px 32px rgba(0, 0, 0, .10), 0 24px 64px rgba(0, 0, 0, .12))}.crm-wst-listing .crm-wst-listing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 24px;padding-bottom:14px;border-bottom:1px solid var(--_border)}.crm-wst-listing .crm-wst-listing-title{font-family:var(--_font-display);font-weight:400;font-size:clamp(28px,4vw,44px);letter-spacing:.01em;line-height:1;margin:0;color:var(--_fg)}.crm-wst-listing .tour-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px, 1fr);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:8px;scrollbar-width:thin}.crm-wst-listing .tour-row::-webkit-scrollbar{height:6px}.crm-wst-listing .tour-row::-webkit-scrollbar-thumb{background:var(--_border-strong);border-radius:3px}@media(min-width: 1100px){.crm-wst-listing:not(.crm-wst-carousel) .tour-row{grid-template-columns:repeat(var(--crm-wst-columns, 4), 1fr);grid-auto-flow:row}}@media(min-width: 760px)and (max-width: 1099px){.crm-wst-listing:not(.crm-wst-carousel) .tour-row{grid-template-columns:repeat(min(var(--crm-wst-columns, 4), 2), 1fr);grid-auto-flow:row}}.crm-wst-listing .tour-row>*{scroll-snap-align:start}.crm-wst-listing .card{position:relative;background:var(--_bg-card);border:1px solid var(--_border);border-radius:var(--_radius-lg);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .25s var(--_ease),border-color .25s var(--_ease),background-color .25s var(--_ease),box-shadow .25s var(--_ease)}.crm-wst-listing .card:hover{transform:translateY(-3px);border-color:var(--_border-strong);background:var(--_bg-card-hover);box-shadow:var(--_shadow-lg)}.crm-wst-listing .card .img-wrap{position:relative;aspect-ratio:16/11;overflow:hidden}.crm-wst-listing .card .img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s var(--_ease)}.crm-wst-listing .card:hover .img-wrap img{transform:scale(1.06)}.crm-wst-listing .card .img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.55) 100%);pointer-events:none}.crm-wst-listing .img-meta{position:absolute;left:12px;right:12px;bottom:12px;display:flex;gap:8px;z-index:2;flex-wrap:wrap}.crm-wst-listing .chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(15,24,40,.72);color:#e9f1ff;border:1px solid hsla(0,0%,100%,.12);font-size:11px;font-weight:500;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.crm-wst-listing .card .body{padding:16px 16px 18px;display:flex;flex-direction:column;flex:1}.crm-wst-listing .place{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--_accent);margin-bottom:4px}.crm-wst-listing .place .dot{color:var(--_fg-dim);margin:0 6px}.crm-wst-listing .place .sub{color:var(--_fg-muted);font-weight:500;letter-spacing:.04em;text-transform:none}.crm-wst-listing .card h3.title,.crm-wst-listing .card .title{font-family:inherit;font-size:17px;font-weight:600;line-height:1.3;margin:0 0 10px;color:var(--_fg);text-wrap:balance}.crm-wst-listing .card .teaser{font-size:13px;color:var(--_fg-muted);margin:0 0 12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.crm-wst-listing .card .foot{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid var(--_border)}.crm-wst-listing .price-block .from{font-size:10px;letter-spacing:.14em;color:var(--_fg-dim);text-transform:uppercase}.crm-wst-listing .price-block .row{display:flex;align-items:baseline;gap:8px}.crm-wst-listing .price-block .strike{font-size:13px;color:var(--_fg-dim);text-decoration:line-through}.crm-wst-listing .price-block .price{font-family:var(--_font-display);font-weight:400;font-size:32px;color:var(--_price);letter-spacing:0;line-height:1}.crm-wst-listing .price-block .gtee{font-size:11px;color:var(--_fg-muted);margin-top:4px;display:flex;align-items:center;gap:4px}.crm-wst-listing .btn-book{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:10px;background:var(--_price);color:var(--_price-fg);font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:12px;white-space:nowrap;transition:filter .15s var(--_ease),transform .15s var(--_ease)}.crm-wst-listing .card:hover .btn-book{filter:brightness(1.07)}.crm-wst-listing .btn-book:active{transform:scale(0.97)}@media(max-width: 480px){.crm-wst-listing .card .foot{flex-wrap:wrap}.crm-wst-listing .btn-book{width:100%;justify-content:center}}.crm-wst-detail{--_radius-lg: var(--radius-lg, 16px);--_radius-md: var(--radius-md, 12px);--_radius-sm: var(--radius-sm, 8px);--_ease: var(--ease, cubic-bezier(.2,.7,.2,1));--_bg: var(--bg, #f6f9fc);--_bg-elev: var(--bg-elev, #ffffff);--_bg-card: var(--bg-card, #ffffff);--_bg-pill: var(--bg-pill, #ecfeff);--_border: var(--border, #e5ecf3);--_border-strong: var(--border-strong, #cfd8e3);--_fg: var(--fg, #0a1628);--_fg-muted: var(--fg-muted, #4a5b78);--_fg-dim: var(--fg-dim, #7a8aa3);--_accent: var(--accent, #0891b2);--_accent-fg: var(--accent-fg, #ffffff);--_accent-soft: var(--accent-soft, #cffafe);--_price: var(--price, #ea580c);--_price-fg: var(--price-fg, #ffffff);--_price-soft: var(--price-soft, #ffedd5);--_good: var(--good, #059669);--_font-display: var(--font-display, "Bebas Neue", "Oswald", Impact, sans-serif);--_font-mono: var(--font-mono, "JetBrains Mono", ui-monospace, monospace);color:var(--_fg)}.crm-wst-detail-banner{position:relative;overflow:hidden;isolation:isolate;margin:0 0 32px;border-bottom:1px solid var(--_border);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw}.crm-wst-detail-banner-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-2;filter:saturate(1.05)}.crm-wst-detail-banner-scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%),linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%)}.crm-wst-detail-banner-inner{width:100%;max-width:var(--max-w, 1400px);margin:0 auto;padding:88px 24px 36px;display:flex;flex-direction:column;gap:16px;min-height:360px;justify-content:flex-end}@media(max-width: 720px){.crm-wst-detail-banner-inner{padding:56px 16px 24px;min-height:280px}}.crm-wst-detail-crumbs{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.75);flex-wrap:wrap}.crm-wst-detail-crumbs a{color:hsla(0,0%,100%,.75);text-decoration:none;transition:color .15s var(--_ease)}.crm-wst-detail-crumbs a:hover{color:#fff}.crm-wst-detail-crumbs .sep{color:hsla(0,0%,100%,.35)}.crm-wst-detail-crumbs .here{color:#fff;font-weight:600}.crm-wst-detail-title{font-family:var(--_font-display);font-weight:400;font-size:clamp(40px,6vw,80px);line-height:.95;letter-spacing:.005em;margin:0;color:#fff;text-wrap:balance;max-width:22ch;text-shadow:0 2px 16px rgba(0,0,0,.35)}.crm-wst-detail-banner .crm-wst-detail-badges .crm-wst-detail-badge{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.25);color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.crm-wst-detail-banner .crm-wst-detail-badges .crm-wst-detail-badge-duration{background:var(--_accent);color:var(--_accent-fg);border-color:var(--_accent)}.crm-wst-detail-body{width:100%;max-width:var(--max-w, 1400px);margin:0 auto;padding:0 24px 80px}@media(max-width: 720px){.crm-wst-detail-body{padding:0 16px 56px}}.crm-wst-detail-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0}.crm-wst-detail-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--_bg-elev);border:1px solid var(--_border);color:var(--_fg);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:none}.crm-wst-detail-badge-duration{background:var(--_accent);color:var(--_accent-fg);border-color:var(--_accent)}.crm-wst-detail-rating{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--_fg-muted);white-space:nowrap}.crm-wst-detail-rating-stars{color:#fbbf24;letter-spacing:1px;font-size:15px}.crm-wst-detail-rating-num{color:var(--_fg);font-weight:700}.crm-wst-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.92);display:grid;place-items:center;padding:32px;cursor:zoom-out;animation:crm-wst-fade-in .18s ease-out}.crm-wst-lightbox img{max-width:100%;max-height:100%;object-fit:contain;border-radius:6px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.crm-wst-lightbox-close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:hsla(0,0%,100%,.12);color:#fff;font-size:22px;line-height:1;cursor:pointer;border:0;transition:background-color .15s ease}.crm-wst-lightbox-close:hover{background:hsla(0,0%,100%,.22)}@keyframes crm-wst-fade-in{from{opacity:0}to{opacity:1}}.crm-wst-detail-layout{display:grid;grid-template-columns:minmax(0, 1fr) 380px;gap:40px;align-items:start}.crm-wst-detail-layout:has(>:first-child:last-child){grid-template-columns:1fr;gap:0}.crm-wst-detail-main{min-width:0}.crm-wst-detail-sidebar{position:sticky;top:130px;align-self:start;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 150px);overflow-y:auto;scrollbar-width:thin;scroll-behavior:smooth;padding-bottom:8px}.crm-wst-detail-sidebar::-webkit-scrollbar{width:6px}.crm-wst-detail-sidebar::-webkit-scrollbar-thumb{background:var(--_border-strong);border-radius:3px}@media(max-width: 1080px){.crm-wst-detail-layout{grid-template-columns:1fr;gap:32px}.crm-wst-detail-sidebar{position:static}}.crm-wst-detail-book{background:var(--_bg-elev);border:1px solid var(--_border-strong);border-radius:var(--_radius-lg);box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.08))}.crm-wst-detail-book-head{padding:18px 22px 16px;border-bottom:1px solid var(--_border)}.crm-wst-detail-book-from{font-size:10px;letter-spacing:.14em;color:var(--_fg-dim);text-transform:uppercase;font-weight:700}.crm-wst-detail-book-price{font-family:var(--_font-display);font-weight:400;font-size:38px;letter-spacing:0;color:var(--_price);line-height:1;margin-top:4px}.crm-wst-detail-book-price small{font-family:var(--_font-display);font-size:14px;color:var(--_fg-muted);margin-left:6px;letter-spacing:.04em}.crm-wst-detail-book-field{padding:14px 22px;border-bottom:1px solid var(--_border)}.crm-wst-detail-book-field-label{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--_fg-muted);margin-bottom:8px;font-weight:600}.crm-wst-detail-book-cal{padding:12px 14px;background:var(--_bg-elev);border:1px solid var(--_border);border-radius:var(--_radius-lg);box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.08));min-width:0}.crm-wst-detail-book-cal .crm-wst-detail-book-field-label{margin:0 0 8px;padding:0 4px}.crm-wst-detail-book-gtee{text-align:center;padding:12px 22px 18px;font-size:12px;color:var(--_fg-muted);display:flex;align-items:center;justify-content:center;gap:6px}.crm-wst-detail-book-gtee::before{content:"✓";color:var(--_good);font-weight:700}.crm-wst-detail-fare-select{width:100%;padding:11px 14px;background:var(--_bg);border:1px solid var(--_border);border-radius:var(--_radius-sm);color:var(--_fg);font:inherit;font-size:14px;outline:0;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a8aa3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;padding-right:36px;transition:border-color .15s var(--_ease),box-shadow .15s var(--_ease)}.crm-wst-detail-fare-select:focus{border-color:var(--_accent);box-shadow:0 0 0 3px var(--_accent-soft)}.crm-wst-detail-avail-legend{display:flex;flex-wrap:wrap;gap:12px;margin:10px 0 0;padding:0 4px;font-size:11px;color:var(--_fg-muted)}.crm-wst-detail-legend-item{display:inline-flex;align-items:center;gap:6px}.crm-wst-detail-legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.crm-wst-detail-sel-bar{border-top:1px solid var(--_border);padding:14px 22px 4px;color:var(--_fg)}.crm-wst-detail-sel-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px dashed var(--_border)}.crm-page .crm-wst-detail-sel-cart,.crm-page .crm-wst-detail-sel-book,.crm-wst-detail-sel-cart,.crm-wst-detail-sel-book{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--_radius-sm);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:filter .15s var(--_ease),transform .15s var(--_ease),background-color .15s var(--_ease)}.crm-page .crm-wst-detail-sel-cart,.crm-wst-detail-sel-cart{background:rgba(0,0,0,0);color:var(--_fg);border:1.5px solid var(--_border-strong)}.crm-page .crm-wst-detail-sel-cart:hover,.crm-wst-detail-sel-cart:hover{background:var(--_bg-pill);border-color:var(--_fg-muted)}.crm-page .crm-wst-detail-sel-book,.crm-wst-detail-sel-book{background:var(--_price);color:var(--_price-fg);border:1.5px solid var(--_price);flex:1}.crm-page .crm-wst-detail-sel-book:hover,.crm-wst-detail-sel-book:hover{filter:brightness(1.07)}.crm-page .crm-wst-detail-sel-cart:active,.crm-wst-detail-sel-cart:active,.crm-page .crm-wst-detail-sel-book:active,.crm-wst-detail-sel-book:active{transform:scale(0.97)}.crm-wst-detail-teaser{font-size:19px;line-height:1.55;font-weight:500;color:var(--_fg);margin:0 0 28px;max-width:70ch}.crm-wst-detail-teaser p:first-child{margin-top:0}.crm-wst-detail-teaser p:last-child{margin-bottom:0}.crm-wst-detail-section{margin:0 0 44px}.crm-wst-detail-section-title{font-family:var(--_font-display);font-weight:400;font-size:clamp(26px,3vw,34px);letter-spacing:.01em;line-height:1;margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid var(--_border);color:var(--_fg);display:flex;align-items:baseline;gap:14px}.crm-wst-detail-section-num{font-family:var(--_font-mono);font-size:12px;letter-spacing:.14em;color:var(--_fg-dim);font-weight:500}.crm-wst-detail-itin{position:relative;padding-left:32px}.crm-wst-detail-itin::before{content:"";position:absolute;left:11px;top:8px;bottom:8px;width:2px;background:var(--_border-strong)}.crm-wst-detail-itin-day{position:relative;padding-bottom:28px}.crm-wst-detail-itin-day:last-child{padding-bottom:0}.crm-wst-detail-itin-day::before{content:"";position:absolute;left:-28px;top:6px;width:24px;height:24px;border-radius:50%;background:var(--_bg-elev);border:2px solid var(--_accent)}.crm-wst-detail-itin-day::after{content:"";position:absolute;left:-22px;top:12px;width:12px;height:12px;border-radius:50%;background:var(--_accent)}.crm-wst-detail-itin-label{font-family:var(--_font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--_accent);font-weight:500}.crm-wst-detail-itin-title{font-size:18px;font-weight:600;margin:4px 0 8px;color:var(--_fg);line-height:1.3}.crm-wst-detail-itin-body{color:var(--_fg-muted);font-size:15px;line-height:1.65;max-width:70ch}.crm-wst-detail-itin-body p{margin:0 0 10px}.crm-wst-detail-itin-meals{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:6px 12px;background:var(--_bg-elev);border:1px solid var(--_border);border-radius:999px;font-size:12px;color:var(--_fg-muted)}.crm-wst-detail-itin-meals strong{color:var(--_fg);font-weight:600;margin-right:2px}.crm-wst-detail-accordion{border:1px solid var(--_border);border-radius:var(--_radius-lg);overflow:hidden;background:var(--_bg-elev)}.crm-wst-detail-accordion details{border-bottom:1px solid var(--_border)}.crm-wst-detail-accordion details:last-child{border-bottom:0}.crm-wst-detail-accordion summary{list-style:none;padding:18px 22px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:600;font-size:15px;color:var(--_fg);transition:background-color .2s var(--_ease)}.crm-wst-detail-accordion summary:hover{background:var(--_bg-pill)}.crm-wst-detail-accordion summary::-webkit-details-marker{display:none}.crm-wst-detail-accordion summary::marker{content:""}.crm-wst-detail-acc-ico{display:inline-grid;place-items:center;width:24px;height:24px;color:var(--_fg-muted);transition:transform .25s var(--_ease);flex-shrink:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a8aa3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:center;background-size:16px}.crm-wst-detail-accordion details[open] .crm-wst-detail-acc-ico{transform:rotate(180deg)}.crm-wst-detail-acc-body{padding:4px 22px 22px;color:var(--_fg-muted);font-size:14px;line-height:1.65}.crm-wst-detail-acc-body p{margin:0 0 10px}.crm-wst-detail-acc-body p:last-child{margin-bottom:0}.crm-wst-detail-acc-body strong{color:var(--_fg);font-weight:700}.crm-wst-detail-operator{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;background:var(--_bg-elev);border:1px solid var(--_border);border-radius:var(--_radius-lg);padding:22px 24px;min-height:300px}.crm-wst-detail-operator-logo{width:64px;height:64px;border-radius:14px;background:var(--_accent);color:var(--_accent-fg);display:grid;place-items:center;font-family:var(--_font-display);font-size:28px;letter-spacing:0}.crm-wst-detail-operator-info{min-width:0}.crm-wst-detail-operator-name{margin:0 0 4px;font-size:17px;font-weight:700;color:var(--_fg)}.crm-wst-detail-operator-meta{font-size:13px;color:var(--_fg-muted);display:flex;flex-wrap:wrap;gap:8px;align-items:center}.crm-wst-detail-operator-meta strong{color:var(--_fg);font-weight:600}.crm-wst-detail-operator-sep{color:var(--_fg-dim)}.crm-page .crm-wst-detail-operator-cta,.crm-wst-detail-operator-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:rgba(0,0,0,0);color:var(--_fg);border:1.5px solid var(--_border-strong);border-radius:var(--_radius-sm);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .15s var(--_ease),border-color .15s var(--_ease)}.crm-page .crm-wst-detail-operator-cta:hover,.crm-wst-detail-operator-cta:hover{background:var(--_bg-pill);border-color:var(--_fg-muted)}@media(max-width: 720px){.crm-wst-detail-operator{grid-template-columns:auto 1fr}.crm-wst-detail-operator-cta{grid-column:span 2;justify-content:center}}.crm-wst-detail-section-body{font-size:16px;line-height:1.7;color:var(--_fg);max-width:70ch}.crm-wst-detail-section-body p{margin:0 0 14px}.crm-wst-detail-section-body strong{color:var(--_fg);font-weight:700}.crm-wst-detail-section-body img{max-width:100%;height:auto;border-radius:var(--_radius-md);margin:8px 0}.crm-wst-detail-lists{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width: 720px){.crm-wst-detail-lists{grid-template-columns:1fr}}.crm-wst-detail-list-card{background:var(--_bg-elev);border:1px solid var(--_border);border-radius:var(--_radius-lg);padding:22px 24px}.crm-wst-detail-list-card-title{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--_fg);margin:0 0 14px}.crm-wst-detail-list-card-badge{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background-repeat:no-repeat;background-position:center;background-size:14px 14px}.crm-wst-detail-list-card-badge--included{background-color:var(--_accent-soft);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230891b2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>")}.crm-wst-detail-list-card-badge--bring{background-color:var(--_price-soft);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea580c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='4'/></svg>")}.crm-wst-detail-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.crm-wst-detail-list-item{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--_fg);padding:0;position:static;line-height:1.5}.crm-wst-detail-list-item::before{content:"";flex-shrink:0;width:20px;height:20px;border-radius:50%;margin-top:2px;background-repeat:no-repeat;background-position:center;background-size:12px 12px;position:static;color:rgba(0,0,0,0)}.crm-wst-detail-list-included::before{background-color:var(--_accent-soft);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230891b2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>")}.crm-wst-detail-list-bring::before{background-color:var(--_price-soft);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea580c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='4'/></svg>")}.crm-wst-detail-table-wrap{overflow-x:auto;background:var(--_bg-elev);border:1px solid var(--_border);border-radius:var(--_radius-lg)}.crm-wst-detail-table{width:100%;border-collapse:collapse;font-size:14px}.crm-wst-detail-table thead th{background:rgba(0,0,0,0);padding:14px 22px;text-align:left;border-bottom:1px solid var(--_border);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--_fg-muted)}.crm-wst-detail-table tbody td{padding:16px 22px;border-bottom:1px solid var(--_border);color:var(--_fg);text-align:left;vertical-align:middle}.crm-wst-detail-table tbody tr:last-child td{border-bottom:0}.crm-wst-detail-table tbody tr{transition:background-color .15s var(--_ease)}.crm-wst-detail-table tbody tr:hover{background:var(--_bg-pill)}.crm-wst-detail-table tbody tr:nth-child(even){background:rgba(0,0,0,0)}.crm-wst-detail-table tbody tr:nth-child(even):hover{background:var(--_bg-pill)}.crm-wst-detail-table tbody td:first-child{font-weight:600}.crm-wst-detail-table tbody td:first-child::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--_accent);margin-right:10px;vertical-align:middle}.crm-wst-detail-table tbody td:nth-child(2){font-family:var(--_font-display);font-weight:400;font-size:22px;color:var(--_price);letter-spacing:0;line-height:1}.crm-wst-detail-card{background:var(--_bg-elev);color:var(--_fg);border:1px solid var(--_border);border-radius:var(--_radius-lg);padding:18px 20px;overflow:hidden}.crm-wst-detail-card-title{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;color:var(--_fg)}.crm-wst-detail-facts{list-style:none;padding:0;margin:0;font-size:14px;display:flex;flex-direction:column}.crm-wst-detail-facts li{padding:10px 0;color:var(--_fg);border-bottom:1px dashed var(--_border);display:flex;flex-wrap:wrap;gap:6px}.crm-wst-detail-facts li:last-child{border-bottom:0}.crm-wst-detail-facts li strong{font-weight:600;color:var(--_fg-muted);flex-shrink:0;min-width:90px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;display:inline-block;padding-top:2px}.crm-wst-detail-operator-map{margin-top:18px;border-radius:var(--_radius-lg);overflow:hidden}.crm-wst-detail-operator-map iframe{display:block;width:100%;border:0}@media(max-width: 720px){.crm-wst-detail-header{flex-direction:column;align-items:flex-start}.crm-wst-detail-table thead{display:none}.crm-wst-detail-table tbody td{display:block;padding:6px 16px;border-bottom:0}.crm-wst-detail-table tbody td:first-child{padding-top:14px;font-size:15px}.crm-wst-detail-table tbody td:nth-child(2){font-size:26px;padding-bottom:6px}.crm-wst-detail-table tbody tr{display:block;padding:6px 0 14px;border-bottom:1px solid var(--_border)}.crm-wst-detail-table tbody tr:last-child{border-bottom:0}}.crm-wst-cal-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;padding:0 4px}.crm-wst-cal-head strong{font-size:14px;font-weight:700;letter-spacing:.02em;color:var(--_fg)}.crm-wst-cal-nav{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:18px;color:var(--_fg-muted);user-select:none;transition:background-color .15s var(--_ease),color .15s var(--_ease)}.crm-wst-cal-nav:hover{background:var(--_bg-pill);color:var(--_fg)}.crm-wst-cal-table{width:100%;border-collapse:separate;border-spacing:1px;table-layout:fixed;margin:0 0 4px}.crm-wst-cal-table th{font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--_fg-dim);padding:4px 0;text-align:center;border:0;background:rgba(0,0,0,0)}.crm-wst-cal-table td{border:0;padding:0;text-align:center;position:relative;background:rgba(0,0,0,0)}.crm-wst-cal-table td>div:first-child{display:grid;place-items:center;aspect-ratio:1;border-radius:7px;font-size:12px;color:var(--_fg);transition:background-color .15s var(--_ease),color .15s var(--_ease)}.crm-wst-cal-table td>div:first-child strong{font-weight:500;font-size:13px}.crm-wst-cal-day{cursor:pointer}.crm-wst-cal-day:hover>div:first-child{background:var(--_bg-pill)}.crm-wst-cal-out>div:first-child,.crm-wst-cal-past>div:first-child{color:var(--_fg-dim)}.crm-wst-cal-out>div:first-child strong,.crm-wst-cal-past>div:first-child strong{font-weight:400;opacity:.6}.crm-wst-cal-past{cursor:default}.crm-wst-cal-table td[data-selected=true]>div:first-child{background:var(--_accent);color:var(--_accent-fg)}.crm-wst-cal-table td[data-selected=true]>div:first-child strong{font-weight:700;color:var(--_accent-fg)}.crm-wst-avail-badge{position:absolute;bottom:5px;left:50%;transform:translateX(-50%);min-height:0;pointer-events:none}.crm-wst-avail-badge-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:currentColor;color:rgba(0,0,0,0);font-size:0;line-height:0;box-shadow:0 0 0 1.5px var(--_bg-elev)}.crm-wst-cal-table td:has(.crm-wst-avail-badge-dot)>div:first-child{background:var(--_bg-pill);box-shadow:inset 0 0 0 1px var(--_border)}.crm-wst-cal-table td:has(.crm-wst-avail-badge-dot)>div:first-child strong{font-weight:600}.crm-wst-cal-day:has(.crm-wst-avail-badge-dot):hover>div:first-child{background:var(--_accent-soft);box-shadow:inset 0 0 0 1px var(--_accent)}.crm-wst-detail-book-foot{position:sticky;bottom:0;z-index:2;background:var(--_bg-elev);border-top:1px solid var(--_border);border-bottom-left-radius:var(--_radius-lg);border-bottom-right-radius:var(--_radius-lg)}.crm-wst-availability{margin:32px 0 48px}.crm-wst-detail>.crm-wst-detail-section{margin-bottom:40px}.crm-wst-availability__head{margin-bottom:12px}.crm-wst-availability__title{font-size:26px;line-height:1.1;margin:0;font-weight:400}.crm-wst-availability__body{display:grid;grid-template-columns:3fr 1fr;gap:32px;align-items:start}@media(max-width: 768px){.crm-wst-availability__body{grid-template-columns:1fr;gap:24px}.crm-wst-detail-book-cal{order:-1}}.crm-wst-cal-check{padding:14px 22px 4px;text-align:center}.crm-page .crm-wst-cal-check-btn,.crm-wst-cal-check-btn{width:100%;background:var(--_price);color:var(--_price-fg);border:none;border-radius:var(--_radius-sm);padding:14px 20px;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:filter .15s var(--_ease),transform .15s var(--_ease)}.crm-page .crm-wst-cal-check-btn:hover,.crm-wst-cal-check-btn:hover{filter:brightness(1.07)}.crm-page .crm-wst-cal-check-btn:active,.crm-wst-cal-check-btn:active{transform:scale(0.98)}.crm-page .crm-wst-cal-check-btn:hover,.crm-wst-cal-check-btn:hover{filter:brightness(1.07)}.crm-page .crm-wst-cal-check-btn:disabled,.crm-wst-cal-check-btn:disabled{opacity:.6;cursor:wait;filter:none}.crm-page .crm-wst-cal-check-btn:disabled::after,.crm-wst-cal-check-btn:disabled::after{content:"";display:inline-block;width:14px;height:14px;margin-left:10px;vertical-align:-2px;border:2px solid hsla(0,0%,100%,.4);border-top-color:currentColor;border-radius:50%;animation:crm-wst-spin .8s linear infinite}.crm-wst-fare-panel{margin-top:4px;padding:16px;background:var(--_bg);color:var(--_fg);border:1px solid var(--_border);border-radius:var(--_radius-md)}.crm-wst-fare-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px}.crm-wst-fare-panel-head strong{font-weight:700;color:var(--_fg)}.crm-wst-fare-panel-close{cursor:pointer;font-size:18px;line-height:1;color:var(--_fg-muted);padding:2px 6px;border-radius:4px;transition:background-color .15s var(--_ease),color .15s var(--_ease)}.crm-wst-fare-panel-close:hover{background:var(--_bg-pill);color:var(--_fg)}.crm-wst-fare-panel-loading,.crm-wst-fare-panel-empty{text-align:center;color:var(--_fg-muted);font-size:13px;padding:12px 0}.crm-wst-fare-panel-loading::after{content:"";display:inline-block;width:14px;height:14px;margin-left:8px;vertical-align:middle;border:2px solid var(--_border-strong);border-top-color:var(--_accent);border-radius:50%;animation:crm-wst-spin .8s linear infinite}@keyframes crm-wst-spin{to{transform:rotate(360deg)}}.crm-wst-fare-card{background:var(--_bg-elev);color:var(--_fg);border:1.5px solid var(--_border);border-radius:var(--_radius-sm);margin-bottom:8px;padding:12px 14px;cursor:pointer;transition:border-color .15s var(--_ease),background-color .15s var(--_ease),transform .15s var(--_ease)}.crm-wst-fare-card:hover{border-color:var(--_border-strong);background:var(--_bg-pill)}.crm-wst-fare-card-sold{opacity:.7;cursor:default;background:var(--_bg)}.crm-wst-fare-card-sold:hover{border-color:var(--_border);background:var(--_bg)}.crm-wst-fare-card-selected,.crm-wst-fare-card-selected:hover{border-color:var(--_accent);background:var(--_accent-soft)}.crm-wst-fare-card-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.crm-wst-fare-card-info{display:flex;align-items:flex-start;gap:10px;min-width:0}.crm-wst-fare-check{width:18px;height:18px;border:1.5px solid var(--_border-strong);border-radius:4px;display:inline-block;flex-shrink:0;margin-top:2px;background:var(--_bg-elev);position:relative;transition:background-color .15s var(--_ease),border-color .15s var(--_ease)}.crm-wst-fare-card-selected .crm-wst-fare-check{background:var(--_accent);border-color:var(--_accent)}.crm-wst-fare-card-selected .crm-wst-fare-check::after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid var(--_accent-fg);border-width:0 2px 2px 0;transform:rotate(45deg)}.crm-wst-fare-name{font-weight:700;font-size:14px;color:var(--_fg)}.crm-wst-fare-period{color:var(--_fg-muted);font-size:12px;margin-top:2px}.crm-wst-fare-card-right{text-align:right;white-space:nowrap}.crm-wst-fare-spaces{font-weight:600;font-size:12px}.crm-wst-fare-price{font-family:var(--_font-display);font-weight:400;font-size:22px;color:var(--_price);letter-spacing:0;line-height:1;margin-top:2px}.crm-wst-fare-soldout-pill{display:inline-block;padding:3px 10px;border-radius:999px;background:var(--_fg-muted);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.crm-wst-avail-info{padding:14px 16px;border-radius:var(--_radius-sm);background:var(--_price-soft);color:var(--_price);font-size:14px;line-height:1.5;border:1px solid var(--_price)}.crm-wst-sel-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--_border)}.crm-wst-sel-row:last-child{border-bottom:0}.crm-wst-sel-fare{font-weight:700;font-size:14px;color:var(--_fg)}.crm-wst-sel-date{font-size:12px;color:var(--_fg-muted);margin-top:2px}.crm-wst-sel-qty{display:flex;align-items:center;gap:8px}.crm-page .crm-wst-sel-step,.crm-wst-sel-step{width:28px;height:28px;border:1px solid var(--_border-strong);border-radius:50%;background:var(--_bg-elev);color:var(--_fg);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;font-size:14px;transition:border-color .15s var(--_ease),background-color .15s var(--_ease)}.crm-page .crm-wst-sel-step:hover,.crm-wst-sel-step:hover{background:var(--_bg-pill);border-color:var(--_fg-muted)}.crm-wst-sel-count{font-weight:700;font-size:14px;min-width:22px;text-align:center;color:var(--_fg)}.crm-wst-sel-remove{cursor:pointer;font-size:16px;margin-left:6px;color:var(--_fg-muted);padding:4px 6px;border-radius:4px;transition:color .15s var(--_ease),background-color .15s var(--_ease)}.crm-wst-sel-remove:hover{color:var(--_price);background:var(--_price-soft)}.crm-wst-sel-confirm{text-align:center;padding:8px 0;color:var(--_good);font-weight:600;font-size:14px}@font-face{font-family:"Mrtravel Banner";src:url("/static/theme/acct_6__catamarans/fonts/bannerFont.otf") format("opentype"),url("/static/theme/acct_6__catamarans/fonts/bannerFont.ttf") format("truetype");font-display:swap}@font-face{font-family:"Outfit Mrtravel";font-style:normal;font-weight:100 900;font-display:swap;src:url("/static/theme/acct_6__catamarans/fonts/outfit-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Outfit Mrtravel";font-style:normal;font-weight:100 900;font-display:swap;src:url("/static/theme/acct_6__catamarans/fonts/outfit-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Open Sans Mrtravel";font-style:normal;font-weight:300 800;font-display:swap;src:url("/static/theme/acct_6__catamarans/fonts/opensans-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Open Sans Mrtravel";font-style:normal;font-weight:300 800;font-display:swap;src:url("/static/theme/acct_6__catamarans/fonts/opensans-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}.mrtravel-homepage,.mrtravel-product{--frb-head: "Outfit Mrtravel", sans-serif;--frb-primary: #1e3568}.mrtravel-tile{position:relative;display:flex;flex-direction:column;height:100%;border-radius:10px;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;overflow:hidden;background:#fff;color:#1e3568;font-family:"Outfit Mrtravel",sans-serif}.mrtravel-tile-media{position:relative}.mrtravel-tile-img{display:block;width:100%;max-height:174px;aspect-ratio:9/6;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.mrtravel-highlight-bubble{position:absolute;top:6px;right:6px;z-index:2;padding:5px 10px;border-radius:5px;background-color:rgba(30,53,104,.8196078431);color:#fff;font-size:13px;font-weight:600;text-transform:uppercase}.mrtravel-overlap-highlights{position:absolute;right:7px;bottom:0;display:flex;gap:5px}.mrtravel-cancellation-policy,.mrtravel-tour-length{display:flex;align-items:center;color:orange;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;padding:3px 5px;font-size:11px;font-weight:600;text-align:center}.mrtravel-cancellation-policy .material-icons,.mrtravel-tour-length .material-icons{font-size:13px;width:13px;height:13px;margin-left:3px}.mrtravel-tile-text{display:flex;flex-direction:column;height:100%;padding:10px}.mrtravel-tile-title{margin:0;min-height:50px;font-size:19px;font-weight:700;line-height:1.2;color:#1e3568;text-transform:capitalize}.mrtravel-cancellation-mobile{display:none;align-items:center;margin-bottom:12px;color:orange;font-weight:600;font-size:12px}.mrtravel-cancellation-mobile .material-icons{font-size:13px;margin-right:4px}.mrtravel-reviews{display:flex;align-items:center;flex-wrap:wrap;row-gap:6px;margin:8px 0;color:#1e3568}.mrtravel-reviews .material-icons{width:20px;height:20px;font-size:20px;margin-right:3px;color:orange}.mrtravel-reviews span{margin:0 3px}.mrtravel-review-score{font-weight:600}.mrtravel-review-stats{font-size:13px}.mrtravel-tile-highlights{margin:0;padding-left:23px;list-style:disc}.mrtravel-tile-highlights li{margin-bottom:5px;font-size:14px;color:#1e3568;text-transform:capitalize}.mrtravel-tile-highlights li:last-child{margin-bottom:8px}.mrtravel-tile-bottom{display:flex;flex-direction:column;margin-top:auto}.mrtravel-recent-bookings{display:flex;align-items:center;width:fit-content;margin-bottom:12px;padding:4px 5px;border-radius:2px;background:rgba(25,60,13,.1);color:#1e3568;font-weight:600;font-size:13px}.mrtravel-recent-bookings .material-icons{width:17px;height:17px;font-size:17px;margin-right:3px;color:#1e3568}.mrtravel-pricing-line{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;row-gap:7px;margin-top:auto;min-height:40px;color:#1e3568}.mrtravel-price-group{display:flex;align-items:baseline}.mrtravel-from-label{margin-right:5px}.mrtravel-retail-price{margin-right:5px;font-size:12px;text-decoration:line-through}.mrtravel-from-price{color:orange;font-size:19px;font-weight:700}.mrtravel-price-guarantee{display:flex;align-items:center;font-size:10px}.mrtravel-price-guarantee .material-icons{width:12px;height:12px;margin-left:2px;font-size:12px;color:orange}.mrtravel-price-label-alt{color:#2eb2e7;font-weight:700}@media(max-width: 1350px){.mrtravel-overlap-highlights .mrtravel-cancellation-policy{display:none}.mrtravel-cancellation-mobile{display:flex}}@media(max-width: 1150px){.mrtravel-tile-title{min-height:unset}}.mrtravel-categories-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.mrtravel-category-btn{position:relative;display:block;width:100%;aspect-ratio:6/5;overflow:hidden;border-radius:10px;background-size:cover;background-position:center;cursor:pointer;text-decoration:none;box-shadow:inset 0 0 0 250px rgba(25,60,13,.26)}.mrtravel-category-btn::after{content:"";position:absolute;inset:0;background:rgba(25,45,81,0);transition:background-color .4s ease-in-out;border-radius:10px}.mrtravel-category-btn:hover::after{background:rgba(25,60,13,.48)}.mrtravel-category-title,.mrtravel-category-desc{position:absolute;left:50%;width:85%;margin:0;transform:translateY(-50%) translateX(-50%);text-align:center;color:#fff;text-shadow:0 0 7px rgba(0,0,0,.75);transition:all .4s ease-in-out;line-height:1.3;font-family:"Outfit Mrtravel",sans-serif;z-index:2}.mrtravel-category-title{top:50%;font-size:clamp(24px,2.2vw,36px);font-weight:600}.mrtravel-seealltours{display:flex;align-items:center;margin-top:1.75rem}.mrtravel-seealltours::before,.mrtravel-seealltours::after{content:"";flex:1;border-top:1px solid #d5ddd2}.mrtravel-seealltours-btn{border:1px solid #c3cfbe;border-radius:50px;padding:8px 30px;background:#fff;color:#1e3568;font-family:"Outfit Mrtravel",sans-serif;font-size:20px;font-weight:600;text-decoration:none;transition:background-color .25s ease-in-out,color .25s ease-in-out}.mrtravel-seealltours-btn:hover{background:#1e3568;color:#fff}.mrtravel-category-desc{top:100%;opacity:0;transform:translateY(-100%) translateX(-50%);font-size:clamp(8px,1.5vw,20px)}.mrtravel-category-btn:hover .mrtravel-category-title{opacity:0;top:0}.mrtravel-category-btn:hover .mrtravel-category-desc{opacity:1;top:50%;transform:translateY(-50%) translateX(-50%)}@media(max-width: 767px){.mrtravel-categories-grid{grid-template-columns:repeat(2, 1fr)}.mrtravel-category-btn:hover .mrtravel-category-title{opacity:1;top:50%}.mrtravel-category-btn:hover .mrtravel-category-desc{opacity:0;top:100%;transform:translateY(-100%) translateX(-50%)}}.mrtravel-module{padding:.5rem 0}.mrtravel-two-col{display:flex;gap:30px;align-items:flex-start}.mrtravel-content{flex:1 1 0;min-width:0}.mrtravel-rightcol,.mrtravel-leftcol,.mrtravel-homepage .crm-page-aside,.mrtravel-product .crm-page-aside{flex:0 0 300px}.mrtravel-rightcol .crm-module-item+.crm-module-item,.mrtravel-leftcol .crm-module-item+.crm-module-item,.mrtravel-homepage .crm-page-aside .crm-module-item+.crm-module-item,.mrtravel-product .crm-page-aside .crm-module-item+.crm-module-item{margin-top:16px}.mrtravel-rightcol .crm-module-item .crm-row,.mrtravel-leftcol .crm-module-item .crm-row,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-row,.mrtravel-product .crm-page-aside .crm-module-item .crm-row{margin-bottom:0;gap:0}.mrtravel-rightcol .crm-module-item .crm-element,.mrtravel-leftcol .crm-module-item .crm-element,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-element,.mrtravel-product .crm-page-aside .crm-module-item .crm-element{margin-bottom:0}.mrtravel-rightcol .crm-module-item .crm-wysiwyg p,.mrtravel-rightcol .crm-module-item .crm-wysiwyg h1,.mrtravel-rightcol .crm-module-item .crm-wysiwyg h2,.mrtravel-rightcol .crm-module-item .crm-wysiwyg h3,.mrtravel-rightcol .crm-module-item .crm-wysiwyg h4,.mrtravel-rightcol .crm-module-item .crm-wysiwyg h5,.mrtravel-rightcol .crm-module-item .crm-wysiwyg h6,.mrtravel-leftcol .crm-module-item .crm-wysiwyg p,.mrtravel-leftcol .crm-module-item .crm-wysiwyg h1,.mrtravel-leftcol .crm-module-item .crm-wysiwyg h2,.mrtravel-leftcol .crm-module-item .crm-wysiwyg h3,.mrtravel-leftcol .crm-module-item .crm-wysiwyg h4,.mrtravel-leftcol .crm-module-item .crm-wysiwyg h5,.mrtravel-leftcol .crm-module-item .crm-wysiwyg h6,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-wysiwyg p,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-wysiwyg h1,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-wysiwyg h2,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-wysiwyg h3,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-wysiwyg h4,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-wysiwyg h5,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-wysiwyg h6,.mrtravel-product .crm-page-aside .crm-module-item .crm-wysiwyg p,.mrtravel-product .crm-page-aside .crm-module-item .crm-wysiwyg h1,.mrtravel-product .crm-page-aside .crm-module-item .crm-wysiwyg h2,.mrtravel-product .crm-page-aside .crm-module-item .crm-wysiwyg h3,.mrtravel-product .crm-page-aside .crm-module-item .crm-wysiwyg h4,.mrtravel-product .crm-page-aside .crm-module-item .crm-wysiwyg h5,.mrtravel-product .crm-page-aside .crm-module-item .crm-wysiwyg h6{margin:0}.mrtravel-rightcol .crm-module-item .crm-wysiwyg img,.mrtravel-leftcol .crm-module-item .crm-wysiwyg img,.mrtravel-homepage .crm-page-aside .crm-module-item .crm-wysiwyg img,.mrtravel-product .crm-page-aside .crm-module-item .crm-wysiwyg img{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.mrtravel-rightcol .crm-webform-title,.mrtravel-leftcol .crm-webform-title,.mrtravel-homepage .crm-page-aside .crm-webform-title,.mrtravel-product .crm-page-aside .crm-webform-title{margin:0 0 4px 0;color:#1e3568;font-size:18px;line-height:1.33;font-weight:700;text-transform:uppercase;letter-spacing:0}.mrtravel-rightcol .crm-webform,.mrtravel-leftcol .crm-webform,.mrtravel-homepage .crm-page-aside .crm-webform,.mrtravel-product .crm-page-aside .crm-webform{background:#efefef;border:1px solid #e5e5e5;border-radius:8px;padding:10px;margin:12px 0;gap:0}.mrtravel-rightcol .crm-webform-field,.mrtravel-leftcol .crm-webform-field,.mrtravel-homepage .crm-page-aside .crm-webform-field,.mrtravel-product .crm-page-aside .crm-webform-field{gap:0;margin:0 0 8px 0}.mrtravel-rightcol .crm-webform-label,.mrtravel-leftcol .crm-webform-label,.mrtravel-homepage .crm-page-aside .crm-webform-label,.mrtravel-product .crm-page-aside .crm-webform-label{display:block;font-size:14px;line-height:19px;font-weight:600;letter-spacing:0;text-transform:none;color:#60737d;margin:0 0 4px 0}.mrtravel-rightcol .crm-webform-input,.mrtravel-rightcol .crm-webform-textarea,.mrtravel-leftcol .crm-webform-input,.mrtravel-leftcol .crm-webform-textarea,.mrtravel-homepage .crm-page-aside .crm-webform-input,.mrtravel-homepage .crm-page-aside .crm-webform-textarea,.mrtravel-product .crm-page-aside .crm-webform-input,.mrtravel-product .crm-page-aside .crm-webform-textarea{width:100%;background:#fff;border:1px solid #ccc;border-radius:4px;padding:6px 6px 4px 6px;font-size:14px;line-height:19px;color:#60737d}.mrtravel-rightcol .crm-webform-input:focus,.mrtravel-rightcol .crm-webform-textarea:focus,.mrtravel-leftcol .crm-webform-input:focus,.mrtravel-leftcol .crm-webform-textarea:focus,.mrtravel-homepage .crm-page-aside .crm-webform-input:focus,.mrtravel-homepage .crm-page-aside .crm-webform-textarea:focus,.mrtravel-product .crm-page-aside .crm-webform-input:focus,.mrtravel-product .crm-page-aside .crm-webform-textarea:focus{border-color:#2eb2e7;box-shadow:0 0 0 3px rgba(46,178,231,.18)}.mrtravel-rightcol .crm-webform-textarea,.mrtravel-leftcol .crm-webform-textarea,.mrtravel-homepage .crm-page-aside .crm-webform-textarea,.mrtravel-product .crm-page-aside .crm-webform-textarea{min-height:56px;height:56px}.mrtravel-rightcol .crm-webform-submit,.mrtravel-leftcol .crm-webform-submit,.mrtravel-homepage .crm-page-aside .crm-webform-submit,.mrtravel-product .crm-page-aside .crm-webform-submit{width:100%;margin:0;padding:8px 0;border:none;border-radius:4px;background:#2eb2e7;color:#fff;font-weight:700;text-transform:uppercase;text-align:center;cursor:pointer}.mrtravel-rightcol .crm-webform-submit:hover,.mrtravel-rightcol .crm-webform-submit:focus,.mrtravel-leftcol .crm-webform-submit:hover,.mrtravel-leftcol .crm-webform-submit:focus,.mrtravel-homepage .crm-page-aside .crm-webform-submit:hover,.mrtravel-homepage .crm-page-aside .crm-webform-submit:focus,.mrtravel-product .crm-page-aside .crm-webform-submit:hover,.mrtravel-product .crm-page-aside .crm-webform-submit:focus{background:#1e3568;box-shadow:none}@media(max-width: 992px){.mrtravel-two-col{flex-direction:column}.mrtravel-rightcol,.mrtravel-leftcol{flex-basis:auto;width:100%}}.mrtravel-homepage .crm-page,.mrtravel-product .crm-page{padding:.5rem 1rem}.mrtravel-homepage .crm-page-railed,.mrtravel-product .crm-page-railed{display:flex;gap:30px;align-items:flex-start}.mrtravel-homepage .crm-page-main,.mrtravel-product .crm-page-main{flex:1 1 0;min-width:0}.mrtravel-homepage .crm-rail-left .crm-page-aside,.mrtravel-product .crm-rail-left .crm-page-aside{order:-1}@media(max-width: 992px){.mrtravel-homepage .crm-page-railed,.mrtravel-product .crm-page-railed{flex-direction:column}.mrtravel-homepage .crm-page-aside,.mrtravel-product .crm-page-aside{flex-basis:auto;width:100%}}.mrtravel-category-divider{display:flex;flex-direction:column;text-align:center;margin:1.5rem 0 .75rem;color:#1e3568;scroll-margin-top:90px}.mrtravel-category-divider-sub{font-size:1rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:3px}.mrtravel-category-divider-title{font-size:2.3rem;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;text-transform:uppercase}.mrtravel-group-title{color:#1e3568;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;text-transform:uppercase}.mrtravel-hero{position:relative;width:100%;height:500px;background-color:#c5c5c5;background-size:cover;background-position:center;overflow:hidden}.mrtravel-hero-inner{height:100%;display:flex;align-items:center;justify-content:center}.mrtravel-hero-link{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-decoration:none;transition:transform .2s}.mrtravel-hero-link:hover{transform:scale(1.02);text-decoration:none}.mrtravel-hero-reviews{display:flex;align-items:flex-end;gap:.5rem;margin-bottom:2rem;color:#fff;font-weight:600;font-size:17px}.mrtravel-hero-stars{color:#f8ce0a;font-size:24px;letter-spacing:2px}.mrtravel-hero-title{color:#fff;font-size:13rem;line-height:11rem;font-weight:300;text-align:center;text-transform:uppercase;text-shadow:2px 2px 15px rgba(0,0,0,.44);font-family:"Mrtravel Banner",cursive}.mrtravel-hero-subtitle{color:#fff;font-size:3.3rem;line-height:normal;font-weight:600;font-family:"Outfit Mrtravel",sans-serif;text-transform:uppercase;letter-spacing:1px;text-align:center;text-shadow:2px 2px 9px rgba(0,0,0,.69)}.mrtravel-utility-bar{background:#1e3568;color:#fff;font-size:.82rem;height:34px}.mrtravel-utility-bar .container{height:100%}.mrtravel-utility-link{display:flex;align-items:center;gap:6px;color:#fff;text-decoration:none;font-size:.82rem}.mrtravel-utility-link:hover{color:hsla(0,0%,100%,.8)}.mrtravel-search-form{display:flex;align-items:stretch;height:30px;border:2px solid #fff;border-radius:6px;overflow:hidden}.mrtravel-search-input{-webkit-appearance:none;appearance:none;box-sizing:border-box;border:0;background:#fff;color:#333;font-size:.8rem;padding:0 12px;height:100%;outline:none;width:180px}.mrtravel-search-input::placeholder{color:#8a93a0}.mrtravel-search-btn{box-sizing:border-box;display:flex;align-items:center;background:#2eb2e7;color:#fff;border:0;font-size:.78rem;font-weight:700;padding:0 14px;height:100%;cursor:pointer;letter-spacing:.5px;transition:background .15s ease}.mrtravel-search-btn:hover{background:#1d97c9}.mrtravel-header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1030}.mrtravel-header>.container{height:78px;max-width:1450px}.mrtravel-logo img{display:block;height:64px;width:auto}.mrtravel-nav{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:28px}.mrtravel-nav-item{position:relative}.mrtravel-nav li+li{margin-top:0}.mrtravel-nav-link{display:flex;align-items:center;height:78px;line-height:1;padding:0;font-family:"Open Sans Mrtravel",arial,sans-serif;font-weight:600;color:#1e3568;font-size:17px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:all .2s ease}.mrtravel-nav-link:hover{color:#2eb2e7;text-decoration:none}.mrtravel-nav-dropdown>.mrtravel-nav-link{position:relative;padding-right:18px}.mrtravel-nav-dropdown>.mrtravel-nav-link::after{content:"";position:absolute;right:0;top:50%;margin-top:-5px;width:0;height:0;border:solid #1e3568;border-width:0 2px 2px 0;padding:3px;transform:rotate(45deg);transition:all .2s ease}.mrtravel-nav-dropdown:hover>.mrtravel-nav-link::after{border-color:#2eb2e7}.mrtravel-nav-dropdown{position:relative}.mrtravel-nav-dropdown:hover .mrtravel-nav-dropdown-panel{display:flex}.mrtravel-nav-dropdown-panel{display:none;position:absolute;top:100%;right:0;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 6px 20px rgba(0,0,0,.12);z-index:1050;padding:0}.mrtravel-nav-dropdown-info{flex:0 0 280px;background:#f3f4f6;padding:2rem 1.8rem;border-right:1px solid #e5e7eb;border-radius:0 0 0 8px}.mrtravel-nav-dropdown-title{font-family:"Open Sans Mrtravel",arial,sans-serif;font-size:1.3rem;font-weight:800;color:#1e3568;text-transform:uppercase;margin:0 0 .75rem 0}.mrtravel-nav-dropdown-desc{font-size:.85rem;color:#6b7280;line-height:1.5;margin:0}.mrtravel-nav-dropdown-menu{flex:1;display:grid;grid-auto-flow:column;grid-template-rows:repeat(6, 1fr);grid-column-gap:0;grid-row-gap:0;list-style:none;margin:0;padding:1rem 0}.mrtravel-nav-dropdown-menu .mrtravel-nav-link{display:inline-flex;min-width:160px;width:100%;color:#1e3568;font-size:14px;line-height:32px;height:auto;font-weight:600;padding:5px 25px;white-space:nowrap;transition:all .2s ease}.mrtravel-nav-dropdown-menu .mrtravel-nav-link:hover{color:#2eb2e7}.mrtravel-nav-toggle{background:none;border:none;color:#1e3568;cursor:pointer;padding:.5rem}.mrtravel-mobile-nav{display:none;background:#fff;border-top:1px solid #e5e7eb;padding:.5rem 0}.mrtravel-mobile-nav.open{display:block}.mrtravel-mobile-nav .mrtravel-nav{flex-direction:column;align-items:stretch}.mrtravel-mobile-nav .mrtravel-nav-link{padding:.75rem 1.5rem}.mrtravel-mobile-nav .mrtravel-nav-dropdown-menu{position:static;box-shadow:none;border:none;border-radius:0;padding-left:1rem}.mrtravel-mobile-nav .mrtravel-nav-dropdown-menu .mrtravel-nav-link{padding-left:2.5rem}.mrtravel-mobile-nav .mrtravel-nav-dropdown:hover .mrtravel-nav-dropdown-menu{display:block}.mrtravel-footer{background:#1e3568;color:#fff;margin-top:3rem;padding:2.5rem 0 2.25rem;font-size:15px;line-height:1.55}.mrtravel-footer a{color:#fff;text-decoration:underline}.mrtravel-footer a:hover{color:hsla(0,0%,100%,.8)}.mrtravel-footer strong{display:inline-block;margin-bottom:.35rem;color:#fff}.mrtravel-footer address{font-style:normal;margin:0}.mrtravel-footer-cols{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media(max-width: 991px){.mrtravel-footer-cols{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){.mrtravel-footer-cols{grid-template-columns:1fr}}.mrtravel-footer-bottom{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;margin-top:2.5rem}@media(max-width: 767px){.mrtravel-footer-bottom{grid-template-columns:1fr}}.mrtravel-footer-ack{max-width:44rem;margin:0}.mrtravel-footer-pay-imgs{display:flex;align-items:center;gap:.5rem;margin-top:.35rem}.mrtravel-footer-pay-imgs img{height:28px;width:auto;display:block}.mrtravel-header .crm-nav .crm-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:0}.mrtravel-header .crm-nav .crm-menu-item{position:relative}.mrtravel-header .crm-nav .crm-menu-link{display:block;padding:0 .9rem;font-family:"Open Sans Mrtravel",arial,sans-serif;font-weight:600;color:#1e3568;font-size:17px;height:78px;line-height:78px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:color .2s ease}.mrtravel-header .crm-nav .crm-menu-link:hover{color:#2eb2e7;text-decoration:none}.mrtravel-header .crm-nav .crm-menu-dropdown-toggle::after{content:" ▾";font-size:.65em;margin-left:4px}.mrtravel-header .crm-nav .crm-menu-submenu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 6px 20px rgba(0,0,0,.12);list-style:none;margin:0;padding:8px 0;z-index:1050}.mrtravel-header .crm-nav .crm-menu-dropdown:hover>.crm-menu-submenu{display:block}.mrtravel-header .crm-nav .crm-menu-submenu .crm-menu-link{height:auto;line-height:1.4;padding:10px 22px;font-size:14px;font-weight:600;white-space:nowrap}.mrtravel-info-bar{position:relative;margin-top:-40px;margin-bottom:24px;z-index:5;background:#fff;border-radius:8px;box-shadow:0 6px 24px rgba(0,0,0,.12);padding:14px 8px;display:grid;grid-template-columns:repeat(5, 1fr);align-items:center}.mrtravel-info-cell{display:flex;align-items:center;gap:14px;padding:4px 18px;border-right:1px solid #e5e7eb}.mrtravel-info-cell:last-child{border-right:none}.mrtravel-info-cell .mrtravel-info-icon{color:#1e3568;font-size:30px;flex:0 0 auto}.mrtravel-info-cell .mrtravel-info-label{font-weight:700;color:#1e3568;font-size:15px;line-height:1.2}.mrtravel-info-cell .mrtravel-info-sub{color:#6b7280;font-size:13px;line-height:1.3}@media(max-width: 992px){.mrtravel-info-bar{grid-template-columns:repeat(2, 1fr);margin-top:-20px}.mrtravel-info-cell:nth-child(2n){border-right:none}}@media(max-width: 576px){.mrtravel-info-bar{grid-template-columns:1fr}.mrtravel-info-cell{border-right:none;border-bottom:1px solid #e5e7eb}.mrtravel-info-cell:last-child{border-bottom:none}}@media(max-width: 992px){.mrtravel-hero-title{font-size:9rem;line-height:7.6rem}.mrtravel-hero-subtitle{font-size:2.5rem}}@media(max-width: 768px){.mrtravel-hero{height:350px}.mrtravel-hero-title{font-size:6rem;line-height:5rem}.mrtravel-hero-subtitle{font-size:1.8rem}}@media(max-width: 576px){.mrtravel-hero{height:280px}.mrtravel-hero-title{font-size:3.5rem;line-height:3rem}.mrtravel-hero-subtitle{font-size:1.2rem}}.mrtravel-product .crm-product{display:flex;flex-direction:column;gap:32px;color:#60737d;font-family:"Open Sans Mrtravel",arial,sans-serif}.mrtravel-product .crm-product-actionbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px 24px;padding-bottom:16px;border-bottom:1px solid #cdcdcd}.mrtravel-product .crm-product-eyebrow{flex:0 0 100%;margin:0;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#729c65}.mrtravel-product .crm-product-title{margin:0;font-family:"Outfit Mrtravel",sans-serif;font-weight:600;font-size:clamp(30px,3.4vw,44px);line-height:1.08;text-transform:none;color:#1e3568;text-wrap:balance}.mrtravel-product .crm-product-actionbar-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-left:auto}.mrtravel-product .crm-product-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 26px;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:14px;letter-spacing:.04em;text-transform:uppercase;border:2px solid rgba(0,0,0,0);border-radius:5px;color:#fff;cursor:pointer;transition:opacity 180ms ease,background 180ms ease,color 180ms ease;white-space:nowrap}.mrtravel-product .crm-product-btn--book{background:#ff9e13}.mrtravel-product .crm-product-btn--book:hover{opacity:.82}.mrtravel-product .crm-product-btn--ghost{background:#456e86}.mrtravel-product .crm-product-btn--ghost:hover{opacity:.82}.mrtravel-product .crm-product-btn--outline{background:#fff;color:#1e3568;border-color:#2eb2e7}.mrtravel-product .crm-product-btn--outline:hover{background:rgba(46,178,231,.1)}.mrtravel-product .crm-product-metastrip{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:4px 0 12px;border-bottom:1px solid #cdcdcd}.mrtravel-product .crm-product-metastrip-facts{display:flex;align-items:flex-end;flex-wrap:wrap;gap:14px}.mrtravel-product .crm-product-metastrip-from{display:flex;flex-direction:column;align-items:flex-start;padding:6px 12px;background:#ff9e13;color:#fff;border-radius:4px;line-height:1.15;font-family:"Outfit Mrtravel",sans-serif;font-weight:700}.mrtravel-product .crm-product-metastrip-from small{font-size:14px;letter-spacing:.02em;text-transform:uppercase}.mrtravel-product .crm-product-metastrip-from strong{font-size:18px}.mrtravel-product .crm-product-metastrip-fact{display:flex;flex-direction:column;align-items:center;line-height:1.15;text-align:center}.mrtravel-product .crm-product-metastrip-fact small{font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:#1e3568;font-family:"Outfit Mrtravel",sans-serif;font-weight:700}.mrtravel-product .crm-product-metastrip-fact strong{font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:18px;color:#1e3568}.mrtravel-product .crm-product-metastrip-pax{display:block;position:relative;width:42px;height:42px;background:url("/static/theme/acct_6__catamarans/images/pax.png") center/contain no-repeat}.mrtravel-product .crm-product-metastrip-pax .crm-product-metastrip-pax-glyph{display:none}.mrtravel-product .crm-product-metastrip-pax .crm-product-metastrip-pax-num{position:absolute;left:0;right:0;top:27px;text-align:center;color:#fff;font-family:"Open Sans Mrtravel",arial,sans-serif;font-weight:800;font-size:16px;line-height:1}.mrtravel-product .crm-product-metastrip-single small{font-size:14px}.mrtravel-product .crm-product-metastrip-single strong{font-size:26px;line-height:1;text-transform:uppercase}.mrtravel-product .crm-product-metastrip-duration .crm-product-metastrip-dn{font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:18px;color:#1e3568}.mrtravel-product .crm-product-metastrip-duration .crm-product-metastrip-dn-bar{width:36px;height:4px;margin:3px 0;border-radius:2px;background:#1e3568}.mrtravel-product .crm-product-metastrip-age strong{font-weight:400;font-size:16px;color:#60737d;margin-top:2px}.mrtravel-product .crm-product-metastrip-rating{flex-direction:row;align-items:center;gap:7px}.mrtravel-product .crm-product-metastrip-rating .crm-product-metastrip-stars{position:relative;display:inline-block;font-size:24px;line-height:1;letter-spacing:2px;white-space:nowrap;vertical-align:middle}.mrtravel-product .crm-product-metastrip-rating .crm-product-metastrip-stars-base{color:#d9d9d9}.mrtravel-product .crm-product-metastrip-rating .crm-product-metastrip-stars-fill{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#f8ce0b}.mrtravel-product .crm-product-metastrip-rating strong{font-size:18px;line-height:1}.mrtravel-product .crm-product-metastrip-rating small{margin-left:2px;letter-spacing:0;text-transform:none;font-size:16px;font-weight:400;line-height:1;color:#60737d}.mrtravel-product .crm-product-metastrip-actions .crm-product-btn--voucher{min-width:177px;height:44px;padding:0 18px;background:#fff;color:#54ace0;border-color:#54ace0;font-size:15px}.mrtravel-product .crm-product-metastrip-actions .crm-product-btn--voucher:hover{background:rgba(84,172,224,.08)}.mrtravel-product .crm-product-trustbadges{display:flex;flex-wrap:wrap;gap:10px}.mrtravel-product .crm-product-trustbadge{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid #cdcdcd;border-radius:7px;font-size:14px;font-weight:700;color:#1e3568}.mrtravel-product .crm-product-trustbadge img{width:18px;height:18px;object-fit:contain}.mrtravel-product .crm-product-section-title{margin:0 0 22px;font-family:"Outfit Mrtravel",sans-serif;font-weight:600;font-size:22px;text-align:center;text-transform:capitalize;color:#729c65}.mrtravel-product .crm-product-section-title::after{content:"";display:block;width:36px;height:3px;margin:8px auto 0;background:#ff9f12;border-radius:2px}.mrtravel-product .crm-product-departures .crm-product-section-title,.mrtravel-product .crm-product-pricing .crm-product-section-title,.mrtravel-product .crm-product-highlights .crm-product-section-title{text-align:left;font-weight:700;font-size:18px;text-transform:uppercase;color:#5b8041}.mrtravel-product .crm-product-departures .crm-product-section-title::after,.mrtravel-product .crm-product-pricing .crm-product-section-title::after,.mrtravel-product .crm-product-highlights .crm-product-section-title::after{display:none}.mrtravel-product .crm-product-section{padding-bottom:8px}.mrtravel-product .crm-product-departures-list{margin:0;font-family:"Open Sans Mrtravel",arial,sans-serif;font-size:16px;color:#1e3568}.mrtravel-product .crm-product-departures-list p{margin:0 0 8px;line-height:1.4}.mrtravel-product .crm-product-departures-list strong{font-weight:700;color:#1e3568}.mrtravel-product .crm-product-departure-point{margin-top:8px}.mrtravel-product .crm-product-departure-point p{margin:0}.mrtravel-product .crm-product-pricing-list{list-style:none;margin:0;padding:0}.mrtravel-product .crm-product-pricing-row{margin:0;font-family:"Open Sans Mrtravel",arial,sans-serif;font-size:14px;font-weight:600;line-height:24px;color:#1e3568}.mrtravel-product .crm-product-pricing-rrp{color:#729c65;font-weight:700;text-decoration:line-through}.mrtravel-product .crm-product-pricing-price{font-weight:700;color:#1e3568}.mrtravel-product .crm-product-pricing-title{font-weight:600;color:#1e3568}.mrtravel-product .crm-product-pricing-dates{color:#666;font-size:10px;font-weight:400}.mrtravel-product .crm-product-shorts-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:16px}.mrtravel-product .crm-product-short{position:relative;aspect-ratio:9/16;overflow:hidden;border-radius:10px;background:#1e3568}.mrtravel-product .crm-product-short video{width:100%;height:100%;object-fit:cover;display:block}.mrtravel-product .crm-product-short-title{position:absolute;left:12px;bottom:12px;color:#fff;font-family:"Outfit Mrtravel",sans-serif;font-size:14px;text-shadow:0 1px 4px rgba(0,0,0,.7)}.mrtravel-product .crm-product-highlights-body table{width:100%;border-collapse:collapse;border:0}.mrtravel-product .crm-product-highlights-body td{padding:12px 12px;border:0 !important;font-size:15px;font-weight:600;color:#60737d;vertical-align:middle}.mrtravel-product .crm-product-highlights-body svg,.mrtravel-product .crm-product-highlights-body .material-icons{vertical-align:middle;margin-right:8px;width:24px;height:auto}.mrtravel-product .crm-product-highlights-body svg path{fill:#5b8041 !important}.mrtravel-product .crm-product-highlights-body .material-icons{color:#5b8041}.mrtravel-product .crm-product-brief{font-size:16px;line-height:1.65;color:#60737d;border-bottom:1px solid #cdcdcd;padding-bottom:16px}.mrtravel-product .crm-product-brief p:first-child{font-size:17px;color:#1e3568}.mrtravel-product .crm-product-brief strong{color:#1e3568}.mrtravel-product .crm-product-brief ul{padding-left:20px;margin:8px 0 0}.mrtravel-product .crm-product-brief li{margin-bottom:6px}.mrtravel-product .crm-product-brief a{color:#ff9f12;font-weight:700;text-decoration:underline}.mrtravel-product .crm-product-content,.mrtravel-product .crm-product-itinerary{font-size:15px;line-height:1.72;color:#60737d}.mrtravel-product .crm-product-content p,.mrtravel-product .crm-product-itinerary p{margin:0 0 1.1em}.mrtravel-product .crm-product-content big,.mrtravel-product .crm-product-itinerary big{color:#729c65;font-size:18px;font-weight:700}.mrtravel-product .crm-product-content h2,.mrtravel-product .crm-product-content h3,.mrtravel-product .crm-product-content h4,.mrtravel-product .crm-product-itinerary h2,.mrtravel-product .crm-product-itinerary h3,.mrtravel-product .crm-product-itinerary h4{font-family:"Outfit Mrtravel",sans-serif;color:#1e3568;margin:1.4em 0 .4em}.mrtravel-product .crm-product-content img,.mrtravel-product .crm-product-itinerary img{max-width:100%;height:auto;margin:1em 0;border-radius:10px}.mrtravel-product .crm-product-content iframe,.mrtravel-product .crm-product-itinerary iframe{max-width:100%;width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:10px;margin:1em 0}.mrtravel-product .crm-product-content a,.mrtravel-product .crm-product-itinerary a{color:#ff9f12;font-weight:700;text-decoration:underline}.mrtravel-product .crm-product-content a:hover,.mrtravel-product .crm-product-itinerary a:hover{color:#2eb2e7}.mrtravel-product .crm-product-content hr,.mrtravel-product .crm-product-itinerary hr{border:0;border-top:1px solid #cdcdcd;margin:1.5em 0}.mrtravel-product .crm-product-includes-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:16px;padding:0}.mrtravel-product .crm-product-includes-card{padding:20px;background:#f7f8f7;border:1px solid #e4e4e4;border-radius:10px}.mrtravel-product .crm-product-includes-card h3{margin:0 0 12px;font-family:"Outfit Mrtravel",sans-serif;font-size:16px;text-transform:uppercase;color:#5b8041}.mrtravel-product .crm-product-includes-card ul{padding-left:18px;margin:0;font-size:14px;line-height:1.6;color:#60737d}.mrtravel-product .crm-product-includes-card li{margin-bottom:4px}.mrtravel-product .crm-product-faq{border-bottom:1px solid #dfe0df;padding:13px 2px}.mrtravel-product .crm-product-faq summary{cursor:pointer;font-family:"Outfit Mrtravel",sans-serif;font-weight:600;font-size:17px;color:#1e3568;list-style:none;position:relative;padding-right:26px}.mrtravel-product .crm-product-faq summary::-webkit-details-marker{display:none}.mrtravel-product .crm-product-faq summary::after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);color:#ff9f12;font-size:24px;line-height:1}.mrtravel-product .crm-product-faq[open] summary::after{content:"−"}.mrtravel-product .crm-product-faq-answer{padding:12px 0 4px;font-size:15px;line-height:1.6;color:#60737d}.mrtravel-product .crm-product-faq-answer p{margin:0 0 .8em}.mrtravel-product .crm-product-reviews-summary{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:20px}.mrtravel-product .crm-product-reviews-score{font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:36px;color:#1e3568;line-height:1}.mrtravel-product .crm-product-reviews-stars{color:#f8ce0b;font-size:20px}.mrtravel-product .crm-product-reviews-total{color:#60737d;font-size:14px}.mrtravel-product .crm-product-reviews-list{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px}.mrtravel-product .crm-product-review{padding:18px;background:#f7f8f7;border:1px solid #e4e4e4;border-radius:10px}.mrtravel-product .crm-product-review-meta{display:flex;align-items:baseline;gap:10px;margin-bottom:8px}.mrtravel-product .crm-product-review-author{font-family:"Outfit Mrtravel",sans-serif;font-weight:700;color:#1e3568}.mrtravel-product .crm-product-review-rating{color:#f8ce0b;font-size:13px}.mrtravel-product .crm-product-review-date{color:#9aa3a8;font-size:12px;margin-left:auto}.mrtravel-product .crm-product-review-text{margin:0;font-size:15px;line-height:1.55;color:#60737d}.mrtravel-product .crm-product-crosssells-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:16px}.mrtravel-product .crm-product-crosssell{display:flex;flex-direction:column;background:#fff;border:1px solid #e4e4e4;border-radius:8px;overflow:hidden;color:inherit;text-decoration:none;box-shadow:0 1px 2px 1px rgba(0,0,0,.06);transition:transform 220ms ease,box-shadow 220ms ease}.mrtravel-product .crm-product-crosssell:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.mrtravel-product .crm-product-crosssell-img{aspect-ratio:16/10;overflow:hidden;background:#eef0ef}.mrtravel-product .crm-product-crosssell-img img{width:100%;height:100%;object-fit:cover}.mrtravel-product .crm-product-crosssell-body{padding:12px 14px 16px;display:flex;flex-direction:column;gap:6px}.mrtravel-product .crm-product-crosssell-title{margin:0;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:16px;color:#1e3568;text-wrap:balance}.mrtravel-product .crm-product-crosssell-meta{display:flex;gap:10px;font-size:13px;color:#60737d}.mrtravel-product .crm-product-crosssell-price{margin-top:4px;font-size:14px;color:#60737d}.mrtravel-product .crm-product-crosssell-price strong{font-family:"Outfit Mrtravel",sans-serif;color:#ff9e13;font-size:18px}@media(max-width: 1100px){.mrtravel-product .crm-product-includes-grid,.mrtravel-product .crm-product-shorts-grid,.mrtravel-product .crm-product-crosssells-grid,.mrtravel-product .crm-product-reviews-list{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 720px){.mrtravel-product .crm-product{gap:24px}.mrtravel-product .crm-product-actionbar{grid-template-columns:1fr}.mrtravel-product .crm-product-includes-grid,.mrtravel-product .crm-product-shorts-grid,.mrtravel-product .crm-product-crosssells-grid,.mrtravel-product .crm-product-reviews-list{grid-template-columns:1fr}}.mrtravel-product .mrt-xsell-slider{position:relative}.mrtravel-product .crm-product-crosssells-grid.mrt-xsell-track{display:flex;grid-template-columns:none;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 10px}.mrtravel-product .crm-product-crosssells-grid.mrt-xsell-track::-webkit-scrollbar{display:none}.mrtravel-product .crm-product-crosssells-grid.mrt-xsell-track{scrollbar-width:none}.mrtravel-product .mrt-xsell-track>.crm-product-crosssell{flex:0 0 clamp(280px,30%,360px);scroll-snap-align:start}.mrtravel-product .mrt-xsell{display:flex;flex-direction:column;background:#fff;border:0;border-radius:6px;overflow:hidden;box-shadow:0 1px 2px 1px rgba(0,0,0,.1);color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.mrtravel-product .mrt-xsell:hover{transform:translateY(-5px);box-shadow:0 10px 18px rgba(0,0,0,.18)}.mrtravel-product .mrt-xsell-img{width:100%;height:200px;object-fit:cover;display:block}.mrtravel-product .mrt-xsell-text{display:flex;flex-direction:column;flex:1;padding:14px 12px 0}.mrtravel-product .mrt-xsell-title{margin:0;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:22px;line-height:1.15;text-align:center;color:#1e3568;text-transform:uppercase;min-height:76px}.mrtravel-product .mrt-xsell-reviews{display:flex;align-items:center;justify-content:center;gap:8px;margin:10px 0 14px}.mrtravel-product .mrt-xsell-rating{color:#1e3568;font-size:15px}.mrtravel-product .mrt-stars{position:relative;display:inline-block;font-size:18px;line-height:1;color:#ccc}.mrtravel-product .mrt-stars::before{content:"★★★★★"}.mrtravel-product .mrt-stars-fill{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#f8ce0b}.mrtravel-product .mrt-stars-fill::before{content:"★★★★★"}.mrtravel-product .mrt-xsell-bar{margin-top:auto;display:flex;align-items:stretch;justify-content:space-between;min-height:78px;background:#efefef}.mrtravel-product .mrt-xsell-facts{display:flex;align-items:center;gap:16px;padding:8px 12px;flex:1;justify-content:center}.mrtravel-product .mrt-xsell-pax{position:relative;width:44px;height:44px}.mrtravel-product .mrt-xsell-pax .material-icons{font-size:44px;line-height:44px;color:#60737d}.mrtravel-product .mrt-xsell-pax b{position:absolute;left:0;right:0;bottom:3px;text-align:center;color:#fff;font-size:15px;font-weight:800}.mrtravel-product .mrt-xsell-dn{display:flex;flex-direction:column;align-items:center;line-height:1.05;color:#1e3568;font-weight:700;font-size:17px;text-transform:uppercase}.mrtravel-product .mrt-xsell-dn i{display:block;width:32px;height:3px;background:#1e3568;border-radius:2px;margin:3px 0}.mrtravel-product .mrt-xsell-dn small{font-size:14px}.mrtravel-product .mrt-xsell-single{font-size:15px}.mrtravel-product .mrt-xsell-single b{font-size:15px}.mrtravel-product .mrt-xsell-single small{font-size:15px}.mrtravel-product .mrt-xsell-pricebox{flex:0 0 auto;min-width:124px;background:#1e3568;color:#fff;padding:8px 14px;display:flex;flex-direction:column;justify-content:center;text-align:right}.mrtravel-product .mrt-xsell-pricebox strong{color:#fff;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:19px}.mrtravel-product .mrt-xsell-rrp{color:#fff;font-size:13px;text-decoration:line-through;opacity:.82}.mrtravel-product .mrt-xsell-nav{position:absolute;top:100px;transform:translateY(-50%);z-index:5;width:44px;height:44px;border:0;border-radius:50%;background:#34b6e6;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2);opacity:.95}.mrtravel-product .mrt-xsell-nav:hover{opacity:1}.mrtravel-product .mrt-xsell-nav::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-top:3px solid #fff;border-right:3px solid #fff}.mrtravel-product .mrt-xsell-prev{left:-6px}.mrtravel-product .mrt-xsell-prev::after{transform:translate(-30%, -50%) rotate(-135deg)}.mrtravel-product .mrt-xsell-next{right:-6px}.mrtravel-product .mrt-xsell-next::after{transform:translate(-70%, -50%) rotate(45deg)}@media(max-width: 767px){.mrtravel-product .mrt-xsell-track>.crm-product-crosssell{flex-basis:72%}.mrtravel-product .mrt-xsell-title{font-size:19px;min-height:0}.mrtravel-product .mrt-xsell-nav{display:none}}.mrtravel-product .mrtravel-product-layout{display:flex;gap:30px;align-items:flex-start}.mrtravel-product .mrtravel-product-main{flex:1 1 0;min-width:0}.mrtravel-product .mrtravel-product-aside{flex:0 0 380px}@media(max-width: 992px){.mrtravel-product .mrtravel-product-layout{flex-direction:column}.mrtravel-product .mrtravel-product-aside{flex-basis:auto;width:100%}}.mrtravel-product .mrt-booking{background:#ececec;border-radius:6px;padding:24px;position:sticky;top:20px}.mrtravel-product .mrt-booking-title{margin:0 0 20px;text-align:center;color:#1e3568;font-weight:700;font-size:1.55rem}.mrtravel-product .mrt-booking-datefield{display:flex;flex-direction:column;background:#fff;padding:10px 14px;border-radius:4px;margin-bottom:18px}.mrtravel-product .mrt-booking-datelabel{font-size:.75rem;color:#777}.mrtravel-product .mrt-booking-date{border:none;background:rgba(0,0,0,0);padding:4px 0;font-size:1.1rem;color:#222}.mrtravel-product .mrt-booking-options{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:10px}.mrtravel-product .mrt-booking-option{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:14px 16px;border-radius:4px}.mrtravel-product .mrt-booking-option-label{color:#333;font-size:1.05rem}.mrtravel-product .mrt-booking-stepper{display:flex;align-items:center;gap:16px}.mrtravel-product .mrt-booking-minus,.mrtravel-product .mrt-booking-plus{width:26px;height:26px;border:none;border-radius:50%;background:#ff9f12;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.mrtravel-product .mrt-booking-minus:hover,.mrtravel-product .mrt-booking-plus:hover{filter:brightness(0.95)}.mrtravel-product .mrt-booking-qty{min-width:18px;text-align:center;color:#1e3568;font-weight:600}.mrtravel-product .mrt-booking-check{width:100%;border:none;border-radius:4px;background:#1e3568;color:#fff;font-weight:700;font-size:1.05rem;padding:14px;cursor:pointer}.mrtravel-product .mrt-booking-check:hover{filter:brightness(1.1)}.mrtravel-product .mrt-booking-check[data-loading]{opacity:.7;pointer-events:none}.mrtravel-product .mrt-booking-result{margin-top:18px}.mrtravel-product .mrt-booking-result[hidden]{display:none}.mrtravel-product .mrt-booking-msg{margin:0;text-align:center;color:#1e3568;font-size:1.05rem;line-height:1.5}.mrtravel-product .mrt-booking-check-icon{color:#2eb2e7;font-weight:700}.mrtravel-product .mrt-booking-result[data-state=unavailable] .mrt-booking-msg,.mrtravel-product .mrt-booking-result[data-state=error] .mrt-booking-msg{color:#b22222}.mrtravel-product .mrt-booking-breakdown-title{margin:16px 0 8px;color:#1e3568;font-weight:700;font-size:1.2rem}.mrtravel-product .mrt-booking-breakdown-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid #d8d8d8}.mrtravel-product .mrt-booking-breakdown-qty{width:28px;height:28px;background:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#1e3568}.mrtravel-product .mrt-booking-breakdown-label{flex:1 1 auto;color:#1e3568}.mrtravel-product .mrt-booking-breakdown-amount{font-weight:700;color:#1e3568}.mrtravel-product .mrt-booking-breakdown-total{display:flex;justify-content:space-between;padding-top:10px;font-weight:700;color:#1e3568}.mrtravel-product .mrt-booking-now{display:block;box-sizing:border-box;width:100%;border:none;border-radius:4px;background:#ff9f12;color:#fff;font-weight:700;font-size:1.1rem;padding:14px;margin-top:14px;cursor:pointer;text-align:center;text-decoration:none}.mrtravel-product .mrt-booking-now:hover{filter:brightness(0.95);color:#fff}.mrtravel-product .mrt-booking-now[hidden]{display:none}.mrtravel-product .booking-container{--primary: #1e3568;--secondary: #5b8041;align-items:flex-start}.mrtravel-product .booking-container .booking-form-right-col{float:none}.mrtravel-product .booking-container .booking-summary-container{position:relative}.mrtravel-product .booking-container .booking-image{width:100%;border-radius:5px;display:block}.mrtravel-product .booking-container .booking-product-icon{margin-top:10px}.mrtravel-product .booking-container .booking-product-icon-image{max-height:15px;margin-right:5px;vertical-align:bottom}.mrtravel-product .booking-container .booking-product-icon-text{cursor:default}.mrtravel-product .booking-container .step-title-container,.mrtravel-product .booking-container .step-title,.mrtravel-product .booking-container .formHeading{color:#1e3568}.mrtravel-product .booking-container .step-title{text-transform:uppercase}.mrtravel-product .booking-container .copyBookingForm,.mrtravel-product .booking-container .summary-icon-info .material-icons,.mrtravel-product .booking-container .summary-icon-info .material-icons-outlined,.mrtravel-product .booking-container .fare-list .material-icons,.mrtravel-product .booking-container .fare-list .material-icons-outlined{color:#1e3568}.mrtravel-product .booking-container .promoCode{margin-top:20px}.mrtravel-product .booking-container .code-link{color:#5b8041;font-weight:600}.mrtravel-product .booking-container .promo-field{display:flex}.mrtravel-product .booking-container .promo-field-hide{display:none}.mrtravel-product .booking-container .promoInput{width:250px;height:34px;padding:10px;font-size:16px;border:1px solid #1e3568;border-radius:5px 0 0 5px}.mrtravel-product .booking-container .promoEnterButton{padding:11px 20px;border:none;border-radius:0 5px 5px 0;background:#1e3568;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;cursor:pointer}.mrtravel-product .booking-container .promoCodeApplied{width:fit-content;margin-top:15px;padding:13px 14px;background:rgba(231,231,231,.6588235294);border-radius:4px;font-weight:600;color:#5b8041}.mrtravel-product .booking-container .promoCodeAppliedText{margin-left:5px}.mrtravel-product .booking-container .booking-form{font-family:"Open Sans Mrtravel",arial,sans-serif;color:#60737d}.mrtravel-product .booking-container .booking-form .content h1{margin:0 0 18px;font-family:"Open Sans Mrtravel",arial,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:0;text-transform:none;color:var(--primary)}.mrtravel-product .booking-container .booking-form h2,.mrtravel-product .booking-container .booking-form h3,.mrtravel-product .booking-container .booking-form h4{font-family:"Open Sans Mrtravel",arial,sans-serif;letter-spacing:0}.mrtravel-product .booking-container .booking-form .row-margin>h2{margin:0 0 12px;font-size:1.25rem;font-weight:700;text-transform:uppercase;color:var(--primary)}.mrtravel-product .booking-container .booking-form .row-margin>h2:not([class]){color:#ff9e13}.mrtravel-product .booking-container .booking-form .step-title,.mrtravel-product .booking-container .booking-form .step-title-container,.mrtravel-product .booking-container .booking-form .formHeading{color:var(--primary)}.mrtravel-product .booking-container .booking-form .step-title{font-size:1.25rem;font-weight:700;text-transform:uppercase}.mrtravel-product .booking-container .booking-form .row{margin:0;padding:0}.mrtravel-product .booking-container .booking-form .row::after{content:"";display:table;clear:both}.mrtravel-product .booking-container .booking-form .row-margin{margin:0 0 12px}.mrtravel-product .booking-container .booking-form .row-bottom-border{padding:8px 0 12px;border-bottom:1px solid #cdcdcd}.mrtravel-product .booking-container .booking-form .form-three-col{float:left;width:30%;margin-right:5%}.mrtravel-product .booking-container .booking-form .form-three-col:nth-child(3n){margin-right:0}.mrtravel-product .booking-container .booking-form .form-two-col{float:left;width:48%;margin-right:4%}.mrtravel-product .booking-container .booking-form .form-two-col:nth-child(2n){margin-right:0}.mrtravel-product .booking-container .booking-form .note-sm{padding:6px 0 0;font-size:12px;color:#60737d}.mrtravel-product .booking-container .booking-form label{display:block;margin:8px 0;font-size:14px;font-weight:700;letter-spacing:0;text-transform:none;color:var(--primary)}.mrtravel-product .booking-container .booking-form .form-booking-inputs input,.mrtravel-product .booking-container .booking-form .form-booking-inputs textarea{display:block;box-sizing:border-box;width:100%;margin:0;padding:9px 10px;font-family:inherit;font-size:15px;line-height:21px;color:#60737d;background:#fff;border:1px solid #9daab2;border-radius:4px;box-shadow:none}.mrtravel-product .booking-container .booking-form .form-booking-inputs input:focus,.mrtravel-product .booking-container .booking-form .form-booking-inputs textarea:focus{outline:none;border:1px solid var(--secondary);padding-bottom:9px;box-shadow:none}.mrtravel-product .booking-container .booking-form .form-booking-inputs textarea{height:120px;min-height:120px}.mrtravel-product .booking-container .booking-form .form-booking-inputs .form-error-marker{border-color:#b00020}.mrtravel-product .booking-container .booking-form .booking-product-image{display:block;flex:0 0 296px;width:296px;height:192px;margin:0 24px 10px 0;background-position:center;background-size:cover;border-radius:4px;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)}.mrtravel-product .booking-container .booking-form .booking-product-info{min-width:0}.mrtravel-product .booking-container .booking-form .booking-product h3.ititineraryTitle{margin:0 0 12px;font-size:1.1rem;font-weight:700;text-transform:uppercase;color:var(--primary)}.mrtravel-product .booking-container .booking-form .itineraryItemNumber .material-icons{color:var(--primary)}.mrtravel-product .booking-container .booking-form .travelInfoContainer .travelDate,.mrtravel-product .booking-container .booking-form .travelInfoContainer .travelFareOption,.mrtravel-product .booking-container .booking-form .travelInfoContainer .material-icons{color:#456e86}.mrtravel-product .booking-container .booking-form .booking-order{margin:24px 0 0;padding:0;list-style:none;border:1px solid #c7c7c7;font-size:14px;font-weight:700;color:#616161}.mrtravel-product .booking-container .booking-form .booking-order li{display:flex;justify-content:space-between;padding:10px 50px;line-height:23px}.mrtravel-product .booking-container .booking-form .booking-order li:nth-child(2n){background:#eee}.mrtravel-product .booking-container .booking-form .booking-middle{margin:0 16px 0 58%}.mrtravel-product .booking-container .booking-form .booking-middleleft{margin-left:0}.mrtravel-product .booking-container .booking-form .booking-right{margin-left:auto;white-space:nowrap}.mrtravel-product .booking-container .booking-form .booking-pay-now{display:flex;justify-content:space-between;padding:2px 54px 0;font-size:14px;font-weight:700;line-height:42px}.mrtravel-product .booking-container .booking-form .booking-green{color:var(--secondary)}.mrtravel-product .booking-container .booking-form .payment-option{margin-bottom:8px;background:#fff}.mrtravel-product .booking-container .booking-form .payment-option .select-option-container{margin-left:0;cursor:pointer}.mrtravel-product .booking-container .booking-form .payment-option input[type=radio]{display:inline-block;width:auto;margin:0 10px 0 0;padding:0;border:0;background:none;appearance:auto;-webkit-appearance:radio}.mrtravel-product .booking-container .booking-form .payment-option label{margin:0 0 0 10px;display:flex;align-items:center}.mrtravel-product .booking-container .booking-form .payment-option label img{width:37px;height:auto;margin:0 3px}.mrtravel-product .booking-container .booking-form .payment-option label .amex-checkout-image{width:24px}.mrtravel-product .booking-container .booking-form .payment-option h4{margin:0 0 0 10px;font-size:15px;font-weight:600;text-transform:none;color:#000}.mrtravel-product .booking-container .booking-form .apple-pay-redirect-note,.mrtravel-product .booking-container .booking-form .google-pay-redirect-note{margin:0 20px 14px;color:#60737d;font-size:15px}.mrtravel-product .booking-container .booking-form .notlive-warning{margin:4px 0 12px;padding:10px 8px;border:1px solid #fba1a1;background:#ffe9e9;color:#666;font-size:12px;line-height:17px}.mrtravel-product .booking-container .booking-form .terms-and-conditions-understand{display:block;padding:14px 0 4px}.mrtravel-product .booking-container .booking-form .terms-row{display:flex;align-items:center;gap:12px}.mrtravel-product .booking-container .booking-form .toogle-terms{margin:0;font-size:12px;cursor:pointer}.mrtravel-product .booking-container .booking-form #term-wrapper-quotes{margin:0 0 12px;font-size:13px;color:#60737d}.mrtravel-product .booking-container .booking-form input.tac-agree{appearance:none;-webkit-appearance:none;display:inline-block;flex:0 0 28px;width:28px;height:28px;margin:0;padding:0;border:1px solid #999;border-radius:4px;background:#fff;cursor:pointer}.mrtravel-product .booking-container .booking-form input.tac-agree:checked{border-color:var(--secondary);background:var(--secondary) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5l3 3 7-7'/></svg>") no-repeat center;background-size:16px}.mrtravel-product .booking-container .booking-form .wallet-buttons-wrap{position:relative;display:block;margin-top:12px;overflow:hidden;border-radius:8px}.mrtravel-product .booking-container .booking-form .wallet-gate-overlay{position:absolute;inset:0;z-index:10;cursor:not-allowed;background:rgba(245,245,245,.65)}@media(max-width: 768px){.mrtravel-product .booking-container .booking-form .form-three-col,.mrtravel-product .booking-container .booking-form .form-two-col{float:none;width:100%;margin-right:0}.mrtravel-product .booking-container .booking-form .booking-product-image{flex-basis:140px;width:140px;height:96px;margin-right:14px}.mrtravel-product .booking-container .booking-form .booking-order li,.mrtravel-product .booking-container .booking-form .booking-pay-now{padding-left:16px;padding-right:16px}.mrtravel-product .booking-container .booking-form .booking-middle{margin-left:0}}@media(max-width: 768px){.mrtravel-product .crm-product{gap:22px}.mrtravel-product img,.mrtravel-product video,.mrtravel-product iframe{max-width:100%;height:auto}.mrtravel-product .crm-product-content,.mrtravel-product .crm-product-itinerary,.mrtravel-product .crm-product-brief,.mrtravel-product .crm-product-pricing-row,.mrtravel-product .crm-product-departures-list{overflow-wrap:anywhere;min-width:0}.mrtravel-product .crm-product-content table,.mrtravel-product .crm-product-itinerary table{display:block;width:100%;overflow-x:auto}.mrtravel-product .crm-product-actionbar{gap:10px 16px}.mrtravel-product .crm-product-title{font-size:clamp(26px,7vw,34px)}.mrtravel-product .crm-product-metastrip,.mrtravel-product .crm-product-metastrip-facts{gap:12px}.mrtravel-product .crm-product-metastrip-facts>*{min-width:0}.mrtravel-product .crm-product-pricing-row{flex-wrap:wrap}.mrtravel-product .crm-product-pricing-title{min-width:0;overflow-wrap:anywhere}.mrtravel-product .mrt-booking{padding:16px;position:static}.mrtravel-product .mrt-booking-title{font-size:1.3rem;margin-bottom:14px}.mrtravel-product .mrt-booking-option{gap:12px;padding:12px 14px}.mrtravel-product .mrt-booking-option-label{flex:1 1 auto;min-width:0;font-size:.95rem;overflow-wrap:anywhere}.mrtravel-product .mrt-booking-stepper{flex:0 0 auto;gap:12px}}.mrtravel-homepage .crm-articles-filter{margin:0 0 6px}.mrtravel-homepage .crm-articles-filter-title{color:#1e3568;font-family:"Outfit Mrtravel",sans-serif;font-size:2.3rem;line-height:2.8rem;font-weight:700;text-transform:uppercase;margin:0 0 8px}.mrtravel-homepage .crm-articles-chips{display:flex;flex-wrap:wrap}.mrtravel-homepage .crm-articles-chip{display:inline-block;padding:9px 16px;margin:10px 9px 10px 0;background-color:#efefef;border:1px solid rgba(0,0,0,0);border-radius:4px;color:#1e3568;text-decoration:none;cursor:pointer}.mrtravel-homepage .crm-articles-chip:hover{color:#000;border-color:#ff9e13}.mrtravel-homepage .crm-articles-chip.is-active{background-color:#5b8041;color:#fff}.mrtravel-homepage .crm-articles-chip.is-active:hover{color:#fff;border-color:rgba(0,0,0,0)}.mrtravel-homepage .crm-articles-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:8px}.mrtravel-homepage .crm-articles-empty{color:#60737d;margin:24px 0}.mrtravel-homepage .crm-articlecard{display:flex;flex-direction:column;width:46%;margin:23px 0}.mrtravel-homepage .crm-articlecard-imglink{display:block}.mrtravel-homepage .crm-articlecard-img{width:100%;height:290px;object-fit:cover;border-radius:10px;display:block}.mrtravel-homepage .crm-articlecard-title{margin:15px 0 8px;font-family:"Open Sans Mrtravel",arial,sans-serif;font-size:27px;font-weight:700;line-height:normal}.mrtravel-homepage .crm-articlecard-title a{color:#5b8041;text-decoration:none}.mrtravel-homepage .crm-articlecard-title a:hover{color:#ff9e13}.mrtravel-homepage .crm-articlecard-new{display:none;width:fit-content;margin-bottom:12px;padding:3px 7px;color:#5b8041;border:1px solid #729c65;border-radius:2px;font-weight:600;font-size:14px}.mrtravel-homepage .crm-articlecard:nth-of-type(-n + 2) .crm-articlecard-new{display:inline-block}.mrtravel-homepage .crm-articlecard-date{margin:0 0 8px;font-size:11px;color:#60737d}.mrtravel-homepage .crm-articlecard-excerpt{margin:0 0 14px;font-size:16px;line-height:1.5;color:#60737d}.mrtravel-homepage .crm-articlecard-more{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:9px 16px;background-color:#efefef;border:1px solid rgba(0,0,0,0);border-radius:4px;color:#1e3568;font-weight:600;text-decoration:none}.mrtravel-homepage .crm-articlecard-more:hover{color:#000;border-color:#ff9e13}.mrtravel-homepage .crm-articlecard-more-chevron{font-size:13px;line-height:1}.mrtravel-homepage .crm-articles-pager{margin:24px 0 8px;text-align:center}.mrtravel-homepage .crm-articles-pager-title{margin:0 0 12px;color:#1e3568;font-weight:700}.mrtravel-homepage .crm-articles-pager-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;list-style:none;margin:0;padding:0}.mrtravel-homepage .crm-articles-page{display:inline-block;padding:7px 10px;margin:0 9px;border:1px solid #cdcdcd;border-radius:10px;font-size:15px;font-weight:700;color:#5b8041;text-decoration:none}.mrtravel-homepage .crm-articles-page.is-active{background:#5b8041;color:#fff;border-color:#5b8041}.mrtravel-homepage .crm-articles-page-gap{margin:0 9px;align-self:flex-end;font-size:18px;color:#5b8041}@media(max-width: 767px){.mrtravel-homepage .crm-articlecard{width:100%}.mrtravel-homepage .crm-articles-filter-title{font-size:1.8rem;line-height:2.1rem}.mrtravel-homepage .crm-articlecard-title{font-size:22px}.mrtravel-homepage .crm-articlecard-img{height:220px}}.mrtravel-homepage .crm-article{color:#60737d;font-family:"Open Sans Mrtravel",arial,sans-serif}.mrtravel-homepage .crm-article-header{margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid #cdcdcd}.mrtravel-homepage .crm-article-title{margin:0 0 10px;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:clamp(34px,4vw,54px);line-height:1.06;color:#1e3568}.mrtravel-homepage .crm-article-byline{display:flex;align-items:center;gap:12px}.mrtravel-homepage .crm-article-author-img{width:46px;height:46px;flex:0 0 46px;border-radius:50%;object-fit:cover;display:block;border:2px solid #cdcdcd}.mrtravel-homepage .crm-article-byline-meta{display:flex;flex-direction:column;gap:2px}.mrtravel-homepage .crm-article-author{font-weight:600;color:#1e3568}.mrtravel-homepage .crm-article-meta{font-size:14px;color:#60737d}.mrtravel-homepage .crm-article-brief{margin:0 0 26px;font-size:19px;line-height:1.6;color:#60737d}.mrtravel-homepage .crm-article-brief a{color:#ff9e13;font-weight:700;text-decoration:underline}.mrtravel-homepage .crm-article-hero{margin:0 0 28px}.mrtravel-homepage .crm-article-hero img{width:100%;height:auto;border-radius:12px;display:block}.mrtravel-homepage .crm-article-content{font-size:17px;line-height:1.7;color:#60737d}.mrtravel-homepage .crm-article-content a{color:#ff9e13;font-weight:700;text-decoration:underline}.mrtravel-homepage .crm-article-content h2,.mrtravel-homepage .crm-article-content h3,.mrtravel-homepage .crm-article-content h4{font-family:"Outfit Mrtravel",sans-serif;color:#1e3568;margin:1.5em 0 .5em}.mrtravel-homepage .crm-article-content img{width:100%;height:auto;border-radius:12px;margin:1.5em 0;display:block}.mrtravel-homepage .crm-article-content hr{border:none;border-top:1px solid #cdcdcd;margin:1.6em 0}.mrtravel-homepage .crm-tours-header{margin:0 0 8px}.mrtravel-homepage .crm-tours-title{margin:0 0 12px;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:clamp(30px,3.4vw,46px);line-height:1.08;color:#1e3568}.mrtravel-homepage .crm-tours-intro{font-size:17px;line-height:1.6;color:#60737d}.mrtravel-homepage .crm-tours-intro p{margin:0 0 12px}.mrtravel-homepage .crm-tours-intro a{color:#ff9e13;font-weight:700;text-decoration:underline}.mrtravel-homepage .crm-tours-list{margin-top:8px}.mrtravel-homepage .crm-tourcard{display:flex;gap:28px;padding:28px 0;border-top:1px solid #cdcdcd}.mrtravel-homepage .crm-tourcard:first-of-type{border-top:none}.mrtravel-homepage .crm-tourcard-media{flex:0 0 330px;max-width:330px}.mrtravel-homepage .crm-tourcard-imglink{display:block}.mrtravel-homepage .crm-tourcard-img{width:100%;height:230px;object-fit:cover;border-radius:10px;display:block}.mrtravel-homepage .crm-tourcard-avail{margin-top:16px;text-align:center}.mrtravel-homepage .crm-tourcard-avail-title{margin:0 0 10px;color:#ff9e13;font-family:"Outfit Mrtravel",sans-serif;font-weight:700;font-size:18px}.mrtravel-homepage .crm-tourcard-avail-strip{display:flex;align-items:center;justify-content:center;gap:6px}.mrtravel-homepage .crm-tourcard-avail-nav{display:inline-flex;align-items:center;justify-content:center;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:#456e86;color:#fff;font-size:16px;line-height:1}.mrtravel-homepage .crm-tourcard-avail-prev{opacity:.55}.mrtravel-homepage .crm-tourcard-avail-day{display:flex;flex-direction:column;align-items:center;flex:1 1 0;padding:8px 4px;border:1px solid #cdcdcd;border-radius:8px;text-decoration:none;color:#60737d}.mrtravel-homepage .crm-tourcard-avail-day:hover{border-color:#ff9e13}.mrtravel-homepage .crm-tourcard-avail-dow{font-size:11px;font-weight:600;letter-spacing:.04em}.mrtravel-homepage .crm-tourcard-avail-num{font-size:22px;font-weight:700;color:#1e3568;line-height:1.2}.mrtravel-homepage .crm-tourcard-avail-mon{font-size:11px;font-weight:600;letter-spacing:.04em}.mrtravel-homepage .crm-tourcard-avail-status{margin-top:4px;font-size:12px;font-weight:700;color:#2eb2e7}.mrtravel-homepage .crm-tourcard-body{flex:1 1 0;min-width:0}.mrtravel-homepage .crm-tourcard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.mrtravel-homepage .crm-tourcard-title{margin:0 0 6px;font-family:"Open Sans Mrtravel",arial,sans-serif;font-size:28px;font-weight:700;line-height:1.15}.mrtravel-homepage .crm-tourcard-title a{color:#5b8041;text-decoration:none}.mrtravel-homepage .crm-tourcard-title a:hover{color:#ff9e13}.mrtravel-homepage .crm-tourcard-meta{display:flex;align-items:center;gap:18px}.mrtravel-homepage .crm-tourcard-ages{display:flex;flex-direction:column;line-height:1.2;color:#1e3568}.mrtravel-homepage .crm-tourcard-ages-label{font-size:12px;font-weight:700;text-transform:uppercase;color:#60737d}.mrtravel-homepage .crm-tourcard-ages-value{font-size:15px}.mrtravel-homepage .crm-tourcard-pax{position:relative;width:40px;height:40px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2360737d' d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2c-5 0-9 2.5-9 6v2h18v-2c0-3.5-4-6-9-6z'/%3E%3C/svg%3E") no-repeat center/contain}.mrtravel-homepage .crm-tourcard-pax-value{position:absolute;left:0;right:0;bottom:2px;text-align:center;color:#fff;font-size:13px;font-weight:700}.mrtravel-homepage .crm-tourcard-pax-icon{display:none}.mrtravel-homepage .crm-tourcard-duration{font-family:"Outfit Mrtravel",sans-serif;font-weight:700;text-transform:uppercase;font-size:17px;color:#1e3568}.mrtravel-homepage .crm-tourcard-price{display:flex;flex-direction:column;padding:6px 12px;border-radius:4px;background:#ff9e13;color:#fff;line-height:1.1}.mrtravel-homepage .crm-tourcard-price-label{font-size:12px;font-weight:700;text-transform:uppercase}.mrtravel-homepage .crm-tourcard-price-value{font-size:20px;font-weight:800}.mrtravel-homepage .crm-tourcard-desc{margin:14px 0 4px;font-size:16px;line-height:1.55;color:#60737d}.mrtravel-homepage .crm-tourcard-desc p{margin:0 0 8px;font-weight:700}.mrtravel-homepage .crm-tourcard-desc ul{margin:0;padding-left:20px}.mrtravel-homepage .crm-tourcard-desc li{margin:0 0 4px}.mrtravel-homepage .crm-tourcard-desc a{color:#ff9e13}.mrtravel-homepage .crm-tourcard-badges{list-style:none;margin:12px 0 0;padding:0}.mrtravel-homepage .crm-tourcard-badge{display:flex;align-items:center;gap:8px;margin:0 0 6px;color:#1e3568;font-weight:700;font-size:15px}.mrtravel-homepage .crm-tourcard-badge-icon{width:22px;height:22px;object-fit:contain;flex:0 0 22px}@media(max-width: 767px){.mrtravel-homepage .crm-tourcard{flex-direction:column;gap:16px}.mrtravel-homepage .crm-tourcard-media{flex-basis:auto;max-width:none}.mrtravel-homepage .crm-tourcard-img{height:220px}.mrtravel-homepage .crm-tourcard-title{font-size:23px}}.mrt-modcar{position:relative}.mrt-modcar .mrt-modcar-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 10px}.mrt-modcar .mrt-modcar-track::-webkit-scrollbar{display:none}.mrt-modcar .mrt-modcar-cell{flex:0 0 300px;scroll-snap-align:start;display:flex}.mrt-modcar .mrt-modcar-cell>*{width:100%}.mrt-modcar .mrt-modcar-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border:0;border-radius:50%;background:rgba(20,30,40,.75);cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2);opacity:.95}.mrt-modcar .mrt-modcar-nav:hover{opacity:1}.mrt-modcar .mrt-modcar-nav::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-top:3px solid #fff;border-right:3px solid #fff}.mrt-modcar .mrt-modcar-prev{left:-6px}.mrt-modcar .mrt-modcar-prev::after{transform:translate(-30%, -50%) rotate(-135deg)}.mrt-modcar .mrt-modcar-next{right:-6px}.mrt-modcar .mrt-modcar-next::after{transform:translate(-70%, -50%) rotate(45deg)}@media(max-width: 767px){.mrt-modcar .mrt-modcar-cell{flex-basis:78%}.mrt-modcar .mrt-modcar-nav{display:none}}.mrtravel-homepage .search-page,.mrtravel-product .search-page{padding:24px 0 64px}.mrtravel-homepage .search-page h1,.mrtravel-product .search-page h1{font-family:var(--frb-head, var(--frb-font-display));letter-spacing:.02em;margin:0 0 8px;font-size:clamp(32px,4vw,48px);color:#1e3568}.mrtravel-homepage .search-meta,.mrtravel-product .search-meta{color:#60737d;margin:0 0 24px}.mrtravel-homepage .search-results,.mrtravel-product .search-results{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.mrtravel-homepage .search-products+.search-results,.mrtravel-product .search-products+.search-results{margin-top:16px}.mrtravel-homepage .search-result a,.mrtravel-product .search-result a{display:block;padding:18px 20px;border-radius:10px;background:#fff;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;color:#1e3568;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease}.mrtravel-homepage .search-result a:hover,.mrtravel-product .search-result a:hover{box-shadow:rgba(99,99,99,.35) 0px 4px 12px 0px;transform:translateY(-1px)}.mrtravel-homepage .search-result h3,.mrtravel-product .search-result h3{margin:0;font-size:18px;font-weight:700}.mrtravel-homepage .search-result-sub,.mrtravel-product .search-result-sub{margin:4px 0 0;color:#60737d;font-size:14px}.mrtravel-homepage .search-section-title,.mrtravel-product .search-section-title{font-family:var(--frb-head, var(--frb-font-display));letter-spacing:.02em;margin:32px 0 16px;font-size:clamp(22px,2.4vw,28px);color:#1e3568}.mrtravel-homepage .search-products,.mrtravel-product .search-products{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:16px}.mrtravel-homepage .search-product,.mrtravel-homepage .search-product--unlinked,.mrtravel-product .search-product,.mrtravel-product .search-product--unlinked{display:block;border-radius:10px;background:#fff;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;color:#1e3568;text-decoration:none;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.mrtravel-homepage .search-product:hover,.mrtravel-product .search-product:hover{box-shadow:rgba(99,99,99,.35) 0px 4px 12px 0px;transform:translateY(-1px)}.mrtravel-homepage .search-product--unlinked,.mrtravel-product .search-product--unlinked{cursor:default}.mrtravel-homepage .search-product-image,.mrtravel-product .search-product-image{aspect-ratio:16/10;overflow:hidden;background:#eef1f3}.mrtravel-homepage .search-product-image img,.mrtravel-product .search-product-image img{width:100%;height:100%;object-fit:cover;display:block}.mrtravel-homepage .search-product-body,.mrtravel-product .search-product-body{padding:14px 16px 16px}.mrtravel-homepage .search-product-body h3,.mrtravel-product .search-product-body h3{margin:0;font-size:16px;font-weight:700;line-height:1.35}.mrtravel-homepage .search-product-sub,.mrtravel-product .search-product-sub{margin:4px 0 0;color:#60737d;font-size:13px}.mrtravel-homepage .search-product-meta,.mrtravel-product .search-product-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:10px;font-size:13px}.mrtravel-homepage .search-product-duration,.mrtravel-product .search-product-duration{color:#60737d}.mrtravel-homepage .search-product-price,.mrtravel-product .search-product-price{color:#ff9f12;font-weight:700}.mrtravel-homepage .search-result-tags,.mrtravel-product .search-result-tags{margin:6px 0 0;display:flex;flex-wrap:wrap;gap:6px}.mrtravel-homepage .search-tag,.mrtravel-product .search-tag{display:inline-block;padding:2px 10px;border-radius:999px;background:#eef1f3;color:#60737d;font-size:12px;letter-spacing:.02em;border:1px solid #dfe0df}.wc-card{display:flex;flex-direction:column;height:100%;border-radius:10px;overflow:hidden;background:#fff;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;font-family:"Outfit Mrtravel",sans-serif;color:#1e3568}.wc-card img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}.wc-card h3{margin:16px 18px 6px;font-size:1.35rem;font-weight:700;color:#1e3568}.wc-card p{margin:0 18px 14px;font-size:15px;line-height:1.5;color:#3d4a63;flex:1 1 auto}.wc-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px 18px}.wc-price{font-weight:800;font-size:1.15rem;color:#2eb2e7;white-space:nowrap}.wc-btn{display:inline-block;padding:10px 22px;border-radius:999px;background:#1e3568;color:#fff !important;font-family:"Open Sans Mrtravel",arial,sans-serif;font-weight:700;font-size:15px;text-decoration:none !important;transition:background .15s ease}.wc-btn:hover{background:#2eb2e7}.wc-btn-lg{padding:14px 34px;font-size:17px}.wc-intro{text-align:center;max-width:820px;margin:8px auto 24px}.wc-intro h2{font-family:"Outfit Mrtravel",sans-serif;font-weight:700;color:#1e3568;font-size:2.2rem}.wc-intro h2 small{display:block;font-size:.95rem;letter-spacing:3px;text-transform:uppercase;color:#2eb2e7;margin-bottom:6px}.wc-intro p{font-size:17px;line-height:1.6;color:#3d4a63;margin-bottom:20px}.wc-boat-title{font-family:"Outfit Mrtravel",sans-serif;font-weight:700;color:#1e3568;font-size:2.6rem;text-align:center;margin:12px 0 20px}.wc-hero-img{display:block;width:100%;max-height:560px;object-fit:cover;border-radius:12px;margin-bottom:28px}.wc-lead{font-family:"Outfit Mrtravel",sans-serif;font-weight:600;font-size:1.35rem;line-height:1.45;color:#1e3568;margin-bottom:18px}.wc-bullets{padding-left:0;list-style:none;margin-bottom:28px}.wc-bullets li{position:relative;padding-left:30px;margin-bottom:10px;font-size:16px;line-height:1.55;color:#3d4a63}.wc-bullets li::before{content:"check_circle";font-family:"Material Icons";position:absolute;left:0;top:1px;color:#2eb2e7;font-size:20px}.wc-video{display:block;width:100%;border-radius:12px;margin:8px 0 28px;background:#000}.wc-section-title{font-family:"Outfit Mrtravel",sans-serif;font-weight:700;color:#1e3568;font-size:1.9rem;text-align:center;margin:8px 0 18px}.wc-options .nav-tabs{border:0;justify-content:center;gap:8px;margin-bottom:18px}.wc-options .nav-link{border:2px solid #1e3568;border-radius:999px;color:#1e3568;font-weight:700;padding:8px 20px}.wc-options .nav-link.active{background:#1e3568;color:#fff}.wc-options .tab-content{max-width:900px;margin:0 auto;font-size:16px;line-height:1.6;color:#3d4a63}.wc-book{text-align:center;margin:28px 0 12px}.wc-feature{text-align:center;padding:8px 12px}.wc-feature .material-icons{font-size:44px;color:#2eb2e7}.wc-feature h4{font-family:"Outfit Mrtravel",sans-serif;font-weight:700;color:#1e3568;font-size:1.15rem;margin:10px 0 8px}.wc-feature p{font-size:15px;line-height:1.5;color:#3d4a63}.wc-contact-list{list-style:none;padding:0}.wc-contact-list li{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:16px;color:#3d4a63}.wc-contact-list li .material-icons{color:#2eb2e7}.wc-map{width:100%;height:380px;border:0;border-radius:12px;margin-bottom:28px}