.history-container{overflow:hidden;padding:60px 40px;position:relative}.history-illustration{height:180px;margin:24px -40px 0 auto;max-width:100%;overflow:hidden;position:relative;width:300px}.history-illustration svg{position:absolute;right:0;top:0;transform:translate(50%,-30%)}.history{display:grid;gap:48px 24px;grid-template-areas:"title nav" "carousel carousel";grid-template-columns:1fr 1fr;margin:auto;max-width:100%;width:1280px}.history-title{grid-area:title;margin:0}.history-title span{display:block;font-size:clamp(50px,6vw,70px);font-weight:700;margin-top:-35px}.history-title h2{font-size:var(--text-h2);font-weight:700;line-height:1.2;margin:0}.history-carousel-container{grid-area:carousel;margin-right:-40px;position:relative;user-select:none}.history-carousel-item{padding:0;position:relative}.history-carousel-item:hover .history-carousel-item-body hr{opacity:1}.history-carousel-item-body{align-items:center;display:grid;gap:0;grid-template-areas:"year" "divider" "text";grid-template-columns:1fr;grid-template-rows:158px 32px auto}.history-carousel-item-body h3{font-size:43px;font-weight:700;grid-area:year;justify-self:start;line-height:.9;margin:0 0 48px;transform:rotate(180deg);writing-mode:vertical-lr}.history-carousel-item-body hr{background:#000;display:block;grid-area:divider;height:4px;margin:0 0 28px;opacity:.5;transition:.3s;width:100%}.history-carousel-item-body article{font-size:22px;font-weight:700;grid-area:text;line-height:1.3;margin:0;padding-right:50px}.history-carousel-item-body article p{font-size:inherit;font-weight:inherit}.history-carousel-item-body article b,.history-carousel-item-body article strong{background:red;color:#fff;display:inline-block;padding:0 4px}.history-carousel-container .tns-outer .tns-nav{align-content:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:end;margin:0 40px 32px 0;position:relative}.history-carousel-container .tns-outer .tns-nav button{background-color:#000;border:none;border-radius:30px;height:3px;padding:0;transition:all .6s ease-in-out;width:57px}.history-carousel-container .tns-outer .tns-nav button:not(.tns-nav-active){background:rgba(0,0,0,.16);width:16px}.history-carousel-nav{align-content:center;align-self:end;display:flex;flex-wrap:wrap;gap:14px;grid-area:nav;justify-content:end;margin:0;position:relative}.history-carousel-nav .dot{background-color:#000;border:none;border-radius:30px;cursor:pointer;display:inline-block;height:3px;padding:0;transition:all .6s ease-in-out;width:57px}.history-carousel-nav .dot:not(.tns-nav-active){background:rgba(0,0,0,.16);width:16px}.history-carousel-controls .arrow{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;height:48px;justify-content:center;outline:none;position:absolute;top:31px;transition:.3s;width:48px}.history-carousel-controls .arrow-prev{left:-100px;opacity:0}.history-carousel-controls .arrow-next{opacity:0;right:-48px}.history-carousel-controls .arrow svg path{stroke:#000;height:auto;width:16px}.history-carousel-container:hover .history-carousel-controls .arrow-prev{left:-40px;opacity:1}.history-carousel-container:hover .history-carousel-controls .arrow-next{opacity:1;right:0}@media screen and (max-width:767px){.history{grid-template-areas:"title" "nav" "carousel";grid-template-columns:100%}.history-carousel-controls .arrow-next{opacity:1;right:0}}