/* Fonts *//* poppins-regular - latin */@font-face{font-display:swap;/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */font-family:'Poppins';font-style:normal;font-weight:400;src:url('../../static/fonts/poppins-v22-latin-regular.woff2') format('woff2')/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}/* poppins-500 - latin */@font-face{font-display:swap;/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */font-family:'Poppins';font-style:normal;font-weight:500;src:url('../../static/fonts/poppins-v22-latin-500.woff2') format('woff2')/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}/* poppins-600 - latin */@font-face{font-display:swap;/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */font-family:'Poppins';font-style:normal;font-weight:600;src:url('../../static/fonts/poppins-v22-latin-600.woff2') format('woff2')/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}/* poppins-700 - latin */@font-face{font-display:swap;/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */font-family:'Poppins';font-style:normal;font-weight:700;src:url('../../static/fonts/poppins-v22-latin-700.woff2') format('woff2')/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}.place-feature-index-page *,.install-banner *{-webkit-font-smoothing:antialiased;font-family:'Poppins','Segoe UI','Open Sans',Arial,sans-serif}.secondary-button{font-weight:500;background:#dddddd !important;color:#363636 !important}.secondary-button:hover{background:#0c2f4b !important;color:white !important}h1{font-size:1.35em;font-weight:600;margin-bottom:1rem}.page-header-section{display:grid;grid-template-columns:4fr 2.5fr;gap:2rem}.page-section{padding-top:4.5rem;position:relative}.page-header-search{width:100%;position:relative}.template-header{font-size:1.15rem;color:#383838;background:#feedc0;padding:0.7rem 1rem 0.75rem 1rem;display:inline-block;width:auto;margin:0;border-radius:0.9rem;position:absolute;top:0rem;font-weight:600;margin-bottom:1rem}.search input{background:#fff;padding:0.75em 1em;width:100%;font-size:0.94em;border-radius:0.5em;height:49px;font-weight:600}@media screen and (max-width: 1200px){.page-header-section{grid-template-columns:4fr 3.5fr}}@media screen and (max-width: 991px) and (min-width: 769px){.page-header-search{width:48%;position:absolute !important;right:0}.page-header-section{display:grid;grid-template-columns:4fr 4fr}}@media screen and (max-width: 768px){h1{padding:0}.page-header-section{display:flex;flex-direction:column}}@media screen and (max-width: 576px){.template-header{display:flex;flex-direction:column;left:-1rem;font-size:1.1rem;padding:0.9rem 1.4rem 0.9rem 2rem}h1{padding:0 1rem}}@media screen and (max-width: 768px) and (min-width: 577px){.template-header{padding:0.7rem 1.5rem 0.75rem !important;left:0;top:0em}}@media screen and (min-width: 767px){.template-header{padding:0.7rem 1.5rem 0.75rem;left:0;top:-1rem}}:global(.country-section-heading){font-size:1.4em;color:#005684;min-height:2em;font-weight:400 !important}.country-list{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin-bottom:0 !important}.page-header-container{padding:0 2% 0 0}.page-header-description{grid-column:1/4;padding:0 2% 0 0}@media screen and (min-width: 768px){:global(.country-section-heading){font-size:1.65em}.search{background-color:#0c2f4b;padding:3.5em 1.5em 1em;position:relative;left:0;border-radius:0.5rem;margin-top:2rem}}@media screen and (max-width: 1200px){.country-list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.country-list{grid-template-columns:repeat(1, 1fr)}}@media screen and (max-width: 576px){.country-list{padding:0 1rem}}/* Utilities *//* Layout */.grid{display:grid}.grid-gap-1{gap:1rem}.grid-gap-2{gap:2rem}.grid-single-column{grid-template-columns:repeat(1, minmax(0, 1fr))}/* Typography */.text-aferry{color:var(--text-aferry)}.text-supplement{color:var(--text-supplement)}.text-highlight{color:var(--text-highlight)}/* Display */.rounded-xl{border-radius:1rem}.bordered-between-vertical > *:not(:last-child){padding-bottom:1.5rem;border-bottom:1px solid hsla(201, 20%, 20%, 0.2)}