.knt-home{
background: #f5f1e8;
color: #1f1b16;
}
.knt-home *{
box-sizing: border-box;
}
.knt-stats,
.knt-section,
.knt-films,
.knt-current{
max-width: 1200px;
margin: 0 auto;
}
.knt-stats{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
padding: 70px 20px 35px;
}
.knt-stat{
background: #fff;
border-radius: 28px;
padding: 28px;
box-shadow: 0 12px 35px rgba(0,0,0,.08);
}
.knt-stat strong{
display: block;
font-size: 36px;
color: #1d4b43;
line-height: 1;
}
.knt-stat span{
display: block;
margin-top: 10px;
color: #8a6b45;
text-transform: uppercase;
letter-spacing: .12em;
font-size: 13px;
font-weight: 700;
}
.knt-section{
padding: 60px 20px;
}
.knt-section-head{
max-width: 760px;
margin-bottom: 35px;
}
.knt-section-head span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 13px;
}
.knt-section-head h2{
font-size: 46px;
line-height: 1.08;
margin: 22px 0 18px;
color: #1f1b16;
}
.knt-section-head p{
font-size: 18px;
line-height: 1.75;
color: #5c5248;
}
.knt-films{
margin-top: 40px;
padding: 55px 30px;
background: #1f1b16;
color: #fff;
border-radius: 42px;
box-shadow: 0 20px 55px rgba(0,0,0,.16);
}
.knt-section-head-dark h2,
.knt-section-head-dark p{
color: #fff;
}
.knt-section-head-dark p{
color: rgba(255,255,255,.72);
}
.knt-how-grid{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.knt-how-grid article{
background: #fff;
border-radius: 30px;
padding: 30px;
box-shadow: 0 12px 32px rgba(0,0,0,.08);
}
.knt-how-grid strong{
color: #c46b2f;
font-size: 26px;
}
.knt-how-grid h3{
font-size: 24px;
margin: 18px 0 12px;
color: #1d4b43;
}
.knt-how-grid p{
color: #5c5248;
line-height: 1.7;
}
.knt-current{
display: grid;
grid-template-columns: 1.1fr .9fr;
overflow: hidden;
margin-top: 40px;
margin-bottom: 80px;
background: #1d4b43;
border-radius: 42px;
color: #fff;
box-shadow: 0 22px 55px rgba(0,0,0,.18);
}
.knt-future-trip{
display: grid;
grid-template-columns: 1.1fr .9fr;
overflow: hidden;
margin-top: 40px;
margin-bottom: 80px;
background: #f0b35b;
border-radius: 42px;
color: #fff;
box-shadow: 0 22px 55px rgba(0,0,0,.18);
}
.knt-current-text{
padding: 50px;
}
.knt-current-text span{
display: inline-block;
background: rgba(255,255,255,.15);
padding: 10px 18px;
border-radius: 999px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 13px;
}
.knt-current h2{
font-size: 48px;
line-height: 1.08;
margin: 24px 0 20px;
color: #fff;
}
.knt-current p{
font-size: 18px;
line-height: 1.75;
color: rgba(255,255,255,.82);
}
.knt-current-tags{
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 28px 0;
}
.knt-current-tags b{
background: rgba(255,255,255,.14);
padding: 10px 16px;
border-radius: 999px;
}
.knt-current a{
display: inline-block;
background: #f0b35b;
color: #1f1b16;
padding: 16px 26px;
border-radius: 999px;
font-weight: 900;
text-decoration: none;
text-transform: uppercase;
}
.knt-current img,
.knt-future-trip img{
width: 100%;
height: 100%;
min-height: 420px;
object-fit: cover;
}
@media (max-width: 900px){
.knt-stats,
 .knt-trip-grid,
 .knt-how-grid,
 .knt-film-grid{
grid-template-columns: 1fr 1fr;
}
.knt-current{
grid-template-columns: 1fr;
margin-left: 15px;
margin-right: 15px;
}
.knt-section-head h2,
 .knt-current h2{
font-size: 36px;
}

}
@media (max-width: 600px){
.knt-stats,
 .knt-trip-grid,
 .knt-how-grid,
 .knt-film-grid{
grid-template-columns: 1fr;
}
.knt-stats{
padding: 45px 15px 25px;
}
.knt-section{
padding: 45px 15px;
}
.knt-films{
margin: 30px 15px;
padding: 35px 20px;
border-radius: 32px;
}
.knt-current-text{
padding: 35px 22px;
}
.knt-current img{
min-height: 280px;
}

}
.knt-gallery{
max-width: 1200px;
margin: 0 auto;
padding: 60px 20px;
}
.knt-gallery-grid{
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 18px;
}
.knt-gallery-grid a{
display: block;
overflow: hidden;
border-radius: 28px;
}
.knt-gallery-grid img{
width: 100%;
height: 320px;
object-fit: cover;
display: block;
transition: .4s;
}
.knt-gallery-grid img:hover{
transform: scale(1.05);
}
@media(max-width:768px){
.knt-gallery-grid{
grid-template-columns:1fr 1fr;
}

}
@media(max-width:575px){
.knt-gallery-grid{
grid-template-columns:1fr;
}

}
.knt-gallery-preview{
max-width: 1200px;
margin: 0 auto;
padding: 60px 20px;
}
.knt-gallery-mosaic{
display: grid;
grid-template-columns: 1.2fr 1fr 1fr;
grid-template-rows: 230px 230px;
gap: 18px;
}
.knt-gallery-mosaic a,
.knt-gallery-more a{
display: block;
overflow: hidden;
border-radius: 30px;
box-shadow: 0 12px 35px rgba(0,0,0,.10);
}
.knt-gallery-mosaic img,
.knt-gallery-more img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: .45s;
}
.knt-gallery-mosaic a:hover img,
.knt-gallery-more a:hover img{
transform: scale(1.05);
}
.knt-gallery-large{
grid-row: span 2;
}
.knt-gallery-more{
display: none;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
margin-top: 18px;
}
.knt-gallery-more.is-open{
display: grid;
}
.knt-gallery-more a{
height: 230px;
}
.knt-gallery-cta{
text-align: center;
margin-top: 32px;
}
.knt-gallery-cta button{
border: 0;
cursor: pointer;
padding: 16px 28px;
background: #f0b35b;
color: #1f1b16;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .04em;
}
@media (max-width: 850px){
.knt-gallery-mosaic,
 .knt-gallery-more{
grid-template-columns: 1fr 1fr;
}
.knt-gallery-mosaic{
grid-template-rows: auto;
}
.knt-gallery-large{
grid-row: auto;
grid-column: span 2;
}
.knt-gallery-mosaic a,
 .knt-gallery-more a{
height: 230px;
}
.knt-gallery-large{
height: 320px !important;
}

}
@media (max-width: 575px){
.knt-gallery-mosaic,
 .knt-gallery-more{
grid-template-columns: 1fr;
}
.knt-gallery-large{
grid-column: auto;
}
.knt-gallery-mosaic a,
 .knt-gallery-more a,
 .knt-gallery-large{
height: 240px !important;
}

}
.knt-proof-mini{
margin-top: 28px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}
.knt-proof-mini div{
background: #f5f1e8;
border-radius: 20px;
padding: 18px;
font-weight: 800;
color: #1f1b16;
}
.knt-proof-mini span{
display: block;
font-size: 28px;
margin-bottom: 8px;
}
@media (max-width: 575px){
.knt-proof-mini{
grid-template-columns: 1fr;
}

}
.knt-card-top{
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 22px;
}
.knt-how-grid strong{
font-size: 46px;
line-height: 1;
color: rgba(29,75,67,.10);
font-weight: 900;
}
.knt-film-grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
}
.knt-film-card{
display: block;
overflow: hidden;
border-radius: 30px;
background: rgba(255,255,255,.08);
color: #fff;
text-decoration: none;
border: 1px solid rgba(255,255,255,.12);
box-shadow: 0 14px 36px rgba(0,0,0,.18);
}
.knt-film-thumb{
position: relative;
height: 210px;
overflow: hidden;
background: #000;
}
.knt-film-thumb img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
opacity: .82;
transition: .4s;
}
.knt-film-card:hover img{
transform: scale(1.06);
opacity: 1;
}
.knt-film-thumb::after{
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,.05));
}
.knt-play{
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
transform: translate(-50%, -50%);
width: 66px;
height: 66px;
border-radius: 999px;
background: #f0b35b;
color: #1f1b16;
display: flex;
align-items: center;
justify-content: center;
font-size: 26px;
font-weight: 900;
box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.knt-film-content{
padding: 24px;
}
.knt-film-content h3{
margin: 0 0 10px;
font-size: 26px;
color: #fff;
}
.knt-film-content p{
margin: 0;
line-height: 1.7;
color: rgba(255,255,255,.72);
}
@media (max-width: 900px){
.knt-film-grid{
grid-template-columns: 1fr 1fr;
}

}
@media (max-width: 575px){
.knt-film-grid{
grid-template-columns: 1fr;
}
.knt-film-thumb{
height: 200px;
}

}
.knt-future-trip{
max-width: 1200px;
margin: 40px auto;
padding: 0;
}
.knt-future-content{
padding: 35px 40px;
border-radius: 34px;
background: linear-gradient(
 135deg,
 #f0b35b,
 #d89a41
 );
color: #1f1b16;
box-shadow: 0 18px 40px rgba(0,0,0,.15);
}
.knt-future-content span{
text-transform: uppercase;
font-weight: 900;
letter-spacing: .08em;
font-size: 13px;
}
.knt-future-content h2{
margin: 14px 0;
font-size: 42px;
}
.knt-future-content p{
max-width: 700px;
line-height: 1.7;
font-size: 18px;
}
.knt-future-tags{
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 22px;
}
.knt-future-tags b{
background: rgba(255,255,255,.35);
padding: 10px 16px;
border-radius: 999px;
}
.knt-why{
max-width: 1200px;
margin: 0 auto;
padding: 60px 20px;
}
.knt-why-grid{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 22px;
}
.knt-why-grid article{
background: #fff;
border-radius: 34px;
padding: 30px;
box-shadow: 0 12px 35px rgba(0,0,0,.08);
transition: .25s;
}
.knt-why-grid article:hover{
transform: translateY(-4px);
}
.knt-card-top{
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 24px;
}
.knt-icon{
width: 90px;
height: 90px;
border-radius: 24px;
background: #f1dfc3;
display: flex;
align-items: center;
justify-content: center;
font-size: 48px;
box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.knt-why-grid strong{
font-size: 46px;
line-height: 1;
font-weight: 900;
color: rgba(29,75,67,.10);
}
.knt-why-grid h3{
margin: 0 0 14px;
font-size: 26px;
color: #1d4b43;
}
.knt-why-grid p{
margin: 0;
color: #5c5248;
line-height: 1.75;
font-size: 16px;
}
@media (max-width: 900px){
.knt-why-grid{
grid-template-columns: 1fr 1fr;
}

}
@media (max-width: 600px){
.knt-why{
padding: 45px 15px;
}
.knt-why-grid{
grid-template-columns: 1fr;
}
.knt-icon{
width: 75px;
height: 75px;
font-size: 40px;
}
.knt-why-grid strong{
font-size: 38px;
}

}
@media (max-width: 900px){
.knt-future-trip{
margin-left: 15px;
margin-right: 15px;
}

}
.knt-guides{
background: #f5f1e8;
color: #1f1b16;
}
.knt-guides *{
box-sizing: border-box;
}
.knt-guides-hero,
.knt-guides-current,
.knt-guides-future,
.knt-guides-history{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.knt-guides-hero{
padding: 85px 20px 45px;
text-align: center;
}
.knt-guides-hero span,
.knt-guides-label{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 13px;
}
.knt-guides-hero h1{
max-width: 850px;
margin: 24px auto 0;
font-size: clamp(1.9rem, 3.5vw, 3.2rem);
line-height: 1.05;
font-weight: 900;
color: #1f1b16;
}
.knt-guides-current{
display: grid;
grid-template-columns: 1.05fr .95fr;
overflow: hidden;
margin-top: 35px;
margin-bottom: 42px;
background: #1d4b43;
border-radius: 42px;
color: #fff;
box-shadow: 0 22px 55px rgba(0,0,0,.18);
}
.knt-guides-current-content{
padding: 48px;
}
.knt-guides-current-content > span{
display: inline-block;
background: rgba(255,255,255,.16);
padding: 10px 18px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 13px;
}
.knt-guides-current h2,
.knt-guides-future h2{
margin: 22px 0 16px;
font-size: clamp(2rem, 4vw, 4rem);
line-height: 1.05;
color: inherit;
font-weight: 900;
}
.knt-guides-current p,
.knt-guides-future p{
max-width: 760px;
font-size: 18px;
line-height: 1.75;
color: rgba(255,255,255,.82);
}
.knt-guides-current .knt-main-link,
.knt-guides-current-content > a{
display: inline-block;
margin-top: 18px;
margin-bottom: 28px;
background: #f0b35b;
color: #1f1b16 !important;
padding: 15px 24px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .04em;
}
.knt-guides-current-image{
min-height: 430px;
background: rgba(0,0,0,.18);
}
.knt-guides-current-image img,
.knt-history-image img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.knt-article-links{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin-top: 8px;
}
.knt-article-links a{
display: flex;
align-items: center;
min-height: 92px;
padding: 18px;
border-radius: 24px;
background: rgba(255,255,255,.14);
color: #fff !important;
text-decoration: none;
font-weight: 900;
line-height: 1.35;
border: 1px solid rgba(255,255,255,.16);
transition: .25s;
}
.knt-article-links a:hover{
transform: translateY(-3px);
background: rgba(255,255,255,.22);
}
.knt-guides-future{
margin-top: 42px;
margin-bottom: 70px;
padding: 44px;
border-radius: 42px;
background: linear-gradient(135deg,#f0b35b,#d89a41);
color: #1f1b16;
box-shadow: 0 22px 55px rgba(0,0,0,.15);
}
.knt-guides-future > span{
display: inline-block;
background: rgba(255,255,255,.38);
padding: 10px 18px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 13px;
}
.knt-guides-future p{
color: rgba(31,27,22,.82);
}
.knt-guides-future .knt-article-links a{
background: rgba(255,255,255,.35);
color: #1f1b16 !important;
border-color: rgba(255,255,255,.25);
}
.knt-guides-future .knt-article-links a:hover{
background: rgba(255,255,255,.55);
}
.knt-guides-history{
padding: 10px 20px 80px;
}
.knt-history-grid{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 22px;
margin-top: 28px;
}
.knt-history-card{
overflow: hidden;
background: #fff;
border-radius: 34px;
box-shadow: 0 14px 40px rgba(0,0,0,.10);
}
.knt-history-image{
height: 260px;
background: #d8c7a8;
}
.knt-history-content{
padding: 28px;
}
.knt-history-content h3{
margin: 0 0 8px;
font-size: 30px;
color: #1d4b43;
}
.knt-history-content p{
margin: 0 0 20px;
color: #5c5248;
font-size: 17px;
line-height: 1.6;
}
.knt-history-toggle{
display: inline-block;
border: 0;
cursor: pointer;
background: #1d4b43;
color: #fff;
padding: 13px 20px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .04em;
}
.knt-history-more{
display: none;
margin-top: 20px;
padding: 20px;
background: #f5f1e8;
border-radius: 24px;
}
.knt-history-more.is-open{
display: block;
}
.knt-history-more a{
display: block;
color: #1f1b16;
text-decoration: none;
font-weight: 800;
padding: 10px 0;
border-bottom: 1px solid rgba(0,0,0,.08);
}
.knt-history-more a:last-child{
border-bottom: 0;
}
.knt-history-more a:hover{
color: #c46b2f;
}
@media (max-width: 900px){
.knt-guides-current{
grid-template-columns: 1fr;
margin-left: 15px;
margin-right: 15px;
}
.knt-guides-future{
margin-left: 15px;
margin-right: 15px;
}
.knt-article-links,
 .knt-history-grid{
grid-template-columns: 1fr;
}
.knt-guides-current-image{
min-height: 320px;
}

}
@media (max-width: 575px){
.knt-guides-hero{
padding: 55px 15px 30px;
}
.knt-guides-current-content,
 .knt-guides-future{
padding: 32px 22px;
}
.knt-guides-current,
 .knt-guides-future,
 .knt-history-card{
border-radius: 30px;
}
.knt-article-links a{
min-height: auto;
}
.knt-history-image{
height: 220px;
}
.knt-history-content{
padding: 24px;
}

}
.knt-expedition-row{
max-width: 1200px;
margin: 40px auto;
padding: 24px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
background: #fff;
border-radius: 38px;
box-shadow: 0 16px 45px rgba(0,0,0,.10);
}
.knt-expedition-video{
border-radius: 30px;
overflow: hidden;
background: #000;
min-height: 360px;
}
.knt-expedition-content{
padding: 10px 6px;
}
.knt-expedition-content > span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 9px 16px;
border-radius: 999px;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
}
.knt-expedition-content h2{
margin: 18px 0 12px;
font-size: 42px;
color: #1d4b43;
}
.knt-expedition-content p{
font-size: 17px;
line-height: 1.7;
color: #5c5248;
}
.knt-expedition-articles{
display: grid;
gap: 14px;
margin-top: 24px;
}
.knt-article-card{
display: grid;
grid-template-columns: 130px 1fr;
gap: 16px;
align-items: center;
padding: 12px;
background: #f5f1e8;
border-radius: 24px;
color: #1f1b16;
text-decoration: none;
}
.knt-article-card img{
width: 130px;
height: 95px;
object-fit: cover;
border-radius: 18px;
}
.knt-article-card small{
color: #8a6b45;
font-weight: 800;
}
.knt-article-card h3{
margin: 5px 0 8px;
font-size: 18px;
line-height: 1.25;
color: #1f1b16;
}
.knt-article-card b{
color: #c46b2f;
font-size: 14px;
}
@media (max-width: 850px){
.knt-expedition-row{
grid-template-columns: 1fr;
margin: 30px 15px;
}
.knt-expedition-video,
 .knt-expedition-video iframe{
min-height: 260px;
}

}
@media (max-width: 575px){
.knt-article-card{
grid-template-columns: 1fr;
}
.knt-article-card img{
width: 100%;
height: 180px;
}

}
.knt-expedition-feature{
max-width: 1200px;
margin: 45px auto;
padding: 34px;
background: #fff;
border-radius: 42px;
box-shadow: 0 18px 50px rgba(0,0,0,.10);
}
.knt-expedition-head{
max-width: 760px;
margin-bottom: 28px;
}
.knt-expedition-head span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 9px 16px;
border-radius: 999px;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
}
.knt-expedition-head h2{
margin: 18px 0 10px;
font-size: 44px;
line-height: 1.05;
color: #1d4b43;
}
.knt-expedition-head p{
margin: 0;
font-size: 17px;
line-height: 1.7;
color: #5c5248;
}
.knt-expedition-top{
display: grid;
grid-template-columns: 1.05fr .95fr;
gap: 24px;
margin-bottom: 22px;
}
.knt-expedition-video{
overflow: hidden;
border-radius: 30px;
background: #000;
min-height: 360px;
}
.knt-expedition-video iframe{
width: 100%;
height: 100%;
min-height: 360px;
display: block;
}
.knt-feature-article{
display: grid;
grid-template-rows: 210px auto;
overflow: hidden;
border-radius: 30px;
background: #f5f1e8;
color: #1f1b16;
text-decoration: none;
height: 100%;
}
.knt-feature-article img{
width: 100%;
height: 100%;
object-fit: cover;
}
.knt-feature-article div{
padding: 26px;
display: flex;
flex-direction: column;
}
.knt-feature-article small,
.knt-small-article small{
display: inline-block;
color: #c46b2f;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .06em;
font-size: 12px;
}
.knt-feature-article h3{
margin: 10px 0 12px;
font-size: 28px;
line-height: 1.15;
color: #1d4b43;
}
.knt-feature-article p{
margin: 0 0 18px;
line-height: 1.65;
color: #5c5248;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-align:justify;
}
.knt-feature-article b{
color: #1f1b16;
font-weight: 900;
}
.knt-article-strip{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.knt-small-article{
display: grid;
grid-template-columns: 280px 1fr;
gap: 15px;
align-items: center;
padding: 14px;
background: #f5f1e8;
border-radius: 24px;
color: #1f1b16;
text-decoration: none;
min-height: 170px;
}
.knt-small-article img{
width: 100%;
height: 180px;
object-fit: cover;
}
.knt-small-article h3{
margin: 6px 0 0;
font-size: 17px;
line-height: 1.3;
color: #1f1b16;
}
@media (max-width: 900px){
.knt-expedition-feature{
margin: 35px 15px;
padding: 24px;
}
.knt-expedition-top,
 .knt-article-strip{
grid-template-columns: 1fr;
}
.knt-expedition-video,
 .knt-expedition-video iframe{
min-height: 280px;
}

}
@media (max-width: 575px){
.knt-expedition-feature{
padding: 18px;
border-radius: 32px;
}
.knt-expedition-head h2{
font-size: 34px;
}
.knt-feature-article{
grid-template-rows: 190px auto;
}
.knt-feature-article h3{
font-size: 23px;
}
.knt-small-article img{
width: 100%;
height: 180px;
}

}
.knt-article-strip{
display: grid;
grid-template-columns: 1fr;
gap: 16px;
}
.knt-small-article{
display: grid;
grid-template-columns: 190px 1fr;
gap: 20px;
align-items: stretch;
padding: 16px;
background: #f5f1e8;
border-radius: 26px;
color: #1f1b16;
text-decoration: none;
}
.knt-small-article img{
width: 190px;
height: 135px;
object-fit: cover;
border-radius: 20px;
display: block;
}
.knt-small-article-content{
display: flex;
flex-direction: column;
justify-content: center;
}
.knt-small-article-meta{
display: block;
margin-bottom: 6px;
color: #8a6b45;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .04em;
}
.knt-small-article h3{
margin: 0 0 8px;
font-size: 22px;
line-height: 1.2;
color: #1d4b43;
}
.knt-small-article p{
margin: 0 0 10px;
color: #5c5248;
line-height: 1.55;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.knt-small-article b{
margin-top: auto;
color: #c46b2f;
font-weight: 900;
}
@media (max-width: 650px){
.knt-small-article{
grid-template-columns: 1fr;
}
.knt-small-article img{
width: 100%;
height: 190px;
}

}
.knt-small-article p{
margin: 0 0 14px;
color: #5c5248;
line-height: 1.65;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.knt-article-meta{
color: #8f8579;
font-size: 12px;
font-weight: 700;
}
.knt-small-article h3{
margin: 0 0 10px;
font-size: 24px;
line-height: 1.2;
color: #1d4b43;
}
.knt-read-more{
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0 20px;
border-radius: 999px;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .05em;
text-decoration: none;
transition: .25s;
}
.knt-read-more:hover{
background: #245c52;
transform: translateY(-2px);
}
.knt-feature-article .knt-read-more{
background: #c46b2f;
color: #fff !important;
margin-top: auto;
}
.knt-feature-article .knt-read-more:hover{
background: #d57a39;
}
.knt-small-article .knt-read-more{
background: #1d4b43;
color: #fff !important;
}
.knt-small-article .knt-read-more:hover{
background: #245c52;
}
.knt-small-article{
grid-template-columns: 280px 1fr !important;
}
.knt-small-article img{
width: 280px !important;
height: 180px !important;
object-fit: cover !important;
border-radius: 20px;
}
@media (max-width: 650px){
.knt-small-article{
grid-template-columns: 1fr !important;
}
.knt-small-article img{
width: 100% !important;
height: 190px !important;
}

}
.knt-contact{
background: #f5f1e8;
color: #1f1b16;
padding-bottom: 80px;
}
.knt-contact *{
box-sizing: border-box;
}
.knt-contact-hero,
.knt-contact-grid{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.knt-contact-hero{
padding: 85px 20px 45px;
text-align: center;
}
.knt-contact-hero span,
.knt-contact-card > span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 13px;
}
.knt-contact-hero h1{
max-width: 850px;
margin: 24px auto 18px;
font-size: clamp(2.4rem, 5vw, 5rem);
line-height: .95;
font-weight: 900;
color: #1f1b16;
}
.knt-contact-hero h2{
max-width: 850px;
margin: 24px auto 18px;
font-size: clamp(2.4rem, 5vw, 5rem);
line-height: .95;
font-weight: 900;
color: #1f1b16;
}
.knt-contact-hero p{
max-width: 760px;
margin: 0 auto;
font-size: 18px;
line-height: 1.75;
color: #5c5248;
}
.knt-contact-grid{
display: grid;
grid-template-columns: 1.1fr .9fr;
gap: 22px;
padding: 0 20px;
}
.knt-contact-card{
background: #fff;
border-radius: 36px;
padding: 36px;
box-shadow: 0 14px 40px rgba(0,0,0,.10);
}
.knt-contact-main{
background: #1d4b43;
color: #fff;
grid-row: span 2;
}
.knt-contact-main span{
background: rgba(255,255,255,.16);
}
.knt-contact-card h2{
margin: 24px 0 12px;
font-size: clamp(2.4rem, 5vw, 4.6rem);
line-height: .95;
color: inherit;
}
.knt-contact-card h3{
margin: 22px 0 14px;
font-size: 30px;
color: #1d4b43;
}
.knt-contact-main h3,
.knt-contact-main h2{
color: #fff;
}
.knt-contact-card p{
margin: 0 0 14px;
color: #5c5248;
font-size: 17px;
line-height: 1.65;
}
.knt-contact-main p{
color: rgba(255,255,255,.82);
}
.knt-contact-btn{
display: inline-flex;
margin-top: 28px;
padding: 16px 24px;
border-radius: 999px;
background: #f0b35b;
color: #1f1b16 !important;
text-decoration: none;
font-weight: 900;
}
.knt-contact-links{
display: grid;
gap: 12px;
margin-top: 20px;
}
.knt-contact-links a,
.knt-contact-link{
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0 20px;
border-radius: 999px;
background: #f5f1e8;
color: #1d4b43 !important;
text-decoration: none;
font-weight: 900;
}
.knt-contact-link{
margin-top: 12px;
background: #1d4b43;
color: #fff !important;
}
@media (max-width: 850px){
.knt-contact-grid{
grid-template-columns: 1fr;
}
.knt-contact-main{
grid-row: auto;
}

}
@media (max-width: 575px){
.knt-contact-hero{
padding: 55px 15px 30px;
}
.knt-contact-grid{
padding: 0 15px;
}
.knt-contact-card{
padding: 28px 22px;
border-radius: 30px;
}

}
.knt-contact-payment{
background: linear-gradient(135deg,#f0b35b,#d89a41);
color: #1f1b16;
}
.knt-contact-payment h3{
color: #1f1b16;
}
.knt-contact-payment p{
color: rgba(31,27,22,.85);
}
.knt-payment-box{
margin-top: 16px;
padding: 18px;
border-radius: 20px;
background: rgba(255,255,255,.35);
}
.knt-payment-box strong{
display: block;
margin-bottom: 6px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .08em;
}
.knt-payment-box div{
font-size: 22px;
font-weight: 900;
}
.knt-expedition-title{
margin-top: 40px;
margin-bottom: 18px;
color: rgba(255,255,255,.72);
font-size: 13px;
text-transform: uppercase;
letter-spacing: .12em;
}
.knt-expedition-badges{
margin-top: 35px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
}
.knt-expedition-badges img{
width: 100%;
max-width: 95px;
margin: 0 auto;
display: block;
transition: .25s;
}
.knt-expedition-badges img:hover{
transform: translateY(-3px);
}
.knt-faq{
background: #f5f1e8;
color: #1f1b16;
padding-bottom: 80px;
}
.knt-faq *{
box-sizing: border-box;
}
.knt-faq-hero,
.knt-faq-grid,
.knt-faq-payment{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.knt-faq-hero{
padding: 85px 20px 45px;
text-align: center;
}
.knt-faq-hero span,
.knt-faq-intro span,
.knt-faq-payment span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 13px;
}
.knt-faq-hero h1{
max-width: 850px;
margin: 24px auto 18px;
font-size: clamp(2.4rem, 5vw, 5rem);
line-height: .95;
font-weight: 900;
color: #1f1b16;
}
.knt-faq-hero p{
max-width: 760px;
margin: 0 auto;
font-size: 18px;
line-height: 1.75;
color: #5c5248;
}
.knt-faq-grid{
display: grid;
grid-template-columns: .9fr 1.1fr;
gap: 24px;
padding: 0 20px;
}
.knt-faq-intro{
background: #1d4b43;
color: #fff;
border-radius: 42px;
padding: 42px;
box-shadow: 0 18px 50px rgba(0,0,0,.12);
align-self: start;
position: sticky;
top: 30px;
}
.knt-faq-intro span{
background: rgba(255,255,255,.16);
}
.knt-faq-intro h2{
margin: 24px 0 16px;
font-size: clamp(2rem, 4vw, 4rem);
line-height: 1.05;
color: #fff;
}
.knt-faq-intro p{
color: rgba(255,255,255,.82);
line-height: 1.75;
font-size: 17px;
}
.knt-faq-btn{
display: inline-flex;
margin-top: 24px;
padding: 15px 24px;
border-radius: 999px;
background: #f0b35b;
color: #1f1b16 !important;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
}
.knt-faq-list{
display: grid;
gap: 14px;
}
.knt-faq-list details{
background: #fff;
border-radius: 26px;
box-shadow: 0 12px 35px rgba(0,0,0,.08);
overflow: hidden;
}
.knt-faq-list summary{
cursor: pointer;
list-style: none;
padding: 24px 28px;
font-size: 20px;
font-weight: 900;
color: #1d4b43;
}
.knt-faq-list summary::-webkit-details-marker{
display: none;
}
.knt-faq-list summary::after{
content: "+";
float: right;
font-size: 26px;
line-height: 1;
color: #c46b2f;
}
.knt-faq-list details[open] summary::after{
content: "-";
}
.knt-faq-list details p{
margin: 0;
padding: 0 28px 26px;
color: #5c5248;
font-size: 17px;
line-height: 1.75;
}
.knt-faq-payment{
margin-top: 50px;
padding: 42px;
border-radius: 42px;
background: linear-gradient(135deg,#f0b35b,#d89a41);
color: #1f1b16;
box-shadow: 0 18px 50px rgba(0,0,0,.14);
}
.knt-faq-payment span{
background: rgba(255,255,255,.38);
color: #1f1b16;
}
.knt-faq-payment h2{
margin: 22px 0 14px;
font-size: clamp(2rem, 4vw, 3.8rem);
line-height: 1.05;
}
.knt-faq-payment p{
max-width: 850px;
font-size: 18px;
line-height: 1.7;
color: rgba(31,27,22,.85);
}
.knt-faq-payment-grid{
display: grid;
grid-template-columns: .8fr 1.2fr;
gap: 16px;
margin-top: 28px;
}
.knt-faq-payment-grid div{
background: rgba(255,255,255,.35);
border-radius: 24px;
padding: 22px;
}
.knt-faq-payment-grid strong{
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: .08em;
margin-bottom: 8px;
}
.knt-faq-payment-grid b{
display: block;
font-size: 24px;
line-height: 1.2;
}
@media (max-width: 900px){
.knt-faq-grid,
 .knt-faq-payment-grid{
grid-template-columns: 1fr;
}
.knt-faq-intro{
position: static;
}
.knt-faq-payment{
margin-left: 15px;
margin-right: 15px;
}

}
@media (max-width: 575px){
.knt-faq-hero{
padding: 55px 15px 30px;
}
.knt-faq-grid{
padding: 0 15px;
}
.knt-faq-intro,
 .knt-faq-payment{
padding: 30px 22px;
border-radius: 30px;
}
.knt-faq-list summary{
padding: 21px 22px;
font-size: 18px;
}
.knt-faq-list details p{
padding: 0 22px 22px;
}

}
.knt-rules{
background: #f5f1e8;
color: #1f1b16;
padding-bottom: 80px;
}
.knt-rules *{
box-sizing: border-box;
}
.knt-rules-hero,
.knt-rules-layout{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.knt-rules-hero{
padding: 85px 20px 45px;
text-align: center;
}
.knt-rules-hero span,
.knt-rules-side span,
.knt-rule-payment > span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 13px;
}
.knt-rules-hero h1{
max-width: 850px;
margin: 24px auto 18px;
font-size: clamp(2.3rem, 5vw, 4.5rem);
line-height: .95;
font-weight: 900;
color: #1f1b16;
}
.knt-rules-hero p{
max-width: 760px;
margin: 0 auto;
font-size: 18px;
line-height: 1.75;
color: #5c5248;
}
.knt-rules-layout{
display: grid;
grid-template-columns: .85fr 1.15fr;
gap: 24px;
padding: 0 20px;
}
.knt-rules-side{
background: #1d4b43;
color: #fff;
border-radius: 42px;
padding: 42px;
box-shadow: 0 18px 50px rgba(0,0,0,.12);
align-self: start;
position: sticky;
top: 30px;
}
.knt-rules-side span{
background: rgba(255,255,255,.16);
}
.knt-rules-side h2{
margin: 24px 0 20px;
font-size: clamp(2rem, 4vw, 3.8rem);
line-height: 1.05;
color: #fff;
}
.knt-rules-points{
display: grid;
gap: 12px;
}
.knt-rules-points div{
padding: 16px 18px;
border-radius: 22px;
background: rgba(255,255,255,.12);
color: rgba(255,255,255,.88);
font-weight: 800;
line-height: 1.45;
}
.knt-rules-btn{
display: inline-flex;
margin-top: 28px;
padding: 15px 24px;
border-radius: 999px;
background: #f0b35b;
color: #1f1b16 !important;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
}
.knt-rules-content{
display: grid;
gap: 18px;
}
.knt-rule-card{
background: #fff;
border-radius: 34px;
padding: 34px;
box-shadow: 0 12px 35px rgba(0,0,0,.08);
}
.knt-rule-card h2{
margin: 0 0 22px;
font-size: 32px;
line-height: 1.15;
color: #1d4b43;
}
.knt-rule-card ol{
margin: 0;
padding-left: 22px;
}
.knt-rule-card li{
margin-bottom: 13px;
color: #5c5248;
font-size: 17px;
line-height: 1.65;
}
.knt-rule-card li:last-child{
margin-bottom: 0;
}
.knt-rule-payment{
background: linear-gradient(135deg,#f0b35b,#d89a41);
color: #1f1b16;
}
.knt-rule-payment > span{
background: rgba(255,255,255,.38);
color: #1f1b16;
}
.knt-rule-payment h2{
margin-top: 22px;
color: #1f1b16;
}
.knt-rule-payment p{
color: rgba(31,27,22,.85);
font-size: 17px;
line-height: 1.7;
}
.knt-rule-payment-grid div{
background: rgba(255,255,255,.35);
border-radius: 24px;
padding: 20px;
}
.knt-rule-payment-grid strong{
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: .08em;
margin-bottom: 8px;
}
.knt-rule-payment-grid b{
display: block;
font-size: 22px;
line-height: 1.2;
}
.knt-rules-note{
padding: 22px 26px;
border-radius: 26px;
background: rgba(29,75,67,.08);
color: #5c5248;
font-weight: 800;
}
@media (max-width: 900px){
.knt-rules-layout,
 .knt-rule-payment-grid{
grid-template-columns: 1fr;
}
.knt-rules-side{
position: static;
}

}
@media (max-width: 575px){
.knt-rules-hero{
padding: 55px 15px 30px;
}
.knt-rules-layout{
padding: 0 15px;
}
.knt-rules-side,
 .knt-rule-card{
padding: 28px 22px;
border-radius: 30px;
}
.knt-rule-card h2{
font-size: 26px;
}

}
.knt-payment-account{
background: rgba(255,255,255,.45);
border-radius: 24px;
padding: 24px;
margin: 24px 0 14px;
}
.knt-payment-account strong{
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: .08em;
margin-bottom: 10px;
}
.knt-payment-account b{
display: block;
font-size: 34px;
font-weight: 900;
line-height: 1.1;
}
.knt-rule-payment-grid{
display: grid;
grid-template-columns: .7fr 1.3fr;
gap: 14px;
}
.knt-merch-products{
max-width: 1200px;
margin: 0 auto 70px;
padding: 0 20px;
display: grid;
gap: 28px;
}
.knt-product-card{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
background: #fff;
border-radius: 42px;
padding: 28px;
box-shadow: 0 18px 50px rgba(0,0,0,.10);
}
.knt-product-gallery{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}
.knt-product-gallery-single{
grid-template-columns: 1fr;
}
.knt-product-gallery img{
width: 100%;
height: 420px;
object-fit: contain;
background: #f5f1e8;
border-radius: 30px;
display: block;
}
.knt-product-content{
display: flex;
flex-direction: column;
justify-content: center;
}
.knt-product-content span,
.knt-merch-info span{
display: inline-block;
width: fit-content;
padding: 10px 18px;
border-radius: 999px;
background: #1d4b43;
color: #fff;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
}
.knt-product-content h2{
margin: 22px 0 14px;
font-size: clamp(2rem, 4vw, 3.6rem);
line-height: 1.05;
color: #1d4b43;
}
.knt-product-price{
display: inline-block;
width: fit-content;
margin-bottom: 22px;
padding: 12px 18px;
background: #f0b35b;
border-radius: 999px;
color: #1f1b16;
font-size: 22px;
font-weight: 900;
}
.knt-product-content ul{
margin: 0 0 26px;
padding-left: 20px;
color: #5c5248;
font-size: 17px;
line-height: 1.75;
}
.knt-product-content li{
margin-bottom: 6px;
}
.knt-merch-btn{
display: inline-flex;
width: fit-content;
align-items: center;
justify-content: center;
padding: 15px 24px;
border-radius: 999px;
background: #1d4b43;
color: #fff !important;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .04em;
}
.knt-merch-info{
max-width: 1200px;
margin: 0 auto 80px;
padding: 48px;
border-radius: 42px;
background: linear-gradient(135deg,#f0b35b,#d89a41);
color: #1f1b16;
box-shadow: 0 18px 50px rgba(0,0,0,.14);
}
.knt-merch-info span{
background: rgba(255,255,255,.38);
color: #1f1b16;
}
.knt-merch-info h2{
margin: 22px 0 14px;
font-size: clamp(2rem, 4vw, 3.8rem);
line-height: 1.05;
}
.knt-merch-info p{
max-width: 820px;
color: rgba(31,27,22,.85);
font-size: 18px;
line-height: 1.75;
}
.knt-merch-info a{
color: #1d4b43;
font-weight: 900;
}
@media (max-width: 900px){
.knt-product-card{
grid-template-columns: 1fr;
}
.knt-product-gallery img{
height: 360px;
}
.knt-merch-info{
margin-left: 15px;
margin-right: 15px;
}

}
@media (max-width: 575px){
.knt-product-card{
padding: 18px;
border-radius: 32px;
}
.knt-product-gallery{
grid-template-columns: 1fr;
}
.knt-product-gallery img{
height: 320px;
}
.knt-merch-info{
padding: 32px 22px;
border-radius: 30px;
}

}
.knt-merch{
background:#f5f1e8;
padding-bottom:80px;
}
.knt-merch-hero{
max-width:1000px;
margin:0 auto;
padding:90px 20px 50px;
text-align: center;
}
.knt-merch-hero span,
.knt-merch-story span,
.knt-merch-status span,
.knt-merch-final span{
display: inline-block;
padding:10px 18px;
border-radius:999px;
background:#1d4b43;
color:#fff;
font-size:13px;
font-weight:900;
text-transform: uppercase;
letter-spacing:.08em;
}
.knt-merch-hero h1{
margin:24px 0 18px;
font-size: clamp(2.5rem,5vw,5rem);
line-height:.95;
font-weight:900;
color:#1f1b16;
}
.knt-merch-hero p{
max-width:760px;
margin:0 auto;
font-size:18px;
line-height:1.8;
color:#5c5248;
}
.knt-links{
background: #f5f1e8;
color: #1f1b16;
padding-bottom: 80px;
}
.knt-links *{
box-sizing: border-box;
}
.knt-links-hero,
.knt-links-intro,
.knt-links-section,
.knt-links-exchange{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.knt-links-hero{
padding: 85px 20px 45px;
text-align: center;
}
.knt-links-hero span,
.knt-links-intro span,
.knt-links-exchange span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 13px;
}
.knt-links-hero h1{
max-width: 850px;
margin: 24px auto 18px;
font-size: clamp(2.4rem, 5vw, 5rem);
line-height: .95;
font-weight: 900;
color: #1f1b16;
}
.knt-links-hero p{
max-width: 760px;
margin: 0 auto;
font-size: 18px;
line-height: 1.75;
color: #5c5248;
}
.knt-links-intro{
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin-bottom: 55px;
padding: 40px;
border-radius: 42px;
background: #fff;
box-shadow: 0 14px 40px rgba(0,0,0,.08);
}
.knt-links-intro h2,
.knt-links-exchange h2{
margin: 22px 0 14px;
font-size: clamp(2rem, 4vw, 3.8rem);
line-height: 1.05;
color: #1d4b43;
}
.knt-links-intro p,
.knt-links-exchange p{
max-width: 760px;
color: #5c5248;
font-size: 17px;
line-height: 1.75;
}
.knt-links-btn{
display: inline-flex;
flex-shrink: 0;
align-items: center;
justify-content: center;
padding: 15px 24px;
border-radius: 999px;
background: #1d4b43;
color: #fff !important;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
}
.knt-links-section{
padding: 0 20px 60px;
}
.knt-links-grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.knt-link-card{
display: block;
min-height: 170px;
padding: 26px;
border-radius: 30px;
background: #fff;
color: #1f1b16;
text-decoration: none;
box-shadow: 0 12px 35px rgba(0,0,0,.08);
transition: .25s;
}
.knt-link-card:hover{
transform: translateY(-4px);
}
.knt-link-card strong{
display: block;
color: #1d4b43;
font-size: 24px;
line-height: 1.15;
margin-bottom: 12px;
}
.knt-link-card p{
margin: 0;
color: #5c5248;
font-size: 16px;
line-height: 1.6;
}
.knt-links-exchange{
padding: 44px;
border-radius: 42px;
background: linear-gradient(135deg,#f0b35b,#d89a41);
color: #1f1b16;
box-shadow: 0 18px 50px rgba(0,0,0,.14);
}
.knt-links-exchange span{
background: rgba(255,255,255,.38);
color: #1f1b16;
}
.knt-links-exchange a{
color: #1d4b43;
font-weight: 900;
}
.knt-link-code{
margin-top: 24px;
padding: 24px;
border-radius: 24px;
background: rgba(255,255,255,.35);
}
.knt-link-code strong{
display: block;
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: .08em;
font-size: 12px;
}
.knt-link-code p{
margin: 0;
color: #1f1b16;
font-weight: 800;
}
@media (max-width: 900px){
.knt-links-intro{
flex-direction: column;
align-items: flex-start;
margin-left: 15px;
margin-right: 15px;
}
.knt-links-grid{
grid-template-columns: 1fr 1fr;
}
.knt-links-exchange{
margin-left: 15px;
margin-right: 15px;
}

}
@media (max-width: 575px){
.knt-links-hero{
padding: 55px 15px 30px;
}
.knt-links-grid{
grid-template-columns: 1fr;
}
.knt-links-intro,
 .knt-links-exchange{
padding: 30px 22px;
border-radius: 30px;
}

}
.knt-link-code pre{
margin: 16px 0 0;
padding: 18px;
border-radius: 18px;
overflow-x: auto;
background: rgba(31,27,22,.88);
color: #f0b35b;
font-size: 14px;
line-height: 1.6;
}
.knt-link-code code{
white-space: pre-wrap;
}
@media (max-width: 575px){
.knt-gallery-mosaic a:nth-child(n+4){
display: none;
}

}
.knt-rule-storno{
margin-top: 24px;
padding: 24px;
border-radius: 24px;
background: #1f1b16;
color: #fff;
}
.knt-rule-storno h3{
margin: 0 0 18px;
color: #f0b35b;
font-size: 24px;
}
.knt-rule-storno ul{
margin: 0 0 18px;
padding-left: 20px;
}
.knt-rule-storno li{
margin-bottom: 10px;
color: rgba(255,255,255,.88);
}
.knt-rule-storno p{
margin: 0;
color: rgba(255,255,255,.88);
line-height: 1.7;
}
.knt-rule-storno-note{
margin-top: 18px;
padding: 18px 22px;
border-radius: 18px;
background: rgba(255,255,255,.25);
}
.knt-rule-storno-note strong{
display: block;
margin-bottom: 8px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .08em;
}
.knt-rule-storno-note p{
margin: 0;
color: rgba(31,27,22,.85);
line-height: 1.7;
}
.knt-article{
background: #f5f1e8;
color: #1f1b16;
padding-bottom: 80px;
}
.knt-article-hero,
.knt-article-body{
max-width: 1100px;
margin: 0 auto;
}
.knt-article-hero{
padding: 85px 20px 45px;
text-align: center;
}
.knt-article-hero span,
.knt-place span,
.knt-article-cta span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
}
.knt-article-hero h1{
max-width: 950px;
margin: 24px auto 14px;
font-size: clamp(2.4rem, 5vw, 5rem);
line-height: .95;
font-weight: 900;
}
.knt-article-meta{
color: #8a6b45;
font-weight: 800;
margin-bottom: 24px;
}
.knt-article-perex{
max-width: 1200px;
text-align:justify;
font-style: italic;
margin: 0 auto;
padding: 28px;
border-radius: 30px;
background: #fff;
box-shadow: 0 14px 40px rgba(0,0,0,.08);
color: #5c5248;
font-size: 20px;
line-height: 1.75;
}
.knt-article-body{
padding: 0 20px;
}
.knt-article-intro{
max-width: 850px;
margin: 0 auto 34px;
font-size: 19px;
line-height: 1.8;
color: #5c5248;
}
.knt-place{
display: grid;
grid-template-columns: .9fr 1.1fr;
gap: 28px;
align-items: center;
margin: 28px 0;
padding: 28px;
background: #fff;
border-radius: 38px;
box-shadow: 0 14px 40px rgba(0,0,0,.08);
}
.knt-place > div{
align-self: start;
}
.knt-place img{
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 30px;
}
.knt-place h2{
margin: 18px 0 14px;
font-size: clamp(2rem, 4vw, 3.4rem);
line-height: 1.05;
color: #1d4b43;
}
.knt-place p{
margin: 0;
color: #5c5248;
font-size: 18px;
line-height: 1.75;
}
.knt-article-cta{
margin-top: 45px;
padding: 48px;
border-radius: 42px;
background: #1d4b43;
color: #fff;
text-align: center;
box-shadow: 0 18px 50px rgba(0,0,0,.14);
}
.knt-article-cta span{
background: rgba(255,255,255,.16);
}
.knt-article-cta h2{
margin: 22px 0 14px;
color: #fff;
font-size: clamp(2rem, 4vw, 3.8rem);
line-height: 1.05;
}
.knt-article-cta p{
max-width: 760px;
margin: 0 auto 26px;
color: rgba(255,255,255,.82);
font-size: 18px;
line-height: 1.75;
}
.knt-article-cta a{
display: inline-flex;
padding: 15px 24px;
border-radius: 999px;
background: #f0b35b;
color: #1f1b16 !important;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
}
@media (max-width: 800px){
.knt-place{
grid-template-columns: 1fr;
}
.knt-place img{
height: 280px;
}

}
@media (max-width: 575px){
.knt-article-hero{
padding: 55px 15px 30px;
}
.knt-article-body{
padding: 0 15px;
}
.knt-article-perex,
 .knt-place,
 .knt-article-cta{
border-radius: 30px;
padding: 24px 20px;
}
.knt-place img{
height: 230px;
}

}
.knt-article-content{
max-width:100%;
margin:0 auto;
padding:40px;
background:#fff;
border-radius:42px;
box-shadow:0 14px 40px rgba(0,0,0,.08);
}
.knt-article-content h2{
margin:40px 0 15px;
color:#1d4b43;
font-size:36px;
line-height:1.15;
}
.knt-article-content h2:first-child{
margin-top:0;
}
.knt-article-content p,
.knt-article-content li{
color:#5c5248;
font-size:18px;
line-height:1.9;
}
.knt-article-content ul{
margin:20px 0;
padding-left:25px;
}
.knt-article-content{
margin-top:40px;
}
.knt-expedition-archive{
background: #f5f1e8;
color: #1f1b16;
padding-bottom: 80px;
}
.knt-expedition-archive .knt-article-cta{
max-width:1200px;
margin:0 auto;
}
.knt-expedition-archive *{
box-sizing: border-box;
}
.knt-archive-hero,
.knt-archive-stats,
.knt-archive-route,
.knt-archive-gallery-section,
.knt-archive-highlights,
.knt-archive-video,
.knt-archive-costs{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.knt-archive-hero{
padding: 90px 20px 45px;
text-align: center;
}
.knt-archive-hero span,
.knt-archive-route span,
.knt-archive-video span,
.knt-archive-costs span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
}
.knt-archive-hero h1{
max-width: 950px;
margin: 24px auto 20px;
font-size: clamp(2.5rem, 5vw, 5.2rem);
line-height: .95;
font-weight: 900;
color: #1f1b16;
}
.knt-archive-hero p{
max-width: 850px;
margin: 0 auto;
padding: 30px;
border-radius: 34px;
background: #fff;
color: #5c5248;
font-size: 19px;
line-height: 1.8;
box-shadow: 0 14px 40px rgba(0,0,0,.08);
}
.knt-archive-buttons{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 14px;
margin-top: 28px;
}
.knt-archive-buttons a{
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 24px;
border-radius: 999px;
font-weight: 900;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .04em;
}
.knt-archive-btn-main{
background: #1d4b43;
color: #fff !important;
}
.knt-archive-btn-light{
background: #f0b35b;
color: #1f1b16 !important;
}
.knt-archive-stats{
display: grid;
grid-template-columns: repeat(4,1fr);
gap: 18px;
padding: 0 20px;
margin-top: 30px;
margin-bottom: 45px;
}
.knt-archive-stats div{
background: #fff;
border-radius: 30px;
padding: 28px;
box-shadow: 0 12px 35px rgba(0,0,0,.08);
}
.knt-archive-stats strong{
display: block;
font-size: 44px;
line-height: 1;
color: #1d4b43;
}
.knt-archive-stats span{
display: block;
margin-top: 10px;
color: #8a6b45;
text-transform: uppercase;
letter-spacing: .10em;
font-size: 13px;
font-weight: 900;
}
.knt-archive-route{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
padding: 0 20px;
margin-bottom: 60px;
}
.knt-archive-route > div:first-child,
.knt-archive-map{
background: #fff;
border-radius: 42px;
padding: 42px;
box-shadow: 0 14px 40px rgba(0,0,0,.08);
}
.knt-archive-route h2,
.knt-archive-video h2,
.knt-archive-costs h2{
margin: 22px 0 16px;
font-size: clamp(2rem, 4vw, 4rem);
line-height: 1.05;
color: #1d4b43;
}
.knt-archive-route p,
.knt-archive-video p,
.knt-archive-costs p{
color: #5c5248;
font-size: 18px;
line-height: 1.75;
}
.knt-archive-route ul{
margin: 24px 0 0;
padding-left: 22px;
color: #5c5248;
font-size: 17px;
line-height: 1.75;
}
.knt-archive-map{
min-height: 430px;
display: flex;
align-items: center;
justify-content: center;
background: #d8c7a8;
color: #1f1b16;
font-weight: 900;
}
.knt-archive-map iframe{
width: 100%;
height: 430px;
border: 0;
border-radius: 30px;
}
.knt-archive-gallery-section{
padding: 0 20px;
margin-bottom: 65px;
}
.knt-archive-highlights{
padding: 0 20px;
margin-bottom: 65px;
}
.knt-archive-highlight-grid{
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 20px;
}
.knt-archive-highlight-grid article{
background: linear-gradient(135deg,#f0b35b,#d89a41);
color: #1f1b16;
padding: 32px;
border-radius: 34px;
box-shadow: 0 14px 40px rgba(0,0,0,.12);
}
.knt-archive-highlight-grid span{
display: inline-block;
margin-bottom: 18px;
font-size: 46px;
line-height: 1;
color: rgba(31,27,22,.22);
font-weight: 900;
}
.knt-archive-highlight-grid h3{
margin: 0 0 14px;
font-size: 28px;
color: #1f1b16;
}
.knt-archive-highlight-grid p{
margin: 0;
color: rgba(31,27,22,.82);
line-height: 1.65;
font-size: 17px;
}
.knt-archive-video{
display: grid;
grid-template-columns: .9fr 1.1fr;
gap: 24px;
padding: 42px;
margin-bottom: 65px;
border-radius: 42px;
background: #fff;
box-shadow: 0 14px 40px rgba(0,0,0,.08);
}
.knt-archive-video .knt-film-card{
background: #1f1b16;
}
.knt-archive-costs{
margin-bottom: 65px;
padding: 44px;
border-radius: 42px;
background: linear-gradient(135deg,#f0b35b,#d89a41);
color: #1f1b16;
box-shadow: 0 18px 50px rgba(0,0,0,.14);
}
.knt-archive-costs span{
background: rgba(255,255,255,.38);
color: #1f1b16;
}
.knt-archive-costs h2{
color: #1f1b16;
}
.knt-archive-costs p{
color: rgba(31,27,22,.85);
}
.knt-archive-cost-grid{
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 14px;
margin: 28px 0;
}
.knt-archive-cost-grid div{
background: rgba(255,255,255,.35);
border-radius: 24px;
padding: 22px;
}
.knt-archive-cost-grid strong{
display: block;
margin-bottom: 8px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: .08em;
}
.knt-archive-cost-grid b{
display: block;
font-size: 22px;
line-height: 1.25;
}
@media (max-width: 900px){
.knt-archive-stats,
 .knt-archive-highlight-grid,
 .knt-archive-cost-grid{
grid-template-columns: 1fr 1fr;
}
.knt-archive-route,
 .knt-archive-video{
grid-template-columns: 1fr;
}
.knt-archive-video,
 .knt-archive-costs{
margin-left: 15px;
margin-right: 15px;
}

}
@media (max-width: 575px){
.knt-archive-hero{
padding: 55px 15px 30px;
}
.knt-archive-stats,
 .knt-archive-highlight-grid,
 .knt-archive-cost-grid{
grid-template-columns: 1fr;
}
.knt-archive-route{
padding: 0 15px;
}
.knt-archive-route > div:first-child,
 .knt-archive-map,
 .knt-archive-video,
 .knt-archive-costs{
padding: 28px 22px;
border-radius: 30px;
}
.knt-archive-map,
 .knt-archive-map iframe{
min-height: 300px;
height: 300px;
}

}
.knt-archive-map{
display: block !important;
padding: 34px !important;
background: #d8c7a8;
border-radius: 42px;
}
.knt-archive-map-head{
margin-bottom: 22px;
}
.knt-archive-map-head span{
display: inline-block;
background: #1d4b43;
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
}
.knt-archive-map-head h3{
margin: 18px 0 0;
font-size: 32px;
line-height: 1.1;
color: #1f1b16;
}
.knt-archive-map-frame{
overflow: hidden;
border-radius: 30px;
background: #fff;
}
.knt-archive-map-frame iframe{
display: block;
width: 100%;
height: 430px;
border: 0;
}
.knt-bosna-faq{
max-width: 1200px;
margin: 45px auto;
padding: 42px;
border-radius: 42px;
background: linear-gradient(135deg,#f0b35b,#d89a41);
color: #1f1b16;
box-shadow: 0 18px 50px rgba(0,0,0,.14);
}
.knt-bosna-faq > span{
display: inline-block;
background: rgba(255,255,255,.38);
color: #1f1b16;
padding: 10px 18px;
border-radius: 999px;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
}
.knt-bosna-faq h2{
margin: 22px 0 28px;
font-size: clamp(2rem, 4vw, 3.8rem);
line-height: 1.05;
color: #1f1b16;
}
.knt-bosna-faq-grid{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.knt-bosna-faq-grid div{
background: rgba(255,255,255,.35);
border-radius: 24px;
padding: 22px;
}
.knt-bosna-faq-grid h3{
margin: 0 0 10px;
color: #1f1b16;
font-size: 22px;
line-height: 1.2;
}
.knt-bosna-faq-grid p{
margin: 0;
color: rgba(31,27,22,.85);
font-size: 16px;
line-height: 1.65;
}
@media (max-width: 750px){
.knt-bosna-faq{
margin: 35px 15px;
padding: 30px 22px;
border-radius: 30px;
}
.knt-bosna-faq-grid{
grid-template-columns: 1fr;
}

}
/* ODKAZY V ČLÁNCÍCH */

.knt-article-content a,
.knt-article-perex a,
.knt-place a {
  color: #c46b2f !important;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid rgba(196,107,47,.25);
  transition: .25s;
}

.knt-article-content a:hover,
.knt-article-perex a:hover,
.knt-place a:hover{
  color: #1d4b43 !important;
  border-bottom-color: #1d4b43;
}
.knt-plan-articles {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.knt-plan-article {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,.34);
  color: #1f1b16;
  text-decoration: none;
  transition: .25s;
}

.knt-plan-article:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.48);
}

.knt-plan-article img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.knt-plan-article span {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(31,27,22,.72);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.knt-plan-article h3 {
  margin: 0 0 8px;
  color: #1d4b43;
  font-size: 25px;
  line-height: 1.15;
}

.knt-plan-article p {
  margin: 0 0 14px;
  color: rgba(31,27,22,.82);
  font-size: 16px;
  line-height: 1.55;
  text-align:justify;
}

.knt-plan-article strong {
  display: inline-flex;
  width: fit-content;
  padding: 11px 18px;
  border-radius: 999px;
  background: #1d4b43;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

@media (max-width: 700px) {
  .knt-plan-article {
    grid-template-columns: 1fr;
  }

  .knt-plan-article img {
    height: 190px;
  }
}
