:root{--primary: #9c7427;--secondary: #fbf6e9;--tertiary: #b7995f;--background: #f2ebdc;--monochrome-0: #000;--monochrome-1: #111;--monochrome-2: #222;--monochrome-3: #333;--monochrome-4: #444;--monochrome-5: #555;--monochrome-6: #666;--monochrome-7: #777;--monochrome-8: #888;--monochrome-9: #999;--monochrome-10: #aaa;--monochrome-11: #bbb;--monochrome-12: #ccc;--monochrome-13: #ddd;--monochrome-14: #eee;--monochrome-15: #fff;--font-family: "Montserrat", Arial, sans-serif;--title-font-family: Oswald,Arial,Helvetica,"sans-serif";--spacing-small: 30px;--spacing-medium: 75px;--spacing-large: 125px;--text-font-size: 1rem;--text-line-height: 1.5rem;--text-font-weight: 400;--text-font-style: normal;--text-text-transform: none}*{box-sizing:border-box}html,body{min-height:100%}body{padding:0;margin:0;font-size:17px;font-family:"Roboto Condensed",sans-serif;color:var(--monochrome-0);display:flex;flex-direction:column;min-height:100vh}body,input,select,textarea{font-family:"Roboto",arial,sans-serif;font-weight:400}input,select,textarea,button{outline:none;border:0}a{text-decoration:none;color:var(--primary)}a:hover{color:var(--tertiary)}a:active{color:var(--monochrome-0)}ul{list-style-type:none}ul,li,p,a{padding:0;margin:0;font-family:var(--font-family);font-size:var(--text-font-size);font-style:var(--text-font-style);line-height:var(--text-line-height);font-weight:var(--text-font-weight);text-transform:var(--text-text-transform)}@media(max-width: 768px){ul,li,p,a{font-size:14px}}.otgs-development-site-front-end{display:none}h1,h2,h3,h4,h5,h6{padding:0;margin:0}.column{display:flex;flex-direction:column;align-items:center;justify-content:center}.row{display:flex;flex-direction:row;align-items:center;justify-content:center}.grid{display:grid}.wrap{width:100%;max-width:1600px;padding:0 var(--spacing-small)}h1{font-family:var(--title-font-family);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:1.25;letter-spacing:-0.02em;color:var(--monochrome-1)}h2{font-family:var(--title-font-family);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1;letter-spacing:-0.015em;color:var(--monochrome-1)}h3{font-family:var(--title-font-family);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;line-height:1.2;letter-spacing:-0.01em;color:var(--monochrome-1)}h4{font-family:var(--title-font-family);font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400;line-height:1.25;color:var(--monochrome-2)}h5{font-family:var(--title-font-family);font-size:clamp(1rem,2vw,1.5rem);font-weight:400;line-height:1.3;color:var(--monochrome-2)}h6{font-family:var(--title-font-family);font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:400;line-height:1.4;color:var(--monochrome-3)}.header{width:100%;background:var(--background)}.header .header__container{width:100%;justify-content:space-between;padding-top:15px;padding-bottom:15px}.header .header__container .header__logo{width:100%;max-width:50px}.header .header__container .header__logo img{width:100%}.header .header__container nav{width:100%;gap:15px;justify-content:flex-end}.header .header__container nav a{text-transform:uppercase;font-weight:600}.header .header__container nav a.is-active{color:var(--monochrome-0);cursor:initial}.header .header__container nav a:first-of-type:after{content:"";border-right:1px solid var(--primary);padding-left:15px}.header__divider{width:100%;position:relative;display:flex;align-items:center;justify-content:center;height:10px}.header__divider::before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:1px;background:linear-gradient(to right, transparent 0%, var(--primary) 30%, var(--primary) 70%, transparent 100%);opacity:.45}.header__divider-diamond{width:7px;height:7px;background-color:var(--primary);transform:rotate(45deg);position:relative;z-index:1;flex-shrink:0}.footer{width:100%;padding:50px}.footer p{color:var(--monochrome-12)}.homepage-element__quote{display:flex;flex-direction:row;align-items:center;gap:32px;margin:0;padding:40px 48px;background-color:var(--secondary);border:1px solid rgba(183,153,95,.45);border-radius:10px;width:100%}@media(max-width: 768px){.homepage-element__quote{padding:32px 28px;gap:22px}}.homepage-element__quote__mark{font-family:Georgia,"Times New Roman",serif;font-size:5rem;font-weight:700;color:var(--primary);line-height:1;align-self:flex-start;margin-top:-4px}@media(max-width: 768px){.homepage-element__quote__mark{font-size:12vw}}.homepage-element__quote__divider{width:1px;align-self:stretch;background-color:var(--tertiary);flex-shrink:0;opacity:.5}.homepage-element__quote__content{display:flex;flex-direction:column;gap:12px}.homepage-element__quote__text{font-family:Georgia,"Times New Roman",serif;font-size:18px;font-style:italic;font-weight:400;line-height:1.65;color:var(--primary);margin:0;padding:0}@media(max-width: 768px){.homepage-element__quote__text{font-size:3vw}}@media(max-width: 550px){.homepage-element__quote__text{font-size:4vw}}.homepage-element__quote__author{font-family:var(--font-family);font-size:.875rem;font-style:normal;font-weight:500;color:var(--primary);letter-spacing:.05em;margin:0;padding:0}.homepage-element__quote-line{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin:0;padding:0;width:100%}.homepage-element__quote-line__mark{font-weight:700;color:var(--primary);line-height:inherit;display:inline}.homepage-element__quote-line__mark--open{font-size:1em;margin-right:1px}.homepage-element__quote-line__mark--close{font-size:1em;margin-left:1px}.homepage-element__quote-line__text{font-size:clamp(1.1rem,2.2vw,1.5rem);font-style:italic;font-weight:400;line-height:1.7;color:var(--primary);margin:0;padding:0}@media(max-width: 768px){.homepage-element__quote-line__text{font-size:clamp(1rem,4vw,1.2rem)}}.homepage-element__quote-line__author{display:block;font-family:var(--font-family);font-size:.8rem;font-style:normal;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--monochrome-6);margin-top:20px;padding:0}.homepage-element__subtitle{font-family:var(--title-font-family);font-size:clamp(1rem,2vw,1.5rem);font-weight:400;line-height:1.3;color:var(--monochrome-2);color:var(--primary)}.homepage-element--columns{display:grid;width:100%;gap:20px}.homepage-element--columns[data-columns="1"]{grid-template-columns:1fr}.homepage-element--columns[data-columns="2"]{grid-template-columns:repeat(2, 1fr)}@media(max-width: 1024px){.homepage-element--columns[data-columns="2"]:has(.homepage-element__ordered-list){grid-template-columns:1fr}}.homepage-element--columns[data-columns="3"]{grid-template-columns:repeat(3, 1fr)}@media(max-width: 550px){.homepage-element--columns[data-columns="3"]{grid-template-columns:1fr}}.homepage-element--columns[data-columns="4"]{grid-template-columns:repeat(4, 1fr)}@media(max-width: 768px){.homepage-element--columns[data-columns="4"]{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 550px){.homepage-element--columns[data-columns="4"]{grid-template-columns:1fr}}@media(max-width: 768px){.homepage-element--columns{gap:12px}}.homepage-element--image-title-text{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--spacing-small) calc(var(--spacing-small)/2);background-color:var(--secondary);border:1px solid rgba(183,153,95,.4);border-radius:14px;gap:calc(var(--spacing-small)/2)}@media(max-width: 768px){.homepage-element--image-title-text{padding:20px 12px;gap:12px}}.homepage-element--image-title-text__image{display:flex;align-items:center;justify-content:center}.homepage-element--image-title-text__image img{width:auto;height:60px;object-fit:contain}@media(max-width: 768px){.homepage-element--image-title-text__image img{height:40px}}.homepage-element--image-title-text__title{font-size:26px;font-weight:500;color:var(--monochrome-1);line-height:1.2;margin:0}@media(max-width: 768px){.homepage-element--image-title-text__title{font-size:clamp(1rem,4vw,1.4rem)}}.homepage-element--image-title-text__text{font-family:var(--font-family);font-size:14px;font-weight:400;color:var(--monochrome-5);line-height:1.65;margin:0}@media(max-width: 768px){.homepage-element--image-title-text__text{font-size:clamp(.75rem,2.8vw,.875rem)}}.homepage-element--image-title-text__text p{margin:0;padding:0;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit}.homepage-element--image-title-link{display:flex;flex-direction:row;align-items:center;width:100%;background-color:var(--secondary);border:1px solid rgba(183,153,95,.35);border-radius:14px;text-decoration:none;color:inherit;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.homepage-element--image-title-link:hover{border-color:rgba(183,153,95,.7);box-shadow:0 6px 28px rgba(156,116,39,.1)}.homepage-element--image-title-link:hover .homepage-element--image-title-link__arrow{transform:translateX(5px)}.homepage-element--image-title-link__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:88px;align-self:stretch;border-right:1px solid rgba(183,153,95,.35)}@media(max-width: 768px){.homepage-element--image-title-link__icon{width:70px}}.homepage-element--image-title-link__icon img{display:block;width:40px;height:40px;object-fit:contain}@media(max-width: 768px){.homepage-element--image-title-link__icon img{width:32px;height:32px}}.homepage-element--image-title-link__title{flex:1;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1rem,1.8vw,1.3rem);font-weight:400;line-height:1.3;color:var(--monochrome-1);padding:26px 32px}@media(max-width: 768px){.homepage-element--image-title-link__title{padding:20px 20px;font-size:clamp(.95rem,4vw,1.1rem)}}.homepage-element--image-title-link__arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary);padding-right:28px;transition:transform .25s ease}@media(max-width: 768px){.homepage-element--image-title-link__arrow{padding-right:20px}}.homepage-element--image-title-link__arrow svg{display:block}.homepage-element--portrait{display:flex;flex-direction:row;align-items:stretch;overflow:hidden;width:100%;background-color:var(--secondary);border:1px solid rgba(183,153,95,.4);border-radius:12px}@media(max-width: 768px){.homepage-element--portrait{flex-direction:column}}.homepage-element--portrait__image{flex-shrink:0;width:220px;overflow:hidden}@media(max-width: 768px){.homepage-element--portrait__image{width:100%;height:280px}}.homepage-element--portrait__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.homepage-element--portrait__content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:36px 44px}@media(max-width: 768px){.homepage-element--portrait__content{padding:28px 24px;gap:10px}}.homepage-element--portrait__title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;font-style:normal;color:var(--monochrome-1);line-height:1.2;margin:0}.homepage-element--portrait__poste{display:flex;align-items:center;gap:10px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(.875rem,1.2vw,1rem);font-style:italic;font-weight:700;color:var(--primary);margin:0;padding:0}.homepage-element--portrait__poste::before{content:"◆";font-style:normal;font-size:.65em;flex-shrink:0}.homepage-element--portrait__text{font-family:var(--font-family);font-size:clamp(.875rem,1.1vw,1rem);font-weight:400;color:var(--monochrome-4);line-height:1.65;margin-top:8px;margin-bottom:0}.homepage-element--portrait__text p{margin:0;padding:0;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit}.homepage-element__logo-text{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;padding:56px 24px}@media(max-width: 768px){.homepage-element__logo-text{padding:40px 20px}}.homepage-element__logo-text__logo{width:clamp(120px,22vw,200px);margin-bottom:32px}@media(max-width: 768px){.homepage-element__logo-text__logo{margin-bottom:24px}}.homepage-element__logo-text__logo img{display:block;width:100%;height:auto;object-fit:contain}.homepage-element__logo-text__content{display:flex;flex-direction:column;align-items:center;gap:0}.homepage-element__logo-text__title{font-family:var(--title-font-family);font-size:clamp(1.75rem,4vw,3rem);font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--monochrome-1);margin:0;line-height:1}.homepage-element__logo-text__title::after{content:"";display:block;width:36px;height:2px;background-color:var(--primary);margin:20px auto 18px}.homepage-element__logo-text__subtitle{font-family:var(--font-family);font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin:0}.homepage-element__text{width:100%;align-items:flex-start}.homepage-element__text p{width:100%}@media(max-width: 550px){.homepage-element__title br{display:none}}.homepage-element__ordered-list{display:flex;flex-direction:row;align-items:center;background-color:var(--secondary);border:1px solid rgba(183,153,95,.4);border-radius:14px;overflow:hidden;width:100%;margin-right:auto}.homepage-element__ordered-list--even{margin-right:0;margin-left:auto}.homepage-element__ordered-list__image{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--spacing-small);min-width:140px}@media(max-width: 1024px){.homepage-element__ordered-list__image{display:none}}.homepage-element__ordered-list__image img{width:auto;height:60px;object-fit:contain}.homepage-element__ordered-list__divider{flex-shrink:0;width:1px;align-self:stretch;background-color:rgba(183,153,95,.4)}@media(max-width: 1024px){.homepage-element__ordered-list__divider{display:none}}.homepage-element__ordered-list__content{display:flex;flex-direction:column;gap:12px;padding:calc(var(--spacing-small)/2);flex:1}.homepage-element__ordered-list__title{font-family:var(--title-font-family);font-size:clamp(1rem,2vw,1.5rem);font-weight:400;line-height:1.3;color:var(--monochrome-2);margin:0;display:flex;align-items:baseline;gap:12px}.homepage-element__ordered-list__number{font-family:var(--title-font-family);font-size:clamp(1rem,2vw,1.5rem);font-weight:400;line-height:1.3;color:var(--monochrome-2);font-weight:400;color:var(--primary);line-height:1.2;flex-shrink:0}.homepage-element__ordered-list__text{font-family:var(--font-family);font-size:14px;font-weight:400;color:var(--monochrome-5);line-height:1.65;margin:0}.homepage-element__ordered-list__text p{margin:0;padding:0;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit}.bottom-nav{width:100%;padding-bottom:24px}@media(max-width: 768px){.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:0 0 12px}}.bottom-nav__inner{width:100%;justify-content:space-between;background-color:var(--secondary);border-radius:100px;padding:12px 20px;gap:16px}@media(max-width: 768px){.bottom-nav__inner{padding:14px;gap:0}}.bottom-nav__divider{display:none}@media(max-width: 768px){.bottom-nav__divider{display:block;width:1px;align-self:stretch;background-color:var(--tertiary);flex-shrink:0;margin:4px 2vw}}.bottom-nav__link{display:flex;align-items:center;justify-content:space-between;gap:14px;text-decoration:none;color:inherit}.bottom-nav__link:hover .bottom-nav__btn{background:var(--primary)}.bottom-nav__link:hover .bottom-nav__btn svg path{stroke:var(--monochrome-15)}@media(max-width: 768px){.bottom-nav__link--next{flex:1;justify-content:space-between}}@media(max-width: 768px){.bottom-nav__link--prev{flex:1}}.bottom-nav__btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .25s ease,color .25s ease;border:1.5px solid var(--primary);color:var(--primary);background:rgba(0,0,0,0)}@media(max-width: 768px){.bottom-nav__btn{width:6vw;height:6vw}}@media(max-width: 768px){.bottom-nav__btn svg{width:4vw}}.bottom-nav__text{display:flex;align-items:baseline;gap:6px}@media(max-width: 768px){.bottom-nav__text{flex-direction:column;align-items:flex-start;gap:3px}}.bottom-nav__direction{font-family:var(--font-family);font-style:italic;font-size:.75rem;font-weight:400;color:var(--primary);white-space:nowrap}@media(max-width: 768px){.bottom-nav__direction{font-size:3vw;line-height:1}}.bottom-nav__name{font-family:var(--title-font-family);font-size:1rem;font-weight:400;color:var(--monochrome-2);letter-spacing:.02em}@media(max-width: 768px){.bottom-nav__name{font-size:3.5vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:20vw}}.homepage-section--two-columns{width:100%}.homepage-section--two-columns__inner{width:100%;grid-template-columns:repeat(2, 1fr);gap:var(--spacing-large)}@media(max-width: 1500px){.homepage-section--two-columns__inner{gap:var(--spacing-medium)}}@media(max-width: 1024px){.homepage-section--two-columns__inner{grid-template-columns:1fr;gap:var(--spacing-small)}}.homepage-section--two-columns__inner__left,.homepage-section--two-columns__inner__right{align-items:flex-start;justify-content:flex-start;gap:var(--spacing-small)}.homepage-section__one-column{width:100%}.homepage-section__one-column__inner{width:100%;align-items:flex-start;gap:var(--spacing-small)}html{overflow-x:clip}html::-webkit-scrollbar{background-color:var(--secondary);width:10px}html::-webkit-scrollbar-thumb{background-color:var(--tertiary);border-radius:10px}body{background-color:var(--background);overflow-x:clip}main{width:100%;flex:1;display:flex;flex-direction:column}@media(max-width: 1024px){main{align-items:flex-start;padding-bottom:110px}}.homepage-slide{padding:var(--spacing-small) 0 0}
