/* Atlas 8.5 — Final Reference Closure
   Every visible component is tuned against the approved reference: type, rhythm, hover, header/search and card behavior. */
:root{
  --atlas-primary:#e52e34;
  --atlas-secondary:#ffffff;
  --atlas-footer:#0d3441;
  --atlas-donation:#e52e34;
  --atlas-ink:#103440;
  --atlas-text:#536970;
  --atlas-muted:#8b999e;
  --atlas-bg:#f7f7f4;
  --atlas-paper:#ffffff;
  --atlas-line:#e5e8e7;
  --atlas-soft:#f2f4f2;
  --atlas-shell:1320px;
  --atlas-head:"Barlow Semi Condensed",Arial,sans-serif;
  --atlas-body:"Inter",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.atlas-body{margin:0;background:var(--atlas-bg);color:var(--atlas-text);font-family:var(--atlas-body);font-size:16.5px;line-height:1.56;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.atlas-body a{text-decoration:none!important;color:inherit}.atlas-body img{max-width:100%;display:block}.atlas-body button,.atlas-body input{font:inherit}
.atlas-shell{width:min(calc(100% - 56px),var(--atlas-shell));margin:0 auto}.atlas-page{overflow:visible}.atlas-home{background:var(--atlas-bg)}

/* Header — exact reference proportions */
.atlas-header{position:relative;z-index:1100;background:#fff;border-bottom:1px solid var(--atlas-line)}
.atlas-topbar{height:30px;background:#fff;border-bottom:1px solid #eef0ef}.atlas-topbar__inner{height:30px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.atlas-topbar__message{color:#718187;font-size:12.5px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.atlas-topbar__links{height:100%;display:flex;align-items:center;gap:17px;color:#173946}
.atlas-topbar__links>a,.atlas-lang>button{height:100%;padding:0;border:0;background:none;display:flex;align-items:center;gap:6px;color:#173946;font-size:12.5px;font-weight:600;white-space:nowrap}.atlas-topbar__links i{font-size:12.5px;color:var(--atlas-primary)}
.atlas-lang{height:100%;position:relative}.atlas-lang>button{cursor:pointer}.atlas-lang__menu{position:absolute;right:0;top:30px;min-width:74px;padding:5px;background:#fff;border:1px solid var(--atlas-line);box-shadow:0 12px 28px rgba(13,52,65,.1);opacity:0;visibility:hidden;transform:translateY(4px);transition:.18s}.atlas-lang:hover .atlas-lang__menu,.atlas-lang.is-open .atlas-lang__menu{opacity:1;visibility:visible;transform:none}.atlas-lang__menu a{display:block;padding:7px 9px;color:#36535c!important;font-size:12.5px;font-weight:700}.atlas-lang__menu a:hover,.atlas-lang__menu a.active{color:var(--atlas-primary)!important}
.atlas-topbar__search-form{flex:0 0 170px;width:170px;height:26px;display:flex;align-items:center;border:1px solid #dce1e0;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.atlas-topbar__search-form input{width:100%;min-width:0;height:24px;padding:0 9px;border:0;outline:0;color:var(--atlas-ink);font-size:12.5px;line-height:24px;-webkit-appearance:none;appearance:none;background:#fff}.atlas-topbar__search-form button{flex:0 0 30px;width:30px;height:24px;padding:0;border:0;border-left:1px solid #edf0ef;background:#fff;color:var(--atlas-ink);font-size:11.5px;display:flex;align-items:center;justify-content:center}
.atlas-mainnav,.atlas-mainnav__inner{height:64px}.atlas-mainnav{background:#fff}.atlas-mainnav__inner{display:grid;grid-template-columns:240px minmax(0,1fr) auto;align-items:center;gap:20px}.atlas-logo{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}.atlas-logo img{max-width:205px;max-height:44px;width:auto;height:auto;object-fit:contain}.atlas-logo span{margin-top:2px;color:#74868c;font-size:11.5px;font-weight:500;line-height:1.1;white-space:nowrap}
.atlas-nav{height:64px;display:flex;align-items:center;justify-content:center;min-width:0}.atlas-nav__item{height:64px;position:relative;display:flex;align-items:center}.atlas-nav__link{height:64px;padding:0 15px;display:flex;align-items:center;gap:5px;position:relative;color:#103440!important;font-family:var(--atlas-head);font-size:14.5px;font-weight:700;letter-spacing:.015em;text-transform:uppercase;white-space:nowrap}.atlas-nav__link:after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:2px;background:var(--atlas-primary);transform:scaleX(0);transform-origin:left center;transition:.18s}.atlas-nav__item:hover>.atlas-nav__link:after,.atlas-nav__item.is-active>.atlas-nav__link:after{transform:scaleX(1)}.atlas-nav__link i{font-size:9px;color:#76878d}
.atlas-nav__dropdown{position:absolute;left:0;top:63px;width:260px;padding:7px;background:#fff;border:1px solid var(--atlas-line);box-shadow:0 18px 40px rgba(13,52,65,.13);opacity:0;visibility:hidden;transform:translateY(5px);transition:.18s}.atlas-nav__item:hover>.atlas-nav__dropdown{opacity:1;visibility:visible;transform:none} .atlas-nav__dropdown a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px;color:#36525b!important;font-size:14px;font-weight:600}.atlas-nav__dropdown a:hover{background:#f7f8f7;color:var(--atlas-primary)!important}
.atlas-member{position:relative}.atlas-member__button{height:44px;padding:0 18px;display:flex;align-items:center;gap:8px;border:0;background:var(--atlas-primary);color:#fff;font-family:var(--atlas-head);font-size:14.5px;font-weight:700;letter-spacing:.015em;text-transform:uppercase}.atlas-member__menu{position:absolute;right:0;top:50px;width:240px;padding:7px;background:#fff;border:1px solid var(--atlas-line);box-shadow:0 20px 42px rgba(13,52,65,.14);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s}.atlas-member:hover .atlas-member__menu,.atlas-member.is-open .atlas-member__menu{opacity:1;visibility:visible;transform:none}.atlas-member__menu>a{display:flex;align-items:center;gap:9px;padding:12px;color:#334f58!important;font-size:14px;font-weight:700}.atlas-member__menu>a:hover{background:#f6f7f6;color:var(--atlas-primary)!important}.atlas-member__profile{padding:10px 11px;border-bottom:1px solid var(--atlas-line)}.atlas-member__profile img{width:42px;height:42px;border-radius:50%;object-fit:cover;margin-right:8px}.atlas-mobile-toggle{display:none;width:42px;height:42px;border:0;background:transparent}.atlas-mobile-toggle span{display:block;width:23px;height:2px;margin:5px auto;background:var(--atlas-ink)}

/* shared controls */
.atlas-btn{min-height:46px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;font-family:var(--atlas-head);font-size:15px;font-weight:700;line-height:1}.atlas-btn--primary{background:var(--atlas-primary);border-color:var(--atlas-primary);color:#fff!important}.atlas-btn--primary:hover{filter:brightness(.96);color:#fff!important}.atlas-btn--ghost{border-color:rgba(255,255,255,.5);color:#fff!important;background:transparent}.atlas-text-action{display:inline-flex;align-items:center;gap:7px;color:var(--atlas-ink)!important;font-size:14px;font-weight:800}
.atlas-modal .modal-content{border:0;border-radius:0;box-shadow:0 18px 56px rgba(13,52,65,.18)}.atlas-modal .modal-header{border-bottom:1px solid var(--atlas-line)}.atlas-modal .modal-title{color:var(--atlas-ink);font-family:var(--atlas-head);font-size:22px;font-weight:700}.atlas-modal .form-control{border-radius:0}.atlas-captcha{display:flex;gap:12px;align-items:center}.atlas-captcha img{max-width:150px}

/* Hero — reference 304px band */
.atlas-hero{position:relative;background:#fff;border-bottom:1px solid var(--atlas-line)}.atlas-hero__slide{display:none}.atlas-hero__slide.is-active{display:block}.atlas-hero__grid{height:420px;display:grid;grid-template-columns:35% 65%;padding:0!important}.atlas-hero__copy{position:relative;z-index:2;padding:34px 46px 36px 10px;display:flex;flex-direction:column;justify-content:center;background:#fff}.atlas-eyebrow{margin-bottom:11px;color:#6f8289;font-family:var(--atlas-head);font-size:12.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.atlas-hero h1{max-width:510px;margin:0;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:64px;line-height:.97;font-weight:700;letter-spacing:-.026em}.atlas-hero p{max-width:455px;margin:18px 0 22px;color:#536970;font-size:16.5px;line-height:1.56}.atlas-hero__actions{display:flex;align-items:center;gap:14px}.atlas-hero__visual{position:relative;overflow:hidden;background:#e9ece9}.atlas-hero__visual:before{content:"";position:absolute;z-index:2;left:-1px;top:0;bottom:0;width:82px;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.78) 35%,rgba(255,255,255,0) 100%);pointer-events:none}.atlas-hero__visual img{width:100%;height:100%;object-fit:cover}.atlas-hero__arrow{position:absolute;z-index:4;top:50%;width:38px;height:38px;padding:0;border:1px solid #dbe0df;border-radius:50%;background:#fff;color:var(--atlas-ink);box-shadow:0 5px 16px rgba(13,52,65,.08);transform:translateY(-50%)}.atlas-hero__arrow--prev{left:calc(35% + 18px)}.atlas-hero__arrow--next{right:18px}.atlas-hero__arrow.is-disabled{opacity:.45}.atlas-hero__counter{position:absolute;right:18px;bottom:14px;z-index:4;color:#fff;font-size:13.5px;font-weight:700;text-shadow:0 1px 5px rgba(0,0,0,.5)}

/* Quick access */
.atlas-quick{position:relative!important;z-index:20!important;overflow:visible!important;background:#fff;border-bottom:1px solid var(--atlas-line)}.atlas-quick__grid{position:relative!important;z-index:21!important;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px 0;overflow:visible!important}.atlas-quick__item{position:relative!important;inset:auto!important;height:74px;min-height:74px;margin:0!important;padding:11px 16px;display:grid;grid-template-columns:38px 1fr 18px;align-items:center;gap:9px;overflow:visible!important;opacity:1!important;visibility:visible!important;transform:none!important;background:#fff;border:1px solid var(--atlas-line)}.atlas-quick__item>i:first-child{color:var(--atlas-primary);font-size:25px}.atlas-quick__item>i:last-child{color:#687d85;font-size:11px}.atlas-quick__item strong{display:block;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:15.5px;line-height:1.1;font-weight:700;text-transform:none}.atlas-quick__item small{display:block;margin-top:5px;color:#87969b;font-size:12.5px;line-height:1.2}.atlas-quick__item:hover{border-color:#ced6d4}.atlas-quick__item:hover>i:last-child{color:var(--atlas-primary)}

/* Main content rhythm */
.atlas-content{padding-top:24px;padding-bottom:28px}.atlas-section-head{height:40px;margin-bottom:10px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;border-bottom:1px solid var(--atlas-line)}.atlas-section-head h2{position:relative;margin:0;padding:0 0 10px;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:20px;line-height:1;font-weight:700;text-transform:uppercase}.atlas-section-head h2:after{content:"";position:absolute;left:0;bottom:-1px;width:44px;height:3px;background:var(--atlas-primary)}.atlas-section-head>a{padding-bottom:10px;display:inline-flex;align-items:center;gap:6px;color:#70848b!important;font-size:12.5px;font-weight:500;white-space:nowrap}.atlas-section-head--dark{height:46px;margin:0;padding:0 18px;align-items:center;background:var(--atlas-footer);border:0}.atlas-section-head--dark h2{padding:0;color:#fff;font-size:19px}.atlas-section-head--dark h2:after{bottom:-13px;width:40px}.atlas-section-head--dark a{color:#fff!important}

/* Row 1: 3 columns */
.atlas-showcase-grid{display:grid;grid-template-columns:1.25fr .73fr 1.02fr;gap:14px;margin-bottom:20px;align-items:stretch}.atlas-news-block,.atlas-mini-list-block,.atlas-chair{min-width:0;display:flex;flex-direction:column} .atlas-news-feature{height:auto;min-height:330px;flex:1;display:grid;grid-template-rows:58% 42%;overflow:hidden;background:#fff;border:1px solid var(--atlas-line)}.atlas-news-feature__visual{position:relative;overflow:hidden}.atlas-news-feature__visual img{width:100%;height:100%;object-fit:cover} .atlas-news-feature__badge{position:absolute;left:0;bottom:0;padding:6px 10px;background:var(--atlas-primary);color:#fff;font-family:var(--atlas-head);font-size:12px;font-weight:700} .atlas-news-feature__copy{padding:16px 18px 18px;display:flex;flex-direction:column} .atlas-news-feature__copy small{color:#87969b;font-size:12.5px;font-weight:500;text-transform:uppercase} .atlas-news-feature__copy h3{margin:6px 0 6px;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:26px;line-height:1.03;font-weight:700} .atlas-news-feature__copy p{margin:0;color:#71838a;font-size:14.5px;line-height:1.52;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.atlas-mini-list{height:auto;min-height:330px;flex:1;display:grid;grid-template-rows:repeat(3,1fr);background:#fff;border:1px solid var(--atlas-line)} .atlas-mini-list>a{min-height:0;padding:13px 14px;display:grid;grid-template-columns:78px 1fr;align-items:center;gap:9px;border-bottom:1px solid var(--atlas-line)}.atlas-mini-list>a:last-child{border-bottom:0} .atlas-mini-list img{width:78px;height:58px;object-fit:cover} .atlas-mini-list strong{display:block;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:16.5px;line-height:1.08;font-weight:700}.atlas-mini-list small{display:block;margin-top:6px;color:#8a999e;font-size:12.5px}.atlas-mini-list small i{margin-right:3px;color:var(--atlas-primary)}
.atlas-chair{background:var(--atlas-footer)} .atlas-chair__card{height:auto;min-height:339px;flex:1;display:grid;grid-template-columns:1.18fr .82fr;background:var(--atlas-footer);overflow:hidden} .atlas-chair__copy{min-width:0;padding:18px 18px 16px 18px;display:flex;flex-direction:column;color:#fff}.atlas-chair__copy>i{margin-bottom:8px;color:#aebfc5;font-size:22px} .atlas-chair__copy p{margin:0 0 10px;color:#e0e9ec;font-size:14.5px;line-height:1.52;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden} .atlas-chair__copy strong{margin-top:auto;color:#fff;font-family:var(--atlas-head);font-size:20.5px;line-height:1}.atlas-chair__copy span{margin-top:4px;color:#b8c7cc;font-size:13px} .atlas-chair__copy a{margin-top:10px;display:inline-flex;align-items:center;gap:6px;color:#fff!important;font-size:13px;font-weight:700}.atlas-chair__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}

/* Row 2 */
.atlas-triple-grid{display:grid;grid-template-columns:1.02fr .96fr 1fr;gap:14px;margin-bottom:20px;align-items:stretch} .atlas-events-block,.atlas-announcements-block,.atlas-press-block{min-width:0;display:flex;flex-direction:column}.atlas-event-list,.atlas-announcement-list,.atlas-press-card{height:auto;min-height:270px;flex:1;background:#fff;border:1px solid var(--atlas-line);overflow:hidden}.atlas-event-list{display:grid;grid-template-rows:repeat(3,1fr)} .atlas-event-row{min-height:0;padding:0 14px;display:grid;grid-template-columns:62px 1fr 18px;align-items:center;gap:8px;border-bottom:1px solid var(--atlas-line)}.atlas-event-row:last-child{border-bottom:0}.atlas-event-row time{align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--atlas-line);color:var(--atlas-ink)} .atlas-event-row time strong{font-family:var(--atlas-head);font-size:30px;line-height:.88;font-weight:700} .atlas-event-row time span{margin-top:5px;color:#75888f;font-size:11px;font-weight:700;text-transform:uppercase} .atlas-event-row>div>strong{display:block;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:16.5px;line-height:1.1;font-weight:700} .atlas-event-row small{display:block;margin-top:6px;color:#87979c;font-size:12.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.atlas-event-row>i{color:#6e8289;font-size:8px}
.atlas-announcement-list{display:grid;grid-template-rows:repeat(4,1fr)} .atlas-announcement-list>a{min-height:0;padding:0 14px;display:grid;grid-template-columns:25px 1fr 16px;align-items:center;gap:7px;border-bottom:1px solid var(--atlas-line)}.atlas-announcement-list>a:last-child{border-bottom:0}.atlas-announcement-list>a>i:first-child{color:#91a0a5;font-size:14px} .atlas-announcement-list strong{display:block;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:16px;line-height:1.08;font-weight:700}.atlas-announcement-list small{display:block;margin-top:4px;color:#8b999e;font-size:12.5px}.atlas-announcement-list>a>i:last-child{color:#74868d;font-size:8px}
.atlas-press-card{position:relative;display:grid;grid-template-rows:72% auto auto;color:var(--atlas-ink)!important}.atlas-press-card__visual{overflow:hidden}.atlas-press-card img{width:100%;height:100%;object-fit:contain;background:#f4f4f3} .atlas-press-card>strong{padding:11px 13px 0;font-family:var(--atlas-head);font-size:17.5px;line-height:1.05;font-weight:700}.atlas-press-card>small{padding:5px 13px 11px;color:#89989d;font-size:12.5px}.atlas-press-card>small i{margin-right:3px;color:var(--atlas-primary)}.atlas-card-arrows{position:absolute;right:8px;bottom:8px;display:flex;gap:4px}.atlas-card-arrows i{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d8dfdd;color:#435e67;font-size:8px}

/* extra blocks */
.atlas-extra-block{margin-bottom:14px}.atlas-extra-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.atlas-extra-grid>a{min-height:126px;background:#fff;border:1px solid var(--atlas-line)}.atlas-extra-grid img{width:100%;height:82px;object-fit:cover}.atlas-extra-grid div{padding:8px}.atlas-extra-grid strong{display:block;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:13.5px;line-height:1.1}.atlas-extra-grid small{display:block;margin-top:4px;color:#89989d;font-size:10.5px}

/* Row 3 media */
.atlas-media-grid{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:14px;margin-bottom:20px;align-items:stretch}.atlas-publications,.atlas-gallery-block,.atlas-video-block{min-width:0;display:flex;flex-direction:column} .atlas-publication-grid{height:auto;min-height:255px;flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:7px} .atlas-publication-card{height:100%;min-height:262px;padding:10px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--atlas-line);overflow:hidden} .atlas-publication-card__cover{height:188px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.atlas-publication-card__cover img{width:100%;height:100%;object-fit:contain}  .atlas-publication-card strong{min-height:42px;margin-top:9px;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:15.5px;line-height:1.12;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.atlas-publication-card small{margin-top:auto;color:#89989d;font-size:12.5px}.atlas-publication-card small i{margin-right:3px;color:var(--atlas-primary)}
.atlas-media-feature{height:auto;min-height:262px;flex:1;display:flex;flex-direction:column;background:#fff;border:1px solid var(--atlas-line);overflow:hidden} .atlas-media-feature__visual{position:relative;height:205px;overflow:hidden}.atlas-media-feature__visual img{width:100%;height:100%;object-fit:cover} .atlas-media-feature>strong{padding:10px 12px;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:16.5px;line-height:1.05;font-weight:700}.atlas-media-count{position:absolute;right:8px;bottom:8px;padding:4px 6px;background:rgba(13,52,65,.82);color:#fff;font-size:10px}.atlas-play{position:absolute!important;left:50%;top:50%;width:38px!important;height:38px!important;padding:0!important;border-radius:50%;display:flex!important;align-items:center;justify-content:center;background:rgba(255,255,255,.94)!important;color:var(--atlas-ink)!important;transform:translate(-50%,-50%)}.atlas-play i{font-size:12px}.atlas-media-arrow{position:absolute;bottom:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d8dfdd;color:#435e67;font-size:8px}.atlas-media-arrow--left{left:8px}.atlas-media-arrow--right{right:8px}.atlas-media-feature--video .atlas-media-arrow{top:50%;bottom:auto;transform:translateY(-50%)}

/* Sponsors */
.atlas-sponsors{margin-bottom:26px}.atlas-sponsor-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}  .atlas-sponsor-grid>a{height:74px;padding:10px 16px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--atlas-line)} .atlas-sponsor-grid img{width:auto;height:auto;max-width:100%;max-height:50px;object-fit:contain}

/* CTA */
.atlas-join{position:relative;overflow:hidden;background:var(--atlas-footer);color:#fff}.atlas-join:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(8,48,62,.97) 0%,rgba(8,48,62,.93) 50%,rgba(8,48,62,.76) 100%),var(--atlas-join-bg);background-position:center;background-size:cover} .atlas-join__inner{position:relative;z-index:2;min-height:172px;padding:28px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:7px 28px} .atlas-join__inner>div:first-child span{display:block;margin-bottom:6px;color:#b9c9ce;font-family:var(--atlas-head);font-size:12px;font-weight:700;letter-spacing:.15em} .atlas-join h2{margin:0;color:#fff;font-family:var(--atlas-head);font-size:40px;line-height:1;font-weight:700}.atlas-join p{max-width:650px;margin:9px 0 0;color:#d6e1e4;font-size:15.5px;line-height:1.55}.atlas-join__actions{justify-self:end}.atlas-join__values{grid-column:2;display:flex;align-items:center;justify-content:flex-end;gap:18px;padding-top:5px;border-top:1px solid rgba(255,255,255,.13)} .atlas-join__values span{padding-top:9px;display:flex;align-items:center;gap:8px;color:#dce6e8;font-size:13.5px;white-space:nowrap}.atlas-join__values i{color:#fff;font-size:13px}

/* Contact */
.atlas-contact{padding:26px 0 24px;background:#fff;border-bottom:1px solid var(--atlas-line)} .atlas-contact__grid{display:grid;grid-template-columns:.80fr 1.47fr .88fr;gap:28px;align-items:stretch} .atlas-contact h3{margin:0 0 14px;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:19px;line-height:1;font-weight:700;text-transform:uppercase}.atlas-contact__info p{margin:0 0 8px;display:grid;grid-template-columns:20px 1fr;gap:8px;color:#536c74;font-size:14.5px;line-height:1.5}.atlas-contact__info p i{margin-top:3px;color:var(--atlas-ink);font-size:12px}.atlas-contact__info a{color:inherit}.atlas-contact__info .atlas-text-action{margin-top:7px;font-size:14.5px}.atlas-contact__map{position:relative;min-height:220px;overflow:hidden;background:#eef0ef}.atlas-contact__map iframe{width:100%!important;height:100%!important;min-height:220px!important;border:0!important} .atlas-map-card{position:absolute;left:50%;top:50%;width:275px;max-width:calc(100% - 24px);padding:10px 11px;display:grid;grid-template-columns:20px 1fr;gap:7px;transform:translate(-50%,-50%);background:#fff;border:1px solid var(--atlas-line);box-shadow:0 8px 20px rgba(13,52,65,.13)}.atlas-map-card>i{margin-top:1px;color:var(--atlas-primary);font-size:17px}.atlas-map-card strong{display:block;color:var(--atlas-ink);font-family:var(--atlas-head);font-size:16px}.atlas-map-card span{display:block;margin-top:3px;color:#788b91;font-size:12.5px;line-height:1.4} .atlas-map-card a{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--atlas-ink)!important;font-size:13px;font-weight:800}.atlas-contact__newsletter p{margin:0 0 14px;color:#70848b;font-size:14.5px;line-height:1.5}.atlas-newsletter-inline{display:flex} .atlas-newsletter-inline input{min-width:0;flex:1;height:46px;border:1px solid #dce2e1;border-right:0;outline:0;padding:0 10px;color:var(--atlas-ink);font-size:14.5px}.atlas-newsletter-inline button{height:46px;padding:0 14px;border:0;background:var(--atlas-primary);color:#fff;font-family:var(--atlas-head);font-size:12.5px;font-weight:700}.atlas-contact__social{margin-top:12px;display:flex;align-items:center;gap:14px}.atlas-contact__social a{color:var(--atlas-ink)!important;font-size:21px}.atlas-contact__social a:hover{color:var(--atlas-primary)!important}

/* Footer */
.atlas-footer{padding:17px 0 18px;background:#fff}.atlas-footer__row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 22px}.atlas-footer__nav{display:flex;align-items:center;flex-wrap:wrap;gap:0} .atlas-footer__nav a{position:relative;padding:0 10px;color:#6f838a!important;font-size:13.5px;font-weight:500}.atlas-footer__nav a:first-child{padding-left:0}.atlas-footer__nav a:not(:last-child):after{content:"|";position:absolute;right:-1px;color:#c7cecd}.atlas-footer__copyright{grid-column:1;color:#87969b;font-size:13px}.atlas-footer__meta{grid-row:1 / span 2;grid-column:2;display:flex;align-items:center;justify-content:flex-end;gap:11px} .atlas-footer__meta>a{color:#173946!important;font-size:13px;font-weight:800}.atlas-footer__meta img{max-width:120px;max-height:28px}

/* sticky / cookie */
.atlas-sticky-social{position:fixed;z-index:1000;right:0;top:34%;display:flex;flex-direction:column;background:var(--atlas-footer)}.atlas-sticky-social a{width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.12);font-size:12px}.atlas-sticky-social a:hover{background:var(--atlas-primary)}.atlas-back-top{position:fixed;right:22px;bottom:22px;z-index:1300;width:40px;height:40px;border:0;background:var(--atlas-footer);color:#fff;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.atlas-back-top.is-visible{opacity:1;visibility:visible;transform:none}.atlas-cookie{position:fixed;left:20px;bottom:20px;z-index:1500;width:350px;max-width:calc(100% - 40px);padding:14px 15px;display:flex;align-items:flex-start;gap:11px;background:#fff;border:1px solid var(--atlas-line);box-shadow:0 14px 36px rgba(13,52,65,.15);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.atlas-cookie.is-visible{opacity:1;visibility:visible;transform:none}.atlas-cookie strong{display:block;color:var(--atlas-ink);font-size:13.5px}.atlas-cookie p{margin:3px 0 0;color:#6f838a;font-size:11.5px;line-height:1.4}.atlas-cookie button{margin-left:auto;padding:7px 10px;border:0;background:var(--atlas-primary);color:#fff;font-size:10.5px;font-weight:800}


/* 8.2 legacy-rule isolation: keep quick access fully visible */
.atlas-quick__item>i,.atlas-quick__item>span,.atlas-quick__item strong,.atlas-quick__item small{position:static!important;inset:auto!important;opacity:1!important;visibility:visible!important;transform:none!important;margin-left:0!important;margin-right:0!important}
.atlas-quick__item>span{display:block!important;min-width:0}
.atlas-quick__item strong,.atlas-quick__item small{overflow:visible!important}

/* Responsive */
@media (max-width:1100px){
  .atlas-shell{width:min(calc(100% - 46px),var(--atlas-shell))}.atlas-mainnav__inner{grid-template-columns:220px minmax(0,1fr) auto;gap:14px}.atlas-logo img{max-width:170px}.atlas-nav__link{padding:0 9px;font-size:14px}.atlas-member__button{padding:0 14px;font-size:13.5px}.atlas-hero h1{font-size:58px}.atlas-showcase-grid,.atlas-triple-grid,.atlas-media-grid{gap:12px}
}
@media (max-width:992px){
  .atlas-shell{width:min(calc(100% - 32px),var(--atlas-shell))}.atlas-topbar__message{display:none}.atlas-topbar__links{width:100%;justify-content:flex-end}.atlas-topbar__mail,.atlas-topbar__search-form{display:none}.atlas-mainnav,.atlas-mainnav__inner{height:64px}.atlas-mainnav__inner{grid-template-columns:1fr auto auto}.atlas-logo img{max-width:170px;max-height:40px}.atlas-mobile-toggle{display:block}.atlas-member__button{height:39px}.atlas-nav{position:absolute;left:0;right:0;top:93px;height:auto;padding:9px 16px;display:none;flex-direction:column;align-items:stretch;background:#fff;border-top:1px solid var(--atlas-line);box-shadow:0 18px 34px rgba(13,52,65,.12)}.atlas-nav.is-open{display:flex}.atlas-nav__item,.atlas-nav__link{height:auto}.atlas-nav__link{padding:11px 8px;font-size:15px}.atlas-nav__link:after{display:none}.atlas-nav__dropdown{position:static;width:auto;display:none;padding:3px 0 3px 13px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.atlas-nav__item.is-open>.atlas-nav__dropdown{display:block}
  .atlas-hero__grid{height:auto;grid-template-columns:1fr}.atlas-hero__copy{min-height:285px;padding:30px 0}.atlas-hero h1{font-size:52px;max-width:560px}.atlas-hero p{max-width:600px}.atlas-hero__visual{height:360px}.atlas-hero__visual:before{display:none}.atlas-hero__arrow--prev{left:16px}.atlas-hero__arrow--next{right:16px}.atlas-quick__grid{grid-template-columns:repeat(2,1fr)}
  .atlas-showcase-grid{grid-template-columns:1fr 1fr}.atlas-chair{grid-column:1/-1}.atlas-news-feature,.atlas-mini-list{height:300px}.atlas-chair__card{height:280px;grid-template-columns:1fr 36%}.atlas-triple-grid{grid-template-columns:1fr 1fr}.atlas-press-block{grid-column:1/-1}.atlas-press-card{height:auto;grid-template-rows:auto auto auto}.atlas-press-card__visual{height:240px}.atlas-media-grid{grid-template-columns:1fr 1fr}.atlas-publications{grid-column:1/-1}.atlas-publication-grid{height:auto}.atlas-publication-card{height:245px}.atlas-publication-card__cover{height:175px}.atlas-sponsor-grid{grid-template-columns:repeat(3,1fr)}.atlas-join__inner{grid-template-columns:1fr;grid-template-rows:auto auto auto}.atlas-join__actions{justify-self:start}.atlas-join__values{grid-column:1;justify-content:flex-start;flex-wrap:wrap}.atlas-contact__grid{grid-template-columns:1fr 1.4fr}.atlas-contact__newsletter{grid-column:1/-1}.atlas-footer__row{grid-template-columns:1fr}.atlas-footer__meta{grid-row:auto;grid-column:auto;justify-content:flex-start}.atlas-sticky-social{display:none}
}
@media (max-width:680px){
  body.atlas-body{font-size:16px}.atlas-shell{width:calc(100% - 22px)}.atlas-topbar{height:30px}.atlas-topbar__links{gap:9px}.atlas-topbar__links>a,.atlas-lang>button{font-size:11.5px}.atlas-topbar__links>a:nth-of-type(2){display:none}.atlas-mainnav,.atlas-mainnav__inner{height:61px}.atlas-nav{top:90px}.atlas-logo img{max-width:148px}.atlas-logo span{font-size:10.5px}.atlas-member__button{width:42px;padding:0;justify-content:center;font-size:0}.atlas-member__button i{font-size:14px}.atlas-member__menu{right:-42px}
  .atlas-hero__copy{min-height:270px;padding:27px 0}.atlas-eyebrow{font-size:11.5px}.atlas-hero h1{font-size:46px}.atlas-hero p{font-size:15.5px}.atlas-hero__visual{height:285px}.atlas-hero__arrow{width:34px;height:34px}.atlas-quick__grid{grid-template-columns:1fr}.atlas-quick__item{height:68px}.atlas-content{padding-top:14px}.atlas-section-head h2{font-size:18px}.atlas-showcase-grid,.atlas-triple-grid,.atlas-media-grid{grid-template-columns:1fr}.atlas-chair,.atlas-press-block,.atlas-publications{grid-column:auto}.atlas-news-feature,.atlas-mini-list,.atlas-chair__card{height:auto}.atlas-news-feature{grid-template-rows:auto auto}.atlas-news-feature__visual{height:220px}.atlas-mini-list>a{min-height:82px}.atlas-chair__card{grid-template-columns:1fr 42%;min-height:300px}.atlas-chair__copy p{font-size:14px}.atlas-event-list,.atlas-announcement-list{height:auto}.atlas-event-row{min-height:78px}.atlas-announcement-list>a{min-height:62px}.atlas-press-card__visual{height:215px}.atlas-publication-grid{grid-template-columns:repeat(3,1fr);gap:6px}.atlas-publication-card{height:220px;padding:5px}.atlas-publication-card__cover{height:150px}.atlas-publication-card strong{font-size:13.5px}.atlas-media-feature{height:230px}.atlas-media-feature__visual{height:185px}.atlas-sponsor-grid{grid-template-columns:1fr 1fr}.atlas-sponsor-grid>a{height:62px}.atlas-join__inner{min-height:190px;padding:24px 0}.atlas-join h2{font-size:31px}.atlas-contact{padding:20px 0}.atlas-contact__grid{grid-template-columns:1fr}.atlas-contact__newsletter{grid-column:auto}.atlas-contact__map,.atlas-contact__map iframe{min-height:210px!important}.atlas-footer__nav a{font-size:12px}.atlas-footer__copyright{font-size:12.5px}.atlas-map-card{width:225px}
}


/* ===== 8.3 REFERENCE-FIRST INTERACTION & MICRO-DETAILS ===== */
:root{--atlas-motion:180ms cubic-bezier(.2,.65,.3,1);--atlas-shadow-hover:0 8px 22px rgba(13,52,65,.08)}
.atlas-topbar__search-form:focus-within{border-color:#aebcc0;box-shadow:0 0 0 2px rgba(16,52,64,.06)}
.atlas-topbar__search-form input::-webkit-search-cancel-button{-webkit-appearance:none;display:none}
.atlas-topbar__search-form input::placeholder{color:#9aa7ab;opacity:1}

.atlas-btn,.atlas-member__button,.atlas-quick__item,.atlas-news-feature,.atlas-mini-list>a,.atlas-event-row,.atlas-announcement-list>a,.atlas-press-card,.atlas-publication-card,.atlas-media-feature,.atlas-sponsor-grid>a,.atlas-section-head>a,.atlas-text-action,.atlas-nav__link,.atlas-card-arrows i,.atlas-media-arrow,.atlas-play{transition:transform var(--atlas-motion),box-shadow var(--atlas-motion),border-color var(--atlas-motion),background-color var(--atlas-motion),color var(--atlas-motion),opacity var(--atlas-motion)}
.atlas-btn i,.atlas-member__button i,.atlas-quick__item>i:last-child,.atlas-mini-list>a i,.atlas-event-row>i,.atlas-announcement-list>a>i:last-child,.atlas-section-head>a i,.atlas-text-action i{transition:transform var(--atlas-motion),color var(--atlas-motion)}
.atlas-btn:hover,.atlas-member__button:hover{transform:translateY(-1px)}
.atlas-btn:hover i,.atlas-member__button:hover i,.atlas-section-head>a:hover i,.atlas-text-action:hover i{transform:translateX(4px)}
.atlas-section-head>a:hover,.atlas-text-action:hover{color:var(--atlas-primary)!important}
.atlas-quick__item:hover{transform:translateY(-2px)!important;border-color:#cbd5d3;box-shadow:var(--atlas-shadow-hover)}
.atlas-quick__item:hover>i:last-child{transform:translateX(4px)!important;color:var(--atlas-primary)}
.atlas-news-feature:hover,.atlas-press-card:hover,.atlas-publication-card:hover,.atlas-media-feature:hover{transform:translateY(-2px);border-color:#cfd8d6;box-shadow:var(--atlas-shadow-hover)}
.atlas-news-feature__visual img,.atlas-press-card__visual img,.atlas-media-feature__visual img{transition:transform 260ms ease}
.atlas-news-feature:hover .atlas-news-feature__visual img,.atlas-media-feature:hover .atlas-media-feature__visual img{transform:scale(1.018)}
.atlas-mini-list>a:hover,.atlas-event-row:hover,.atlas-announcement-list>a:hover{background:#fafaf8}
.atlas-mini-list>a:hover i,.atlas-event-row:hover>i,.atlas-announcement-list>a:hover>i:last-child{transform:translateX(4px);color:var(--atlas-primary)}
.atlas-publication-card:hover strong,.atlas-media-feature:hover>strong,.atlas-press-card:hover>strong{color:var(--atlas-primary)}
.atlas-sponsor-grid>a:hover{transform:translateY(-2px);border-color:#d0d8d6;box-shadow:0 6px 16px rgba(13,52,65,.06)}
.atlas-card-arrows i:hover,.atlas-media-arrow:hover,.atlas-play:hover{background:var(--atlas-primary);border-color:var(--atlas-primary);color:#fff!important}
.atlas-nav__link:hover{color:var(--atlas-primary)!important}
.atlas-body a:focus-visible,.atlas-body button:focus-visible,.atlas-body input:focus-visible{outline:2px solid rgba(229,46,52,.45);outline-offset:2px}

/* Reference spacing: keep card families optically aligned, not artificially empty. */
.atlas-news-feature,.atlas-mini-list,.atlas-chair__card{min-height:326px}
.atlas-event-list,.atlas-announcement-list,.atlas-press-card{min-height:268px}
.atlas-publication-grid,.atlas-media-feature{min-height:262px}
.atlas-mini-list>a,.atlas-event-row,.atlas-announcement-list>a{overflow:hidden}
.atlas-press-card__visual{display:flex;align-items:center;justify-content:center;background:#f5f5f3}
.atlas-chair__photo{min-width:0;overflow:hidden}
.atlas-chair__copy p{-webkit-line-clamp:6}

@media (max-width:1100px){
  .atlas-topbar__search-form{flex-basis:150px;width:150px}
  .atlas-hero h1{font-size:56px}
}

.atlas-hero .atlas-btn{font-weight:600;padding-inline:18px}

/* ===== ATLAS 8.7 — REFERENCE PRECISION PASS =====
   Focus: remove forced empty heights, isolate section actions, refine topbar/search,
   and match the approved reference rhythm without changing DernekWeb data logic. */
:root{
  --atlas-shell:1320px;
  --atlas-body:"Inter",Arial,sans-serif;
  --atlas-display:"Inter",Arial,sans-serif;
  --atlas-head:"Roboto Condensed",Arial,sans-serif;
  --atlas-motion:180ms cubic-bezier(.2,.65,.3,1);
}
body.atlas-body{font-size:16.5px;line-height:1.56}

/* unified motion */
.atlas-btn,.atlas-member__button,.atlas-quick__item,.atlas-news-feature,.atlas-mini-list>a,.atlas-event-row,.atlas-announcement-list>a,.atlas-press-card,.atlas-publication-card,.atlas-media-feature,.atlas-sponsor-grid>a,.atlas-section-head>a,.atlas-text-action,.atlas-nav__link,.atlas-card-arrows i,.atlas-media-arrow,.atlas-play{
  transition:transform var(--atlas-motion),box-shadow var(--atlas-motion),border-color var(--atlas-motion),background-color var(--atlas-motion),color var(--atlas-motion),opacity var(--atlas-motion)
}
.atlas-btn i,.atlas-member__button i,.atlas-quick__item>i:last-child,.atlas-mini-list>a i,.atlas-event-row>i,.atlas-announcement-list>a>i:last-child,.atlas-section-head>a i,.atlas-text-action i{transition:transform var(--atlas-motion),color var(--atlas-motion)}
.atlas-btn:hover,.atlas-member__button:hover{transform:translateY(-1px)}
.atlas-btn:hover i,.atlas-member__button:hover i,.atlas-section-head>a:hover i,.atlas-text-action:hover i,.atlas-quick__item:hover>i:last-child,.atlas-mini-list>a:hover i,.atlas-event-row:hover>i,.atlas-announcement-list>a:hover>i:last-child{transform:translateX(4px)}
.atlas-quick__item:hover,.atlas-news-feature:hover,.atlas-press-card:hover,.atlas-publication-card:hover,.atlas-media-feature:hover,.atlas-sponsor-grid>a:hover{transform:translateY(-2px);box-shadow:0 7px 20px rgba(13,52,65,.07);border-color:#ccd6d4}
.atlas-mini-list>a:hover,.atlas-event-row:hover,.atlas-announcement-list>a:hover{background:#fafbf9}
.atlas-news-feature__visual img,.atlas-media-feature__visual img{transition:transform 260ms ease}
.atlas-news-feature:hover .atlas-news-feature__visual img,.atlas-media-feature:hover .atlas-media-feature__visual img{transform:scale(1.018)}
.atlas-section-head>a:hover,.atlas-text-action:hover{color:var(--atlas-primary)!important}
.atlas-card-arrows i:hover,.atlas-media-arrow:hover,.atlas-play:hover{background:var(--atlas-primary)!important;border-color:var(--atlas-primary)!important;color:#fff!important}
.atlas-body a:focus-visible,.atlas-body button:focus-visible,.atlas-body input:focus-visible{outline:2px solid rgba(229,46,52,.38);outline-offset:2px}

@media (min-width:993px){
  .atlas-sticky-social{display:none!important}
  .atlas-hero__arrow--next{right:20px!important}
  /* TOPBAR: user preference — no slogan above the logo. Right tools only. */
  .atlas-topbar,.atlas-topbar__inner{height:32px}
  .atlas-topbar__inner{justify-content:flex-end}
  .atlas-topbar__message{display:none!important}
  .atlas-topbar__links{gap:13px;margin-left:auto}
  .atlas-topbar__links>a,.atlas-lang>button{font-size:11.8px;font-weight:600}
  .atlas-topbar__phone-label{font-weight:600}
  .atlas-topbar__phone strong{font-size:11.8px}
  .atlas-lang__menu{top:32px}
  .atlas-topbar__search-form{flex:0 0 154px;width:154px;height:25px;border-color:#d9dfde}
  .atlas-topbar__search-form input{height:23px;padding:0 8px;font-size:11px;line-height:23px}
  .atlas-topbar__search-form input::placeholder{font-size:11px;color:#a0aaad}
  .atlas-topbar__search-form input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}
  .atlas-topbar__search-form button{height:23px;flex:0 0 27px;width:27px;font-size:10.5px;border-left:1px solid #edf0ef;background:#fff}
  .atlas-topbar__search-form:focus-within{border-color:#aebcc0;box-shadow:0 0 0 2px rgba(16,52,64,.05)}

  /* NAVBAR */
  .atlas-mainnav,.atlas-mainnav__inner{height:82px}
  .atlas-mainnav__inner{grid-template-columns:260px minmax(0,1fr) auto;gap:22px}
  .atlas-logo img{height:55px!important;width:auto!important;max-width:245px!important;max-height:55px!important}
  .atlas-logo span{margin-top:3px;font-size:12px;line-height:1.15;color:#74868c}
  .atlas-nav,.atlas-nav__item,.atlas-nav__link{height:82px}
  .atlas-nav__link{padding:0 15px;font-family:var(--atlas-body);font-size:14px;font-weight:700;letter-spacing:-.01em}
  .atlas-nav__link:after{left:13px;right:13px;height:2px}
  .atlas-nav__dropdown{top:81px}
  .atlas-member__button{height:47px;padding:0 21px;font-family:var(--atlas-body);font-size:14px;font-weight:700;letter-spacing:0}
  .atlas-member__menu{top:54px}

  /* HERO: same reference composition, calmer type. */
  .atlas-hero__grid{height:478px;grid-template-columns:34% 66%}
  .atlas-hero__copy{padding:48px 42px 44px 12px}
  .atlas-eyebrow{margin-bottom:14px;font-family:var(--atlas-body);font-size:12px;font-weight:600;letter-spacing:.15em}
  .atlas-hero h1{max-width:440px;font-family:var(--atlas-display);font-size:60px;line-height:.99;font-weight:600;letter-spacing:-.038em}
  .atlas-hero p{max-width:420px;margin:21px 0 25px;font-size:17px;line-height:1.58}
  .atlas-hero .atlas-btn{min-height:48px;padding:0 21px;font-size:15px}
  .atlas-hero__visual:before{width:88px}
  .atlas-hero__arrow{width:38px;height:38px}
  .atlas-hero__arrow--prev{left:calc(34% + 17px)}
  .atlas-hero__counter{right:20px;bottom:16px;font-size:13px}

  /* QUICK ACCESS */
  .atlas-quick__grid{gap:12px;padding:14px 0}
  .atlas-quick__item{height:88px;min-height:88px;padding:15px 18px;grid-template-columns:46px 1fr 18px;gap:10px}
  .atlas-quick__item>i:first-child{font-size:30px}
  .atlas-quick__item strong{font-family:var(--atlas-body);font-size:15px;line-height:1.15}
  .atlas-quick__item small{margin-top:4px;font-size:12.5px;line-height:1.25}

  /* SECTION HEADERS: action belongs clearly to its own block. */
  .atlas-content{padding-top:28px;padding-bottom:34px}
  .atlas-section-head{position:relative;height:40px;margin-bottom:10px;padding-right:4px;align-items:flex-end}
  .atlas-section-head h2{padding:0 110px 10px 0;font-size:20.5px;line-height:1;font-weight:700;letter-spacing:-.01em}
  .atlas-section-head h2:after{width:38px;height:2px}
  .atlas-section-head>a{position:absolute;right:5px;bottom:10px;padding:0!important;margin:0!important;font-size:12px;font-weight:500;line-height:1;color:#7c8c91!important}
  .atlas-section-head--dark{height:44px;margin:0;padding:0 16px;align-items:center}
  .atlas-section-head--dark h2{padding:0;font-size:18px}
  .atlas-section-head--dark h2:after{bottom:-12px;width:36px}

  /* FIRST ROW: remove forced empty space. */
  .atlas-showcase-grid{grid-template-columns:1.18fr .72fr 1fr;gap:22px;margin-bottom:26px;align-items:start}
  .atlas-news-block,.atlas-mini-list-block,.atlas-chair{align-self:start}
  .atlas-news-feature{height:305px;min-height:305px;flex:none;grid-template-rows:55% 45%}
  .atlas-news-feature__copy{padding:14px 17px 16px}
  .atlas-news-feature__copy small{font-size:12.5px}
  .atlas-news-feature__copy h3{margin:6px 0 7px;font-size:23px;line-height:1.06}
  .atlas-news-feature__copy p{font-size:14.5px;line-height:1.5;-webkit-line-clamp:2}
  .atlas-news-feature__badge{padding:5px 9px;font-size:11.5px}
  .atlas-mini-list{height:305px;min-height:305px;flex:none}
  .atlas-mini-list>a{padding:11px 12px;grid-template-columns:72px 1fr;gap:10px}
  .atlas-mini-list img{width:72px;height:53px}
  .atlas-mini-list strong{font-size:15px;line-height:1.14}
  .atlas-mini-list small{margin-top:5px;font-size:12px}
  .atlas-chair{background:transparent}
  .atlas-chair__card{height:300px;min-height:300px;flex:none;grid-template-columns:58% 42%}
  .atlas-chair__copy{padding:18px 16px 16px 18px}
  .atlas-chair__copy>i{font-size:21px;margin-bottom:9px}
  .atlas-chair__copy p{margin-bottom:12px;font-size:14.5px;line-height:1.5;-webkit-line-clamp:6}
  .atlas-chair__copy strong{font-size:20px}
  .atlas-chair__copy span{font-size:12.5px}
  .atlas-chair__copy a{margin-top:9px;font-size:12.5px}
  .atlas-chair__photo img{object-position:center top}

  /* SECOND ROW */
  .atlas-triple-grid{grid-template-columns:1.02fr .96fr 1fr;gap:22px;margin-bottom:26px;align-items:start}
  .atlas-event-list,.atlas-announcement-list,.atlas-press-card{height:262px;min-height:262px;flex:none}
  .atlas-event-row{padding:0 13px;grid-template-columns:60px 1fr 16px;gap:9px}
  .atlas-event-row time strong{font-size:29px}
  .atlas-event-row time span{font-size:11px}
  .atlas-event-row>div>strong{font-size:15.5px;line-height:1.14}
  .atlas-event-row small{margin-top:5px;font-size:12.5px}
  .atlas-announcement-list>a{padding:0 13px;grid-template-columns:24px 1fr 16px;gap:8px}
  .atlas-announcement-list strong{font-size:15px;line-height:1.15}
  .atlas-announcement-list small{font-size:12.5px}
  .atlas-press-card{grid-template-rows:67% auto auto}
  .atlas-press-card>strong{padding:10px 13px 0;font-size:16.5px}
  .atlas-press-card>small{padding:5px 13px 10px;font-size:12.5px}

  /* MEDIA ROW */
  .atlas-media-grid{grid-template-columns:1.05fr 1fr 1fr;gap:22px;margin-bottom:27px;align-items:start}
  .atlas-publication-grid,.atlas-media-feature{height:286px;min-height:286px;flex:none}
  .atlas-publication-card{height:286px;min-height:286px;padding:9px}
  .atlas-publication-card__cover{height:204px}
  .atlas-publication-card strong{min-height:40px;margin-top:8px;font-size:14.5px;line-height:1.12}
  .atlas-publication-card small{font-size:12.5px}
  .atlas-media-feature__visual{height:222px}
  .atlas-media-feature>strong{padding:10px 12px;font-size:16px}

  /* SPONSORS */
  .atlas-sponsors{margin-bottom:28px}
  .atlas-sponsors .atlas-section-head h2{color:var(--atlas-primary)}
  .atlas-sponsor-grid{gap:12px}
  .atlas-sponsor-grid>a{height:84px;padding:11px 14px}
  .atlas-sponsor-grid img{max-height:58px}

  /* CTA */
  .atlas-join__inner{min-height:168px;padding:24px 0;grid-template-columns:minmax(0,1fr) auto;gap:7px 28px}
  .atlas-join__inner>div:first-child span{font-size:12px}
  .atlas-join h2{font-size:40px;line-height:1.03}
  .atlas-join p{max-width:690px;margin-top:8px;font-size:15.5px;line-height:1.5}
  .atlas-join__values{gap:20px}
  .atlas-join__values span{font-size:13.5px}

  /* CONTACT / FOOTER */
  .atlas-contact{padding:27px 0 23px}
  .atlas-contact__grid{grid-template-columns:.82fr 1.48fr .88fr;gap:28px}
  .atlas-contact h3{margin-bottom:13px;font-size:18px}
  .atlas-contact__info p{margin-bottom:7px;font-size:14px;line-height:1.5}
  .atlas-contact__info .atlas-text-action{font-size:14px}
  .atlas-contact__map,.atlas-contact__map iframe{min-height:220px!important}
  .atlas-map-card{width:255px;padding:11px 12px}
  .atlas-map-card strong{font-size:15px}
  .atlas-map-card span{font-size:12px}
  .atlas-map-card a{font-size:12.5px}
  .atlas-contact__newsletter p{font-size:14px;line-height:1.5}
  .atlas-newsletter-inline input{height:46px;font-size:14px}
  .atlas-newsletter-inline button{height:46px;font-size:12.5px}
  .atlas-contact__social a{font-size:19px}
  .atlas-footer{padding:15px 0 16px}
  .atlas-footer__row{grid-template-columns:minmax(0,1fr) auto;gap:7px 20px}
  .atlas-footer__nav a{padding:0 9px;font-size:13px}
  .atlas-footer__copyright{font-size:12.5px}
  .atlas-footer__meta>a{font-size:12.5px}
  .atlas-footer__meta img{max-width:112px;max-height:25px}
}

@media (max-width:992px){
  body.atlas-body{font-size:16px}
  .atlas-section-head h2{font-size:19px}
}

/* ===== ATLAS 9.1 — FINAL COMPONENT BALANCE =====
   Keeps the 8.8/8.9 page rhythm and fixes only the remaining measured differences
   against the approved reference: header weight, hero proportion, editorial card
   readability, media scale, sponsor presence and lower-page readability. */
@media (min-width:993px){
  body.atlas-body{font-size:17.25px;line-height:1.56}

  /* HEADER / TOPBAR */
  .atlas-topbar__links>a,.atlas-lang>button,.atlas-topbar__phone strong{font-size:12.75px}
  .atlas-topbar__search-form{flex-basis:204px;width:204px}
  .atlas-topbar__search-form input{padding:0 10px;font-size:11.25px}
  .atlas-topbar__search-form input::placeholder{font-size:11.25px;letter-spacing:-.012em;color:#9ba6aa}
  .atlas-topbar__search-form button{font-size:11.25px}
  .atlas-logo img{height:68px!important;max-width:286px!important;max-height:68px!important}
  .atlas-logo span{font-size:12.75px}
  .atlas-nav__link{font-size:15.65px;letter-spacing:-.006em}
  .atlas-member__button{font-size:14.75px}

  /* HERO — height stays locked; only visual proportion and type are refined. */
  .atlas-hero__grid{grid-template-columns:33.5% 66.5%}
  .atlas-hero__copy{padding:48px 40px 44px 12px}
  .atlas-eyebrow{font-size:12.9px;letter-spacing:.145em}
  .atlas-hero h1{max-width:455px;font-size:66px;line-height:.985;font-weight:600;letter-spacing:-.041em}
  .atlas-hero p{max-width:430px;font-size:18.25px;line-height:1.6}
  .atlas-hero .atlas-btn{font-size:15.75px}
  .atlas-hero__arrow--prev{left:calc(33.5% + 20px)}
  .atlas-hero__arrow--next{right:20px!important}
  .atlas-hero__counter{font-size:13.5px}

  /* QUICK ACCESS */
  .atlas-quick__item>i:first-child{font-size:34px}
  .atlas-quick__item strong{font-size:16.6px;line-height:1.16}
  .atlas-quick__item small{font-size:13.2px;line-height:1.28}

  /* SECTION HEADERS / ACTIONS */
  .atlas-section-head{gap:18px}
  .atlas-section-head h2{font-size:22px;letter-spacing:-.012em}
  .atlas-section-head>a{margin-left:auto;padding-left:12px;font-size:13px;color:#6d8087!important}
  .atlas-section-head--dark h2{font-size:19.5px}

  /* FIRST EDITORIAL ROW */
  .atlas-showcase-grid{grid-template-columns:1.31fr .72fr 1.02fr;gap:16px}
  .atlas-news-feature,.atlas-mini-list{height:342px;min-height:342px}
  .atlas-chair__card{height:337px;min-height:337px;grid-template-columns:58% 42%}
  .atlas-news-feature{grid-template-rows:56% 44%}
  .atlas-news-feature__copy{padding:16px 19px 18px}
  .atlas-news-feature__copy small{font-size:13.1px}
  .atlas-news-feature__copy h3{font-size:25px;line-height:1.07}
  .atlas-news-feature__copy p{font-size:15.75px;line-height:1.52}
  .atlas-mini-list>a{padding:13px 13px;grid-template-columns:78px 1fr;gap:11px}
  .atlas-mini-list img{width:78px;height:58px}
  .atlas-mini-list strong{font-size:16.15px;line-height:1.17}
  .atlas-mini-list small{font-size:13.1px}
  .atlas-chair__copy{padding:19px 18px 17px 19px}
  .atlas-chair__copy p{font-size:15.5px;line-height:1.54;-webkit-line-clamp:6}
  .atlas-chair__copy strong{font-size:21.25px}
  .atlas-chair__copy span,.atlas-chair__copy a{font-size:13.2px}

  /* SECOND ROW */
  .atlas-triple-grid{gap:16px}
  .atlas-event-list,.atlas-announcement-list,.atlas-press-card{height:292px;min-height:292px}
  .atlas-event-row{padding:0 15px;grid-template-columns:64px 1fr 16px;gap:10px}
  .atlas-event-row time strong{font-size:31px}
  .atlas-event-row time span{font-size:11.75px}
  .atlas-event-row>div>strong{font-size:16.25px;line-height:1.17}
  .atlas-event-row small{font-size:13.15px}
  .atlas-announcement-list>a{padding:0 15px;grid-template-columns:26px 1fr 16px;gap:9px}
  .atlas-announcement-list strong{font-size:16px;line-height:1.17}
  .atlas-announcement-list small{font-size:13.1px}
  .atlas-press-card>strong{font-size:17.5px}
  .atlas-press-card>small{font-size:13.15px}

  /* MEDIA ROW */
  .atlas-media-grid{gap:16px}
  .atlas-publication-grid,.atlas-media-feature{height:312px;min-height:312px}
  .atlas-publication-card{height:312px;min-height:312px;padding:7px}
  .atlas-publication-card__cover{height:224px}
  .atlas-publication-card strong{min-height:43px;font-size:15.5px;line-height:1.15}
  .atlas-publication-card small{font-size:13.1px}
  .atlas-media-feature__visual{height:245px}
  .atlas-media-feature>strong{font-size:17px;line-height:1.12}
  .atlas-media-count{font-size:11px}

  /* SPONSORS */
  .atlas-sponsor-grid>a{height:92px;padding:8px 12px}
  .atlas-sponsor-grid img{max-height:70px}

  /* CTA — geometry stays fixed, type gets reference-like presence. */
  .atlas-join h2{font-size:43px;line-height:1.02}
  .atlas-join p{font-size:16.75px;line-height:1.52}
  .atlas-join__values span{font-size:14.25px}

  /* CONTACT / FOOTER */
  .atlas-contact h3{font-size:20px}
  .atlas-contact__info p{font-size:15.25px;line-height:1.52}
  .atlas-contact__info .atlas-text-action{font-size:15.25px}
  .atlas-map-card strong{font-size:15.75px}
  .atlas-map-card span{font-size:13.25px}
  .atlas-map-card a{font-size:13.75px}
  .atlas-contact__newsletter p{font-size:15.25px;line-height:1.52}
  .atlas-newsletter-inline input{font-size:15.25px}
  .atlas-newsletter-inline button{font-size:13.15px}
  .atlas-contact__social a{font-size:21px}
  .atlas-footer__nav a{font-size:14.25px}
  .atlas-footer__copyright,.atlas-footer__meta>a{font-size:13.75px}
}

/* ===== ATLAS 9.2 — FINAL UI POLISH =====
   Geometry is locked to 9.1. This layer only fixes micro-alignment,
   text behavior and interaction consistency against the approved reference. */
@media (min-width:993px){
  /* HEADER: keep the logo clean; no secondary organization caption below it. */
  .atlas-logo{justify-content:center}
  .atlas-logo span{display:none!important}

  /* SECTION HEADERS: action belongs to the same heading, not the next column. */
  .atlas-section-head{
    position:relative;
    justify-content:flex-start!important;
    align-items:flex-end;
    gap:12px!important;
    padding-right:0!important;
  }
  .atlas-section-head h2{
    flex:0 1 auto;
    padding-right:0!important;
    white-space:nowrap;
  }
  .atlas-section-head>a{
    position:static!important;
    right:auto!important;
    bottom:auto!important;
    flex:0 0 auto;
    margin:0 0 10px 2px!important;
    padding:0!important;
    font-size:13px;
    line-height:1;
  }
  .atlas-section-head--dark{justify-content:flex-start!important}
  .atlas-section-head--dark h2{white-space:normal}

  /* MAIN NEWS: the description is allowed to breathe for two complete lines. */
  .atlas-news-feature__copy p{
    display:-webkit-box!important;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2!important;
    overflow:hidden;
    text-overflow:ellipsis;
    min-height:3.04em;
  }
  .atlas-news-feature__copy h3{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }

  /* TOP ANNOUNCEMENTS: never cut titles in the middle of a line. */
  .atlas-mini-list strong{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }

  /* EVENTS: separate the clock and description, and allow the summary 2 lines. */
  .atlas-event-row>div{min-width:0}
  .atlas-event-row>div>strong{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .atlas-event-row small.atlas-event-meta{
    margin-top:5px;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr);
    align-items:start;
    gap:5px;
    min-width:0;
    overflow:visible!important;
    white-space:normal!important;
    line-height:1.28;
  }
  .atlas-event-clock{white-space:nowrap;color:#85969c}
  .atlas-event-desc{
    min-width:0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#85969c;
  }

  /* ANNOUNCEMENT LIST: controlled 2-line titles. */
  .atlas-announcement-list strong{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }

  /* PRESS: preserve the full artwork and keep the controls optically aligned. */
  .atlas-press-card__visual img{object-fit:contain!important;object-position:center center}
  .atlas-card-arrows{right:9px;bottom:9px}

  /* PUBLICATIONS: one component family, two-line titles, metadata baseline aligned. */
  .atlas-publication-card{
    display:flex!important;
    flex-direction:column;
    min-width:0;
  }
  .atlas-publication-card__cover{flex:0 0 auto}
  .atlas-publication-card strong{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    min-height:2.3em!important;
    max-height:2.3em;
  }
  .atlas-publication-card small{margin-top:auto;display:flex;align-items:center;gap:4px}

  /* GALLERY / VIDEO: same caption rhythm and stronger controls. */
  .atlas-media-feature>strong{
    min-height:44px;
    display:flex;
    align-items:center;
  }
  .atlas-media-arrow,.atlas-card-arrows i{
    transition:transform var(--atlas-motion),background-color var(--atlas-motion),border-color var(--atlas-motion),color var(--atlas-motion)
  }
  .atlas-media-feature:hover .atlas-media-arrow--right,
  .atlas-press-card:hover .atlas-card-arrows i:last-child{transform:translateX(2px)}
  .atlas-media-feature:hover .atlas-media-arrow--left,
  .atlas-press-card:hover .atlas-card-arrows i:first-child{transform:translateX(-2px)}

  /* SPONSORS: safe visual fill without changing card geometry. */
  .atlas-sponsor-grid img{max-width:88%;object-fit:contain}

  /* FOOTER separators stay quiet and readable. */
  .atlas-footer__nav a:not(:last-child):after{color:#d3d9d8}
}

@media (max-width:992px){
  .atlas-logo span{display:none!important}
  .atlas-event-row small.atlas-event-meta{white-space:normal}
}

/* ===== ATLAS 9.3 — EVENT SIMPLIFICATION + SECTION ACTION RHYTHM =====
   9.2 geometry stays locked. Only the approved micro-layout changes are applied:
   - section actions stay visually attached to their own heading, without drifting to the next column
   - homepage events show complete date (day + month + year), title and arrow only
*/
@media (min-width:993px){
  .atlas-section-head{
    justify-content:flex-start!important;
    gap:28px!important;
  }
  .atlas-section-head>a{
    position:static!important;
    flex:0 0 auto;
    margin:0 0 10px 0!important;
    padding:0!important;
  }

  .atlas-event-row{
    grid-template-columns:76px minmax(0,1fr) 18px!important;
    gap:12px!important;
  }
  .atlas-event-row time span{
    margin-top:6px!important;
    font-size:11.5px!important;
    line-height:1!important;
    white-space:nowrap;
    letter-spacing:.025em;
  }
  .atlas-event-row>div{
    min-width:0;
    height:100%;
    display:flex;
    align-items:center;
  }
  .atlas-event-row>div>strong{
    display:-webkit-box!important;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    white-space:normal!important;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16.25px!important;
    line-height:1.22!important;
  }
  .atlas-event-row .atlas-event-meta,
  .atlas-event-row .atlas-event-clock,
  .atlas-event-row .atlas-event-desc{display:none!important}
}

@media (max-width:992px){
  .atlas-event-row time span{white-space:nowrap}
}

/* ===== ATLAS 9.4 — TYPOGRAPHY FINALIZATION + HERO CONTROLS =====
   9.3 geometry remains locked. Only approved type scale and hero-control containment are changed. */
@media (min-width:993px){
  /* Section hierarchy */
  .atlas-section-head h2{
    font-size:24px!important;
    line-height:1!important;
    font-weight:700!important;
  }
  .atlas-section-head--dark h2{font-size:24px!important}
  .atlas-section-head>a{
    font-size:13.5px!important;
    line-height:1!important;
  }

  /* Main editorial card */
  .atlas-news-feature__copy h3{
    font-size:26px!important;
    line-height:1.08!important;
  }
  .atlas-news-feature__copy p{
    font-size:15.5px!important;
    line-height:1.52!important;
  }
  .atlas-news-feature__copy small{font-size:13.5px!important}

  /* Card title scale */
  .atlas-mini-list strong,
  .atlas-announcement-list strong,
  .atlas-event-row>div>strong,
  .atlas-press-card>strong,
  .atlas-publication-card strong,
  .atlas-media-feature>strong{
    font-size:18px!important;
    line-height:1.18!important;
  }
  .atlas-chair__copy strong{font-size:18px!important}

  /* Supporting copy / metadata */
  .atlas-mini-list small,
  .atlas-announcement-list small,
  .atlas-press-card>small,
  .atlas-publication-card small{
    font-size:13.5px!important;
  }
  .atlas-chair__copy p{
    font-size:15.5px!important;
    line-height:1.56!important;
  }
  .atlas-chair__copy span,
  .atlas-chair__copy a{font-size:13.5px!important}

  /* Quick access remains slightly more compact than editorial cards */
  .atlas-quick__item strong{font-size:16.75px!important;line-height:1.16!important}
  .atlas-quick__item small{font-size:13px!important;line-height:1.28!important}

  /* Event date hierarchy */
  .atlas-event-row time strong{font-size:31px!important}
  .atlas-event-row time span{font-size:12.5px!important}

  /* Lower-page readability */
  .atlas-contact h3{font-size:20px!important}
  .atlas-contact__info p,
  .atlas-contact__newsletter p,
  .atlas-contact__info .atlas-text-action{font-size:14.5px!important;line-height:1.52!important}
  .atlas-map-card strong{font-size:15.5px!important}
  .atlas-map-card span{font-size:13.5px!important}
  .atlas-map-card a{font-size:14px!important}
  .atlas-footer__nav a{font-size:13.5px!important}
  .atlas-footer__copyright,
  .atlas-footer__meta>a{font-size:12.75px!important}

  /* Hero copy readability without changing hero geometry */
  .atlas-hero p{font-size:17px!important;line-height:1.58!important}

  /* Slider controls must stay entirely inside the hero visual. */
  .atlas-hero{overflow:hidden!important}
  .atlas-hero__arrow--prev{left:calc(33.5% + 24px)!important}
  .atlas-hero__arrow--next{right:24px!important}
  .atlas-hero__counter{
    right:24px!important;
    bottom:18px!important;
    padding:4px 7px;
    border-radius:2px;
    background:rgba(13,52,65,.48);
    color:#fff!important;
    font-size:13px!important;
    line-height:1!important;
    text-shadow:none!important;
  }
}

/* ===== ATLAS 9.4 FINAL FIX =====
   Typography corrections + hero control containment.
   9.3 geometry remains locked.
*/

.atlas-hero{
  position:relative!important;
  overflow:hidden!important;
}

/* On mobile controls behave exactly as before. */
.atlas-hero__controls{
  display:contents;
}

@media (min-width:993px){

  /* Approved final typography */
  .atlas-hero p{
    font-size:16px!important;
    line-height:1.58!important;
  }

  .atlas-event-row time span{
    font-size:13px!important;
  }

  .atlas-footer__nav a,
  .atlas-footer__copyright,
  .atlas-footer__meta>a{
    font-size:14px!important;
  }

  .atlas-map-card strong{
    font-size:15px!important;
  }

  .atlas-map-card span,
  .atlas-map-card a{
    font-size:14px!important;
  }

  /* Hero controls use the exact same shell as the hero grid. */
  .atlas-hero__controls{
    display:block;
    position:absolute!important;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:0 auto!important;
    pointer-events:none;
    z-index:6;
  }

  .atlas-hero__controls .atlas-hero__arrow{
    pointer-events:auto;
  }

  .atlas-hero__arrow--prev{
    left:calc(33.5% + 24px)!important;
  }

  .atlas-hero__arrow--next{
    right:24px!important;
  }

  .atlas-hero__counter{
    right:22px!important;
    bottom:18px!important;
    padding:0!important;
    border-radius:0!important;
    background:transparent!important;
    font-size:13.5px!important;
  }
}

/* ===== ATLAS 9.4b — CONTENT TITLE SOFTENING =====
   Only visual tone of content titles is softened.
   Section headings, dimensions and layout remain unchanged.
*/

@media (min-width:993px){

  /* Main editorial headline */
  .atlas-news-feature__copy h3{
    font-weight:600!important;
    line-height:1.10!important;
    letter-spacing:-0.008em!important;
    color:#1f414b!important;
  }

  /* Content/card titles */
  .atlas-mini-list strong,
  .atlas-announcement-list strong,
  .atlas-event-row>div>strong,
  .atlas-press-card>strong,
  .atlas-media-feature>strong{
    font-weight:600!important;
    line-height:1.22!important;
    letter-spacing:-0.003em!important;
    color:#294a53!important;
  }

  /* Publication titles: preserve existing two-line card geometry */
  .atlas-publication-card strong{
    font-weight:600!important;
    letter-spacing:-0.003em!important;
    color:#294a53!important;
  }
}

/* ===== ATLAS 9.4d — CONTENT TITLE TONE =====
   Keep 18px and existing Atlas typeface.
   Only soften spacing and color.
*/

@media (min-width:993px){

  .atlas-mini-list strong,
  .atlas-announcement-list strong,
  .atlas-event-row>div>strong,
  .atlas-press-card>strong,
  .atlas-publication-card strong,
  .atlas-media-feature>strong{
    font-size:18px!important;
    font-weight:600!important;
    line-height:1.24!important;
    letter-spacing:0!important;
    color:#35545c!important;
  }

}

/* ===== ATLAS 9.5 — SECTION RHYTHM + FOOTER BALANCE =====
   9.4d typography remains locked.
   No card heights, column ratios, hero geometry or content typography changed.
*/

@media (min-width:993px){

  /* Give major homepage rows a little more breathing room */
  .atlas-showcase-grid{
    margin-bottom:34px!important;
  }

  .atlas-triple-grid{
    margin-bottom:34px!important;
  }

  .atlas-media-grid{
    margin-bottom:32px!important;
  }

  /*
   Sponsors -> CTA rhythm already works well.
   Keep existing sponsor bottom spacing unchanged.
  */


  /* Footer should feel like an intentional page ending */
  .atlas-footer{
    padding:22px 0 22px!important;
  }

  .atlas-footer__row{
    gap:11px 20px!important;
  }

  .atlas-footer__nav{
    line-height:1.45;
  }

  .atlas-footer__copyright,
  .atlas-footer__meta{
    line-height:1.4;
  }

}

/* ===== ATLAS 9.5b — FOOTER FINISH =====
   Footer gains a subtle visual base.
   Typography and section rhythm remain unchanged.
*/

@media (min-width:993px){

  .atlas-footer{
    background:#f7f8f7!important;
  }

  .atlas-footer__nav a{
    color:#667a81!important;
  }

  .atlas-footer__nav a:not(:last-child):after{
    color:#cbd3d1!important;
  }

  .atlas-footer__copyright{
    color:#7d8e93!important;
  }

  .atlas-footer__meta{
    gap:13px!important;
  }

  .atlas-footer__meta img{
    max-width:128px!important;
    max-height:28px!important;
  }

}

/* ===== ATLAS 9.6 — MOBILE FINAL =====
   Mobile header, hero controls and footer only.
   Desktop, publications, sponsors and content flow remain unchanged.
*/

@media (max-width:640px){

  /* =======================================================
     MOBILE HEADER
     Membership action becomes a clean icon-only control.
     ======================================================= */

  .atlas-member{
    position:relative;
  }

  .atlas-member__button{
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    padding:0!important;
    gap:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    font-size:0!important;
    line-height:0!important;
  }

  .atlas-member__button i{
    margin:0!important;
    font-size:15px!important;
    line-height:1!important;
  }

  .atlas-member__menu{
    top:46px!important;
    right:-46px!important;
    width:min(240px,calc(100vw - 24px))!important;
  }


  /* =======================================================
     HERO CONTROLS
     Hero mobile geometry stays exactly as it is.
     Only control positioning is corrected.
     ======================================================= */

  .atlas-hero__arrow{
    top:auto!important;
    bottom:125px!important;
    width:34px!important;
    height:34px!important;
    transform:none!important;
  }

  .atlas-hero__arrow--prev{
    left:14px!important;
  }

  .atlas-hero__arrow--next{
    right:14px!important;
  }

  /*
   If there is only one slide there is nothing to navigate.
   The desktop 01/01 counter remains untouched.
  */
  .atlas-hero__arrow.is-disabled{
    display:none!important;
  }

  .atlas-hero__counter{
    right:12px!important;
    bottom:10px!important;
    padding:0!important;
    border-radius:0!important;
    background:transparent!important;
    font-size:12.5px!important;
    line-height:1!important;
  }


  /* =======================================================
     MOBILE FOOTER
     Slightly more readable final page closure.
     ======================================================= */

  .atlas-footer{
    padding:20px 0 21px!important;
    background:#f7f8f7!important;
  }

  .atlas-footer__row{
    gap:12px!important;
  }

  .atlas-footer__nav{
    line-height:1.6!important;
  }

  .atlas-footer__nav a{
    padding:0 7px!important;
    font-size:13px!important;
  }

  .atlas-footer__nav a:first-child{
    padding-left:0!important;
  }

  .atlas-footer__copyright{
    font-size:12.75px!important;
    line-height:1.45!important;
  }

  .atlas-footer__meta{
    gap:10px!important;
  }

  .atlas-footer__meta>a{
    font-size:12.75px!important;
  }

  .atlas-footer__meta img{
    max-width:120px!important;
    max-height:27px!important;
  }

}


/* ===== ATLAS 9.7 — MOBILE NAVIGATION FINAL ===== */
@media (max-width:1100px){
.atlas-nav{height:auto!important;padding:8px 14px 12px!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important}
.atlas-nav__item{width:100%!important;height:auto!important;min-height:0!important;display:block!important;margin:0!important;padding:0!important}
.atlas-nav__link{width:100%!important;height:54px!important;min-height:54px!important;margin:0!important;padding:0 10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;color:var(--atlas-ink)!important;font-family:var(--atlas-head)!important;font-size:17px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;border-bottom:1px solid #edf0ef!important}
.atlas-nav__link:after{display:none!important}
.atlas-nav__link>i{margin-left:auto!important;font-size:11px!important;color:#829399!important}
.atlas-nav__item.is-open>.atlas-nav__link{color:var(--atlas-primary)!important}
.atlas-nav__item.is-open>.atlas-nav__link>i{color:var(--atlas-primary)!important;transform:rotate(180deg)!important}
.atlas-nav__dropdown{position:static!important;left:auto!important;top:auto!important;width:100%!important;margin:0!important;padding:4px 0 6px!important;display:none!important;background:#f7f8f7!important;border:0!important;border-bottom:1px solid #e7ecea!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}
.atlas-nav__item.is-open>.atlas-nav__dropdown{display:block!important}
.atlas-nav__dropdown a{width:100%!important;min-height:46px!important;padding:0 12px 0 26px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;color:#3c5962!important;font-size:15px!important;font-weight:600!important;line-height:1.2!important}
.atlas-nav__dropdown a+a{border-top:1px solid #ecefed!important}
.atlas-nav__dropdown a i{margin-left:10px!important;color:#58747c!important;font-size:12px!important}
}
@media (max-width:640px){
.atlas-nav{padding:7px 10px 10px!important}
.atlas-nav__link{height:52px!important;min-height:52px!important;font-size:16.5px!important}
.atlas-nav__dropdown a{min-height:44px!important;padding-left:23px!important;font-size:14.5px!important}
}


/* ===== ATLAS 10.0A — INNER FOUNDATION ===== */

.atlas-inner .custom-container{
width:min(calc(100% - 48px),var(--atlas-shell))!important;
max-width:var(--atlas-shell)!important;
margin:0 auto!important;
padding:0!important;
}

.atlas-inner .subpage-header{
height:auto!important;
min-height:145px!important;
margin:0!important;
padding:0!important;
display:flex!important;
align-items:center!important;
background:#f7f8f7!important;
border-bottom:1px solid #e5eae8!important;
}

.atlas-inner .subpage-header__cnt,
.atlas-inner .subpage-header__inner{
width:100%!important;
height:auto!important;
min-height:0!important;
margin:0!important;
padding:0!important;
background:none!important;
}

.atlas-inner .subpage-header__title{
position:relative!important;
margin:0!important;
padding:0 0 15px!important;
width:auto!important;
}

.atlas-inner .subpage-header__title:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:0!important;
width:48px!important;
height:3px!important;
background:var(--atlas-primary)!important;
}

.atlas-inner .subpage-header__title-wht{
display:block!important;
margin:0!important;
color:var(--atlas-ink)!important;
font-family:var(--atlas-head)!important;
font-size:42px!important;
line-height:1.05!important;
font-weight:700!important;
letter-spacing:-.015em!important;
text-transform:none!important;
}


/* ===== ATLAS 10.0A — BREADCRUMB + LAYOUT ===== */

.atlas-inner .subpage__inner{
margin:0!important;
padding:0 0 58px!important;
background:#fff!important;
}

.atlas-inner .breadcrumb{
min-height:48px!important;
margin:0!important;
padding:0!important;
display:flex!important;
align-items:center!important;
background:#fff!important;
border-bottom:1px solid #edf0ef!important;
}

.atlas-inner .breadcrumb:before{
display:none!important;
}

.atlas-inner .breadcrumb__wrp,
.atlas-inner .breadcrumb__list{
width:100%!important;
margin:0!important;
padding:0!important;
}

.atlas-inner .breadcrumb__list{
display:flex!important;
align-items:center!important;
flex-wrap:wrap!important;
}

.atlas-inner .breadcrumb__item{
width:auto!important;
min-height:0!important;
margin:0!important;
padding:0!important;
display:flex!important;
align-items:center!important;
}

.atlas-inner .breadcrumb__item .btn-txt{
margin:0!important;
padding:0!important;
color:#7a8b91!important;
font-size:13px!important;
font-weight:500!important;
text-transform:none!important;
}

.atlas-inner .breadcrumb__item .icon-font{
width:auto!important;
height:auto!important;
margin:0 10px!important;
}

.atlas-inner .breadcrumb__item:last-child .icon-font{
display:none!important;
}

.atlas-inner .head--content{
width:100%!important;
margin:0!important;
padding:36px 0 0!important;
display:grid!important;
grid-template-columns:minmax(0,1fr) 286px!important;
gap:48px!important;
align-items:start!important;
}

.atlas-inner .head__news,
.atlas-inner .head__sidebar{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
float:none!important;
}


/* ===== ATLAS 10.0B — INNER CONTENT ===== */

.atlas-inner .head__news__full{
width:100%!important;
min-height:0!important;
margin:0!important;
padding:0!important;
background:transparent!important;
}

.atlas-inner .content-detail{
width:100%!important;
max-width:100%!important;
margin:0!important;
padding:0!important;
color:#506970!important;
font-family:var(--atlas-body)!important;
font-size:16px!important;
line-height:1.75!important;
font-weight:400!important;
}

.atlas-inner .content-detail p{
margin:0 0 18px!important;
}

.atlas-inner .content-detail h2,
.atlas-inner .content-detail h3,
.atlas-inner .content-detail h4{
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-weight:600!important;
letter-spacing:0!important;
}

.atlas-inner .content-detail h2{
margin:30px 0 14px!important;
font-size:27px!important;
}

.atlas-inner .content-detail h3{
margin:27px 0 12px!important;
font-size:22px!important;
}

.atlas-inner .content-detail h4{
margin:24px 0 10px!important;
font-size:18px!important;
}

.atlas-inner .content-detail strong{
color:#35545c!important;
font-weight:600!important;
}

.atlas-inner .content-detail a{
color:var(--atlas-primary)!important;
text-decoration:none!important;
}

.atlas-inner .content-detail img{
max-width:100%!important;
height:auto!important;
}

.atlas-inner .head__news__full--img{
width:100%!important;
height:auto!important;
max-height:480px!important;
margin:0 0 28px!important;
object-fit:cover!important;
}


/* ===== ATLAS 10.0B — INNER SIDEBAR ===== */


.atlas-inner .sidebar{
width:100%!important;
margin:0!important;
padding:0!important;
background:#fff!important;
border:1px solid #e4e9e7!important;
box-shadow:none!important;
}

.atlas-inner .sidebar--title{
position:relative!important;
height:auto!important;
margin:0!important;
padding:18px 18px 17px!important;
background:#f7f8f7!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:18px!important;
line-height:1.15!important;
font-weight:700!important;
border:0!important;
border-bottom:1px solid #e4e9e7!important;
}

.atlas-inner .sidebar--title:before,
.atlas-inner .sidebar--title:after{
display:none!important;
}

.atlas-inner .sidebar__list{
width:100%!important;
max-height:none!important;
margin:0!important;
padding:0!important;
overflow:visible!important;
}

.atlas-inner .sidebar__item{
width:100%!important;
min-height:54px!important;
margin:0!important;
padding:0 17px!important;
display:flex!important;
align-items:center!important;
background:#fff!important;
border:0!important;
border-bottom:1px solid #edf0ef!important;
}

.atlas-inner .sidebar__item:last-child{
border-bottom:0!important;
}

.atlas-inner .sidebar__item:before,
.atlas-inner .sidebar__item:after{
display:none!important;
}

.atlas-inner .sidebar__item .btn-txt{
order:1!important;
flex:1!important;
margin:0!important;
padding:0!important;
color:#4b646c!important;
font-size:14px!important;
line-height:1.25!important;
font-weight:600!important;
text-transform:none!important;
}

.atlas-inner .sidebar__item .icon-font{
order:2!important;
width:auto!important;
height:auto!important;
margin:0 0 0 12px!important;
color:#87989d!important;
}

.atlas-inner .sidebar__item .icon-font svg{
width:17px!important;
height:10px!important;
}

.atlas-inner .sidebar__item:hover{
background:#f7f8f7!important;
}

.atlas-inner .sidebar__item:hover .btn-txt,
.atlas-inner .sidebar__item:hover .icon-font{
color:var(--atlas-primary)!important;
}


/* ===== ATLAS 10.0C — INNER RHYTHM + STICKY ===== */

@media (min-width:993px){

  .atlas-inner .head--content{
    padding-top:52px!important;
  }

  .atlas-inner .head__sidebar{
    align-self:stretch!important;
  }

  .atlas-inner .head__sidebar .sticky-wrapper{
    width:100%!important;
  }

  .atlas-inner .head__sidebar .sticky{
    width:100%!important;
    max-width:286px!important;
  }

  .atlas-inner .head__sidebar .is-sticky .sidebar,
  .atlas-inner .head__sidebar .sticky.is-sticky .sidebar{
    margin-top:0!important;
  }

}


/* ===== ATLAS 10.0D — BREADCRUMB NORMAL FLOW ===== */

.atlas-inner .breadcrumb{
position:relative!important;
left:auto!important;
right:auto!important;
top:auto!important;
bottom:auto!important;
width:100%!important;
}

@media (min-width:993px){

.atlas-inner .head--content{
padding-top:38px!important;
margin-top:0!important;
}

}


/* ===== ATLAS 10.1A — PREMIUM INNER HEADER ===== */

@media (min-width:993px){

.atlas-inner .subpage-header{
min-height:136px!important;
background:linear-gradient(90deg,#f5f7f6 0%,#fafbfa 70%,#fff 100%)!important;
border-bottom:0!important;
}

.atlas-inner--corporate .subpage-header__title:before{
content:"KURUMSAL";
display:block;
margin-bottom:10px;
color:#71858c;
font-family:var(--atlas-head);
font-size:12px;
line-height:1;
font-weight:700;
letter-spacing:.16em;
}

.atlas-inner .subpage-header__title{
padding-bottom:14px!important;
}

.atlas-inner .subpage-header__title:after{
width:54px!important;
height:2px!important;
}

.atlas-inner .subpage-header__title-wht{
font-size:40px!important;
letter-spacing:-.012em!important;
}

.atlas-inner .breadcrumb{
min-height:44px!important;
background:#f5f7f6!important;
border-top:1px solid #e7ecea!important;
border-bottom:1px solid #e7ecea!important;
}

}


/* ===== ATLAS 10.1B — EDITORIAL CONTENT ===== */

@media (min-width:993px){

.atlas-inner .head{
background:#fbfcfb!important;
}

.atlas-inner .head--content{
padding-top:46px!important;
}

.atlas-inner .content-detail{
max-width:820px!important;
font-size:16.25px!important;
line-height:1.82!important;
color:#4b646c!important;
}

.atlas-inner .content-detail p{
margin-bottom:20px!important;
}

.atlas-inner .content-detail .seofy_module_text>strong:only-child{
display:block;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:18px!important;
line-height:1.35!important;
font-weight:600!important;
letter-spacing:-.005em!important;
}

.atlas-inner .content-detail blockquote{
margin:28px 0!important;
padding:5px 0 5px 22px!important;
border-left:3px solid var(--atlas-primary)!important;
color:#35545c!important;
font-size:18px!important;
line-height:1.65!important;
}

}


/* ===== ATLAS 10.1C — PREMIUM SIDEBAR ===== */

@media (min-width:993px){

.atlas-inner .sidebar{
border:0!important;
background:transparent!important;
}

.atlas-inner .sidebar--title{
padding:0 0 17px!important;
background:transparent!important;
border-bottom:1px solid #dce4e1!important;
font-size:18px!important;
}

.atlas-inner .sidebar--title:after{
content:""!important;
display:block!important;
position:absolute!important;
left:0!important;
bottom:-1px!important;
width:42px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

.atlas-inner .sidebar__list{
background:#fff!important;
border:1px solid #e3e9e7!important;
border-top:0!important;
}

.atlas-inner .sidebar__item{
min-height:56px!important;
padding:0 16px!important;
transition:background .18s ease!important;
}

.atlas-inner .sidebar__item .btn-txt{
font-size:14px!important;
letter-spacing:.005em!important;
}

.atlas-inner .sidebar__item .icon-font{
transition:transform .18s ease,color .18s ease!important;
}

.atlas-inner .sidebar__item:hover{
background:#f7f9f8!important;
}

.atlas-inner .sidebar__item:hover .icon-font{
transform:translateX(3px);
}

}


/* ===== ATLAS 10.2A — MOBILE INNER HEADER ===== */

@media (max-width:992px){

.atlas-inner .custom-container{
width:calc(100% - 32px)!important;
}

.atlas-inner .subpage-header{
min-height:118px!important;
}

.atlas-inner .subpage-header__title{
padding-bottom:13px!important;
}

.atlas-inner--corporate .subpage-header__title:before{
content:"KURUMSAL";
display:block;
margin-bottom:8px;
color:#71858c;
font-family:var(--atlas-head);
font-size:11px;
font-weight:700;
letter-spacing:.14em;
}

.atlas-inner .subpage-header__title-wht{
font-size:34px!important;
line-height:1.05!important;
}

.atlas-inner .subpage-header__title:after{
width:42px!important;
height:2px!important;
}

.atlas-inner .breadcrumb{
position:relative!important;
min-height:44px!important;
overflow:hidden!important;
}

.atlas-inner .breadcrumb__list{
flex-wrap:nowrap!important;
overflow:hidden!important;
}

.atlas-inner .breadcrumb__item{
flex:0 0 auto!important;
}

.atlas-inner .breadcrumb__item:last-child{
min-width:0!important;
flex:1 1 auto!important;
}

.atlas-inner .breadcrumb__item:last-child .btn-txt{
overflow:hidden!important;
white-space:nowrap!important;
text-overflow:ellipsis!important;
}

}


/* ===== ATLAS 10.2B — MOBILE CONTENT ===== */

@media (max-width:992px){

.atlas-inner .head--content{
display:grid!important;
grid-template-columns:1fr!important;
gap:34px!important;
padding-top:28px!important;
}

.atlas-inner .head__news,
.atlas-inner .head__sidebar{
width:100%!important;
max-width:none!important;
}

.atlas-inner .content-detail{
max-width:none!important;
font-size:16px!important;
line-height:1.72!important;
}

.atlas-inner .content-detail strong{
font-weight:600!important;
}

.atlas-inner .head__sidebar{
margin-top:8px!important;
}

.atlas-inner .head__sidebar .sticky,
.atlas-inner .head__sidebar .sticky-wrapper{
position:static!important;
width:100%!important;
max-width:none!important;
height:auto!important;
}

.atlas-inner .sidebar{
width:100%!important;
border:0!important;
}

.atlas-inner .sidebar--title{
padding:0 0 15px!important;
background:transparent!important;
border-bottom:1px solid #dce4e1!important;
font-size:17px!important;
}

.atlas-inner .sidebar__list{
border:1px solid #e3e9e7!important;
border-top:0!important;
}

.atlas-inner .sidebar__item{
min-height:52px!important;
padding:0 15px!important;
}

}


/* ===== ATLAS 10.2C — SMALL PHONE ===== */

@media (max-width:640px){

.atlas-inner .custom-container{
width:calc(100% - 22px)!important;
}

.atlas-inner .subpage-header{
min-height:104px!important;
}

.atlas-inner .subpage-header__title-wht{
font-size:30px!important;
}

.atlas-inner .breadcrumb__item .btn-txt{
font-size:12px!important;
}

.atlas-inner .breadcrumb__item .icon-font{
margin:0 7px!important;
}

.atlas-inner .head--content{
padding-top:24px!important;
gap:28px!important;
}

.atlas-inner .content-detail{
font-size:15.5px!important;
line-height:1.7!important;
}

.atlas-inner .sidebar__item .btn-txt{
font-size:14px!important;
}

}


/* ===== ATLAS 10.2D — MOBILE INNER POLISH ===== */

@media (max-width:992px){

  /* Inner page heading */
  .atlas-inner .subpage-header__inner{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }

  .atlas-inner .subpage-header__title{
    width:auto!important;
    max-width:100%!important;
    margin:0!important;
    text-align:left!important;
  }

  .atlas-inner--corporate .subpage-header__title:before{
    text-align:left!important;
  }

  .atlas-inner .subpage-header__title-wht{
    text-align:left!important;
  }

  .atlas-inner .subpage-header__title:after{
    left:0!important;
    right:auto!important;
  }

  /* Mobile corporate menu */
  .atlas-inner .sidebar--title{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0 0 14px!important;
    color:#294a53!important;
    background:transparent!important;
    font-family:var(--atlas-head)!important;
    font-size:17px!important;
    line-height:1.15!important;
    font-weight:700!important;
    text-align:left!important;
    border-bottom:1px solid #dce4e1!important;
  }

  .atlas-inner .sidebar--title:before{
    display:none!important;
  }

  .atlas-inner .sidebar--title:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    bottom:-1px!important;
    width:40px!important;
    height:2px!important;
    background:var(--atlas-primary)!important;
  }

  .atlas-inner .sidebar__item .icon-font{
    display:block!important;
    margin-left:auto!important;
  }

}

@media (max-width:640px){

  .atlas-inner .subpage-header{
    min-height:108px!important;
  }

  .atlas-inner .subpage-header__title-wht{
    font-size:29px!important;
  }

  .atlas-inner--corporate .subpage-header__title:before{
    margin-bottom:7px!important;
    font-size:10.5px!important;
  }

  .atlas-inner .head__sidebar{
    margin-top:2px!important;
  }

}


/* ===== ATLAS 11.0A — BLOG LIST FOUNDATION ===== */

@media (min-width:993px){

.atlas-inner--blog .head{
background:#fbfcfb!important;
}

.atlas-inner--blog .head--content{
padding-top:42px!important;
grid-template-columns:minmax(0,1fr) 286px!important;
gap:48px!important;
}

.atlas-inner--blog .news-tab__wrp{
width:100%!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--blog .section__header{
min-height:38px!important;
margin:0 0 18px!important;
padding:0!important;
display:flex!important;
align-items:center!important;
justify-content:space-between!important;
border:0!important;
}

.atlas-inner--blog .section__title{
margin:0!important;
padding:0!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:20px!important;
line-height:1!important;
font-weight:700!important;
text-transform:uppercase!important;
}

.atlas-inner--blog .news-tab__links{
margin:0!important;
display:flex!important;
align-items:center!important;
gap:5px!important;
}

.atlas-inner--blog .news-tab__item{
width:31px!important;
height:31px!important;
padding:0!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
border:1px solid #dce3e1!important;
background:#fff!important;
color:#72868d!important;
font-size:11px!important;
font-weight:700!important;
}

.atlas-inner--blog .news-tab__item.active{
border-color:var(--atlas-primary)!important;
background:var(--atlas-primary)!important;
color:#fff!important;
}

}


/* ===== ATLAS 11.0A — BLOG LIST FOUNDATION ===== */

@media (min-width:993px){

.atlas-inner--blog .head{
background:#fbfcfb!important;
}

.atlas-inner--blog .head--content{
padding-top:42px!important;
grid-template-columns:minmax(0,1fr) 286px!important;
gap:48px!important;
}

.atlas-inner--blog .news-tab__wrp{
width:100%!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--blog .section__header{
min-height:38px!important;
margin:0 0 18px!important;
padding:0!important;
display:flex!important;
align-items:center!important;
justify-content:space-between!important;
border:0!important;
}

.atlas-inner--blog .section__title{
margin:0!important;
padding:0!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:20px!important;
line-height:1!important;
font-weight:700!important;
text-transform:uppercase!important;
}

.atlas-inner--blog .news-tab__links{
margin:0!important;
display:flex!important;
align-items:center!important;
gap:5px!important;
}

.atlas-inner--blog .news-tab__item{
width:31px!important;
height:31px!important;
padding:0!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
border:1px solid #dce3e1!important;
background:#fff!important;
color:#72868d!important;
font-size:11px!important;
font-weight:700!important;
}

.atlas-inner--blog .news-tab__item.active{
border-color:var(--atlas-primary)!important;
background:var(--atlas-primary)!important;
color:#fff!important;
}

}


/* ===== ATLAS 11.0C — NEWS ARCHIVE GRID ===== */

.atlas-inner--blog .section-two{
margin:0!important;
padding:46px 0 58px!important;
background:#fff!important;
}

.atlas-inner--blog .sub-news{
margin:0!important;
padding:0!important;
}

.atlas-inner--blog .sub-news--header{
margin:0 0 22px!important;
padding:0 0 14px!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-inner--blog .sub-news__name{
position:relative!important;
margin:0!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:22px!important;
line-height:1!important;
font-weight:700!important;
text-transform:uppercase!important;
}

.atlas-inner--blog .sub-news__name:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-15px!important;
width:46px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

@media (min-width:993px){

.atlas-inner--blog .sub-news--content{
width:100%!important;
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:30px 22px!important;
}

.atlas-inner--blog .sub-news--item{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
float:none!important;
}

}

.atlas-inner--blog .sub-news--item>.sub-news--link{
height:100%!important;
display:flex!important;
flex-direction:column!important;
background:#fff!important;
border:1px solid #e2e8e6!important;
}

.atlas-inner--blog .sub-news--item .sub-news--image--slider{
aspect-ratio:16/10!important;
overflow:hidden!important;
background:#eef1f0!important;
}

.atlas-inner--blog .sub-news--item .sub-news--img{
width:100%!important;
height:100%!important;
object-fit:cover!important;
transition:transform .3s ease!important;
}

.atlas-inner--blog .sub-news--item:hover .sub-news--img{
transform:scale(1.025)!important;
}

.atlas-inner--blog .sub-news--title__container{
padding:17px 17px 0!important;
}

.atlas-inner--blog .sub-news--item .sub-news--title{
margin:0!important;
color:#35545c!important;
font-family:var(--atlas-head)!important;
font-size:18px!important;
line-height:1.22!important;
font-weight:600!important;
letter-spacing:0!important;
}

.atlas-inner--blog .sub-news--item .sub-news__date{
margin:10px 17px 0!important;
color:#89999e!important;
font-size:12px!important;
}

.atlas-inner--blog .sub-news--item .sub-news__desc{
margin:10px 17px 18px!important;
color:#6c8086!important;
font-size:14px!important;
line-height:1.5!important;
}


/* ===== ATLAS 11.0D — NEWS RESPONSIVE ===== */

@media (max-width:992px){

.atlas-inner--blog .head--content{
grid-template-columns:1fr!important;
gap:30px!important;
padding-top:28px!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--link{
display:grid!important;
grid-template-columns:42% 58%!important;
}

.atlas-inner--blog .sub-news--content{
display:grid!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:20px!important;
}

.atlas-inner--blog .sub-news--item{
width:100%!important;
max-width:none!important;
padding:0!important;
}

}

@media (max-width:640px){

.atlas-inner--blog .section__header{
margin-bottom:14px!important;
}

.atlas-inner--blog .section__title{
font-size:18px!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--link{
display:flex!important;
flex-direction:column!important;
min-height:0!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--image--slider,
.atlas-inner--blog .sub-news--horizontal .sub-news--img{
width:100%!important;
height:215px!important;
min-height:215px!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--block{
padding:19px 17px 21px!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--title{
font-size:22px!important;
line-height:1.12!important;
}

.atlas-inner--blog .section-two{
padding:34px 0 44px!important;
}

.atlas-inner--blog .sub-news--content{
grid-template-columns:1fr!important;
gap:18px!important;
}

.atlas-inner--blog .sub-news__name{
font-size:19px!important;
}

}


/* ===== ATLAS 11.0E — FEATURED NEWS FIX ===== */

@media (min-width:993px){

/* Grid item must never grow into sidebar */
.atlas-inner--blog .head__news{
min-width:0!important;
overflow:hidden!important;
}

.atlas-inner--blog .news-tab__wrp{
width:100%!important;
min-width:0!important;
max-width:100%!important;
overflow:hidden!important;
}

/* Swiper viewport */
.atlas-inner--blog .news-tab__inner{
width:100%!important;
min-width:0!important;
max-width:100%!important;
height:auto!important;
min-height:330px!important;
margin:0!important;
overflow:hidden!important;
}

/* Swiper track */
.atlas-inner--blog .news-tab-slider__wrp{
width:100%!important;
max-width:100%!important;
align-items:stretch!important;
}

/* Exactly one story per viewport */
.atlas-inner--blog .sub-news--horizontal{
width:100%!important;
min-width:100%!important;
max-width:100%!important;
flex:0 0 100%!important;
margin:0!important;
padding:0!important;
box-sizing:border-box!important;
overflow:hidden!important;
}

/* Premium horizontal story */
.atlas-inner--blog .sub-news--horizontal .sub-news--link{
width:100%!important;
min-height:330px!important;
margin:0!important;
display:grid!important;
grid-template-columns:46% 54%!important;
align-items:stretch!important;
overflow:hidden!important;
background:#fff!important;
}

/* Kill old bootstrap column geometry */
.atlas-inner--blog .sub-news--horizontal .sub-news--image--slider,
.atlas-inner--blog .sub-news--horizontal .sub-news--block{
width:100%!important;
max-width:none!important;
float:none!important;
margin:0!important;
}

/* Image */
.atlas-inner--blog .sub-news--horizontal .sub-news--image--slider{
height:330px!important;
min-height:330px!important;
padding:0!important;
overflow:hidden!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--img{
width:100%!important;
height:100%!important;
min-height:330px!important;
display:block!important;
object-fit:cover!important;
opacity:1!important;
}

/* Content */
.atlas-inner--blog .sub-news--horizontal .sub-news--block{
height:330px!important;
min-height:330px!important;
top:auto!important;
padding:30px 32px!important;
display:flex!important;
flex-direction:column!important;
align-items:flex-start!important;
justify-content:center!important;
}

/* Disable old Proder entrance animation */
.atlas-inner--blog .sub-news--horizontal .sub-news--title,
.atlas-inner--blog .sub-news--horizontal .sub-news__date,
.atlas-inner--blog .sub-news--horizontal .sub-news__desc,
.atlas-inner--blog .sub-news--horizontal .sub-news--button{
position:relative!important;
top:auto!important;
opacity:1!important;
transform:none!important;
pointer-events:auto!important;
}

/* Editorial typography */
.atlas-inner--blog .sub-news--horizontal .sub-news--title{
width:100%!important;
margin:0!important;
padding:0!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:28px!important;
line-height:1.08!important;
font-weight:700!important;
letter-spacing:-.012em!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news__date{
margin:14px 0!important;
padding:0!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news__desc{
margin:0 0 18px!important;
font-size:14.5px!important;
line-height:1.58!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--button{
margin-top:0!important;
}

}


/* ===== ATLAS 11.0F — NEWS HIERARCHY + FEATURED NAV ===== */

.atlas-blog-haberler .section__header:after{
display:none!important;
}

.atlas-blog-haberler .section__title{
position:relative!important;
padding-bottom:13px!important;
font-size:0!important;
line-height:0!important;
}

.atlas-blog-haberler .section__title:before{
content:"ÖNE ÇIKANLAR";
display:block;
color:#294a53;
font-family:var(--atlas-head);
font-size:20px;
line-height:1;
font-weight:700;
}

.atlas-blog-haberler .section__title:after{
content:"";
position:absolute;
left:0;
bottom:0;
width:46px;
height:2px;
background:var(--atlas-primary);
}

.atlas-blog-haberler .news-tab__links{
display:none!important;
}

.atlas-featured-nav{
margin-left:auto;
display:flex;
align-items:center;
gap:7px;
}

.atlas-featured-nav button{
width:34px;
height:34px;
padding:0;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #dce3e1;
background:#fff;
color:#526b73;
font-size:10px;
transition:.18s;
}

.atlas-featured-nav button:hover{
border-color:var(--atlas-primary);
color:var(--atlas-primary);
}

.atlas-featured-nav__counter{
min-width:52px;
text-align:center;
color:#60757c;
font-family:var(--atlas-head);
font-size:12px;
font-weight:700;
letter-spacing:.04em;
}

.atlas-featured-nav__current{
color:#294a53;
}

.atlas-blog-haberler .sub-news__name{
font-size:0!important;
line-height:0!important;
}

.atlas-blog-haberler .sub-news__name:before{
content:"TÜM HABERLER";
display:block;
color:#294a53;
font-family:var(--atlas-head);
font-size:22px;
line-height:1;
font-weight:700;
}

@media (max-width:640px){

.atlas-blog-haberler .section__title:before{
font-size:18px;
}

.atlas-featured-nav{
gap:5px;
}

.atlas-featured-nav button{
width:31px;
height:31px;
}

.atlas-featured-nav__counter{
min-width:45px;
font-size:11px;
}

.atlas-blog-haberler .sub-news__name:before{
font-size:19px;
}

}


/* ===== ATLAS 11.0G — NEWS ARCHIVE TITLE FIX ===== */

.atlas-blog-haberler .sub-news--header{
width:100%!important;
display:block!important;
}

.atlas-blog-haberler .sub-news__name{
width:auto!important;
max-width:none!important;
display:inline-block!important;
white-space:nowrap!important;
}

.atlas-blog-haberler .sub-news__name:before{
white-space:nowrap!important;
}


/* ===== ATLAS 11.1 — BLOG LIST FULL WIDTH ===== */

.atlas-inner--blog .head--content{
grid-template-columns:minmax(0,1fr)!important;
gap:0!important;
}

.atlas-inner--blog .head__news{
width:100%!important;
max-width:none!important;
}

@media (min-width:993px){

.atlas-inner--blog .news-tab__wrp{
max-width:100%!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--link{
grid-template-columns:52% 48%!important;
min-height:365px!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--image--slider,
.atlas-inner--blog .sub-news--horizontal .sub-news--img{
height:365px!important;
min-height:365px!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--block{
height:365px!important;
min-height:365px!important;
padding:38px 46px!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news--title{
max-width:560px!important;
font-size:32px!important;
line-height:1.06!important;
}

.atlas-inner--blog .sub-news--horizontal .sub-news__desc{
max-width:600px!important;
font-size:15px!important;
line-height:1.6!important;
}

}


/* ===== ATLAS 11.1A — FEATURED POLISH ===== */

@media (min-width:993px){

/* Featured section heading */
.atlas-blog-haberler .news-tab__wrp>.section__header{
min-height:42px!important;
margin:0 0 22px!important;
padding:0 0 12px!important;
display:flex!important;
align-items:center!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-blog-haberler .news-tab__wrp>.section__header:after{
display:none!important;
}

.atlas-blog-haberler .news-tab__wrp .section__title{
position:relative!important;
margin:0!important;
padding:0!important;
border:0!important;
}

.atlas-blog-haberler .news-tab__wrp .section__title:after{
content:""!important;
display:block!important;
position:absolute!important;
left:0!important;
bottom:-13px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

/* Featured navigation */
.atlas-blog-haberler .atlas-featured-nav{
margin-left:auto!important;
padding-left:20px!important;
display:flex!important;
align-items:center!important;
gap:8px!important;
}

.atlas-blog-haberler .atlas-featured-nav button{
width:32px!important;
height:32px!important;
border:1px solid #dbe2e0!important;
background:#fff!important;
color:#506970!important;
}

.atlas-blog-haberler .atlas-featured-nav__counter{
min-width:48px!important;
color:#7a8b91!important;
font-size:12px!important;
}

.atlas-blog-haberler .atlas-featured-nav__current{
color:#294a53!important;
font-weight:800!important;
}

/* Stronger featured headline */
.atlas-blog-haberler .sub-news--horizontal .sub-news--title{
max-width:620px!important;
font-size:34px!important;
line-height:1.04!important;
letter-spacing:-.018em!important;
}

/* Archive heading */
.atlas-blog-haberler .sub-news--header{
width:100%!important;
margin:0 0 26px!important;
padding:0 0 15px!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-blog-haberler .sub-news__name{
position:relative!important;
width:auto!important;
margin:0!important;
padding:0!important;
display:inline-block!important;
border:0!important;
white-space:nowrap!important;
}

.atlas-blog-haberler .sub-news__name:before{
font-size:22px!important;
line-height:1!important;
white-space:nowrap!important;
}

.atlas-blog-haberler .sub-news__name:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-16px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

}


/* ===== ATLAS 11.1B — ARCHIVE HEADING CLEAN SYSTEM ===== */

@media (min-width:993px){

/* Remove old V1 pseudo line */
.atlas-blog-haberler .sub-news--header:before{
display:none!important;
content:none!important;
}

/* Same rhythm as featured heading */
.atlas-blog-haberler .sub-news--header{
position:relative!important;
width:100%!important;
min-height:42px!important;
margin:0 0 22px!important;
padding:0 0 12px!important;
display:flex!important;
align-items:center!important;
border-bottom:1px solid #dfe6e4!important;
}

/* Real heading text */
.atlas-blog-haberler .sub-news__name{
position:relative!important;
width:auto!important;
max-width:none!important;
margin:0!important;
padding:0!important;
display:inline-block!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:22px!important;
line-height:1!important;
font-weight:700!important;
white-space:nowrap!important;
}

/* Kill old pseudo which was doing two jobs */
.atlas-blog-haberler .sub-news__name:before{
display:none!important;
content:none!important;
}

/* One clean red accent only */
.atlas-blog-haberler .sub-news__name:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-13px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

}


/* ===== ATLAS 11.2 — MOBILE NEWS SLIDER FIX ===== */

@media (max-width:992px){

  .atlas-inner--blog .head--content,
  .atlas-inner--blog .head__news,
  .atlas-inner--blog .news-tab__wrp{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }

  /* Actual slider viewport — other slides must be clipped */
  .atlas-inner--blog .news-tab__inner{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  /* One featured story = one complete viewport */
  .atlas-inner--blog .sub-news--horizontal{
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

}

@media (max-width:640px){

  .atlas-inner--blog .sub-news--horizontal .sub-news--link{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
  }

  .atlas-inner--blog .sub-news--horizontal .sub-news--image--slider{
    width:100%!important;
    height:210px!important;
    min-height:210px!important;
    overflow:hidden!important;
  }

  .atlas-inner--blog .sub-news--horizontal .sub-news--img{
    width:100%!important;
    height:210px!important;
    min-height:210px!important;
    object-fit:cover!important;
  }

  .atlas-inner--blog .sub-news--horizontal .sub-news--block{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:18px 15px 21px!important;
  }

}


/* ===== ATLAS 11.2A — MOBILE SECTION HEADINGS ===== */

@media (max-width:640px){

  /* Both heading rows use exactly the same geometry */
  .atlas-blog-haberler .news-tab__wrp>.section__header,
  .atlas-blog-haberler .sub-news--header{
    position:relative!important;
    width:100%!important;
    min-height:36px!important;
    margin:0 0 16px!important;
    padding:0 0 11px!important;
    display:flex!important;
    align-items:flex-end!important;
    border:0!important;
    border-bottom:1px solid #dfe6e4!important;
  }

  /* Kill all inherited old underline systems */
  .atlas-blog-haberler .news-tab__wrp>.section__header:before,
  .atlas-blog-haberler .sub-news--header:before{
    display:none!important;
    content:none!important;
  }

  .atlas-blog-haberler .news-tab__wrp .section__title:after,
  .atlas-blog-haberler .sub-news__name:after{
    display:none!important;
    content:none!important;
  }

  /* One identical red accent for both */
  .atlas-blog-haberler .news-tab__wrp>.section__header:after,
  .atlas-blog-haberler .sub-news--header:after{
    content:""!important;
    position:absolute!important;
    left:0!important;
    bottom:-1px!important;
    width:48px!important;
    height:2px!important;
    display:block!important;
    background:var(--atlas-primary)!important;
  }

  /* Text geometry */
  .atlas-blog-haberler .news-tab__wrp .section__title,
  .atlas-blog-haberler .sub-news__name{
    margin:0!important;
    padding:0!important;
    width:auto!important;
    min-height:0!important;
    display:block!important;
    color:#294a53!important;
    font-family:var(--atlas-head)!important;
    font-size:16px!important;
    line-height:1!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }

  .atlas-blog-haberler .section__title:before{
    font-size:16px!important;
    line-height:1!important;
  }

  /* Featured arrows stay on the same heading row */
  .atlas-blog-haberler .atlas-featured-nav{
    margin-left:auto!important;
    align-self:center!important;
  }

}


/* ===== ATLAS 11.2B — MOBILE HEADING TEXT CLEANUP ===== */

@media (max-width:640px){

  /* FEATURED:
     Keep pseudo "ÖNE ÇIKANLAR", hide original "SON HABERLER" text */
  .atlas-blog-haberler .news-tab__wrp .section__title{
    font-size:0!important;
    line-height:0!important;
  }

  .atlas-blog-haberler .news-tab__wrp .section__title:before{
    content:"ÖNE ÇIKANLAR"!important;
    display:block!important;
    color:#294a53!important;
    font-family:var(--atlas-head)!important;
    font-size:16px!important;
    line-height:1!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }

  /* ARCHIVE:
     "TÜM HABERLER" is now real HTML, so kill old pseudo duplicate */
  .atlas-blog-haberler .sub-news__name{
    font-size:16px!important;
    line-height:1!important;
  }

  .atlas-blog-haberler .sub-news__name:before{
    content:none!important;
    display:none!important;
  }

}


/* ===== ATLAS 11.2C — MOBILE ARCHIVE TITLE ALIGN ===== */

@media (max-width:640px){

  .atlas-blog-haberler .sub-news--header{
    justify-content:flex-start!important;
    text-align:left!important;
  }

  .atlas-blog-haberler .sub-news__name{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    float:none!important;
    transform:none!important;

    width:auto!important;
    max-width:none!important;

    margin:0!important;
    margin-left:0!important;
    margin-right:auto!important;

    padding:0!important;

    display:block!important;
    align-self:flex-start!important;

    text-align:left!important;
    white-space:nowrap!important;
  }

}


/* ===== ATLAS 11.2D — REMOVE DUPLICATE FEATURED UNDERLINE ===== */

@media (max-width:640px){

  .atlas-blog-haberler .news-tab__wrp .section__title{
    border:0!important;
    border-bottom:0!important;
    box-shadow:none!important;
    text-decoration:none!important;
  }

  .atlas-blog-haberler .news-tab__wrp .section__title:after{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    background:none!important;
    border:0!important;
  }

  .atlas-blog-haberler .news-tab__wrp .section__title:before{
    border:0!important;
    border-bottom:0!important;
    box-shadow:none!important;
    text-decoration:none!important;
  }

}


/* ===== ATLAS 12.0A — NEWS DETAIL FOUNDATION ===== */

.atlas-inner--blog-detail .head{
background:#fbfcfb!important;
}

.atlas-inner--blog-detail .head--content{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--blog-detail .head__news{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--blog-detail .head__news__full{
width:100%!important;
max-width:100%!important;
margin:0!important;
padding:0!important;
background:transparent!important;
}

@media (min-width:993px){

.atlas-inner--blog-detail .head--content{
padding-top:42px!important;
}

.atlas-inner--blog-detail .head__news__full{
max-width:1080px!important;
margin:0 auto!important;
}

.atlas-inner--blog-detail .head__news__full--img{
width:100%!important;
height:auto!important;
max-height:580px!important;
margin:0 0 34px!important;
display:block!important;
object-fit:cover!important;
}

.atlas-inner--blog-detail .content-detail{
width:100%!important;
max-width:820px!important;
margin:0 auto!important;
padding:0!important;
color:#4b646c!important;
font-family:var(--atlas-body)!important;
font-size:16.5px!important;
line-height:1.82!important;
}

.atlas-inner--blog-detail .content-detail p{
margin:0 0 20px!important;
}

.atlas-inner--blog-detail .content-detail h2{
margin:34px 0 14px!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:28px!important;
line-height:1.15!important;
font-weight:700!important;
}

.atlas-inner--blog-detail .content-detail h3{
margin:30px 0 12px!important;
color:#35545c!important;
font-family:var(--atlas-head)!important;
font-size:22px!important;
line-height:1.2!important;
font-weight:600!important;
}

.atlas-inner--blog-detail .gallery__list{
max-width:1080px!important;
margin:34px auto 0!important;
}

}

@media (max-width:992px){

.atlas-inner--blog-detail .head--content{
padding-top:28px!important;
}

.atlas-inner--blog-detail .head__news__full--img{
width:100%!important;
height:auto!important;
margin:0 0 24px!important;
}

.atlas-inner--blog-detail .content-detail{
max-width:none!important;
font-size:16px!important;
line-height:1.72!important;
}

}

@media (max-width:640px){

.atlas-inner--blog-detail .head--content{
padding-top:24px!important;
}

.atlas-inner--blog-detail .content-detail{
font-size:15.5px!important;
line-height:1.7!important;
}

}


/* ===== ATLAS 12.0B — ARTICLE META ===== */

.atlas-inner--blog-detail .atlas-article-meta{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:8px 18px;
margin-top:15px;
color:#71858c;
font-family:var(--atlas-body);
}

.atlas-inner--blog-detail .atlas-article-meta__type{
position:relative;
padding-right:18px;
color:#4e6870;
font-size:12px;
line-height:1;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
}

.atlas-inner--blog-detail .atlas-article-meta__type:after{
content:"";
position:absolute;
right:0;
top:50%;
width:3px;
height:3px;
border-radius:50%;
background:#aab6b8;
transform:translateY(-50%);
}

.atlas-inner--blog-detail .atlas-article-meta__date{
display:flex;
align-items:center;
gap:7px;
font-size:12.5px;
line-height:1;
font-weight:500;
}

.atlas-inner--blog-detail .atlas-article-meta__date i{
color:var(--atlas-primary);
font-size:12px;
}

@media (max-width:640px){

.atlas-inner--blog-detail .atlas-article-meta{
margin-top:11px;
gap:7px 13px;
}

.atlas-inner--blog-detail .atlas-article-meta__type{
font-size:10.5px;
padding-right:13px;
}

.atlas-inner--blog-detail .atlas-article-meta__date{
font-size:11.5px;
}

}


/* ===== ATLAS 12.0C — ARTICLE ACTIONS ===== */

.atlas-inner--blog-detail .atlas-article-actions{
max-width:820px;
margin:38px auto 0;
padding:18px 0;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
border-top:1px solid #e1e7e5;
border-bottom:1px solid #e1e7e5;
}

.atlas-inner--blog-detail .atlas-article-actions__back{
display:flex;
align-items:center;
gap:9px;
color:#35545c!important;
font-size:13px;
font-weight:700;
}

.atlas-inner--blog-detail .atlas-article-actions__right,
.atlas-inner--blog-detail .atlas-article-share{
display:flex;
align-items:center;
gap:8px;
}

.atlas-inner--blog-detail .atlas-article-actions__right{
gap:20px;
}

.atlas-inner--blog-detail .atlas-article-share>span{
margin-right:4px;
color:#7a8b91;
font-size:12px;
font-weight:600;
}

.atlas-inner--blog-detail .atlas-article-share a{
width:32px;
height:32px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #dde5e2;
background:#fff;
color:#526b73!important;
font-size:13px;
}

.atlas-inner--blog-detail .atlas-article-share a:hover{
border-color:var(--atlas-primary);
color:var(--atlas-primary)!important;
}

.atlas-inner--blog-detail .atlas-article-print{
height:32px;
padding:0 12px;
display:flex;
align-items:center;
gap:7px;
border:1px solid #dde5e2;
background:#fff;
color:#526b73;
font-size:12px;
font-weight:600;
cursor:pointer;
}

.atlas-inner--blog-detail .atlas-article-divider{
display:none!important;
}


@media (max-width:640px){

.atlas-inner--blog-detail .atlas-article-actions{
margin-top:28px;
padding:16px 0;
flex-direction:column;
align-items:flex-start;
gap:15px;
}

.atlas-inner--blog-detail .atlas-article-actions__right{
width:100%;
justify-content:space-between;
gap:10px;
}

.atlas-inner--blog-detail .atlas-article-share{
gap:5px;
}

.atlas-inner--blog-detail .atlas-article-share a{
width:30px;
height:30px;
}

}

@media print{

.atlas-topbar,
.atlas-mainnav,
.breadcrumb,
.atlas-article-actions,
.atlas-join,
.atlas-contact,
.atlas-footer,
.atlas-sticky-social,
.atlas-cookie{
display:none!important;
}

.atlas-inner--blog-detail .subpage-header{
min-height:0!important;
background:#fff!important;
}

.atlas-inner--blog-detail .head--content{
padding-top:20px!important;
}

.atlas-inner--blog-detail .head__news__full,
.atlas-inner--blog-detail .content-detail{
max-width:100%!important;
}

.atlas-inner--blog-detail .content-detail{
color:#000!important;
font-size:11pt!important;
line-height:1.6!important;
}

}

/* ===== ATLAS 12.0D — MOBILE ARTICLE HEADER ===== */

@media (max-width:640px){

  .atlas-inner--blog-detail .subpage-header__inner{
    display:block!important;
    width:100%!important;
    text-align:left!important;
  }

  .atlas-inner--blog-detail .subpage-header__title{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 0 13px!important;
  }

  .atlas-inner--blog-detail .subpage-header__title-wht{
    width:100%!important;
    display:block!important;
    font-size:28px!important;
    line-height:1.08!important;
    text-align:left!important;
  }

  .atlas-inner--blog-detail .subpage-header__title:after{
    left:0!important;
    right:auto!important;
    width:42px!important;
  }

  .atlas-inner--blog-detail .atlas-article-meta{
    width:100%!important;
    margin:12px 0 0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px 13px!important;
    text-align:left!important;
  }

  .atlas-inner--blog-detail .atlas-article-meta__type{
    flex:0 0 auto!important;
  }

  .atlas-inner--blog-detail .atlas-article-meta__date{
    flex:0 0 auto!important;
  }

}


/* ===== ATLAS 12.1 — PREMIUM COOKIE NOTICE ===== */

.atlas-cookie{
position:fixed!important;
z-index:9999!important;

right:24px!important;
bottom:24px!important;
left:auto!important;
top:auto!important;

width:min(380px,calc(100vw - 48px))!important;
max-width:380px!important;

margin:0!important;
padding:16px 16px 16px 17px!important;

display:flex!important;
align-items:center!important;
justify-content:space-between!important;
gap:16px!important;

background:rgba(255,255,255,.98)!important;
border:1px solid #e1e7e5!important;
border-radius:0!important;

box-shadow:
0 18px 45px rgba(17,52,63,.13),
0 3px 10px rgba(17,52,63,.06)!important;

opacity:0!important;
visibility:hidden!important;
transform:translateY(16px)!important;

transition:
opacity .22s ease,
transform .22s ease,
visibility .22s ease!important;
}

.atlas-cookie.is-visible{
opacity:1!important;
visibility:visible!important;
transform:translateY(0)!important;
}


/* TEXT */

.atlas-cookie>div{
min-width:0!important;
flex:1 1 auto!important;
}

.atlas-cookie strong{
display:block!important;
margin:0 0 5px!important;

color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:15px!important;
line-height:1.1!important;
font-weight:700!important;
}

.atlas-cookie p{
margin:0!important;

color:#71858c!important;
font-family:var(--atlas-body)!important;
font-size:11.5px!important;
line-height:1.45!important;
font-weight:400!important;
}


/* ACCEPT BUTTON */

.atlas-cookie button{
flex:0 0 auto!important;

min-width:62px!important;
height:36px!important;

margin:0!important;
padding:0 14px!important;

display:flex!important;
align-items:center!important;
justify-content:center!important;

border:0!important;
border-radius:0!important;

background:var(--atlas-primary)!important;
color:#fff!important;

font-family:var(--atlas-head)!important;
font-size:11px!important;
line-height:1!important;
font-weight:700!important;

cursor:pointer!important;
transition:
background .18s ease,
transform .18s ease!important;
}

.atlas-cookie button:hover{
filter:brightness(.94)!important;
}


/* ===== MOBILE ===== */

@media (max-width:640px){

.atlas-cookie{
right:auto!important;
left:11px!important;

bottom:
calc(11px + env(safe-area-inset-bottom,0px))!important;

width:calc(100% - 22px)!important;
max-width:none!important;

padding:13px 13px 13px 14px!important;
gap:11px!important;

transform:translateY(16px)!important;
}

.atlas-cookie.is-visible{
transform:translateY(0)!important;
}

.atlas-cookie strong{
margin-bottom:4px!important;
font-size:14px!important;
}

.atlas-cookie p{
font-size:10.75px!important;
line-height:1.38!important;
}

.atlas-cookie button{
min-width:58px!important;
height:34px!important;
padding:0 12px!important;
font-size:10.5px!important;
}

}


/* PRINT */

@media print{
.atlas-cookie{
display:none!important;
}
}


/* ===== ATLAS 13.0A — EVENTS FEATURED ===== */

.atlas-inner--events .head{
background:#fbfcfb!important;
}

.atlas-inner--events .head--content{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--events .head__news{
width:100%!important;
max-width:none!important;
min-width:0!important;
overflow:hidden!important;
}

.atlas-inner--events .news-tab__wrp{
width:100%!important;
min-width:0!important;
margin:0!important;
overflow:hidden!important;
}

@media (min-width:993px){

.atlas-inner--events .head--content{
padding-top:42px!important;
}

.atlas-inner--events .section__header{
min-height:42px!important;
margin:0 0 22px!important;
padding:0 0 12px!important;
display:flex!important;
align-items:center!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-inner--events .section__header:after{
display:none!important;
}

.atlas-inner--events .section__title{
position:relative!important;
margin:0!important;
padding:0!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:20px!important;
line-height:1!important;
font-weight:700!important;
}

.atlas-inner--events .section__title:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-13px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

.atlas-inner--events .news-tab__links{
display:none!important;
}

.atlas-inner--events .news-tab__inner{
width:100%!important;
height:auto!important;
min-height:380px!important;
margin:0!important;
overflow:hidden!important;
border:1px solid #e2e8e6!important;
background:#fff!important;
}

.atlas-inner--events .sub-news--horizontal{
width:100%!important;
min-width:100%!important;
max-width:100%!important;
flex:0 0 100%!important;
margin:0!important;
padding:0!important;
overflow:hidden!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--link{
width:100%!important;
min-height:380px!important;
display:grid!important;
grid-template-columns:55% 45%!important;
align-items:stretch!important;
background:#fff!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--image--slider{
width:100%!important;
height:380px!important;
padding:0!important;
overflow:hidden!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--img{
width:100%!important;
height:100%!important;
object-fit:cover!important;
opacity:1!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--block{
width:100%!important;
height:380px!important;
top:auto!important;
padding:38px 42px!important;
display:flex!important;
flex-direction:column!important;
justify-content:center!important;
}


.atlas-inner--events .sub-news--horizontal .sub-news--title,
.atlas-inner--events .sub-news--horizontal .sub-news__date,
.atlas-inner--events .sub-news--horizontal .sub-news__desc,
.atlas-inner--events .sub-news--horizontal .sub-news--button{
top:auto!important;
opacity:1!important;
transform:none!important;
pointer-events:auto!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news__date{
order:-1!important;
width:auto!important;
margin:0 0 17px!important;
padding:8px 11px!important;
align-self:flex-start!important;
display:flex!important;
align-items:center!important;
border-left:3px solid var(--atlas-primary)!important;
background:#f5f7f6!important;
color:#60757c!important;
font-size:12.5px!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--title{
margin:0!important;
padding:0!important;
max-width:570px!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:34px!important;
line-height:1.05!important;
font-weight:700!important;
letter-spacing:-.018em!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news__desc{
max-width:570px!important;
margin:16px 0 21px!important;
color:#647980!important;
font-size:15px!important;
line-height:1.6!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--button{
margin:0!important;
}

}


/* ===== ATLAS 13.0B — EVENT ARCHIVE ===== */

.atlas-inner--events .section-two{
margin:0!important;
padding:46px 0 58px!important;
background:#fff!important;
}

.atlas-inner--events .sub-news--header{
position:relative!important;
width:100%!important;
margin:0 0 26px!important;
padding:0 0 15px!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-inner--events .sub-news--header:before{
display:none!important;
content:none!important;
}

.atlas-inner--events .sub-news__name{
position:relative!important;
margin:0!important;
padding:0!important;
display:inline-block!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:22px!important;
line-height:1!important;
font-weight:700!important;
white-space:nowrap!important;
}

.atlas-inner--events .sub-news__name:before{
display:none!important;
content:none!important;
}

.atlas-inner--events .sub-news__name:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-16px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

@media (min-width:993px){

.atlas-inner--events .sub-news--content{
width:100%!important;
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:26px 22px!important;
}

.atlas-inner--events .sub-news--item{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
float:none!important;
}

}

.atlas-inner--events .sub-news--item>.sub-news--link{
height:100%!important;
display:flex!important;
flex-direction:column!important;
background:#fff!important;
border:1px solid #e2e8e6!important;
}

.atlas-inner--events .sub-news--item .sub-news--image--slider{
aspect-ratio:16/9!important;
overflow:hidden!important;
background:#eef1f0!important;
}

.atlas-inner--events .sub-news--item .sub-news--img{
width:100%!important;
height:100%!important;
object-fit:cover!important;
transition:transform .3s ease!important;
}

.atlas-inner--events .sub-news--item:hover .sub-news--img{
transform:scale(1.025)!important;
}

.atlas-inner--events .sub-news--item .sub-news__date{
order:1!important;
margin:0!important;
padding:11px 16px!important;
display:flex!important;
align-items:center!important;
background:#f6f8f7!important;
border-bottom:1px solid #e4e9e7!important;
color:#61777e!important;
font-size:12.5px!important;
}

.atlas-inner--events .sub-news--title__container{
order:2!important;
padding:16px 16px 0!important;
}

.atlas-inner--events .sub-news--item .sub-news--title{
margin:0!important;
color:#35545c!important;
font-family:var(--atlas-head)!important;
font-size:18px!important;
line-height:1.2!important;
font-weight:600!important;
}

.atlas-inner--events .sub-news--item .sub-news__desc{
order:3!important;
margin:10px 16px 18px!important;
color:#6c8086!important;
font-size:14px!important;
line-height:1.5!important;
}


/* ===== ATLAS 13.0C — EVENTS MOBILE ===== */

@media (max-width:992px){

.atlas-inner--events .head--content{
grid-template-columns:1fr!important;
padding-top:28px!important;
}

.atlas-inner--events .news-tab__inner{
width:100%!important;
overflow:hidden!important;
}

.atlas-inner--events .sub-news--horizontal{
width:100%!important;
min-width:100%!important;
max-width:100%!important;
flex:0 0 100%!important;
}

.atlas-inner--events .sub-news--content{
display:grid!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:20px!important;
}

.atlas-inner--events .sub-news--item{
width:100%!important;
padding:0!important;
}

}

@media (max-width:640px){

.atlas-inner--events .section__header{
position:relative!important;
margin:0 0 16px!important;
padding:0 0 11px!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-inner--events .section__title{
font-size:16px!important;
}

.atlas-inner--events .section__title:after{
bottom:-12px!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--link{
display:flex!important;
flex-direction:column!important;
min-height:0!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--image--slider,
.atlas-inner--events .sub-news--horizontal .sub-news--img{
width:100%!important;
height:215px!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--block{
width:100%!important;
height:auto!important;
padding:19px 16px 22px!important;
}

.atlas-inner--events .sub-news--horizontal .sub-news--title{
font-size:23px!important;
line-height:1.1!important;
}

.atlas-inner--events .section-two{
padding:34px 0 44px!important;
}

.atlas-inner--events .sub-news--content{
grid-template-columns:1fr!important;
gap:18px!important;
}

.atlas-inner--events .sub-news__name{
font-size:19px!important;
}

}


/* ===== ATLAS 13.0D — EVENT FEATURED GEOMETRY FIX ===== */

@media (min-width:993px){

  /* Remove inherited Bootstrap column limits */
  .atlas-inner--events .sub-news--horizontal .sub-news--image--slider,
  .atlas-inner--events .sub-news--horizontal .sub-news--block{
    width:100%!important;
    max-width:none!important;
    flex:none!important;
    float:none!important;
    margin:0!important;
  }

  .atlas-inner--events .sub-news--horizontal .sub-news--link{
    grid-template-columns:52% 48%!important;
  }

  .atlas-inner--events .sub-news--horizontal .sub-news--image--slider{
    height:380px!important;
  }

  .atlas-inner--events .sub-news--horizontal .sub-news--block{
    height:380px!important;
    padding:38px 46px!important;
  }

  /* Kill inherited old underline on featured title */
  .atlas-inner--events .section__title{
    border:0!important;
    box-shadow:none!important;
    text-decoration:none!important;
  }

  .atlas-inner--events .section__title:before{
    display:none!important;
    content:none!important;
  }

}


/* ===== ATLAS 13.0E — EVENTS FINAL POLISH ===== */

.atlas-inner--events .section__header:before,
.atlas-inner--events .section__title:before{
display:none!important;
content:none!important;
}

.atlas-inner--events .section__header{
border-bottom:1px solid #dfe6e4!important;
}

.atlas-inner--events .section__title{
border:0!important;
box-shadow:none!important;
text-decoration:none!important;
}

.atlas-inner--events .section-two{
padding-bottom:36px!important;
}

.atlas-inner--events .sub-news{
padding-bottom:0!important;
}


@media (max-width:640px){

.atlas-inner--events .section__header,
.atlas-inner--events .sub-news--header{
position:relative!important;
min-height:36px!important;
margin:0 0 16px!important;
padding:0 0 11px!important;
display:flex!important;
align-items:center!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-inner--events .section__header:after,
.atlas-inner--events .sub-news--header:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-1px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

.atlas-inner--events .section__title,
.atlas-inner--events .sub-news__name{
margin:0!important;
padding:0!important;
font-size:16px!important;
line-height:1!important;
font-weight:700!important;
color:#294a53!important;
}

.atlas-inner--events .section__title:after,
.atlas-inner--events .sub-news__name:before,
.atlas-inner--events .sub-news__name:after{
display:none!important;
content:none!important;
}

.atlas-inner--events .news-tab__inner{
margin-bottom:26px!important;
}

.atlas-inner--events .section-two{
padding-top:28px!important;
padding-bottom:34px!important;
}

}


/* ===== ATLAS 13.0F — EVENTS FINAL RHYTHM ===== */

.atlas-inner--events .section-two .text-center{
margin-bottom:0!important;
padding-bottom:0!important;
}

@media (min-width:993px){

.atlas-inner--events .section-two{
padding-bottom:18px!important;
}

}

@media (max-width:640px){

.atlas-inner--events .section-two{
padding-bottom:20px!important;
}

}


/* ===== ATLAS 14.0A — EVENT DETAIL FOUNDATION ===== */

.atlas-inner--event-detail .head{
background:#fbfcfb!important;
}

.atlas-inner--event-detail .head--content{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--event-detail .head__news,
.atlas-inner--event-detail .head__news__full{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--event-detail .atlas-event-meta{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:8px 18px;
margin-top:15px;
color:#71858c;
}

.atlas-inner--event-detail .atlas-event-meta__type{
position:relative;
padding-right:18px;
color:#4e6870;
font-size:12px;
font-weight:700;
letter-spacing:.08em;
}

.atlas-inner--event-detail .atlas-event-meta__type:after{
content:"";
position:absolute;
right:0;
top:50%;
width:3px;
height:3px;
border-radius:50%;
background:#aab6b8;
transform:translateY(-50%);
}

.atlas-inner--event-detail .atlas-event-meta__date{
display:flex;
align-items:center;
gap:7px;
font-size:12.5px;
font-weight:500;
}

.atlas-inner--event-detail .atlas-event-meta__date i{
color:var(--atlas-primary);
}

@media (min-width:993px){

.atlas-inner--event-detail .head--content{
padding-top:42px!important;
}

.atlas-inner--event-detail .head__news__full{
max-width:1080px!important;
margin:0 auto!important;
}

.atlas-inner--event-detail .head__news__full--img{
width:100%!important;
height:auto!important;
max-height:580px!important;
margin:0 0 38px!important;
display:block!important;
object-fit:cover!important;
}

.atlas-inner--event-detail .atlas-event-detail-body{
max-width:920px!important;
margin:0 auto!important;
display:grid!important;
grid-template-columns:126px minmax(0,1fr)!important;
gap:42px!important;
align-items:start!important;
}

.atlas-inner--event-detail .atlas-event-date-card{
padding:5px 0 0 18px!important;
border-left:3px solid var(--atlas-primary)!important;
display:flex!important;
flex-direction:column!important;
align-items:flex-start!important;
}

.atlas-inner--event-detail .atlas-event-date-card__day{
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:48px!important;
line-height:.9!important;
font-weight:700!important;
}

.atlas-inner--event-detail .atlas-event-date-card__month{
margin-top:8px!important;
color:#35545c!important;
font-family:var(--atlas-head)!important;
font-size:16px!important;
line-height:1!important;
font-weight:700!important;
text-transform:uppercase!important;
}

.atlas-inner--event-detail .atlas-event-date-card__year{
margin-top:5px!important;
color:#849398!important;
font-size:13px!important;
font-weight:600!important;
}

.atlas-inner--event-detail .atlas-event-date-card__time{
margin-top:14px!important;
padding-top:12px!important;
border-top:1px solid #e1e7e5!important;
display:flex!important;
align-items:center!important;
gap:7px!important;
color:#526b73!important;
font-size:13px!important;
font-weight:600!important;
}

.atlas-inner--event-detail .atlas-event-date-card__time i{
color:var(--atlas-primary)!important;
}

.atlas-inner--event-detail .atlas-event-content{
max-width:none!important;
margin:0!important;
padding:0!important;
color:#4b646c!important;
font-size:16.5px!important;
line-height:1.82!important;
}

.atlas-inner--event-detail .atlas-event-content p{
margin:0 0 20px!important;
}

}


/* ===== ATLAS 14.0B — EVENT DETAIL MOBILE ===== */

@media (max-width:992px){

.atlas-inner--event-detail .head--content{
padding-top:28px!important;
}

.atlas-inner--event-detail .head__news__full--img{
width:100%!important;
height:auto!important;
margin:0 0 26px!important;
}

.atlas-inner--event-detail .atlas-event-detail-body{
display:grid!important;
grid-template-columns:1fr!important;
gap:24px!important;
}

.atlas-inner--event-detail .atlas-event-date-card{
width:100%!important;
padding:0 0 14px!important;
display:grid!important;
grid-template-columns:auto auto 1fr auto!important;
align-items:end!important;
gap:0 8px!important;
border-left:0!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-inner--event-detail .atlas-event-date-card__day{
font-size:36px!important;
line-height:.9!important;
}

.atlas-inner--event-detail .atlas-event-date-card__month{
margin:0!important;
font-size:14px!important;
}

.atlas-inner--event-detail .atlas-event-date-card__year{
margin:0!important;
font-size:12px!important;
}

.atlas-inner--event-detail .atlas-event-date-card__time{
margin:0!important;
padding:0!important;
border:0!important;
font-size:12.5px!important;
}

.atlas-inner--event-detail .atlas-event-content{
font-size:16px!important;
line-height:1.72!important;
}

}

@media (max-width:640px){

.atlas-inner--event-detail .subpage-header__inner{
display:block!important;
}

.atlas-inner--event-detail .subpage-header__title{
width:100%!important;
padding-bottom:13px!important;
}

.atlas-inner--event-detail .subpage-header__title-wht{
display:block!important;
width:100%!important;
font-size:28px!important;
line-height:1.08!important;
}

.atlas-inner--event-detail .atlas-event-meta{
width:100%!important;
margin-top:11px!important;
gap:7px 13px!important;
}

.atlas-inner--event-detail .atlas-event-meta__type{
font-size:10.5px!important;
padding-right:13px!important;
}

.atlas-inner--event-detail .atlas-event-meta__date{
font-size:11.5px!important;
}

.atlas-inner--event-detail .head--content{
padding-top:24px!important;
}

.atlas-inner--event-detail .atlas-event-date-card{
grid-template-columns:auto auto 1fr!important;
}

.atlas-inner--event-detail .atlas-event-date-card__time{
grid-column:1 / -1!important;
margin-top:10px!important;
}

.atlas-inner--event-detail .atlas-event-content{
font-size:15.5px!important;
line-height:1.7!important;
}

}


/* ===== ATLAS 14.0C — EVENT DETAIL ACTIONS ===== */

.atlas-inner--event-detail .atlas-event-actions{
max-width:920px;
margin:38px auto 0;
padding:18px 0;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
border-top:1px solid #e1e7e5;
border-bottom:1px solid #e1e7e5;
}

.atlas-inner--event-detail .atlas-event-actions__back{
display:flex;
align-items:center;
gap:9px;
color:#35545c!important;
font-size:13px;
font-weight:700;
text-decoration:none!important;
}

.atlas-inner--event-detail .atlas-event-actions__back:hover{
color:var(--atlas-primary)!important;
}

.atlas-inner--event-detail .atlas-event-actions__right,
.atlas-inner--event-detail .atlas-event-share{
display:flex;
align-items:center;
}

.atlas-inner--event-detail .atlas-event-actions__right{
gap:20px;
}

.atlas-inner--event-detail .atlas-event-share{
gap:7px;
}

.atlas-inner--event-detail .atlas-event-share>span{
margin-right:4px;
color:#7a8b91;
font-size:12px;
font-weight:600;
}

.atlas-inner--event-detail .atlas-event-share a{
width:32px;
height:32px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #dde5e2;
background:#fff;
color:#526b73!important;
font-size:13px;
text-decoration:none!important;
}

.atlas-inner--event-detail .atlas-event-share a:hover{
border-color:var(--atlas-primary);
color:var(--atlas-primary)!important;
}

.atlas-inner--event-detail .atlas-event-print{
height:32px;
padding:0 12px;
display:flex;
align-items:center;
gap:7px;
border:1px solid #dde5e2;
background:#fff;
color:#526b73;
font-size:12px;
font-weight:600;
cursor:pointer;
}


@media (max-width:640px){

.atlas-inner--event-detail .atlas-event-actions{
margin-top:28px;
padding:16px 0;
flex-direction:column;
align-items:flex-start;
gap:15px;
}

.atlas-inner--event-detail .atlas-event-actions__right{
width:100%;
justify-content:space-between;
gap:10px;
}

.atlas-inner--event-detail .atlas-event-share{
gap:5px;
}

.atlas-inner--event-detail .atlas-event-share a{
width:30px;
height:30px;
}

}

@media print{

.atlas-topbar,
.atlas-mainnav,
.breadcrumb,
.atlas-event-actions,
.atlas-join,
.atlas-contact,
.atlas-footer,
.atlas-sticky-social,
.atlas-cookie{
display:none!important;
}

.atlas-inner--event-detail .subpage-header{
min-height:0!important;
background:#fff!important;
}

.atlas-inner--event-detail .head--content{
padding-top:20px!important;
}

.atlas-inner--event-detail .head__news__full{
max-width:100%!important;
}

.atlas-inner--event-detail .atlas-event-detail-body{
max-width:100%!important;
}

.atlas-inner--event-detail .atlas-event-content{
color:#000!important;
font-size:11pt!important;
line-height:1.6!important;
}

}

/* ===== ATLAS 15.0A — ANNOUNCEMENTS FEATURED ===== */

.atlas-blog-duyurular .head{
background:#fbfcfb!important;
}

.atlas-blog-duyurular .news-tab__wrp>.section__header{
position:relative!important;
min-height:42px!important;
margin:0 0 22px!important;
padding:0 0 12px!important;
display:flex!important;
align-items:center!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-blog-duyurular .news-tab__wrp>.section__header:before{
display:none!important;
content:none!important;
}

.atlas-blog-duyurular .section__title{
position:relative!important;
margin:0!important;
padding:0!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:20px!important;
line-height:1!important;
font-weight:700!important;
}

.atlas-blog-duyurular .section__title:before{
display:none!important;
content:none!important;
}

.atlas-blog-duyurular .section__title:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-13px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

.atlas-blog-duyurular .news-tab__links{
display:none!important;
}

@media (min-width:993px){

.atlas-blog-duyurular .head--content{
padding-top:42px!important;
}

.atlas-blog-duyurular .news-tab__inner{
min-height:280px!important;
border:1px solid #e2e8e6!important;
background:#fff!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--link{
display:grid!important;
grid-template-columns:36% 64%!important;
min-height:280px!important;
background:#fff!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--image--slider{
width:100%!important;
max-width:none!important;
height:280px!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--img{
width:100%!important;
height:280px!important;
object-fit:cover!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--block{
width:100%!important;
max-width:none!important;
height:280px!important;
padding:30px 38px!important;
display:flex!important;
flex-direction:column!important;
justify-content:center!important;
}


.atlas-blog-duyurular .sub-news--horizontal .sub-news__date{
order:-1!important;
position:relative!important;
top:auto!important;
opacity:1!important;
margin:0 0 14px!important;
padding:0 0 0 11px!important;
border-left:2px solid var(--atlas-primary)!important;
color:#71858c!important;
font-size:12.5px!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--title{
position:relative!important;
top:auto!important;
opacity:1!important;
margin:0!important;
padding:0!important;
max-width:680px!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:28px!important;
line-height:1.08!important;
font-weight:700!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news__desc{
position:relative!important;
top:auto!important;
opacity:1!important;
margin:14px 0 18px!important;
max-width:680px!important;
color:#647980!important;
font-size:15px!important;
line-height:1.55!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--button{
position:relative!important;
top:auto!important;
opacity:1!important;
pointer-events:auto!important;
margin:0!important;
}

}


.atlas-blog-duyurular .sub-news--horizontal .sub-news__date{
order:-1!important;
position:relative!important;
top:auto!important;
opacity:1!important;
margin:0 0 14px!important;
padding:0 0 0 11px!important;
border-left:2px solid var(--atlas-primary)!important;
color:#71858c!important;
font-size:12.5px!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--title{
position:relative!important;
top:auto!important;
opacity:1!important;
margin:0!important;
padding:0!important;
max-width:680px!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:28px!important;
line-height:1.08!important;
font-weight:700!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news__desc{
position:relative!important;
top:auto!important;
opacity:1!important;
margin:14px 0 18px!important;
max-width:680px!important;
color:#647980!important;
font-size:15px!important;
line-height:1.55!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--button{
position:relative!important;
top:auto!important;
opacity:1!important;
pointer-events:auto!important;
margin:0!important;
}

}


.atlas-blog-duyurular .sub-news--item .sub-news__date{
grid-column:2!important;
grid-row:1 / 3!important;
align-self:center!important;
margin:0!important;
padding:0!important;
background:none!important;
border:0!important;
color:#71858c!important;
font-size:13px!important;
}

.atlas-blog-duyurular .sub-news--title__container{
grid-column:3!important;
grid-row:1!important;
margin:0!important;
padding:3px 0 7px!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--title{
margin:0!important;
padding:0!important;
color:#35545c!important;
font-family:var(--atlas-head)!important;
font-size:18px!important;
line-height:1.22!important;
font-weight:600!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news__desc{
grid-column:3!important;
grid-row:2!important;
margin:0!important;
padding:0!important;
color:#6c8086!important;
font-size:14px!important;
line-height:1.5!important;
}

.atlas-blog-duyurular .text-center{
margin-top:24px!important;
}

}


/* ===== ATLAS 15.0C — ANNOUNCEMENTS MOBILE ===== */

@media (max-width:640px){

.atlas-blog-duyurular .news-tab__wrp>.section__header,
.atlas-blog-duyurular .sub-news--header{
position:relative!important;
min-height:36px!important;
margin:0 0 16px!important;
padding:0 0 11px!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-blog-duyurular .news-tab__wrp>.section__header:after,
.atlas-blog-duyurular .sub-news--header:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-1px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

.atlas-blog-duyurular .section__title,
.atlas-blog-duyurular .sub-news__name{
margin:0!important;
padding:0!important;
font-size:16px!important;
line-height:1!important;
font-weight:700!important;
}

.atlas-blog-duyurular .section__title:after,
.atlas-blog-duyurular .sub-news__name:after{
display:none!important;
content:none!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--link{
display:flex!important;
flex-direction:column!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--image--slider,
.atlas-blog-duyurular .sub-news--horizontal .sub-news--img{
width:100%!important;
height:205px!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--block{
width:100%!important;
height:auto!important;
padding:18px 15px 21px!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--title{
font-size:22px!important;
line-height:1.1!important;
}

.atlas-blog-duyurular .section-two{
padding:30px 0 38px!important;
}


.atlas-blog-duyurular .sub-news--item{
width:100%!important;
margin:0!important;
padding:0!important;
}

.atlas-blog-duyurular .sub-news--item>.sub-news--link{
width:100%!important;
display:grid!important;
grid-template-columns:104px minmax(0,1fr)!important;
grid-template-rows:auto auto auto!important;
column-gap:13px!important;
padding:13px 0!important;
border-bottom:1px solid #e3e9e7!important;
background:transparent!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--image--slider{
grid-column:1!important;
grid-row:1 / 4!important;
width:104px!important;
height:92px!important;
margin:0!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--img{
width:104px!important;
height:92px!important;
object-fit:cover!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news__date{
grid-column:2!important;
grid-row:1!important;
margin:0 0 5px!important;
padding:0!important;
background:none!important;
border:0!important;
font-size:11.5px!important;
}

.atlas-blog-duyurular .sub-news--title__container{
grid-column:2!important;
grid-row:2!important;
margin:0!important;
padding:0!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--title{
margin:0!important;
font-size:15.5px!important;
line-height:1.2!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news__desc{
grid-column:2!important;
grid-row:3!important;
margin:6px 0 0!important;
font-size:13px!important;
line-height:1.4!important;
}

}


.atlas-blog-duyurular .atlas-announcement-nav{
margin-left:auto;
display:flex;
align-items:center;
gap:9px;
}

.atlas-blog-duyurular .atlas-announcement-nav button{
width:34px;
height:34px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #dce4e1;
background:#fff;
color:#526b73;
cursor:pointer;
}

.atlas-blog-duyurular .atlas-announcement-nav span{
min-width:42px;
text-align:center;
color:#71858c;
font-size:12px;
font-weight:600;
}


/* ===== ATLAS 15.0D — ANNOUNCEMENT ARCHIVE FIX ===== */

.atlas-blog-duyurular .sub-news--header{
position:relative!important;
width:100%!important;
margin:0 0 14px!important;
padding:0 0 14px!important;
border:0!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-blog-duyurular .sub-news--header:before{
display:none!important;
content:none!important;
}

.atlas-blog-duyurular .sub-news--header:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-1px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

.atlas-blog-duyurular .sub-news__name{
margin:0!important;
padding:0!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:22px!important;
line-height:1!important;
font-weight:700!important;
}

.atlas-blog-duyurular .sub-news__name:before,
.atlas-blog-duyurular .sub-news__name:after{
display:none!important;
content:none!important;
}

@media (min-width:993px){

.atlas-blog-duyurular .sub-news--content{
width:100%!important;
display:block!important;
}

.atlas-blog-duyurular .sub-news--item{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
display:block!important;
float:none!important;
}

.atlas-blog-duyurular .sub-news--item>.sub-news--link{
width:100%!important;
min-height:138px!important;
display:grid!important;
grid-template-columns:190px 155px minmax(0,1fr)!important;
grid-template-rows:auto 1fr!important;
column-gap:26px!important;
padding:18px 0!important;
background:transparent!important;
border:0!important;
border-bottom:1px solid #e3e9e7!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--image--slider{
grid-column:1!important;
grid-row:1 / 3!important;
width:190px!important;
height:108px!important;
margin:0!important;
overflow:hidden!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--img{
width:190px!important;
height:108px!important;
object-fit:cover!important;
}

}


/* ===== ATLAS 15.0E — ANNOUNCEMENT LINE CLEANUP ===== */

/* SON DUYURULAR + TÜM DUYURULAR:
   eski başlık çizgilerini tamamen kapat */

.atlas-blog-duyurular .section__title,
.atlas-blog-duyurular .sub-news__name{
border:0!important;
border-bottom:0!important;
box-shadow:none!important;
text-decoration:none!important;
}

.atlas-blog-duyurular .section__title:before,
.atlas-blog-duyurular .section__title:after,
.atlas-blog-duyurular .sub-news__name:before,
.atlas-blog-duyurular .sub-news__name:after{
display:none!important;
content:none!important;
}

/* Çizgi sadece başlık parent'ından gelsin */

.atlas-blog-duyurular .news-tab__wrp>.section__header,
.atlas-blog-duyurular .sub-news--header{
position:relative!important;
border:0!important;
border-bottom:1px solid #dfe6e4!important;
box-shadow:none!important;
}

.atlas-blog-duyurular .news-tab__wrp>.section__header:before,
.atlas-blog-duyurular .sub-news--header:before{
display:none!important;
content:none!important;
}

.atlas-blog-duyurular .news-tab__wrp>.section__header:after,
.atlas-blog-duyurular .sub-news--header:after{
content:""!important;
display:block!important;
position:absolute!important;
left:0!important;
bottom:-1px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

/* Duyuru başlığının altında kalan eski çizgiyi kaldır */

.atlas-blog-duyurular .sub-news--title__container,
.atlas-blog-duyurular .sub-news--item .sub-news--title{
border:0!important;
border-bottom:0!important;
box-shadow:none!important;
text-decoration:none!important;
}

.atlas-blog-duyurular .sub-news--title__container:before,
.atlas-blog-duyurular .sub-news--title__container:after,
.atlas-blog-duyurular .sub-news--item .sub-news--title:before,
.atlas-blog-duyurular .sub-news--item .sub-news--title:after{
display:none!important;
content:none!important;
}

/* Her kayıtta yalnız tek ayırıcı */

@media (min-width:993px){

.atlas-blog-duyurular .sub-news--item>.sub-news--link{
border:0!important;
border-bottom:1px solid #e5ebe9!important;
box-shadow:none!important;
}

}


/* ===== ATLAS 15.0F — ANNOUNCEMENT FINAL DESKTOP RHYTHM ===== */

@media (min-width:993px){

.atlas-blog-duyurular .section-two{
padding-bottom:22px!important;
}

.atlas-blog-duyurular .sub-news{
padding-bottom:0!important;
}

.atlas-blog-duyurular .text-center{
margin-top:22px!important;
margin-bottom:0!important;
padding-bottom:0!important;
}

}


/* ===== ATLAS 15.0G — ANNOUNCEMENTS MOBILE FINAL POLISH ===== */

@media (max-width:640px){

  /* Featured block */
  .atlas-blog-duyurular .news-tab__inner{
    margin:14px 0 24px!important;
  }

  .atlas-blog-duyurular .sub-news--horizontal .sub-news--image{
    margin-bottom:14px!important;
  }

  .atlas-blog-duyurular .sub-news--horizontal .sub-news--title{
    font-size:17px!important;
    line-height:1.12!important;
    padding:0 0 8px!important;
    margin:0!important;
  }

  .atlas-blog-duyurular .sub-news--horizontal .sub-news__date{
    margin:0 0 10px!important;
    font-size:12px!important;
    line-height:1.2!important;
  }

  .atlas-blog-duyurular .sub-news--horizontal .sub-news__desc{
    margin:0 0 12px!important;
    font-size:13px!important;
    line-height:1.55!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }

  .atlas-blog-duyurular .sub-news--horizontal .sub-news--button{
    margin-top:0!important;
  }

  /* Archive cards */
  .atlas-blog-duyurular .section-two{
    padding-top:8px!important;
    padding-bottom:26px!important;
  }

  .atlas-blog-duyurular .section-two .col-xl-4,
  .atlas-blog-duyurular .section-two .col-lg-4,
  .atlas-blog-duyurular .section-two .col-md-6,
  .atlas-blog-duyurular .section-two .col-sm-6,
  .atlas-blog-duyurular .section-two .col-12{
    margin-bottom:14px!important;
  }

  .atlas-blog-duyurular .section-two .sub-news--item{
    margin:0!important;
    padding:0!important;
    border:1px solid #e5ebe8!important;
    background:#fff!important;
  }

  .atlas-blog-duyurular .section-two .sub-news--image{
    margin-bottom:10px!important;
  }

  .atlas-blog-duyurular .section-two .sub-news--title{
    font-size:15px!important;
    line-height:1.2!important;
    padding:0 12px 8px!important;
    margin:0!important;
  }

  .atlas-blog-duyurular .section-two .sub-news__date{
    padding:0 12px!important;
    margin:0 0 8px!important;
    font-size:12px!important;
    line-height:1.2!important;
  }

  .atlas-blog-duyurular .section-two .sub-news__desc{
    padding:0 12px 12px!important;
    margin:0!important;
    font-size:12px!important;
    line-height:1.55!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }

  .atlas-blog-duyurular .section-two .sub-news--title__container:before{
    left:12px!important;
    width:calc(100% - 24px)!important;
  }

  /* Pagination */
  .atlas-blog-duyurular .text-center{
    margin-top:6px!important;
  }

}


/* ===== ATLAS 15.0H — DUYURULAR MOBILE CLEAN ===== */

@media (max-width:640px){

/* Kart başlıklarındaki eski çizgiler tamamen kalksın */
.atlas-blog-duyurular .sub-news--title,
.atlas-blog-duyurular .sub-news--title__container{
border:0!important;
border-bottom:0!important;
box-shadow:none!important;
text-decoration:none!important;
}

.atlas-blog-duyurular .sub-news--title:before,
.atlas-blog-duyurular .sub-news--title:after,
.atlas-blog-duyurular .sub-news--title__container:before,
.atlas-blog-duyurular .sub-news--title__container:after{
display:none!important;
content:none!important;
}

/* Featured görsel */
.atlas-blog-duyurular .sub-news--horizontal .sub-news--image--slider{
width:100%!important;
max-width:none!important;
height:205px!important;
margin:0!important;
padding:0!important;
float:none!important;
overflow:hidden!important;
}

.atlas-blog-duyurular .sub-news--horizontal .sub-news--img{
display:block!important;
width:100%!important;
height:205px!important;
object-fit:cover!important;
}

/* Tüm duyurular kartları */
.atlas-blog-duyurular .section-two .sub-news--item{
width:100%!important;
margin:0 0 14px!important;
padding:0!important;
float:none!important;
}

.atlas-blog-duyurular .section-two .sub-news--item>.sub-news--link{
display:block!important;
width:100%!important;
margin:0!important;
padding:0!important;
border:1px solid #e3e9e7!important;
background:#fff!important;
}

.atlas-blog-duyurular .section-two .sub-news--image--slider{
width:100%!important;
height:auto!important;
aspect-ratio:16/9!important;
margin:0!important;
padding:0!important;
overflow:hidden!important;
}

.atlas-blog-duyurular .section-two .sub-news--img{
display:block!important;
width:100%!important;
height:100%!important;
object-fit:cover!important;
}

}

@media (max-width:640px){

.atlas-blog-duyurular .section-two .sub-news--title__container{
margin:0!important;
padding:12px 10px 0!important;
}

.atlas-blog-duyurular .section-two .sub-news--title{
margin:0!important;
padding:0!important;
font-size:15px!important;
line-height:1.2!important;
}

.atlas-blog-duyurular .section-two .sub-news__date{
margin:0!important;
padding:8px 10px 0!important;
background:none!important;
border:0!important;
}

.atlas-blog-duyurular .section-two .sub-news__desc{
margin:0!important;
padding:8px 10px 12px!important;
font-size:12px!important;
line-height:1.5!important;
}

}

/* ===== ATLAS 15.0I — MOBILE ANNOUNCEMENT IMAGE HARD FIX ===== */

@media (max-width:640px){

.atlas-blog-duyurular
.section-two
.sub-news--content
.sub-news--item
> .sub-news--link{
display:block!important;
width:100%!important;
max-width:100%!important;
min-width:0!important;
margin:0!important;
padding:0!important;
}

.atlas-blog-duyurular
.section-two
.sub-news--content
.sub-news--item
> .sub-news--link
> .sub-news--image--slider{
display:block!important;
position:relative!important;
left:auto!important;
right:auto!important;
top:auto!important;
width:100%!important;
min-width:100%!important;
max-width:100%!important;
height:auto!important;
aspect-ratio:690 / 440!important;
margin:0!important;
padding:0!important;
float:none!important;
transform:none!important;
overflow:hidden!important;
box-sizing:border-box!important;
}

.atlas-blog-duyurular
.section-two
.sub-news--content
.sub-news--item
> .sub-news--link
> .sub-news--image--slider
> .sub-news--img{
display:block!important;
position:static!important;
width:100%!important;
min-width:100%!important;
max-width:100%!important;
height:100%!important;
margin:0!important;
padding:0!important;
object-fit:cover!important;
object-position:center!important;
transform:none!important;
}

}

/* ===== ATLAS 15.0J — DESKTOP ANNOUNCEMENT TEXT RHYTHM ===== */

@media (min-width:993px){

.atlas-blog-duyurular .sub-news--item>.sub-news--link{
grid-template-rows:auto auto!important;
row-gap:7px!important;
align-content:center!important;
}

.atlas-blog-duyurular .sub-news--title__container{
height:auto!important;
min-height:0!important;
margin:0!important;
padding:0!important;
align-self:end!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--title{
height:auto!important;
min-height:0!important;
margin:0!important;
padding:0!important;
line-height:1.22!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news__desc{
height:auto!important;
min-height:0!important;
margin:0!important;
padding:0!important;
align-self:start!important;
}

}


/* ===== ATLAS 15.0K — DESKTOP ANNOUNCEMENT ROW ALIGNMENT ===== */

@media (min-width:993px){

.atlas-blog-duyurular .sub-news--item>.sub-news--link{
grid-template-columns:190px 155px minmax(0,1fr)!important;
grid-template-rows:auto auto!important;
column-gap:26px!important;
row-gap:7px!important;
align-content:start!important;
align-items:start!important;
min-height:144px!important;
padding:18px 0!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--image--slider{
align-self:start!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news__date{
align-self:start!important;
margin:0!important;
padding-top:10px!important;
}

.atlas-blog-duyurular .sub-news--title__container{
align-self:start!important;
height:auto!important;
min-height:0!important;
margin:0!important;
padding:7px 0 0!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--title{
height:auto!important;
min-height:0!important;
margin:0!important;
padding:0!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news__desc{
align-self:start!important;
height:auto!important;
min-height:0!important;
margin:0!important;
padding:0!important;
}

}


/* ===== ATLAS 15.0K — DESKTOP ANNOUNCEMENT ROW ALIGNMENT ===== */

@media (min-width:993px){

.atlas-blog-duyurular .sub-news--item>.sub-news--link{
grid-template-columns:190px 155px minmax(0,1fr)!important;
grid-template-rows:auto auto!important;
column-gap:26px!important;
row-gap:7px!important;
align-content:start!important;
align-items:start!important;
min-height:144px!important;
padding:18px 0!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--image--slider{
align-self:start!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news__date{
align-self:start!important;
margin:0!important;
padding-top:10px!important;
}

.atlas-blog-duyurular .sub-news--title__container{
align-self:start!important;
height:auto!important;
min-height:0!important;
margin:0!important;
padding:7px 0 0!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--title{
height:auto!important;
min-height:0!important;
margin:0!important;
padding:0!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news__desc{
align-self:start!important;
height:auto!important;
min-height:0!important;
margin:0!important;
padding:0!important;
}

}


/* ===== ATLAS 15.0L — ANNOUNCEMENT ROW STRUCTURE FINAL ===== */

@media (min-width:993px){

.atlas-blog-duyurular .sub-news--item>.sub-news--link{
display:grid!important;
grid-template-columns:190px minmax(0,1fr)!important;
grid-template-rows:108px!important;
column-gap:26px!important;
align-items:center!important;
align-content:center!important;
min-height:144px!important;
padding:18px 0!important;
}

.atlas-blog-duyurular .sub-news--item .sub-news--image--slider{
grid-column:1!important;
grid-row:1!important;
width:190px!important;
height:108px!important;
align-self:center!important;
}

.atlas-blog-duyurular .atlas-announcement-copy{
grid-column:2!important;
grid-row:1!important;

width:100%!important;
height:108px!important;
min-width:0!important;

display:grid!important;
grid-template-columns:155px minmax(0,1fr)!important;
grid-template-rows:min-content min-content!important;

column-gap:26px!important;
row-gap:7px!important;

align-content:center!important;
align-items:start!important;
}

.atlas-blog-duyurular .atlas-announcement-copy .sub-news__date{
grid-column:1!important;
grid-row:1 / 3!important;

align-self:center!important;

margin:0!important;
padding:0!important;

height:auto!important;
min-height:0!important;
}

.atlas-blog-duyurular .atlas-announcement-copy .sub-news--title__container{
grid-column:2!important;
grid-row:1!important;

align-self:end!important;

height:auto!important;
min-height:0!important;

margin:0!important;
padding:0!important;
}

.atlas-blog-duyurular .atlas-announcement-copy .sub-news--title{
height:auto!important;
min-height:0!important;

margin:0!important;
padding:0!important;

line-height:1.22!important;
}

.atlas-blog-duyurular .atlas-announcement-copy .sub-news__desc{
grid-column:2!important;
grid-row:2!important;

align-self:start!important;

height:auto!important;
min-height:0!important;

margin:0!important;
padding:0!important;

line-height:1.5!important;
}

}


@media (max-width:640px){

.atlas-blog-duyurular .atlas-announcement-copy{
display:block!important;
width:100%!important;
height:auto!important;
margin:0!important;
padding:0!important;
}

}


/* ===== ATLAS 16.0A — PRESS FEATURED ===== */

.atlas-blog-basinda-biz .head{
background:#fbfcfb!important;
}

.atlas-blog-basinda-biz .news-tab__wrp>.section__header,
.atlas-blog-basinda-biz .sub-news--header{
position:relative!important;
width:100%!important;
margin:0 0 22px!important;
padding:0 0 12px!important;
display:flex!important;
align-items:center!important;
border:0!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-blog-basinda-biz .news-tab__wrp>.section__header:before,
.atlas-blog-basinda-biz .sub-news--header:before,
.atlas-blog-basinda-biz .section__title:before,
.atlas-blog-basinda-biz .section__title:after,
.atlas-blog-basinda-biz .sub-news__name:before,
.atlas-blog-basinda-biz .sub-news__name:after{
display:none!important;
content:none!important;
}

.atlas-blog-basinda-biz .news-tab__wrp>.section__header:after,
.atlas-blog-basinda-biz .sub-news--header:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-1px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

.atlas-blog-basinda-biz .section__title,
.atlas-blog-basinda-biz .sub-news__name{
margin:0!important;
padding:0!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:22px!important;
line-height:1!important;
font-weight:700!important;
border:0!important;
}

.atlas-blog-basinda-biz .news-tab__links{
display:none!important;
}


@media (min-width:993px){

.atlas-blog-basinda-biz .head--content{
padding-top:42px!important;
}

.atlas-blog-basinda-biz .news-tab__inner{
width:100%!important;
min-height:330px!important;
border:1px solid #e2e8e6!important;
background:#fff!important;
overflow:hidden!important;
}

.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--link{
display:grid!important;
grid-template-columns:48% 52%!important;
min-height:330px!important;
background:#fff!important;
}

.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--image--slider{
width:100%!important;
max-width:none!important;
height:330px!important;
margin:0!important;
padding:0!important;
}

.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--img{
width:100%!important;
height:330px!important;
object-fit:cover!important;
}

.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--block{
width:100%!important;
max-width:none!important;
height:330px!important;
padding:34px 42px!important;
display:flex!important;
flex-direction:column!important;
justify-content:center!important;
}

}

@media (min-width:993px){

.atlas-blog-basinda-biz .sub-news--horizontal .sub-news__date,
.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--title,
.atlas-blog-basinda-biz .sub-news--horizontal .sub-news__desc,
.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--button{
position:relative!important;
top:auto!important;
opacity:1!important;
transform:none!important;
pointer-events:auto!important;
}

.atlas-blog-basinda-biz .sub-news--horizontal .sub-news__date{
order:-1!important;
margin:0 0 14px!important;
padding:0 0 0 11px!important;
border-left:2px solid var(--atlas-primary)!important;
color:#71858c!important;
}

.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--title{
margin:0!important;
padding:0!important;
max-width:620px!important;
color:#294a53!important;
font-family:var(--atlas-head)!important;
font-size:30px!important;
line-height:1.08!important;
font-weight:700!important;
}

.atlas-blog-basinda-biz .sub-news--horizontal .sub-news__desc{
margin:14px 0 18px!important;
max-width:620px!important;
color:#647980!important;
font-size:15px!important;
line-height:1.55!important;
}

}

/* ===== ATLAS 16.0B — PRESS ARCHIVE ===== */

.atlas-blog-basinda-biz .section-two{
padding:44px 0 30px!important;
background:#fff!important;
}

@media (min-width:993px){

.atlas-blog-basinda-biz .sub-news--content{
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:24px 22px!important;
}

.atlas-blog-basinda-biz .sub-news--item{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
float:none!important;
}

.atlas-blog-basinda-biz .sub-news--item>.sub-news--link{
height:100%!important;
display:flex!important;
flex-direction:column!important;
background:#fff!important;
border:1px solid #e2e8e6!important;
}

.atlas-blog-basinda-biz .sub-news--item .sub-news--image--slider{
width:100%!important;
aspect-ratio:16/10!important;
margin:0!important;
overflow:hidden!important;
}

.atlas-blog-basinda-biz .sub-news--item .sub-news--img{
display:block!important;
width:100%!important;
height:100%!important;
object-fit:cover!important;
}

}

.atlas-blog-basinda-biz .sub-news--title__container,
.atlas-blog-basinda-biz .sub-news--item .sub-news--title{
border:0!important;
box-shadow:none!important;
}

.atlas-blog-basinda-biz .sub-news--title__container:before,
.atlas-blog-basinda-biz .sub-news--title__container:after,
.atlas-blog-basinda-biz .sub-news--item .sub-news--title:before,
.atlas-blog-basinda-biz .sub-news--item .sub-news--title:after{
display:none!important;
content:none!important;
}

.atlas-blog-basinda-biz .sub-news--title__container{
padding:17px 16px 0!important;
}

.atlas-blog-basinda-biz .sub-news--item .sub-news--title{
margin:0!important;
padding:0!important;
color:#35545c!important;
font-family:var(--atlas-head)!important;
font-size:18px!important;
line-height:1.22!important;
font-weight:600!important;
}

.atlas-blog-basinda-biz .sub-news--item .sub-news__date{
margin:12px 16px 0!important;
padding:0!important;
background:none!important;
border:0!important;
color:#71858c!important;
font-size:12.5px!important;
}

.atlas-blog-basinda-biz .sub-news--item .sub-news__desc{
margin:10px 16px 18px!important;
color:#6c8086!important;
font-size:14px!important;
line-height:1.5!important;
}






/* ===== ATLAS 16.0C — PRESS DESKTOP FINAL CLEANUP ===== */

@media (min-width:993px){

/* Featured başlıkta eski V1 çizgilerini kaldır */
.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--title{
border:0!important;
border-bottom:0!important;
box-shadow:none!important;
text-decoration:none!important;
}

.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--title:before,
.atlas-blog-basinda-biz .sub-news--horizontal .sub-news--title:after{
display:none!important;
content:none!important;
}

/* Alt bölüm ritmi */
.atlas-blog-basinda-biz .section-two{
padding-bottom:20px!important;
}

.atlas-blog-basinda-biz .sub-news{
padding-bottom:0!important;
}

.atlas-blog-basinda-biz .text-center{
margin-top:22px!important;
margin-bottom:0!important;
padding-bottom:0!important;
}

}



/* ===== ATLAS 16.0.1 — PRESS NAV EXACTLY AS NEWS ===== */

.atlas-blog-basinda-biz .atlas-featured-nav{
margin-left:auto!important;
padding-left:20px!important;
display:flex!important;
align-items:center!important;
gap:8px!important;
}

.atlas-blog-basinda-biz .atlas-featured-nav button{
width:32px!important;
height:32px!important;
border:1px solid #dbe2e0!important;
background:#fff!important;
color:#506970!important;
}

.atlas-blog-basinda-biz .atlas-featured-nav__counter{
min-width:48px!important;
color:#7a8b91!important;
font-size:12px!important;
}

.atlas-blog-basinda-biz .atlas-featured-nav__current{
color:#294a53!important;
font-weight:800!important;
}

/* ===== ATLAS 16.0D — PRESS MOBILE FINAL ===== */

@media (max-width:640px){

.atlas-blog-basinda-biz .news-tab__wrp>.section__header,
.atlas-blog-basinda-biz .sub-news--header{
position:relative!important;
width:100%!important;
min-height:36px!important;
margin:0 0 16px!important;
padding:0 0 11px!important;
display:flex!important;
align-items:center!important;
justify-content:space-between!important;
border:0!important;
border-bottom:1px solid #dfe6e4!important;
text-align:left!important;
}

.atlas-blog-basinda-biz .news-tab__wrp>.section__header:before,
.atlas-blog-basinda-biz .sub-news--header:before{
display:none!important;
content:none!important;
}

.atlas-blog-basinda-biz .news-tab__wrp>.section__header:after,
.atlas-blog-basinda-biz .sub-news--header:after{
content:""!important;
position:absolute!important;
left:0!important;
bottom:-1px!important;
width:48px!important;
height:2px!important;
background:var(--atlas-primary)!important;
}

.atlas-blog-basinda-biz .section__title,
.atlas-blog-basinda-biz .sub-news__name{
width:auto!important;
max-width:none!important;
margin:0!important;
padding:0!important;
display:block!important;
float:none!important;
transform:none!important;
text-align:left!important;
font-size:16px!important;
line-height:1!important;
white-space:nowrap!important;
}

.atlas-blog-basinda-biz .section__title:before,
.atlas-blog-basinda-biz .section__title:after,
.atlas-blog-basinda-biz .sub-news__name:before,
.atlas-blog-basinda-biz .sub-news__name:after{
display:none!important;
content:none!important;
}

}

@media (max-width:640px){

.atlas-blog-basinda-biz .atlas-featured-nav{
flex:0 0 auto!important;
margin-left:8px!important;
gap:5px!important;
}

.atlas-blog-basinda-biz .atlas-featured-nav button{
width:30px!important;
height:30px!important;
min-width:30px!important;
padding:0!important;
}

.atlas-blog-basinda-biz .atlas-featured-nav__counter{
min-width:35px!important;
font-size:11px!important;
}

}

@media (max-width:640px){

.atlas-blog-basinda-biz .section-two{
padding:28px 0 30px!important;
}

.atlas-blog-basinda-biz .sub-news--content{
display:block!important;
}

.atlas-blog-basinda-biz .sub-news--item{
width:100%!important;
max-width:100%!important;
margin:0 0 14px!important;
padding:0!important;
float:none!important;
}

.atlas-blog-basinda-biz .sub-news--item>.sub-news--link{
display:flex!important;
width:100%!important;
flex-direction:column!important;
margin:0!important;
padding:0!important;
border:1px solid #e2e8e6!important;
background:#fff!important;
}

.atlas-blog-basinda-biz .sub-news--item .sub-news--image--slider{
width:100%!important;
max-width:100%!important;
height:auto!important;
aspect-ratio:16/10!important;
margin:0!important;
padding:0!important;
overflow:hidden!important;
}

.atlas-blog-basinda-biz .sub-news--item .sub-news--img{
display:block!important;
width:100%!important;
height:100%!important;
margin:0!important;
padding:0!important;
object-fit:cover!important;
}

.atlas-blog-basinda-biz .sub-news--title__container{
padding:13px 11px 0!important;
}

.atlas-blog-basinda-biz .sub-news--item .sub-news__date{
margin:9px 11px 0!important;
}

.atlas-blog-basinda-biz .sub-news--item .sub-news__desc{
margin:8px 11px 13px!important;
}

}

/* ===== ATLAS 17.0 — PUBLICATIONS LIST ===== */

.atlas-inner--publications .head{
background:#fbfcfb!important;
}

.atlas-inner--publications .head--content{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--publications .head__news,
.atlas-inner--publications .head__news__full{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--publications .atlas-publications-list{
width:100%;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:34px 28px;
padding:42px 0 28px;
}

.atlas-inner--publications .atlas-publication-list-card{
min-width:0;
display:flex;
flex-direction:column;
color:#294a53!important;
text-decoration:none!important;
background:#fff;
border:1px solid #e2e8e6;
transition:
transform .18s ease,
border-color .18s ease,
box-shadow .18s ease;
}

.atlas-inner--publications .atlas-publication-list-card:hover{
transform:translateY(-3px);
border-color:#cfd8d6;
box-shadow:0 9px 25px rgba(13,52,65,.08);
}

.atlas-inner--publications .atlas-publication-list-card__cover{
position:relative;
width:100%;
aspect-ratio:400 / 520;
padding:18px;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
background:#f6f7f6;
border-bottom:1px solid #e5eae8;
}

.atlas-inner--publications .atlas-publication-list-card__cover img{
display:block;
width:100%;
height:100%;
object-fit:contain;
transition:transform .22s ease;
}

.atlas-inner--publications .atlas-publication-list-card:hover
.atlas-publication-list-card__cover img{
transform:scale(1.015);
}

.atlas-inner--publications .atlas-publication-list-card__body{
min-height:96px;
padding:17px 18px 16px;
display:flex;
flex-direction:column;
}

.atlas-inner--publications .atlas-publication-list-card__body strong{
margin:0;
color:#35545c;
font-family:var(--atlas-head);
font-size:18px;
line-height:1.24;
font-weight:600;
}

.atlas-inner--publications .atlas-publication-list-card__body span{
margin-top:auto;
padding-top:13px;
display:flex;
align-items:center;
gap:8px;
color:#71858c;
font-size:12.5px;
font-weight:700;
}

.atlas-inner--publications .atlas-publication-list-card__body span i{
color:var(--atlas-primary);
font-size:11px;
transition:transform .18s ease;
}

.atlas-inner--publications .atlas-publication-list-card:hover
.atlas-publication-list-card__body span i{
transform:translateX(4px);
}


@media (max-width:992px){

.atlas-inner--publications .atlas-publications-list{
grid-template-columns:repeat(2,minmax(0,1fr));
gap:22px;
padding:30px 0 24px;
}

}

@media (max-width:640px){

.atlas-inner--publications .atlas-publications-list{
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
padding:24px 0 20px;
}

.atlas-inner--publications .atlas-publication-list-card__cover{
padding:7px;
}

.atlas-inner--publications .atlas-publication-list-card__body{
min-height:88px;
padding:11px 10px 10px;
}

.atlas-inner--publications .atlas-publication-list-card__body strong{
font-size:15px;
line-height:1.2;
}

.atlas-inner--publications .atlas-publication-list-card__body span{
padding-top:9px;
font-size:11px;
gap:5px;
}

}


.atlas-inner--publications .text-center{
margin-top:4px!important;
margin-bottom:0!important;
padding-bottom:24px!important;
}

@media (max-width:640px){

.atlas-inner--publications .text-center{
padding-bottom:18px!important;
}

}


.atlas-inner--publications .text-center{
margin-top:4px!important;
margin-bottom:0!important;
padding-bottom:24px!important;
}

@media (max-width:640px){

.atlas-inner--publications .text-center{
padding-bottom:18px!important;
}

}


/* ===== ATLAS 17.0A — PUBLICATION CARD SCALE ===== */

@media (min-width:1151px){

.atlas-inner--publications .atlas-publications-list{
grid-template-columns:repeat(4,250px)!important;
gap:28px 24px!important;
justify-content:start!important;
padding:36px 0 26px!important;
}

}

@media (min-width:993px) and (max-width:1150px){

.atlas-inner--publications .atlas-publications-list{
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:24px!important;
}

}

.atlas-inner--publications .atlas-publication-list-card__cover{
padding:12px!important;
}

.atlas-inner--publications .atlas-publication-list-card__body{
min-height:88px!important;
padding:14px 14px 13px!important;
}

.atlas-inner--publications .atlas-publication-list-card__body strong{
font-size:17px!important;
line-height:1.22!important;
font-weight:600!important;
}


/* ===== ATLAS 17.0B — PUBLICATIONS FINAL RHYTHM ===== */

@media (min-width:993px){

.atlas-inner--publications .head__news__full{
padding-bottom:12px!important;
}

.atlas-inner--publications .text-center{
margin-top:0!important;
padding-bottom:10px!important;
}

}


/* ===== ATLAS 17.1 — PUBLICATION DETAIL ===== */

.atlas-inner--publication-detail .head{
background:#fbfcfb!important;
}

.atlas-inner--publication-detail .head--content{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--publication-detail .head__news,
.atlas-inner--publication-detail .head__news__full{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
}

@media (min-width:993px){

.atlas-inner--publication-detail .head--content{
padding-top:42px!important;
padding-bottom:46px!important;
}

.atlas-inner--publication-detail .head__news__full{
max-width:960px!important;
margin:0 auto!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-grid{
display:grid!important;
grid-template-columns:280px minmax(0,1fr)!important;
gap:48px!important;
align-items:start!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-cover{
width:280px!important;
padding:12px!important;
background:#f6f7f6!important;
border:1px solid #e2e8e6!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-cover img{
display:block!important;
width:100%!important;
height:auto!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-content{
padding-top:6px!important;
}

}

.atlas-inner--publication-detail .atlas-publication-detail-description{
color:#4b646c;
font-size:16.5px;
line-height:1.78;
}

.atlas-inner--publication-detail .atlas-publication-detail-description p{
margin:0 0 18px;
}

.atlas-inner--publication-detail .atlas-publication-download{
width:100%;
max-width:460px;
min-height:58px;
margin-top:26px;
padding:0 18px;
display:flex;
align-items:center;
gap:12px;
background:#294a53;
border:1px solid #294a53;
color:#fff!important;
font-size:14px;
font-weight:700;
text-decoration:none!important;
transition:
background .18s ease,
border-color .18s ease,
transform .18s ease;
}

.atlas-inner--publication-detail .atlas-publication-download:hover{
background:var(--atlas-primary);
border-color:var(--atlas-primary);
transform:translateY(-1px);
}

.atlas-inner--publication-detail .atlas-publication-download i{
font-size:15px;
}

.atlas-inner--publication-detail .atlas-publication-back{
margin-top:25px;
display:flex;
align-items:center;
gap:8px;
color:#526b73!important;
font-size:13px;
font-weight:700;
text-decoration:none!important;
}

.atlas-inner--publication-detail .atlas-publication-back:hover{
color:var(--atlas-primary)!important;
}


@media (max-width:992px){

.atlas-inner--publication-detail .head--content{
padding-top:28px!important;
padding-bottom:34px!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-grid{
display:grid!important;
grid-template-columns:1fr!important;
gap:26px!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-cover{
width:240px!important;
max-width:72%!important;
margin:0 auto!important;
padding:8px!important;
background:#f6f7f6!important;
border:1px solid #e2e8e6!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-cover img{
display:block!important;
width:100%!important;
height:auto!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-description{
font-size:16px!important;
line-height:1.7!important;
}

.atlas-inner--publication-detail .atlas-publication-download{
max-width:none!important;
margin-top:22px!important;
}

}

@media (max-width:640px){

.atlas-inner--publication-detail .head--content{
padding-top:24px!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-cover{
width:215px!important;
}

.atlas-inner--publication-detail .atlas-publication-detail-description{
font-size:15.5px!important;
}

.atlas-inner--publication-detail .atlas-publication-download{
min-height:52px!important;
font-size:13px!important;
}

}

/* ===== ATLAS 18.0 — PHOTO GALLERIES ===== */

.atlas-inner--galleries .head{
background:#fbfcfb!important;
}

.atlas-inner--galleries .head--content{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--galleries .head__news,
.atlas-inner--galleries .head__news__full{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--galleries .atlas-gallery-list{
width:100%;
padding:38px 0 28px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:26px 24px;
}

.atlas-inner--galleries .atlas-gallery-card{
min-width:0;
display:flex;
flex-direction:column;
background:#fff;
border:1px solid #e2e8e6;
color:#294a53!important;
text-decoration:none!important;
transition:
transform .18s ease,
box-shadow .18s ease,
border-color .18s ease;
}

.atlas-inner--galleries .atlas-gallery-card:hover{
transform:translateY(-3px);
border-color:#cfd8d6;
box-shadow:0 9px 25px rgba(13,52,65,.08);
}

.atlas-inner--galleries .atlas-gallery-card__visual{
position:relative;
width:100%;
aspect-ratio:3/2;
overflow:hidden;
background:#f3f5f4;
}

.atlas-inner--galleries .atlas-gallery-card__visual img{
display:block;
width:100%;
height:100%;
object-fit:cover;
transition:transform .25s ease;
}

.atlas-inner--galleries .atlas-gallery-card:hover
.atlas-gallery-card__visual img{
transform:scale(1.018);
}

.atlas-inner--galleries .atlas-gallery-card__icon{
position:absolute;
right:12px;
bottom:12px;
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.94);
border:1px solid rgba(218,226,223,.95);
color:#35545c;
font-size:14px;
}


.atlas-inner--galleries .atlas-gallery-card__body{
min-height:92px;
padding:15px 16px 14px;
display:flex;
flex-direction:column;
}

.atlas-inner--galleries .atlas-gallery-card__body strong{
margin:0;
color:#35545c;
font-family:var(--atlas-head);
font-size:18px;
line-height:1.24;
font-weight:600;
}

.atlas-inner--galleries .atlas-gallery-card__action{
margin-top:auto;
padding-top:12px;
display:flex;
align-items:center;
gap:7px;
color:#71858c;
font-size:12.5px;
font-weight:700;
}

.atlas-inner--galleries .atlas-gallery-card__action i{
color:var(--atlas-primary);
font-size:11px;
transition:transform .18s ease;
}

.atlas-inner--galleries .atlas-gallery-card:hover
.atlas-gallery-card__action i{
transform:translateX(4px);
}


@media (max-width:992px){

.atlas-inner--galleries .atlas-gallery-list{
grid-template-columns:repeat(2,minmax(0,1fr));
gap:18px;
padding:30px 0 24px;
}

}

@media (max-width:640px){

.atlas-inner--galleries .atlas-gallery-list{
grid-template-columns:1fr;
gap:16px;
padding:24px 0 20px;
}

.atlas-inner--galleries .atlas-gallery-card__body{
min-height:82px;
padding:13px 13px 12px;
}

.atlas-inner--galleries .atlas-gallery-card__body strong{
font-size:17px;
}

.atlas-inner--galleries .atlas-gallery-card__icon{
right:10px;
bottom:10px;
width:34px;
height:34px;
}

}


.atlas-inner--galleries .text-center{
margin-top:4px!important;
margin-bottom:0!important;
padding-bottom:20px!important;
}


/* ===== ATLAS 18.1 — PHOTO GALLERY DETAIL ===== */

.atlas-inner--gallery-detail .head{
background:#fbfcfb!important;
}

.atlas-inner--gallery-detail .head--content{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--gallery-detail .head__news,
.atlas-inner--gallery-detail .head__news__full{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
}

@media (min-width:993px){

.atlas-inner--gallery-detail .head--content{
padding-top:42px!important;
padding-bottom:38px!important;
}

.atlas-inner--gallery-detail .head__news__full{
max-width:1080px!important;
margin:0 auto!important;
}

.atlas-inner--gallery-detail .gallery__list{
width:100%!important;
margin:0!important;
padding:0 0 26px!important;
display:grid!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:18px!important;
align-items:stretch!important;
}

.atlas-inner--gallery-detail .gallery__item{
position:relative!important;
width:100%!important;
height:auto!important;
aspect-ratio:3/2!important;
margin:0!important;
overflow:hidden!important;
}

.atlas-inner--gallery-detail .gallery__item:first-child{
grid-column:1 / -1!important;
aspect-ratio:16/7!important;
}

}

.atlas-inner--gallery-detail .gallery__img{
display:block!important;
width:100%!important;
height:100%!important;
object-fit:cover!important;
transition:transform .25s ease!important;
}

.atlas-inner--gallery-detail .gallery__overlay{
display:flex!important;
align-items:flex-end!important;
justify-content:flex-end!important;
padding:12px!important;
background:linear-gradient(
to top,
rgba(13,52,65,.18),
rgba(13,52,65,0) 45%
)!important;
opacity:0!important;
transition:opacity .18s ease!important;
}

.atlas-inner--gallery-detail .gallery__item:hover .gallery__overlay{
opacity:1!important;
}

.atlas-inner--gallery-detail .gallery__icon{
width:38px!important;
height:38px!important;
margin:0!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
background:rgba(255,255,255,.95)!important;
border:1px solid rgba(220,228,225,.95)!important;
color:#35545c!important;
font-size:15px!important;
opacity:1!important;
}

.atlas-inner--gallery-detail .gallery__item:hover .gallery__img{
transform:scale(1.018)!important;
}


.atlas-inner--gallery-detail .atlas-gallery-detail-back{
padding-top:18px;
display:flex;
align-items:center;
gap:8px;
border-top:1px solid #e1e7e5;
color:#526b73!important;
font-size:13px;
font-weight:700;
text-decoration:none!important;
}

.atlas-inner--gallery-detail .atlas-gallery-detail-back:hover{
color:var(--atlas-primary)!important;
}

@media (max-width:992px){

.atlas-inner--gallery-detail .head--content{
padding-top:28px!important;
padding-bottom:32px!important;
}

.atlas-inner--gallery-detail .gallery__list{
width:100%!important;
margin:0!important;
padding:0 0 22px!important;
display:grid!important;
grid-template-columns:1fr!important;
gap:14px!important;
}

.atlas-inner--gallery-detail .gallery__item,
.atlas-inner--gallery-detail .gallery__item:first-child{
grid-column:auto!important;
width:100%!important;
height:auto!important;
aspect-ratio:3/2!important;
margin:0!important;
}

}

@media (max-width:640px){

.atlas-inner--gallery-detail .head--content{
padding-top:24px!important;
}

.atlas-inner--gallery-detail .gallery__list{
gap:12px!important;
}

.atlas-inner--gallery-detail .gallery__overlay{
opacity:1!important;
padding:8px!important;
}

.atlas-inner--gallery-detail .gallery__icon{
width:34px!important;
height:34px!important;
font-size:13px!important;
}

.atlas-inner--gallery-detail .atlas-gallery-detail-back{
padding-top:16px!important;
font-size:12.5px!important;
}

}

/* ===== ATLAS 19.0 — VIDEOS LIST ===== */

.atlas-inner--videos .head{
background:#fbfcfb!important;
}

.atlas-inner--videos .head--content{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--videos .head__news,
.atlas-inner--videos .head__news__full{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--videos .atlas-video-list{
width:100%;
padding:38px 0 28px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:26px 24px;
}

.atlas-inner--videos .atlas-video-card{
display:flex;
flex-direction:column;
min-width:0;
background:#fff;
border:1px solid #e2e8e6;
color:#294a53!important;
text-decoration:none!important;
transition:
transform .18s ease,
box-shadow .18s ease,
border-color .18s ease;
}

.atlas-inner--videos .atlas-video-card:hover{
transform:translateY(-3px);
border-color:#cfd8d6;
box-shadow:0 9px 25px rgba(13,52,65,.08);
}

.atlas-inner--videos .atlas-video-card__visual{
position:relative;
width:100%;
aspect-ratio:16/9;
overflow:hidden;
background:#eef1f0;
}

.atlas-inner--videos .atlas-video-card__visual img{
display:block;
width:100%;
height:100%;
object-fit:cover;
transition:transform .25s ease;
}

.atlas-inner--videos .atlas-video-card:hover
.atlas-video-card__visual img{
transform:scale(1.018);
}

.atlas-inner--videos .atlas-video-card__play{
position:absolute;
left:50%;
top:50%;
width:48px;
height:48px;
display:flex;
align-items:center;
justify-content:center;
transform:translate(-50%,-50%);
border:1px solid rgba(255,255,255,.88);
border-radius:50%;
background:rgba(255,255,255,.94);
color:#294a53;
box-shadow:0 5px 18px rgba(13,52,65,.16);
transition:
background .18s ease,
color .18s ease,
transform .18s ease;
}

.atlas-inner--videos .atlas-video-card__play i{
margin-left:2px;
font-size:14px;
}

.atlas-inner--videos .atlas-video-card:hover
.atlas-video-card__play{
background:var(--atlas-primary);
color:#fff;
transform:translate(-50%,-50%) scale(1.05);
}


.atlas-inner--videos .atlas-video-card__body{
min-height:92px;
padding:15px 16px 14px;
display:flex;
flex-direction:column;
}

.atlas-inner--videos .atlas-video-card__body strong{
margin:0;
color:#35545c;
font-family:var(--atlas-head);
font-size:18px;
line-height:1.24;
font-weight:600;
}

.atlas-inner--videos .atlas-video-card__action{
margin-top:auto;
padding-top:12px;
display:flex;
align-items:center;
gap:7px;
color:#71858c;
font-size:12.5px;
font-weight:700;
}

.atlas-inner--videos .atlas-video-card__action i{
color:var(--atlas-primary);
font-size:11px;
transition:transform .18s ease;
}

.atlas-inner--videos .atlas-video-card:hover
.atlas-video-card__action i{
transform:translateX(4px);
}


@media (max-width:992px){

.atlas-inner--videos .atlas-video-list{
grid-template-columns:repeat(2,minmax(0,1fr));
gap:18px;
padding:30px 0 24px;
}

}

@media (max-width:640px){

.atlas-inner--videos .atlas-video-list{
grid-template-columns:1fr;
gap:16px;
padding:24px 0 20px;
}

.atlas-inner--videos .atlas-video-card__body{
min-height:82px;
padding:13px 13px 12px;
}

.atlas-inner--videos .atlas-video-card__body strong{
font-size:17px;
}

.atlas-inner--videos .atlas-video-card__play{
width:44px;
height:44px;
}

}

.atlas-inner--videos .text-center{
margin-top:4px!important;
margin-bottom:0!important;
padding-bottom:20px!important;
}


/* ===== ATLAS 19.1 — VIDEO DETAIL ===== */

.atlas-inner--video-detail .head{
background:#fbfcfb!important;
}

.atlas-inner--video-detail .head--content{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--video-detail .head__news,
.atlas-inner--video-detail .head__news__full{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--video-detail .atlas-video-detail-player{
position:relative;
width:100%;
aspect-ratio:16/9;
overflow:hidden;
background:#0d1113;
}

.atlas-inner--video-detail .atlas-video-detail-player iframe{
position:absolute!important;
inset:0!important;
width:100%!important;
height:100%!important;
max-width:none!important;
margin:0!important;
border:0!important;
}

.atlas-inner--video-detail .atlas-video-detail-back{
display:flex;
align-items:center;
gap:8px;
padding-top:18px;
border-top:1px solid #e1e7e5;
color:#526b73!important;
font-size:13px;
font-weight:700;
text-decoration:none!important;
}

.atlas-inner--video-detail .atlas-video-detail-back:hover{
color:var(--atlas-primary)!important;
}

@media (min-width:993px){

.atlas-inner--video-detail .head--content{
padding-top:42px!important;
padding-bottom:40px!important;
}

.atlas-inner--video-detail .head__news__full{
max-width:1080px!important;
margin:0 auto!important;
}

.atlas-inner--video-detail .atlas-video-detail-player{
margin-bottom:24px!important;
}

}

@media (max-width:992px){

.atlas-inner--video-detail .head--content{
padding-top:28px!important;
padding-bottom:32px!important;
}

.atlas-inner--video-detail .atlas-video-detail-player{
margin-bottom:20px!important;
}

}

@media (max-width:640px){

.atlas-inner--video-detail .head--content{
padding-top:24px!important;
}

.atlas-inner--video-detail .atlas-video-detail-back{
padding-top:16px!important;
font-size:12.5px!important;
}

}


/* ===== ATLAS 20.0A — CONTACT DESKTOP GEOMETRY ===== */

@media (min-width:993px){

.contact--cont.atlas-inner--contact-page{
width:min(calc(100% - 46px),1180px)!important;
max-width:1180px!important;
margin:0 auto!important;
padding:42px 0 48px!important;
display:grid!important;
grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr)!important;
gap:48px!important;
align-items:start!important;
}

.contact--cont.atlas-inner--contact-page>[class*="col-"]{
width:100%!important;
max-width:none!important;
flex:none!important;
margin:0!important;
padding:0!important;
}

}

/* ===== ATLAS 20.0B — CONTACT LEFT ===== */

.atlas-inner--contact-page .map-search{
position:static!important;
width:100%!important;
max-width:none!important;
margin:0!important;
transform:none!important;
background:transparent!important;
box-shadow:none!important;
}

.atlas-inner--contact-page .map-search__caret{
display:none!important;
}

.atlas-inner--contact-page .map-search__wrp,
.atlas-inner--contact-page .map-search__inner,
.atlas-inner--contact-page .map-search__content{
width:100%!important;
margin:0!important;
padding:0!important;
background:transparent!important;
}

.atlas-inner--contact-page .map-search-inf{
display:block!important;
}

.atlas-inner--contact-page .map-search-inf__item{
width:100%!important;
margin:0!important;
padding:10px 0!important;
display:flex!important;
align-items:flex-start!important;
gap:10px!important;
border-bottom:1px solid #e2e7e5!important;
}

.atlas-inner--contact-page .map-search-inf__txt{
font-size:14.5px!important;
line-height:1.5!important;
}


/* ===== ATLAS 20.0B — CONTACT LEFT ===== */

.atlas-inner--contact-page .map-search{
position:static!important;
width:100%!important;
max-width:none!important;
margin:0!important;
transform:none!important;
background:transparent!important;
box-shadow:none!important;
}

.atlas-inner--contact-page .map-search__caret{
display:none!important;
}

.atlas-inner--contact-page .map-search__wrp,
.atlas-inner--contact-page .map-search__inner,
.atlas-inner--contact-page .map-search__content{
width:100%!important;
margin:0!important;
padding:0!important;
background:transparent!important;
}

.atlas-inner--contact-page .map-search-inf{
display:block!important;
}

.atlas-inner--contact-page .map-search-inf__item{
width:100%!important;
margin:0!important;
padding:10px 0!important;
display:flex!important;
align-items:flex-start!important;
gap:10px!important;
border-bottom:1px solid #e2e7e5!important;
}

.atlas-inner--contact-page .map-search-inf__txt{
font-size:14.5px!important;
line-height:1.5!important;
}


/* ===== ATLAS 20.0C — CONTACT INFO ===== */

.atlas-inner--contact-page .sub-search__social{
margin-top:24px!important;
padding:16px 0!important;
display:flex!important;
align-items:center!important;
justify-content:space-between!important;
border-top:1px solid #e0e6e4!important;
border-bottom:0!important;
}

.atlas-inner--contact-page .border-fw-top:before,
.atlas-inner--contact-page .border-fw-bottom:after{
display:none!important;
}

.atlas-inner--contact-page .sub-search__social--txt{
color:#35545c!important;
font-size:14px!important;
line-height:1.35!important;
font-weight:700!important;
}

.atlas-inner--contact-page .sub-search__social--block{
display:flex!important;
gap:8px!important;
}

.atlas-inner--contact-page .sub-search__social__item{
width:38px!important;
height:38px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
border:1px solid #dfe6e4!important;
background:#fff!important;
}

.atlas-inner--contact-page .sub-search__social__item i{
color:#35545c!important;
font-size:15px!important;
}


/* ===== ATLAS 20.0D — CONTACT FORM / MOBILE ===== */

.atlas-inner--contact-page .contact__form .form--content{
position:static!important;
width:100%!important;
max-width:none!important;
padding:28px 30px 30px!important;
background:#fff!important;
border:1px solid #e0e6e4!important;
box-shadow:none!important;
}

.atlas-inner--contact-page .contact__form .form__input{
border:1px solid #dbe3e1!important;
border-radius:0!important;
background:#fff!important;
}

.atlas-inner--contact-page .contact__form .form__input:focus{
border-color:#91a5aa!important;
box-shadow:none!important;
}

.atlas-inner--contact-page .contact__form .section__title{
font-size:21px!important;
}

@media (max-width:992px){

.contact--cont.atlas-inner--contact-page{
width:calc(100% - 32px)!important;
margin:0 auto!important;
padding:28px 0 34px!important;
display:grid!important;
grid-template-columns:1fr!important;
gap:28px!important;
}

.atlas-inner--contact-page .contact__form .form--content{
padding:22px!important;
}

}

@media (max-width:640px){

.contact--cont.atlas-inner--contact-page{
width:calc(100% - 22px)!important;
}

.atlas-inner--contact-page .sub-search__social{
align-items:flex-start!important;
flex-direction:column!important;
gap:12px!important;
}

.atlas-inner--contact-page .contact__form .form--content{
padding:18px 14px 20px!important;
}

.atlas-inner--contact-page .contact__form .input-container{
width:100%!important;
max-width:none!important;
float:none!important;
}

}


/* ===== ATLAS 20.0E — CONTACT INNER HEADER ===== */

.atlas-inner--contact .subpage-header{
min-height:0!important;
height:auto!important;
background:#fbfcfb!important;
}

.atlas-inner--contact .subpage-header__cnt{
height:auto!important;
min-height:0!important;
}

.atlas-inner--contact .subpage-header__inner{
min-height:118px!important;
height:auto!important;
display:flex!important;
align-items:center!important;
}

.atlas-inner--contact .subpage-header__title-wht{
font-size:28px!important;
line-height:1.15!important;
}


/* ===== ATLAS 20.0F — CONTACT HEADER FIX ===== */














/* ===== ATLAS 20.1 — CONTACT BALANCE ===== */

@media (min-width:993px){

.contact--cont.atlas-inner--contact-page{
grid-template-columns:1.05fr .95fr!important;
gap:54px!important;
padding-top:38px!important;
padding-bottom:42px!important;
}

.atlas-inner--contact-page .map-search-inf__item{
padding:13px 0!important;
}

.atlas-inner--contact-page .map-search-inf__txt{
font-size:16px!important;
line-height:1.55!important;
}

.atlas-inner--contact-page .map-search-inf__text{
font-size:15px!important;
font-weight:700!important;
color:#294a53!important;
}

.atlas-inner--contact-page .map-search-inf__icon{
font-size:17px!important;
}

.atlas-inner--contact-page .sub-search__social--txt{
font-size:15px!important;
}

}

/* ===== ATLAS 20.1 — COMPACT CONTACT FORM ===== */

.atlas-inner--contact-page .contact__form .form--content{
padding:24px 26px 25px!important;
}

.atlas-inner--contact-page .contact__form .section__title{
font-size:20px!important;
margin-bottom:22px!important;
}

.atlas-inner--contact-page .contact__form .form-label{
font-size:14px!important;
margin-bottom:6px!important;
}

.atlas-inner--contact-page .contact__form .form__input{
height:44px!important;
font-size:14px!important;
}

.atlas-inner--contact-page .contact__form textarea.form__input{
height:118px!important;
min-height:118px!important;
}

.atlas-inner--contact-page .contact__form .form__input-container{
margin-bottom:16px!important;
}

.atlas-inner--contact-page .contact__form .button{
margin-top:4px!important;
}


/* ===== ATLAS 20.2 — CONTACT FINAL DESKTOP BALANCE ===== */

@media (min-width:993px){

.contact--cont.atlas-inner--contact-page{
width:min(calc(100% - 46px),1120px)!important;
grid-template-columns:minmax(0,1fr) 410px!important;
gap:72px!important;
padding:34px 0 38px!important;
}

.atlas-inner--contact-page .contact__form{
width:410px!important;
max-width:410px!important;
justify-self:end!important;
}

.atlas-inner--contact-page .contact__form .form--content{
padding:22px 24px 24px!important;
}

.atlas-inner--contact-page .map-search-inf__txt{
font-size:16.5px!important;
line-height:1.55!important;
}

.atlas-inner--contact-page .map-search-inf__text{
font-size:15.5px!important;
font-weight:800!important;
}

.atlas-inner--contact-page .map-search-inf__icon{
font-size:18px!important;
}

}

/* ===== ATLAS 20.2 — COMPACT FORM ===== */

.atlas-inner--contact-page .contact__form .section__title{
font-size:18px!important;
margin-bottom:18px!important;
padding-bottom:12px!important;
}

.atlas-inner--contact-page .contact__form .form-label{
font-size:13px!important;
margin-bottom:5px!important;
}

.atlas-inner--contact-page .contact__form .form__input{
height:40px!important;
font-size:13.5px!important;
}

.atlas-inner--contact-page .contact__form textarea.form__input{
height:100px!important;
min-height:100px!important;
}

.atlas-inner--contact-page .contact__form .form__input-container{
margin-bottom:12px!important;
}

.atlas-inner--contact-page .contact__form .button{
height:42px!important;
margin-top:2px!important;
}

.atlas-inner--contact-page .contact__form .button__wrp{
height:42px!important;
}


/* ===== ATLAS 20.3 — CONTACT FORM RHYTHM ===== */

.atlas-inner--contact-page .contact__form .form__group{
display:grid!important;
grid-template-columns:1fr 1fr!important;
gap:13px 14px!important;
}

.atlas-inner--contact-page .contact__form .input-container{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
float:none!important;
}

.atlas-inner--contact-page .contact__form .input-container.col-lg-12,
.atlas-inner--contact-page .contact__form .input-container.col-xl-12{
grid-column:1 / -1!important;
}

.atlas-inner--contact-page .contact__form .form__input-container{
margin:0!important;
padding:0!important;
}

.atlas-inner--contact-page .contact__form .form-label{
display:block!important;
margin:0 0 6px!important;
}

.atlas-inner--contact-page .contact__form .security-code{
margin:2px 0 0!important;
}

.atlas-inner--contact-page .contact__form .form__group>.button{
grid-column:1 / -1!important;
margin:3px 0 0!important;
}

@media(max-width:640px){
.atlas-inner--contact-page .contact__form .form__group{
grid-template-columns:1fr!important;
}
.atlas-inner--contact-page .contact__form .input-container{
grid-column:1!important;
}
.atlas-inner--contact-page .contact__form .form__group>.button{
grid-column:1!important;
width:100%!important;
}
}


/* ===== ATLAS 21.0 — NEW CONTACT PAGE ===== */

.atlas-contact-page-shell{
max-width:1120px!important;
margin:0 auto!important;
padding:42px 0 46px!important;
}

.atlas-contact-page{
display:grid;
grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
gap:70px;
align-items:start;
}

.atlas-contact-page__eyebrow{
display:block;
margin-bottom:8px;
color:var(--atlas-primary);
font-size:12px;
font-weight:800;
letter-spacing:.08em;
}

.atlas-contact-page h2{
margin:0 0 10px;
color:#294a53;
font-size:26px;
line-height:1.2;
font-weight:700;
}

.atlas-contact-page__intro{
max-width:500px;
margin:0 0 26px;
color:#6a7d83;
font-size:15.5px;
line-height:1.6;
}

.atlas-contact-page__details{
display:grid;
grid-template-columns:1fr 1fr;
gap:0 28px;
}

.atlas-contact-detail{
min-height:78px;
padding:15px 0;
display:flex;
gap:14px;
border-bottom:1px solid #e1e7e5;
color:#536c74!important;
text-decoration:none!important;
}

.atlas-contact-detail>i{
width:22px;
padding-top:3px;
color:var(--atlas-primary);
font-size:18px;
}

.atlas-contact-detail strong,
.atlas-contact-detail span{
display:block;
}

.atlas-contact-detail strong{
margin-bottom:4px;
color:#294a53;
font-size:14px;
}

.atlas-contact-detail span{
font-size:15px;
line-height:1.45;
}

/* ===== ATLAS 21.0 — NEW CONTACT PAGE ===== */

.atlas-contact-page-shell{
max-width:1120px!important;
margin:0 auto!important;
padding:42px 0 46px!important;
}

.atlas-contact-page{
display:grid;
grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
gap:70px;
align-items:start;
}

.atlas-contact-page__eyebrow{
display:block;
margin-bottom:8px;
color:var(--atlas-primary);
font-size:12px;
font-weight:800;
letter-spacing:.08em;
}

.atlas-contact-page h2{
margin:0 0 10px;
color:#294a53;
font-size:26px;
line-height:1.2;
font-weight:700;
}

.atlas-contact-page__intro{
max-width:500px;
margin:0 0 26px;
color:#6a7d83;
font-size:15.5px;
line-height:1.6;
}

.atlas-contact-page__details{
display:grid;
grid-template-columns:1fr 1fr;
gap:0 28px;
}

.atlas-contact-detail{
min-height:78px;
padding:15px 0;
display:flex;
gap:14px;
border-bottom:1px solid #e1e7e5;
color:#536c74!important;
text-decoration:none!important;
}

.atlas-contact-detail>i{
width:22px;
padding-top:3px;
color:var(--atlas-primary);
font-size:18px;
}

.atlas-contact-detail strong,
.atlas-contact-detail span{
display:block;
}

.atlas-contact-detail strong{
margin-bottom:4px;
color:#294a53;
font-size:14px;
}

.atlas-contact-detail span{
font-size:15px;
line-height:1.45;
}

.atlas-contact-captcha{
margin:2px 0 12px;
}

.atlas-contact-check{
margin:0 0 9px;
display:flex;
align-items:flex-start;
gap:9px;
color:#667a80;
font-size:12.5px;
line-height:1.45;
cursor:pointer;
}

.atlas-contact-check input{
margin-top:3px;
flex:0 0 auto;
}

.atlas-contact-check--optional{
color:#7a8b90;
}

.atlas-contact-submit{
height:44px;
margin-top:8px;
padding:0 18px;
display:inline-flex;
align-items:center;
gap:28px;
border:0;
background:var(--atlas-primary);
color:#fff;
font-size:13px;
font-weight:800;
text-transform:uppercase;
cursor:pointer;
}

@media(max-width:992px){
.atlas-contact-page-shell{
width:calc(100% - 32px)!important;
padding:30px 0 34px!important;
}
.atlas-contact-page{
grid-template-columns:1fr;
gap:34px;
}
}

@media(max-width:640px){
.atlas-contact-page-shell{
width:calc(100% - 22px)!important;
}
.atlas-contact-page__details,
.atlas-contact-form-row{
grid-template-columns:1fr;
}
.atlas-contact-page h2{font-size:22px}
.atlas-contact-page__form{padding:22px 16px}
.atlas-contact-submit{width:100%;justify-content:space-between}
}


/* ===== ATLAS 21.0.1 — CONTACT MISSING STYLES ===== */

.atlas-contact-page__route{
display:inline-flex;
align-items:center;
gap:8px;
margin-top:18px;
color:var(--atlas-primary)!important;
font-size:14px;
font-weight:800;
text-decoration:none!important;
}

.atlas-contact-page__social{
margin-top:28px;
padding-top:20px;
display:flex;
align-items:center;
gap:20px;
border-top:1px solid #e1e7e5;
}

.atlas-contact-page__social>strong{
color:#294a53;
font-size:14px;
}

.atlas-contact-page__social>div{
display:flex;
gap:8px;
}

.atlas-contact-page__social a{
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #dce5e2;
color:#35545c!important;
text-decoration:none!important;
}

.atlas-contact-page__form{
padding:26px 28px 28px;
background:#fff;
border:1px solid #dfe6e4;
}

.atlas-contact-page__form h2{
font-size:22px;
margin-bottom:22px;
}

.atlas-contact-field{
margin-bottom:13px;
}

.atlas-contact-field label{
display:block;
margin-bottom:6px;
color:#526b73;
font-size:13px;
font-weight:600;
}

.atlas-contact-field input,
.atlas-contact-field textarea{
display:block;
width:100%;
margin:0!important;
border:1px solid #d9e2df!important;
border-radius:0!important;
background:#fff!important;
color:#294a53!important;
font-size:14px!important;
box-shadow:none!important;
outline:0;
}

.atlas-contact-field input{
height:42px!important;
padding:0 12px!important;
}

.atlas-contact-field textarea{
height:105px!important;
min-height:105px!important;
padding:10px 12px!important;
resize:vertical;
}

.atlas-contact-form-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
}


/* ===== ATLAS 21.1 — CONTACT FINAL ALIGNMENT ===== */





.atlas-contact-page-shell{
position:relative!important;
top:auto!important;
margin-top:0!important;
padding-top:34px!important;
padding-bottom:40px!important;
}

.atlas-contact-page__form h2{
margin-top:0!important;
margin-bottom:22px!important;
}

.atlas-contact-page__details{
margin-top:6px;
}

.atlas-contact-page__social{
margin-top:24px!important;
padding-top:18px!important;
}

.atlas-contact-page__form{
align-self:start!important;
}


/* ===== ATLAS 21.2 — CONTACT POLISH ===== */

/* breadcrumb full bleed */


/* breadcrumb ile içerik arasına gerçek nefes */
.atlas-contact-page-shell{
padding-top:44px!important;
padding-bottom:44px!important;
}

/* formu biraz daha premium ve hafif yap */
.atlas-contact-page__form{
padding:26px 28px 27px!important;
border:1px solid #e2e8e6!important;
box-shadow:0 10px 28px rgba(17,52,63,.045)!important;
}

/* form başlığı */
.atlas-contact-page__form h2{
font-size:23px!important;
line-height:1.2!important;
margin-bottom:24px!important;
}

/* checkbox okunabilirliği */
.atlas-contact-check{
font-size:13px!important;
line-height:1.5!important;
color:#596f76!important;
gap:10px!important;
margin-bottom:10px!important;
}

/* textarea ile onaylar birbirine yapışmasın */
.atlas-contact-captcha{
margin:4px 0 14px!important;
}

/* sosyal medya daha görünür */
.atlas-contact-page__social{
margin-top:26px!important;
}

.atlas-contact-page__social a{
width:40px!important;
height:40px!important;
font-size:15px!important;
}


/* ===== ATLAS 21.3 — CONTACT LEFT PRESENCE ===== */

.atlas-contact-page-shell{
padding-top:56px!important;
padding-bottom:48px!important;
}

.atlas-contact-page{
grid-template-columns:minmax(0,1fr) 430px!important;
gap:74px!important;
}

/* Sol bilgileri tek ve güçlü liste yap */
.atlas-contact-page__details{
grid-template-columns:1fr!important;
gap:0!important;
max-width:520px;
margin-top:22px!important;
}

.atlas-contact-detail{
min-height:72px!important;
padding:14px 0!important;
display:grid!important;
grid-template-columns:38px 1fr!important;
align-items:center!important;
gap:12px!important;
}

.atlas-contact-detail>i{
width:38px!important;
height:38px!important;
padding:0!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
border:1px solid #dce5e2;
font-size:16px!important;
}

.atlas-contact-detail strong{
margin-bottom:3px!important;
font-size:14px!important;
}

.atlas-contact-detail span{
font-size:15.5px!important;
line-height:1.45!important;
}

.atlas-contact-page__intro{
max-width:520px!important;
margin-bottom:6px!important;
font-size:15.5px!important;
}

.atlas-contact-page__social{
max-width:520px;
margin-top:24px!important;
padding-top:18px!important;
}



/* ===== ATLAS 21.1M — CONTACT MOBILE FIX ===== */
@media (max-width: 768px){

  .atlas-contact-page-shell{
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
    padding: 22px 0 28px !important;
  }

  .atlas-contact-page{
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
  }

  .atlas-contact-page__info,
  .atlas-contact-page__form{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .atlas-contact-page__form{
    padding: 18px 14px !important;
  }

  .atlas-contact-page h2{
    font-size: 18px !important;
    line-height: 1.28 !important;
    margin-bottom: 10px !important;
  }

  .atlas-contact-page__intro{
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 0 0 16px !important;
  }

  .atlas-contact-page__details{
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .atlas-contact-detail{
    min-height: 0 !important;
    padding: 12px 0 !important;
  }

  .atlas-contact-detail span{
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .atlas-contact-form-row{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .atlas-contact-field{
    width: 100% !important;
  }

  .atlas-contact-field input,
  .atlas-contact-field textarea{
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .atlas-contact-field textarea{
    min-height: 120px !important;
  }

  .atlas-contact-captcha{
    overflow: hidden !important;
  }

  .atlas-contact-check{
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .atlas-contact-submit{
    width: 100% !important;
    justify-content: space-between !important;
  }

  .atlas-contact-page__social{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
  }

  .atlas-contact-page__social > div{
    display: flex !important;
    gap: 8px !important;
  }
}

/* ===== ATLAS 21.5 — CONTACT MOBILE REAL FIX ===== */
@media (max-width:768px){

  /* Bize Ulaşın alanını gerçekten küçült */
  .contact .subpage-header,
  .contact .subpage-header__cnt,
  

  

  /* Eski V1 section yukarı taşmasını iptal et */
  

  .atlas-contact-page-shell{
    padding-top:0!important;
  }

}

/* ===== ATLAS 21.6 — CONTACT BREADCRUMB FLOW FIX ===== */
@media (max-width:768px){

  

  

}

/* ===== ATLAS 22.0 — BOARD PAGE ===== */

.atlas-board-shell{
padding-top:48px;
padding-bottom:64px;
}

.atlas-board-lead{
display:grid;
grid-template-columns:300px minmax(0,1fr);
gap:52px;
align-items:center;
padding:26px;
background:#fafbfa;
border:1px solid #e0e7e5;
}

.atlas-board-lead__photo img{
display:block;
width:100%;
aspect-ratio:370/390;
object-fit:cover;
}

.atlas-board-lead__content{
max-width:700px;
}

.atlas-board-lead__role,
.atlas-board-member__role{
display:block;
margin-bottom:7px;
color:var(--atlas-primary);
font-size:13px;
font-weight:800;
letter-spacing:.035em;
text-transform:uppercase;
}

.atlas-board-lead h1{
margin:0 0 18px;
color:#294a53;
font-size:32px;
line-height:1.15;
font-weight:700;
}

.atlas-board-lead__bio{
margin-bottom:20px;
color:#60777e;
font-size:15.5px;
line-height:1.7;
}

.atlas-board-link{
display:inline-flex;
align-items:center;
gap:9px;
color:var(--atlas-primary)!important;
font-size:13px;
font-weight:800;
text-decoration:none!important;
}

.atlas-board-members{
margin-top:52px;
}

.atlas-board-section-head{
margin-bottom:26px;
padding-bottom:14px;
border-bottom:1px solid #dfe6e4;
}

.atlas-board-section-head h2{
position:relative;
margin:0;
color:#294a53;
font-size:24px;
font-weight:700;
}

.atlas-board-section-head h2:after{
content:"";
position:absolute;
left:0;
bottom:-15px;
width:58px;
height:3px;
background:var(--atlas-primary);
}

.atlas-board-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:34px 26px;
}

.atlas-board-member{
min-width:0;
padding-bottom:20px;
border-bottom:1px solid #dfe6e4;
}

.atlas-board-member__photo{
margin-bottom:17px;
background:#f3f5f4;
overflow:hidden;
}

.atlas-board-member__photo img{
display:block;
width:100%;
aspect-ratio:310/320;
object-fit:cover;
transition:transform .35s ease;
}

.atlas-board-member:hover .atlas-board-member__photo img{
transform:scale(1.025);
}

.atlas-board-member__content h3{
margin:0 0 13px;
color:#294a53;
font-size:18px;
line-height:1.3;
font-weight:700;
}

.atlas-board-empty{
padding:50px 0;
color:#60777e;
font-size:16px;
}

@media(max-width:992px){

.atlas-board-lead{
grid-template-columns:230px minmax(0,1fr);
gap:30px;
}

.atlas-board-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}

}

@media(max-width:640px){

.atlas-board-shell{
padding-top:30px;
padding-bottom:42px;
}

.atlas-board-lead{
grid-template-columns:1fr;
gap:22px;
padding:0;
background:transparent;
border:0;
}

.atlas-board-lead__photo{
width:220px;
max-width:70%;
}

.atlas-board-lead h1{
font-size:25px;
}

.atlas-board-lead__bio{
font-size:14.5px;
}

.atlas-board-members{
margin-top:42px;
}

.atlas-board-section-head h2{
font-size:21px;
}

.atlas-board-grid{
grid-template-columns:1fr;
gap:30px;
}

.atlas-board-member__content h3{
font-size:18px;
}

}

/* ===== ATLAS 22.1 — BOARD DESKTOP POLISH ===== */

.atlas-board-lead{
padding:22px 0 28px!important;
background:transparent!important;
border:0!important;
border-bottom:1px solid #dfe6e4!important;
grid-template-columns:260px minmax(0,1fr)!important;
gap:46px!important;
}

.atlas-board-lead__photo img{
aspect-ratio:4/5!important;
object-position:center top!important;
}

.atlas-board-lead__role,
.atlas-board-member__role{
font-size:12px!important;
line-height:1.35!important;
letter-spacing:.015em!important;
}

.atlas-board-lead h1{
font-size:30px!important;
margin-bottom:14px!important;
}

.atlas-board-members{
margin-top:38px!important;
}

.atlas-board-grid{
gap:30px 28px!important;
}

.atlas-board-member__photo img{
aspect-ratio:4/5!important;
object-position:center top!important;
}

.atlas-board-member__content h3{
font-size:18px!important;
margin-top:2px!important;
}


/* ===== ATLAS 22.2 — BOARD MEMBER SIZE ===== */

@media (min-width:993px){

  .atlas-board-grid{
    grid-template-columns:repeat(3,260px)!important;
    justify-content:space-between!important;
    gap:32px!important;
  }

  .atlas-board-member{
    width:260px!important;
  }

  .atlas-board-member__photo{
    width:260px!important;
    margin-bottom:14px!important;
  }

  .atlas-board-member__photo img{
    width:260px!important;
    height:310px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center top!important;
  }

}

/* ===== ATLAS 22.3 — BOARD MEMBER COMPACT ===== */

@media (min-width:993px){

  .atlas-board-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:32px!important;
    justify-content:normal!important;
  }

  .atlas-board-member{
    width:auto!important;
  }

  .atlas-board-member__photo{
    width:220px!important;
    margin-bottom:14px!important;
  }

  .atlas-board-member__photo img{
    width:220px!important;
    height:270px!important;
    object-fit:cover!important;
    object-position:center top!important;
  }

}

/* ===== ATLAS 22.4 — BOARD GRID BALANCE ===== */

@media (min-width:993px){

  .atlas-board-grid{
    grid-template-columns:repeat(3,220px)!important;
    justify-content:start!important;
    column-gap:70px!important;
    row-gap:34px!important;
  }

  .atlas-board-member{
    width:220px!important;
  }

  .atlas-board-member__photo{
    width:220px!important;
  }

  .atlas-board-member__content{
    width:220px!important;
  }

}

/* ===== ATLAS 22.5 — BOARD MOBILE ===== */
@media (max-width:640px){

  .atlas-board-shell{
    padding-top:28px!important;
    padding-bottom:38px!important;
  }

  /* BAŞKAN */
  .atlas-board-lead{
    display:block!important;
    padding:0 0 30px!important;
  }

  .atlas-board-lead__photo{
    width:180px!important;
    max-width:none!important;
    margin:0 0 20px!important;
  }

  .atlas-board-lead__photo img{
    width:180px!important;
    height:220px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center top!important;
  }

  .atlas-board-lead__content{
    width:100%!important;
    max-width:none!important;
  }

  .atlas-board-lead__role{
    font-size:11px!important;
    line-height:1.35!important;
    margin-bottom:6px!important;
  }

  .atlas-board-lead h1{
    font-size:25px!important;
    line-height:1.2!important;
    margin-bottom:14px!important;
  }

  .atlas-board-lead__bio{
    font-size:14px!important;
    line-height:1.6!important;
    margin-bottom:16px!important;
  }

  /* ÜYELER */
  .atlas-board-members{
    margin-top:30px!important;
  }

  .atlas-board-section-head{
    margin-bottom:20px!important;
  }

  .atlas-board-grid{
    display:block!important;
  }

  .atlas-board-member{
    width:100%!important;
    display:grid!important;
    grid-template-columns:105px minmax(0,1fr)!important;
    gap:16px!important;
    align-items:start!important;
    padding:16px 0!important;
    border-bottom:1px solid #dfe6e4!important;
  }

  .atlas-board-member__photo{
    width:105px!important;
    margin:0!important;
  }

  .atlas-board-member__photo img{
    width:105px!important;
    height:130px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center top!important;
  }

  .atlas-board-member__content{
    width:auto!important;
    min-width:0!important;
    padding-top:2px!important;
  }

  .atlas-board-member__role{
    font-size:10px!important;
    line-height:1.4!important;
    margin-bottom:6px!important;
  }

  .atlas-board-member__content h3{
    font-size:17px!important;
    line-height:1.25!important;
    margin:0 0 12px!important;
  }

  .atlas-board-link{
    font-size:12px!important;
  }

}

/* ===== ATLAS 23.0 — MEMBERS MOBILE ===== */

@media(max-width:992px){
.atlas-members-grid{
grid-template-columns:1fr!important;
}
}

@media(max-width:640px){

.atlas-inner--members .head--content{
padding-top:30px!important;
padding-bottom:42px!important;
}

.atlas-members-grid{
gap:0!important;
}

.atlas-inner--members .old-president__element{
min-height:0!important;
padding:14px 0!important;
grid-template-columns:82px minmax(0,1fr)!important;
gap:14px!important;
border:0!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-inner--members .old-president__img{
width:82px!important;
height:82px!important;
}

.atlas-inner--members .old-president__title{
font-size:16px!important;
margin-bottom:5px!important;
}

.atlas-inner--members .old-president__body{
font-size:12.5px!important;
}

}

/* ===== ATLAS 23.0 — MEMBERS DESKTOP ===== */

.atlas-inner--members .head--content{
padding-top:46px!important;
padding-bottom:60px!important;
}

.atlas-members-grid{
display:grid!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:18px 22px!important;
}

.atlas-inner--members .old-president__element{
width:auto!important;
min-height:150px!important;
margin:0!important;
padding:18px!important;
display:grid!important;
grid-template-columns:112px minmax(0,1fr)!important;
gap:20px!important;
align-items:center!important;
border:1px solid #dfe6e4!important;
background:#fff!important;
}

.atlas-inner--members .old-president__img{
width:112px!important;
height:112px!important;
margin:0!important;
object-fit:cover!important;
object-position:center top!important;
}

.atlas-inner--members .old-president__text,
.atlas-inner--members .old-president__desc{
width:100%!important;
min-width:0!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--members .old-president__title{
margin:0 0 7px!important;
font-size:18px!important;
line-height:1.3!important;
font-weight:700!important;
}

.atlas-inner--members .old-president--underline{
color:#294a53!important;
}

.atlas-inner--members .old-president--underline:before,
.atlas-inner--members .old-president--underline:after{
display:none!important;
}

.atlas-inner--members .old-president__body{
margin:0!important;
color:#667b82!important;
font-size:13.5px!important;
line-height:1.5!important;
}

.atlas-inner--members .map-search__inner,
.atlas-inner--members .map-search__content,
.atlas-inner--members .sub-search__top{
padding:0!important;
margin:8px 0 0!important;
background:none!important;
}

.atlas-inner--members .sub-search__address--text{
width:auto!important;
}


/* ===== ATLAS 23.1 — MEMBERS CLEANUP ===== */

.atlas-inner--members .head--content,
.atlas-inner--members .atlas-members-list,
.atlas-inner--members .head__news__full{
width:100%!important;
max-width:none!important;
margin-left:0!important;
margin-right:0!important;
float:none!important;
}

.atlas-inner--members .head__news__full{
margin-top:0!important;
margin-bottom:0!important;
padding:0!important;
}

.atlas-members-grid{
width:100%!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:18px 22px!important;
}

/* Eski V1 isim görünümünü tamamen kapat */
.atlas-inner--members .old-president__title{
margin:0 0 6px!important;
padding:0!important;
font-size:18px!important;
line-height:1.3!important;
color:#294a53!important;
}

.atlas-inner--members .old-president--underline{
display:inline!important;
margin:0!important;
padding:0!important;
border:0!important;
border-bottom:0!important;
background:none!important;
box-shadow:none!important;
text-decoration:none!important;
color:#294a53!important;
font-size:18px!important;
line-height:1.3!important;
font-weight:700!important;
}

.atlas-inner--members .old-president__title:before,
.atlas-inner--members .old-president__title:after,
.atlas-inner--members .old-president--underline:before,
.atlas-inner--members .old-president--underline:after{
display:none!important;
content:none!important;
}


/* ===== ATLAS 23.1 — MEMBERS PAGINATION ===== */

.atlas-inner--members .pagination{
margin:30px 0 0!important;
padding:0!important;
display:flex!important;
gap:6px!important;
justify-content:flex-start!important;
}

.atlas-inner--members .pagination li{
margin:0!important;
}

.atlas-inner--members .pagination a,
.atlas-inner--members .pagination span{
min-width:36px!important;
height:36px!important;
padding:0 10px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
border:1px solid #dce5e2!important;
border-radius:0!important;
background:#fff!important;
color:#294a53!important;
font-size:13px!important;
text-decoration:none!important;
}

.atlas-inner--members .pagination .active a,
.atlas-inner--members .pagination .active span{
border-color:var(--atlas-primary)!important;
background:var(--atlas-primary)!important;
color:#fff!important;
}


/* ===== ATLAS 23.1 — MEMBERS MOBILE FINAL ===== */

@media(max-width:640px){

.atlas-inner--members .head--content{
padding-top:30px!important;
padding-bottom:42px!important;
}

.atlas-members-grid{
grid-template-columns:1fr!important;
gap:0!important;
}

.atlas-inner--members .old-president__element{
width:100%!important;
min-height:0!important;
margin:0!important;
padding:14px 0!important;
grid-template-columns:82px minmax(0,1fr)!important;
gap:14px!important;
border:0!important;
border-bottom:1px solid #dfe6e4!important;
}

.atlas-inner--members .old-president__img{
width:82px!important;
height:82px!important;
}

.atlas-inner--members .old-president__title,
.atlas-inner--members .old-president--underline{
font-size:16px!important;
line-height:1.3!important;
}

.atlas-inner--members .old-president__body{
font-size:12.5px!important;
line-height:1.45!important;
}

}

/* ===== ATLAS 23.2 — MEMBERS FULL WIDTH ===== */

.atlas-inner--members .head--content{
display:block!important;
width:100%!important;
max-width:none!important;
}

.atlas-inner--members .atlas-members-list{
display:block!important;
float:none!important;
flex:none!important;
flex-basis:100%!important;
width:100%!important;
max-width:100%!important;
}

.atlas-inner--members .head__news__full{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
}

.atlas-inner--members .atlas-members-grid{
width:100%!important;
max-width:none!important;
}


/* ===== ATLAS 23.2 — MEMBERS PAGINATION ===== */

.atlas-inner--members .pagination.main-pagination{
display:flex!important;
align-items:center!important;
gap:7px!important;
margin:30px 0 0!important;
padding:0!important;
}

.atlas-inner--members .pagination.main-pagination .page-item{
margin:0!important;
}

.atlas-inner--members .pagination.main-pagination .page-link{
min-width:38px!important;
height:38px!important;
padding:0 11px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
border:1px solid #dce5e2!important;
border-radius:0!important;
background:#fff!important;
color:#294a53!important;
font-size:13px!important;
font-weight:700!important;
box-shadow:none!important;
}

.atlas-inner--members .pagination.main-pagination .page-item.active .page-link{
border-color:var(--atlas-primary)!important;
background:var(--atlas-primary)!important;
color:#fff!important;
}


/* ===== ATLAS 24.1 — PRESIDENT MESSAGE POLISH ===== */

.atlas-blog-baskanin-mesajlari .news-tab__links{
display:none!important;
}

.atlas-blog-baskanin-mesajlari .news-tab__inner{
margin-top:20px!important;
}

.atlas-blog-baskanin-mesajlari .sub-news--horizontal{
min-height:0!important;
padding-bottom:34px!important;
}

.atlas-blog-baskanin-mesajlari .sub-news--horizontal .sub-news--link{
align-items:center!important;
}

.atlas-blog-baskanin-mesajlari .sub-news--horizontal .sub-news--block{
padding-left:38px!important;
padding-right:28px!important;
}

.atlas-blog-baskanin-mesajlari .sub-news--horizontal .sub-news--title{
font-size:24px!important;
line-height:1.25!important;
}


/* ===== ATLAS 24.2 — PRESIDENT PORTRAIT ===== */

@media(min-width:993px){

.atlas-blog-baskanin-mesajlari
.sub-news--horizontal
.sub-news--link{
display:grid!important;
grid-template-columns:340px minmax(0,1fr)!important;
gap:50px!important;
align-items:center!important;
}

.atlas-blog-baskanin-mesajlari
.sub-news--horizontal
.sub-news--image--slider{
width:340px!important;
height:425px!important;
max-width:340px!important;
}

.atlas-blog-baskanin-mesajlari
.sub-news--horizontal
.sub-news--img{
width:100%!important;
height:100%!important;
object-fit:cover!important;
object-position:center top!important;
}

.atlas-blog-baskanin-mesajlari
.sub-news--horizontal
.sub-news--block{
width:auto!important;
max-width:none!important;
padding:0!important;
}

}

/* mobil */
@media(max-width:992px){

.atlas-blog-baskanin-mesajlari
.sub-news--horizontal
.sub-news--link{
display:block!important;
}

.atlas-blog-baskanin-mesajlari
.sub-news--horizontal
.sub-news--image--slider{
width:260px!important;
height:325px!important;
max-width:75%!important;
margin-bottom:22px!important;
}

.atlas-blog-baskanin-mesajlari
.sub-news--horizontal
.sub-news--img{
width:100%!important;
height:100%!important;
object-fit:cover!important;
object-position:center top!important;
}

}

/* ===== ATLAS 24.3 — PRESIDENT MOBILE FINAL ===== */

@media(max-width:640px){

  .atlas-blog-baskanin-mesajlari
  .sub-news--horizontal
  .sub-news--image--slider{
    width:260px!important;
    height:325px!important;
    max-width:78%!important;
    margin:0 0 22px 0!important;
  }

  .atlas-blog-baskanin-mesajlari
  .sub-news--horizontal
  .sub-news--block{
    width:100%!important;
    max-width:none!important;
    padding:0!important;
    margin:0!important;
  }

  .atlas-blog-baskanin-mesajlari
  .sub-news--horizontal
  .sub-news--title{
    font-size:20px!important;
    line-height:1.3!important;
    margin-bottom:10px!important;
  }

  .atlas-blog-baskanin-mesajlari
  .sub-news--horizontal{
    padding-bottom:18px!important;
    margin-bottom:0!important;
  }

  .atlas-blog-baskanin-mesajlari
  .news-tab__wrp{
    margin-bottom:20px!important;
  }

}

/* ===== ATLAS 24.4 — PRESIDENT MOBILE PHOTO ALIGN ===== */

@media(max-width:640px){

  .atlas-blog-baskanin-mesajlari
  .sub-news--horizontal
  .sub-news--image--slider{
    margin:0 auto 24px!important;
  }

}

/* ===== ATLAS 25.0 — PRESIDENT MESSAGE DETAIL ===== */

.atlas-blog-detail-baskanin-mesajlari .head--content{
display:block!important;
}

.atlas-blog-detail-baskanin-mesajlari .head__news{
width:100%!important;
max-width:820px!important;
margin:0 auto!important;
float:none!important;
}

.atlas-blog-detail-baskanin-mesajlari .head__news__full{
width:100%!important;
margin:0!important;
padding:48px 0 56px!important;
}

.atlas-blog-detail-baskanin-mesajlari .head__news__full > .head__news__full--img{
display:block!important;
width:400px!important;
height:500px!important;
max-width:100%!important;
margin:0 auto 34px!important;
object-fit:cover!important;
object-position:center top!important;
}

.atlas-blog-detail-baskanin-mesajlari .content-detail{
max-width:760px!important;
margin:0 auto!important;
padding:0!important;
color:#596f76!important;
font-size:16px!important;
line-height:1.8!important;
}

.atlas-blog-detail-baskanin-mesajlari .content-detail p{
margin-bottom:18px!important;
}

.atlas-blog-detail-baskanin-mesajlari .atlas-article-actions,
.atlas-blog-detail-baskanin-mesajlari .atlas-article-divider{
max-width:760px!important;
margin-left:auto!important;
margin-right:auto!important;
}

/* MOBILE */
@media(max-width:640px){

.atlas-blog-detail-baskanin-mesajlari .head__news__full{
padding:30px 0 38px!important;
}

.atlas-blog-detail-baskanin-mesajlari .head__news__full > .head__news__full--img{
width:260px!important;
height:325px!important;
margin:0 auto 26px!important;
}

.atlas-blog-detail-baskanin-mesajlari .content-detail{
font-size:14.5px!important;
line-height:1.7!important;
}

}

/* ===== ATLAS 25.1 — PRESIDENT DETAIL FINAL SPACING ===== */

.atlas-blog-detail-baskanin-mesajlari .subpage__inner{
margin-bottom:0!important;
padding-bottom:0!important;
}

.atlas-blog-detail-baskanin-mesajlari .head{
margin-bottom:0!important;
padding-bottom:20px!important;
}

.atlas-blog-detail-baskanin-mesajlari .head__news__full{
padding-bottom:28px!important;
}

.atlas-blog-detail-baskanin-mesajlari .atlas-article-divider{
margin-bottom:0!important;
}


/* ===== ATLAS 25.2 — PRESIDENT DETAIL MOBILE FINAL ===== */
@media(max-width:640px){

  .atlas-blog-detail-baskanin-mesajlari .content-detail{
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .atlas-blog-detail-baskanin-mesajlari .atlas-article-actions,
  .atlas-blog-detail-baskanin-mesajlari .atlas-article-divider{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

}

/* ===== ATLAS 26.0 — MEMBERSHIP APPLICATION ===== */

.atlas-inner--application .head--content{
display:block!important;
}

.atlas-inner--application .atlas-application-content{
width:100%!important;
max-width:none!important;
float:none!important;
}

.atlas-inner--application .atlas-application-shell{
width:100%!important;
max-width:1100px!important;
margin:0 auto!important;
padding:42px 0 58px!important;
}

.atlas-inner--application .atlas-application-shell blockquote{
margin:0 0 28px!important;
padding:0 0 18px!important;
border:0!important;
border-bottom:1px solid #dfe6e4!important;
background:none!important;
color:#60777e!important;
font-size:15px!important;
line-height:1.65!important;
}

.atlas-inner--application .atlas-application-form .row{
margin-left:-10px!important;
margin-right:-10px!important;
}

.atlas-inner--application .atlas-application-form [class*="col-"]{
padding-left:10px!important;
padding-right:10px!important;
}

.atlas-inner--application .form-group{
margin-bottom:17px!important;
}

.atlas-inner--application .form-group label{
display:block!important;
margin-bottom:7px!important;
color:#405d65!important;
font-size:13.5px!important;
font-weight:600!important;
}

.atlas-inner--application .form-control{
width:100%!important;
height:44px!important;
padding:0 12px!important;
border:1px solid #d5dfdc!important;
border-radius:0!important;
background:#fff!important;
color:#294a53!important;
font-size:14px!important;
box-shadow:none!important;
}

.atlas-inner--application textarea.form-control{
height:88px!important;
min-height:88px!important;
padding:10px 12px!important;
}

.atlas-inner--application select.form-control{
padding-right:32px!important;
}

.atlas-inner--application .form-control:focus{
border-color:#9eafaa!important;
box-shadow:none!important;
}


/* ===== ATLAS 26.0 — APPLICATION ACTIONS ===== */

.atlas-inner--application .radio-group{
margin-top:8px!important;
margin-bottom:16px!important;
}

.atlas-inner--application .radio-group p{
margin:0!important;
color:#294a53!important;
font-size:17px!important;
font-weight:700!important;
}

.atlas-inner--application .radio-group hr{
margin:10px 0 4px!important;
border-color:#dfe6e4!important;
}

.atlas-inner--application label[for="sartlar"],
.atlas-inner--application label[for="sms_sartlar"]{
display:flex!important;
align-items:flex-start!important;
gap:9px!important;
margin:0 0 10px!important;
color:#667b82!important;
font-size:12.5px!important;
line-height:1.5!important;
font-weight:400!important;
}

.atlas-inner--application label[for="sartlar"] input,
.atlas-inner--application label[for="sms_sartlar"] input{
margin:3px 0 0!important;
flex:0 0 auto!important;
}

.atlas-inner--application .g-recaptcha{
margin-top:2px!important;
}

.atlas-inner--application .btn-success{
height:46px!important;
margin-top:4px!important;
border:0!important;
border-radius:0!important;
background:var(--atlas-primary)!important;
color:#fff!important;
font-size:13px!important;
font-weight:800!important;
text-transform:uppercase!important;
box-shadow:none!important;
}

.atlas-inner--application .btn-success:hover{
background:var(--atlas-primary)!important;
opacity:.92;
}


/* ===== ATLAS 26.0 — APPLICATION MOBILE ===== */

@media(max-width:640px){

.atlas-inner--application .atlas-application-shell{
width:calc(100% - 32px)!important;
padding:30px 0 40px!important;
}

.atlas-inner--application .atlas-application-shell blockquote{
margin-bottom:22px!important;
font-size:14px!important;
line-height:1.55!important;
}

.atlas-inner--application .atlas-application-form .row{
margin-left:0!important;
margin-right:0!important;
}

.atlas-inner--application .atlas-application-form [class*="col-"]{
width:100%!important;
max-width:100%!important;
flex:0 0 100%!important;
padding-left:0!important;
padding-right:0!important;
}

.atlas-inner--application .form-control{
height:46px!important;
font-size:14px!important;
}

.atlas-inner--application textarea.form-control{
height:96px!important;
}

.atlas-inner--application .g-recaptcha{
transform-origin:left top;
}

.atlas-inner--application .btn-success{
width:100%!important;
margin-top:12px!important;
}

}

/* ===== ATLAS 26.1 — APPLICATION CONSENTS ===== */

.atlas-inner--application .atlas-application-consent{
display:flex!important;
align-items:flex-start!important;
gap:10px!important;
margin:0 0 11px!important;
color:#647980!important;
font-size:12.5px!important;
line-height:1.5!important;
font-weight:400!important;
}

.atlas-inner--application .atlas-application-consent input{
margin:3px 0 0!important;
flex:0 0 auto!important;
}

.atlas-inner--application .atlas-application-consent__text{
display:block!important;
min-width:0!important;
}

.atlas-inner--application .atlas-application-consent__text a{
display:inline!important;
color:var(--atlas-primary)!important;
font-weight:700!important;
text-decoration:none!important;
}

.atlas-inner--application .atlas-application-consent__text a:hover{
text-decoration:underline!important;
}


/* ===== ATLAS 26.2 — APPLICATION MOBILE FINAL ===== */

@media(max-width:640px){

/* Onay metinleri */
.atlas-inner--application .atlas-application-consent{
font-size:13.5px!important;
line-height:1.5!important;
gap:9px!important;
margin-bottom:12px!important;
}

.atlas-inner--application .atlas-application-consent input{
width:15px!important;
height:15px!important;
margin-top:2px!important;
}

.atlas-inner--application .atlas-application-consent__text{
font-size:13.5px!important;
line-height:1.5!important;
}

/* Captcha kapsayıcısını eski input-group davranışından çıkar */
.atlas-inner--application .input-group{
display:block!important;
width:100%!important;
height:auto!important;
overflow:visible!important;
}

.atlas-inner--application .g-recaptcha{
display:block!important;
width:304px!important;
max-width:100%!important;
height:78px!important;
margin:20px 0 22px!important;
overflow:visible!important;
transform:none!important;
}

/* Gönder butonu */
.atlas-inner--application .btn-success{
height:48px!important;
margin-top:4px!important;
font-size:13px!important;
}

/* Form alt bölümüne biraz nefes */
.atlas-inner--application .atlas-application-form{
padding-bottom:4px!important;
}

}

/* Çok dar telefonlar */
@media(max-width:350px){

.atlas-inner--application .g-recaptcha{
transform:scale(.88)!important;
transform-origin:left top!important;
margin-bottom:12px!important;
}

}
