/* Country *//* Country header */.country-header { background-color: var(--sandWhite); display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; margin: var(--navbar-height) 0 var(--space-l) 0; padding: var(--space-l);}.country-header-title { position: relative; font-family: var(--highlightFont); text-align: left; width: 100%;}.country-header-title > h1 { font-size: calc(2 * var(--font-size-4xl)); margin-bottom: var(--space-xl); }.country-header-teaser { font-family: var(--primaryFont); font-size: var(--font-size-l); font-weight: 400; margin: var(--space-xs) 0;}.country-key-facts { display: flex; text-align: center;}.country-key-fact { flex: 1 1 0;}.country-key-fact-icon { background-color: var(--highlightBlue); text-align: center; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: auto;}@media screen and (max-width: 599px) { .country-key-fact-icon { height: 60px; width: 60px; } }@media screen and (min-width: 600px) { .country-key-fact-icon { height: 80px; width: 80px; } }.country-key-fact-icon i { color: white; font-size: var(--font-size-2xl);}.country-key-fact h2 { font-family: var(--highlightFont); font-size: var(--font-size-2xl); margin-bottom: 0;}.country-key-fact div { font-family: var(--primaryFont); font-size: var(--font-size-s); line-height: var(--font-size);}.country-header > .polaroid { transform: rotate(-5deg); height: 50%; width: 100%;}.country-header .adhesive-tape { height: var(--space-2xl); width: calc(var(--space-2xl) * 4); }@media screen and (max-width: 599px) { .country-header-title { order: 2; margin-top: var(--space-l); } .country-key-facts { flex-direction: column; } .country-key-facts > div:nth-of-type(1) { width: 50%; margin-right: auto; } .country-key-facts > div:nth-of-type(2) { width: 50%; margin-left: auto; margin-top: -20%; } .country-key-facts > div:nth-of-type(3) { width: 50%; margin-right: auto; margin-top: -20%; } .country-header > .polaroid { order: 1; }}@media screen and (min-width: 600px) { .country-header { flex-flow: row wrap; justify-content: center; align-items: flex-start; padding: 0; } .country-header-title { width: 45%; padding: var(--space-l) 0 var(--space-l) var(--space-2xl); } .country-key-facts { flex-direction: row; } .country-key-facts > div:nth-of-type(1), .country-key-facts > div:nth-of-type(3) { margin-left: -5%; margin-right: -5%; } .country-key-facts > div:nth-of-type(2) { margin-top: 20%; } .country-header > .polaroid { height: 90%; width: 40%; margin: var(--space-2xl) 0 0 var(--space-2xl); } .country-header .polaroid-image { border-width: var(--space-xs); }}/* Country article */.country > h2 { font-family: var(--highlightFont); font-size: var(--font-size-4xl); text-align: center; margin-top: var(--space-2xl); margin-bottom: var(--space-l);}.country > h2 > .first-word { margin-right: 0; }.country-expectations { position: relative; background-color: var(--white); box-shadow: var(--cardShadow);}.country-expectations-teaser { font-weight: 400; text-align: center; padding: 0 15%;}@media screen and (max-width: 599px) { .country-expectations { padding: var(--space-xl) var(--space-xs); margin: 0; } }@media screen and (min-width: 600px) { .country-expectations { padding: var(--space-xl) 25%; margin: 0 -25%; } }@media screen and (min-width: 900px) { .country-expectations { padding: var(--space-xl) 45%; margin: 0 -45%; } }@media screen and (min-width: 1200px) { .country-expectations { padding: var(--space-xl) 35%; margin: 0 -22%; } }.country-expectations-destinations { background-color: var(--floralWhite); box-shadow: var(--cardShadowLight); padding: var(--space-2xs);}.content .country-expectations-destinations > h3 { font-family: var(--highlightFont); font-size: var(--font-size-xl); font-weight: 400; color: var(--highlightBlue); margin-bottom: var(--space-s);}.country-expectations-destinations > ul { list-style: none; margin-bottom: auto; margin-left: var(--space-l); padding-left: var(--space-xs); text-indent: calc(-1 * var(--space-xs) - var(--space-2xs));}.country-expectations-destinations > ul > li { padding-bottom: var(--space-2xs);}.country-expectations-destinations > ul { margin-bottom: 0; }.country-expectations-featured-images { height: 100%; width: 100%; pointer-events: none;}.country-expectations-featured-images > img { position: absolute; box-sizing: border-box; border-style: solid; border-color: var(--floralWhite); border-width: var(--space-3xs); border-bottom-width: var(--space-xl); box-shadow: var(--cardShadowLight);}@media screen and (max-width: 899px) { .country-expectations-destinations { padding: var(--space-s); margin: 10%; } .country-expectations-featured-images { position: relative; } .country-expectations-featured-images.top { height: 400px; margin: var(--space-l) calc(-1 * var(--space-s)); } .country-expectations-featured-images.bottom { height: 250px; margin: var(--space-l) 0; } .country-expectations-featured-images.top > img:nth-of-type(1) { top: 0; left: 0; transform: rotate(5deg); z-index: 3; } .country-expectations-featured-images.top > img:nth-of-type(2) { top: calc(50% - 250px / 2); right: calc(-2 * var(--space-s)); transform: rotate(1deg); z-index: 2; } .country-expectations-featured-images.top > img:nth-of-type(3) { bottom: 0; left: 0; transform: rotate(-3deg); z-index: 1; } .country-expectations-featured-images.bottom > img:nth-of-type(1) { top: 0; left: 0; transform: rotate(-2deg); z-index: 2; } .country-expectations-featured-images.bottom > img:nth-of-type(2) { bottom: 0; right: 0; transform: rotate(1deg); z-index: 1; }}@media screen and (min-width: 900px) { .country-expectations-destinations { position: absolute; top: -4%; right: -4%; } .country-expectations-featured-images { position: absolute; top: 0; left: 0; } .country-expectations-featured-images.top > img:nth-of-type(1) { top: -4%; left: -3%; transform: rotate(5deg); } .country-expectations-featured-images.top > img:nth-of-type(2) { top: 15%; left: -4%; transform: rotate(-3deg); } .country-expectations-featured-images.top > img:nth-of-type(3) { top: 18%; right: -4%; transform: rotate(3deg); } .country-expectations-featured-images.bottom > img:nth-of-type(1) { top: 44%; left: -4%; transform: rotate(1deg);} .country-expectations-featured-images.bottom > img:nth-of-type(2) { top: 44%; right: -4%; transform: rotate(-1deg); }}@media screen and (max-width: 599px) { .country-expectations-featured-images > img { height: 225px; width: 180px;} .country-expectations-featured-images.top > img:nth-of-type(1) { height: 180px; width: 225px; }}@media screen and (min-width: 600px) { .country-expectations-featured-images > img { height: 250px; width: 200px;} .country-expectations-featured-images.top > img:nth-of-type(1) { height: 200px; width: 250px; }}@media screen and (min-width: 900px) { .country-expectations-featured-images > img { height: 250px; width: 200px;} .country-expectations-featured-images.top > img:nth-of-type(1) { height: 240px; width: 300px; }}@media screen and (min-width: 1200px) { .country-expectations-featured-images > img { height: 350px; width: 280px;} .country-expectations-featured-images.top > img:nth-of-type(1) { height: 280px; width: 350px; }}@media screen and (min-width: 1800px) { .country-expectations-featured-images > img { height: 450px; width: 360px;} .country-expectations-featured-images.top > img:nth-of-type(1) { height: 360px; width: 450px; }}/* Country itinerary */.country-itinerary { width: 100%; margin: var(--space-2xl) 0; z-index: 10;}.country-itinerary > h2 { text-align: center; margin: calc(-1 * var(--space-xl)) auto var(--space-4xl) auto;}@media screen and (max-width: 599px) { .country-itinerary > h2 { width: 100vw; } }@media screen and (min-width: 600px) { .country-itinerary > h2 { width: var(--container); } }.country-itinerary h3 { font-family: var(--serifFont); font-size: var(--font-size-2xl); font-weight: 400; line-height: var(--space-l); color: var(--highlightBlue);}.country-itinerary-tabs { background-color: var(--sandWhite); box-shadow: 1px -2px 2px 0px rgba(0, 0, 0, 0.10); position: relative;}.country-itinerary-tabs > div { position: relative; max-width: var(--container-wide); margin-left: auto; margin-right: auto; overflow: visible; display: flex; flex-wrap: wrap;}.country-itinerary-tabs>div>input.tab { display: none; }.country-itinerary-tabs>div>input.tab:checked:nth-of-type(1) ~ .country-itinerary-tab-content:nth-of-type(1),.country-itinerary-tabs>div>input.tab:checked:nth-of-type(2) ~ .country-itinerary-tab-content:nth-of-type(2),.country-itinerary-tabs>div>input.tab:checked:nth-of-type(3) ~ .country-itinerary-tab-content:nth-of-type(3),.country-itinerary-tabs>div>input.tab:checked:nth-of-type(4) ~ .country-itinerary-tab-content:nth-of-type(4),.country-itinerary-tabs>div>input.tab:checked:nth-of-type(5) ~ .country-itinerary-tab-content:nth-of-type(5) { opacity: 1; position: relative; z-index: 100;}.country-itinerary-tabs>div>input.tab:checked + label:hover { background-color: var(--sandWhite);}.country-itinerary-tabs>div>input.tab + label { background-color: #E6D0AC; box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.07); border-radius: 16px 16px 0 0; box-sizing: border-box; font-weight: 400; text-align: center; color: var(--highlightBlue); cursor: pointer; display: block; flex-grow: 3; transition: 0.3s background-color ease, 0.3s box-shadow ease; height: var(--tab-height); padding-top: 12px; z-index: -1;}.country-itinerary-tabs>div>input.tab + label:hover { background-color: #F2DBB6; }@media screen and (max-width: 599px) { .country-itinerary-tabs>div>input.tab:first-of-type:not(:last-of-type) + label { margin: calc(-1 * var(--tab-height) - 2px) var(--space-4xs) 0 0; } .country-itinerary-tabs>div>input.tab:not(:first-of-type):not(:last-of-type) + label { margin: calc(-1 * var(--tab-height) - 2px) var(--space-4xs) 0 var(--space-4xs); } .country-itinerary-tabs>div>input.tab:last-of-type:not(:first-of-type) + label { margin: calc(-1 * var(--tab-height) - 2px) 0 0 var(--space-4xs); }}@media screen and (min-width: 600px) { .country-itinerary-tabs>div>input.tab:first-of-type:not(:last-of-type) + label { margin: calc(-1 * var(--tab-height) - 2px) var(--space-2xs) 0 0; } .country-itinerary-tabs>div>input.tab:not(:first-of-type):not(:last-of-type) + label { margin: calc(-1 * var(--tab-height) - 2px) var(--space-2xs) 0 var(--space-2xs); } .country-itinerary-tabs>div>input.tab:last-of-type:not(:first-of-type) + label { margin: calc(-1 * var(--tab-height) - 2px) 0 0 var(--space-2xs); }}.country-itinerary-tabs>div>input.tab:checked + label { background-color: var(--sandWhite); box-shadow: 2px -4px 4px 0px rgba(0, 0, 0, 0.07); color: var(--textBlack); cursor: default; z-index: 1;}.country-itinerary-tab-content { position: absolute; top: 0; left: 0; z-index: -1; opacity: 0;}@media screen and (max-width: 599px) { .country-itinerary-tab-content { width: calc(100% - 2 * var(--space-2xs)); padding: 0 var(--space-2xs); } }@media screen and (min-width: 600px) { .country-itinerary-tab-content { width: 100%; } }.country-itinerary-map { height: 400px; width: 100%; margin: var(--space-2xl) 0 var(--space-s) 0;}.country-itinerary-key-information { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr 1fr; row-gap: var(--space); align-items: start; justify-items: start;}.country-itinerary-key-information > h3 { margin: var(--space-2xl) 0 var(--space-s) 0; grid-column: 1 / span 2; grid-row: 1; }.country-itinerary-key-information > div:nth-of-type(1) { grid-column: 1; grid-row: 2; }.country-itinerary-key-information > div:nth-of-type(2) { grid-column: 1; grid-row: 3; }.country-itinerary-key-information > div:nth-of-type(3) { grid-column: 2; grid-row: 2 / span 2; }.country-key-information { display: grid; justify-items: start; grid-template-columns: auto auto; grid-template-rows: auto auto; column-gap: var(--space-xs); row-gap: var(--space-4xs);}.country-key-information-icon { background-color: var(--highlightBlue); border-radius: 50%; display: flex; justify-content: center; align-items: center; grid-column: 1; grid-row: 1 / span 2;}@media screen and (max-width: 1199px) { .country-key-information-icon { height: 50px; width: 50px; }}@media screen and (min-width: 1200px) { .country-key-information-icon { height: 80px; width: 80px; }}.country-key-information-icon i { color: white; font-size: var(--font-size-2xl);}.country-key-information > h4 { font-family: var(--highlightFont); font-size: var(--font-size-2xl); font-weight: 400; line-height: var(--font-size-2xl); color: var(--highlightBlue); margin: var(--space-4xs) 0; grid-column: 2; grid-row: 1;}.country-key-information > div:not(:first-of-type) { font-family: var(--primaryFont); font-size: var(--font-size-s); line-height: var(--font-size-l); grid-column: 2; grid-row: 2;}.country-itinerary-highlights { display: grid; margin: var(--space-2xl) 0;}.country-itinerary-highlights-glider { border: white solid var(--space-3xs); height: 400px;}.country-itinerary-highlights-glider > .glider-track { height: 100%;}@media screen and (max-width: 599px) { .country-itinerary-highlights-glider-container { width: calc(100vw - 2 * var(--space-s)); margin: 0 auto; } .country-itinerary-highlights-glider { height: 200px; }}@media screen and (min-width: 600px) and (max-width: 899px) { .country-itinerary-highlights-glider-container { width: var(--container-wide); } }@media screen and (max-width: 899px) { .country-itinerary-highlights { grid-template-rows: auto auto; row-gap: var(--space); } .country-itinerary-highlights-glider { height: 300px; } .country-itinerary-highlights-glider > .glider-track { height: 50vh; }}@media screen and (min-width: 900px) { .country-itinerary-highlights { grid-template-columns: 1fr 1fr; column-gap: var(--space); } .country-itinerary-highlights-glider-container { width: calc(0.5 * var(--container-wide) - var(--space)); }}/* Country articles */.country-articles-slider { position: relative;}.country-articles-slider .arrows { position: absolute; top: 50%; transform: translateY(-50%); color: var(--highlightBlue); text-decoration: none; font-size: 100px; width: 50px; height: 50px; cursor: pointer; user-select: none; z-index: 100;}.country-articles-slider .left-arrow { left: -30px;}.country-articles-slider .right-arrow { right: -50px;}.country-articles-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; gap: 16px; padding: 10px; scrollbar-width: none; /* Hide scrollbar for Firefox */}.country-articles-grid::-webkit-scrollbar { display: none; /* Hide scrollbar for Chrome, Safari */}.country-articles-grid > a { scroll-snap-align: center; background-color: white; overflow: hidden;}@media screen and (max-width: 599px) { .country-articles-grid > a { flex: 0 0 40%; } }@media screen and (min-width: 600px) { .country-articles-grid > a { flex: 0 0 40%; } }@media screen and (min-width: 900px) { .country-articles-grid > a { flex: 0 0 30%; } }@media screen and (min-width: 1800px) { .country-articles-grid > a { flex: 0 0 30%; } }.country-article-tile { line-height: normal; position: relative;}@media screen and (max-width: 599px) { .country-article-tile { height: 200px; } }@media screen and (min-width: 600px) { .country-article-tile { height: 300px; } }@media screen and (min-width: 900px) { .country-article-tile { height: 400px; } }@media screen and (min-width: 1800px) { .country-article-tile { height: 500px; } }.country-article-tile .scrim-bottom { position: absolute; top: 0; width: 100%; height: 100%; pointer-events: none;}.country-article-tile-text { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; color: var(--white); position: absolute; text-align: left; bottom: var(--space-2xs); left: var(--space-2xs); width: calc(100% - 2* var(--space-2xs));}.country-article-tile-text span:nth-of-type(1) { display: inline-block; font-size: var(--font-size-2xs); margin-bottom: var(--space-2xs);}.country-article-tile-text span:nth-of-type(2) { font-size: var(--font-size);}