{"id":549,"date":"2026-08-24T21:19:59","date_gmt":"2026-08-24T21:19:59","guid":{"rendered":"https:\/\/www.befello.com\/?page_id=549"},"modified":"2026-08-27T05:56:10","modified_gmt":"2026-08-27T05:56:10","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.befello.com\/","title":{"rendered":"Homepage"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-372e0369 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<!-- Befello Hero: paste this entire block into ONE WordPress Custom HTML block -->\n<style>\n@import url(\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap\");\n\n\/* Befello homepage hero \u2014 scoped for a WordPress Custom HTML block *\/\n.befello-hero {\n  --bf-font: \"Poppins\", ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  --bf-blue: #0281e8;\n  --bf-blue-dark: #0069c7;\n  --bf-yellow: #ffda55;\n  --bf-yellow-dark: #eec33d;\n  --bf-text: #252a27;\n  --bf-text-secondary: #494e4a;\n  --bf-border: #dde2df;\n  --bf-surface: #ffffff;\n  --bf-success: #119b49;\n  --bf-radius-sm: 2px;\n  --bf-radius-md: 4px;\n  --bf-radius-max: 5px;\n  --bf-space-2: 8px;\n  --bf-space-3: 12px;\n  --bf-space-4: 16px;\n  --bf-space-5: 20px;\n  --bf-space-6: 24px;\n  --bf-space-8: 32px;\n  --bf-space-12: 48px;\n  --bf-space-16: 64px;\n  --bf-container-max: 1200px;\n  --bf-container-pad: 16px;\n  --bf-ease-out: cubic-bezier(0.2, 0.7, 0.3, 1);\n  --bf-duration-fast: 120ms;\n  --bf-duration-base: 220ms;\n\n  position: relative;\n  isolation: isolate;\n  overflow: hidden;\n  width: 100%;\n  background: var(--bf-surface);\n  color: var(--bf-text);\n  padding-block: var(--bf-space-16) var(--bf-space-12);\n  font-family: var(--bf-font);\n  font-size: 16px;\n  font-weight: 400;\n  line-height: 24px;\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n}\n\n.befello-hero,\n.befello-hero *,\n.befello-hero *::before,\n.befello-hero *::after {\n  box-sizing: border-box;\n}\n\n.befello-hero h1,\n.befello-hero p {\n  margin-bottom: 0;\n}\n\n.befello-hero svg {\n  display: block;\n  max-width: 100%;\n}\n\n.befello-hero a:focus-visible {\n  outline: 2px solid var(--bf-blue);\n  outline-offset: 2px;\n  border-radius: var(--bf-radius-sm);\n}\n\n.befello-hero__container {\n  position: relative;\n  z-index: 1;\n  width: 100%;\n  max-width: var(--bf-container-max);\n  margin-inline: auto;\n  padding-inline: var(--bf-container-pad);\n}\n\n@media (min-width: 768px) {\n  .befello-hero {\n    display: grid;\n    align-items: center;\n    min-height: min(90vh, 840px);\n    padding-block: var(--bf-space-16);\n    --bf-container-pad: 32px;\n  }\n}\n\n\/* Decorative dot-matrix world map *\/\n.befello-hero__map {\n  position: absolute;\n  inset: 0;\n  z-index: 0;\n  display: flex;\n  align-items: flex-start;\n  justify-content: center;\n  padding-top: 10%;\n  pointer-events: none;\n  -webkit-mask-image: radial-gradient(\n    115% 80% at 50% 40%,\n    #000 30%,\n    rgba(0, 0, 0, 0.5) 60%,\n    transparent 88%\n  );\n  mask-image: radial-gradient(\n    115% 80% at 50% 40%,\n    #000 30%,\n    rgba(0, 0, 0, 0.5) 60%,\n    transparent 88%\n  );\n  opacity: 0;\n  transition: opacity 900ms var(--bf-ease-out);\n}\n\n.befello-hero__map[data-ready=\"true\"] {\n  opacity: 1;\n}\n\n.befello-hero__map svg {\n  width: 190%;\n  max-width: none;\n  height: auto;\n}\n\n@media (min-width: 768px) {\n  .befello-hero__map {\n    align-items: center;\n    padding-top: 0;\n  }\n\n  .befello-hero__map svg {\n    width: 100%;\n  }\n}\n\n.befello-hero__map-dot {\n  fill: var(--bf-blue);\n  opacity: 0.15;\n}\n\n.befello-hero__map-dot--live {\n  opacity: 0.9;\n  transform-box: fill-box;\n  transform-origin: center;\n  animation: befello-hero-surface 9s var(--bf-ease-out) infinite;\n}\n\n@keyframes befello-hero-surface {\n  0%,\n  62%,\n  100% {\n    opacity: 0.28;\n    transform: scale(1);\n  }\n\n  12%,\n  30% {\n    opacity: 1;\n    transform: scale(1.55);\n  }\n}\n\n.befello-hero__inner {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n}\n\n.befello-hero__reveal {\n  opacity: 0;\n  transform: translateY(12px);\n  animation: befello-hero-rise 620ms var(--bf-ease-out) forwards;\n  animation-delay: var(--reveal-delay, 0ms);\n}\n\n@keyframes befello-hero-rise {\n  to {\n    opacity: 1;\n    transform: none;\n  }\n}\n\n.befello-hero__badge {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: var(--bf-space-2);\n  margin: 0;\n  color: var(--bf-text);\n  --reveal-delay: 60ms;\n}\n\n.befello-hero__laurel {\n  width: 40px;\n  height: auto;\n  color: var(--bf-yellow);\n  flex: none;\n}\n\n.befello-hero__laurel--right {\n  transform: scaleX(-1);\n}\n\n.befello-hero__badge-text {\n  max-width: 20ch;\n  font-size: 12px;\n  font-weight: 600;\n  line-height: 16px;\n}\n\n.befello-hero__title {\n  margin: var(--bf-space-5) 0 0;\n  max-width: 20ch;\n  color: var(--bf-text);\n  font-family: var(--bf-font);\n  font-size: clamp(28px, 5.9vw, 52px);\n  font-weight: 800;\n  line-height: 1.16;\n  letter-spacing: -0.01em;\n  text-wrap: balance;\n  --reveal-delay: 140ms;\n}\n\n.befello-hero__title-accent {\n  color: var(--bf-blue);\n}\n\n.befello-hero__mark {\n  display: inline-block;\n  width: 0.78em;\n  height: 0.78em;\n  margin-right: 0.12em;\n  vertical-align: -0.06em;\n  color: var(--bf-blue);\n}\n\n.befello-hero__subtitle {\n  margin: var(--bf-space-5) 0 0;\n  max-width: 56ch;\n  color: var(--bf-text-secondary);\n  font-family: var(--bf-font);\n  font-size: 16px;\n  line-height: 24px;\n  --reveal-delay: 220ms;\n}\n\n@media (min-width: 768px) {\n  .befello-hero__subtitle {\n    font-size: 18px;\n    line-height: 28px;\n  }\n}\n\n.befello-hero__actions {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: var(--bf-space-3);\n  margin-top: var(--bf-space-8);\n  width: 100%;\n  --reveal-delay: 300ms;\n}\n\n.befello-hero__button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: var(--bf-space-2);\n  min-height: 48px;\n  padding: var(--bf-space-3) var(--bf-space-6);\n  border: 1px solid transparent;\n  border-radius: var(--bf-radius-max);\n  font-family: var(--bf-font);\n  font-size: 14px;\n  font-weight: 600;\n  line-height: 20px;\n  text-decoration: none !important;\n  cursor: pointer;\n  transition:\n    background-color var(--bf-duration-base) var(--bf-ease-out),\n    border-color var(--bf-duration-base) var(--bf-ease-out),\n    transform var(--bf-duration-fast) var(--bf-ease-out);\n}\n\n.befello-hero__button:active {\n  transform: translateY(1px);\n}\n\n.befello-hero__button--primary,\n.befello-hero__button--primary:visited {\n  background: var(--bf-blue);\n  border-color: var(--bf-blue);\n  color: var(--bf-surface);\n}\n\n.befello-hero__button--primary:hover {\n  background: var(--bf-blue-dark);\n  border-color: var(--bf-blue-dark);\n  color: var(--bf-surface);\n}\n\n.befello-hero__button--secondary,\n.befello-hero__button--secondary:visited {\n  background: var(--bf-yellow);\n  border-color: var(--bf-yellow);\n  color: var(--bf-text);\n}\n\n.befello-hero__button--secondary:hover {\n  background: var(--bf-yellow-dark);\n  border-color: var(--bf-yellow-dark);\n  color: var(--bf-text);\n}\n\n.befello-hero__button-arrow {\n  transition: transform var(--bf-duration-base) var(--bf-ease-out);\n}\n\n.befello-hero__button:hover .befello-hero__button-arrow {\n  transform: translateX(3px);\n}\n\n@media (max-width: 479px) {\n  .befello-hero__actions {\n    flex-direction: column;\n    align-items: stretch;\n  }\n}\n\n.befello-hero__status {\n  display: inline-flex;\n  align-items: center;\n  gap: var(--bf-space-2);\n  margin: var(--bf-space-8) 0 0;\n  padding: var(--bf-space-2) var(--bf-space-3);\n  background: var(--bf-surface);\n  border: 1px solid var(--bf-border);\n  border-radius: var(--bf-radius-md);\n  color: var(--bf-text-secondary);\n  font-family: var(--bf-font);\n  font-size: 14px;\n  font-weight: 500;\n  line-height: 20px;\n  --reveal-delay: 380ms;\n}\n\n.befello-hero__status-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  background: var(--bf-success);\n  flex: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .befello-hero__map {\n    transition: none;\n  }\n\n  .befello-hero__map-dot--live {\n    animation: none;\n    opacity: 0.85;\n  }\n\n  .befello-hero__reveal {\n    opacity: 1;\n    transform: none;\n    animation: none;\n  }\n\n  .befello-hero__button,\n  .befello-hero__button-arrow {\n    transition: none;\n  }\n}\n<\/style>\n\n<section aria-labelledby=\"befello-hero-title\" class=\"befello-hero\">\n<div aria-hidden=\"true\" class=\"befello-hero__map\" data-hero-map=\"\"><\/div>\n<div class=\"befello-hero__container\">\n<div class=\"befello-hero__inner\">\n<p class=\"befello-hero__badge befello-hero__reveal\">\n<svg aria-hidden=\"true\" class=\"befello-hero__laurel\" focusable=\"false\" viewbox=\"0 0 60 76\">\n<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2.4\">\n<path d=\"M45 71C23 62 11 41 16 11\"><\/path>\n<\/g>\n<g fill=\"currentColor\">\n<ellipse cx=\"36\" cy=\"66\" rx=\"8\" ry=\"3.5\" transform=\"rotate(-22 36 66)\"><\/ellipse>\n<ellipse cx=\"28\" cy=\"58\" rx=\"8\" ry=\"3.5\" transform=\"rotate(-34 28 58)\"><\/ellipse>\n<ellipse cx=\"22\" cy=\"48\" rx=\"8\" ry=\"3.5\" transform=\"rotate(-48 22 48)\"><\/ellipse>\n<ellipse cx=\"18\" cy=\"37\" rx=\"7.5\" ry=\"3.4\" transform=\"rotate(-62 18 37)\"><\/ellipse>\n<ellipse cx=\"16\" cy=\"26\" rx=\"7\" ry=\"3.2\" transform=\"rotate(-74 16 26)\"><\/ellipse>\n<ellipse cx=\"16\" cy=\"16\" rx=\"6\" ry=\"3\" transform=\"rotate(-84 16 16)\"><\/ellipse>\n<\/g>\n<\/svg>\n<span class=\"befello-hero__badge-text\">Community based Edtech platform<\/span>\n<svg aria-hidden=\"true\" class=\"befello-hero__laurel befello-hero__laurel--right\" focusable=\"false\" viewbox=\"0 0 60 76\">\n<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2.4\">\n<path d=\"M45 71C23 62 11 41 16 11\"><\/path>\n<\/g>\n<g fill=\"currentColor\">\n<ellipse cx=\"36\" cy=\"66\" rx=\"8\" ry=\"3.5\" transform=\"rotate(-22 36 66)\"><\/ellipse>\n<ellipse cx=\"28\" cy=\"58\" rx=\"8\" ry=\"3.5\" transform=\"rotate(-34 28 58)\"><\/ellipse>\n<ellipse cx=\"22\" cy=\"48\" rx=\"8\" ry=\"3.5\" transform=\"rotate(-48 22 48)\"><\/ellipse>\n<ellipse cx=\"18\" cy=\"37\" rx=\"7.5\" ry=\"3.4\" transform=\"rotate(-62 18 37)\"><\/ellipse>\n<ellipse cx=\"16\" cy=\"26\" rx=\"7\" ry=\"3.2\" transform=\"rotate(-74 16 26)\"><\/ellipse>\n<ellipse cx=\"16\" cy=\"16\" rx=\"6\" ry=\"3\" transform=\"rotate(-84 16 16)\"><\/ellipse>\n<\/g>\n<\/svg>\n<\/p>\n<h1 class=\"befello-hero__title befello-hero__reveal\" id=\"befello-hero-title\">\n              On a mission to bring<!--\n--><span class=\"befello-hero__title-accent\">\n<svg aria-hidden=\"true\" class=\"befello-hero__mark\" focusable=\"false\" viewbox=\"0 0 32 32\">\n<rect fill=\"currentColor\" height=\"32\" rx=\"7\" width=\"32\"><\/rect>\n<path d=\"M11 12v3M21 12v3\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-width=\"3\"><\/path>\n<path d=\"M10.5 19c1.6 2.6 3.6 3.9 5.9 3.9 2.3 0 4.3-1.3 5.9-3.9\" fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-width=\"3\"><\/path>\n<\/svg>\n                joy and simplicity<\/span>\n              to the world of global opportunities!\n            <\/h1>\n<p class=\"befello-hero__subtitle befello-hero__reveal\">\n              Fellowships, scholarships, workshops and conferences from every\n              corner of the world \u2014 in one place, with advice from the people\n              who were selected before you.\n            <\/p>\n<div class=\"befello-hero__actions befello-hero__reveal\">\n<a class=\"befello-hero__button befello-hero__button--primary\" href=\"#opportunities\">\n                Start applying\n                <svg aria-hidden=\"true\" class=\"befello-hero__button-arrow\" focusable=\"false\" height=\"16\" viewbox=\"0 0 16 16\" width=\"16\">\n<path d=\"M3 8h9M8.5 4.5 12 8l-3.5 3.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.8\"><\/path>\n<\/svg>\n<\/a>\n<a class=\"befello-hero__button befello-hero__button--secondary\" href=\"#support\">\n                Support the mission\n              <\/a>\n<\/div>\n<p class=\"befello-hero__status befello-hero__reveal\">\n<span aria-hidden=\"true\" class=\"befello-hero__status-dot\"><\/span>\n              New opportunities added every week\n            <\/p>\n<\/div>\n<\/div>\n<\/section>\n\n<script>\n\/* ==========================================================================\n   Befello \u2014 Section: Hero\n   Draws the decorative dot-matrix world map and lights a few dots at real\n   city coordinates. Self-contained: exits quietly if the hero is absent, so\n   the file is safe to keep loading on pages that do not use the hero.\n   ========================================================================== *\/\n\n(function () {\n  \"use strict\";\n\n  var SVG_NS = \"http:\/\/www.w3.org\/2000\/svg\";\n\n  \/* Grid resolution and geographic window (Antarctica is cropped out). *\/\n  var COLS = 112;\n  var LAT_TOP = 72;\n  var LAT_BOTTOM = -56;\n  var CELL = 8; \/\/ px per grid cell inside the SVG viewBox\n  var DOT = 2.6;\n\n  \/* Coarse land outlines in [lon, lat]. Deliberately low-fidelity: at this dot\n     resolution the shapes read as a world map, not as a data map. *\/\n  var LAND_POLYGONS = [\n    \/\/ North America\n    [\n      [-168, 65], [-158, 70], [-140, 68], [-128, 70], [-110, 67], [-95, 71], [-82, 70],\n      [-64, 60], [-55, 51], [-66, 45], [-70, 41], [-76, 35], [-81, 25],\n      [-97, 26], [-105, 20], [-114, 29], [-124, 40], [-130, 54], [-140, 60]\n    ],\n    \/\/ Central America\n    [\n      [-105, 20], [-97, 26], [-90, 17], [-83, 9], [-77, 8], [-83, 15], [-95, 16]\n    ],\n    \/\/ Greenland\n    [\n      [-56, 60], [-44, 60], [-22, 70], [-25, 82], [-46, 83], [-60, 76]\n    ],\n    \/\/ South America\n    [\n      [-81, 8], [-72, 11], [-60, 11], [-50, 0], [-35, -6], [-38, -15],\n      [-48, -25], [-58, -35], [-62, -42], [-66, -54], [-73, -51], [-73, -40],\n      [-71, -30], [-70, -18], [-76, -14], [-81, -5]\n    ],\n    \/\/ Africa\n    [\n      [-17, 15], [-16, 22], [-10, 30], [0, 36], [11, 37], [20, 32], [32, 31],\n      [36, 22], [43, 12], [51, 12], [42, -2], [40, -15], [35, -24], [27, -34],\n      [18, -34], [12, -18], [9, -1], [5, 5], [-8, 4], [-13, 8]\n    ],\n    \/\/ Eurasia\n    [\n      [-10, 36], [-9, 44], [0, 49], [4, 52], [8, 57], [12, 59], [20, 55],\n      [22, 60], [26, 66], [31, 69], [45, 66], [58, 70], [75, 71], [92, 73],\n      [110, 72], [128, 70], [145, 70], [162, 67], [179, 65], [179, 60],\n      [166, 60], [156, 57], [154, 50], [142, 45], [140, 40], [128, 35],\n      [122, 30], [120, 22], [110, 20], [100, 13], [98, 8], [95, 16], [90, 22],\n      [88, 21], [80, 13], [77, 8], [72, 16], [68, 22], [62, 25], [56, 27],\n      [50, 30], [45, 37], [36, 36], [28, 40], [20, 40], [12, 45], [7, 44],\n      [0, 40]\n    ],\n    \/\/ Australia\n    [\n      [114, -22], [113, -26], [115, -34], [129, -32], [138, -35], [146, -39],\n      [151, -37], [153, -28], [146, -19], [142, -11], [135, -12], [130, -11],\n      [125, -14], [122, -18]\n    ],\n    \/\/ Maritime South-East Asia (read as a broken chain once dotted)\n    [\n      [95, 5], [104, -2], [113, -8], [122, -9], [132, -8], [141, -9],\n      [145, -7], [138, -3], [128, -1], [117, 1], [106, 3], [98, 6]\n    ],\n    \/\/ Japan\n    [\n      [130, 32], [136, 34], [141, 39], [146, 44], [143, 46], [138, 38],\n      [133, 34]\n    ],\n    \/\/ British Isles\n    [\n      [-6, 50], [-2, 51], [0, 53], [-2, 58], [-7, 58], [-9, 54]\n    ]\n  ];\n\n  \/* Small landmasses that would vanish as polygons at this resolution. *\/\n  var LAND_BLOBS = [\n    { lon: 47, lat: -19, rx: 3, ry: 7 },     \/\/ Madagascar\n    { lon: -19, lat: 65, rx: 4, ry: 2.4 },   \/\/ Iceland\n    { lon: 122, lat: 13, rx: 3, ry: 5 },     \/\/ Philippines\n    { lon: -78, lat: 21, rx: 5, ry: 1.8 },   \/\/ Cuba\n    { lon: 174, lat: -41, rx: 3, ry: 5 },    \/\/ New Zealand\n    { lon: 80.7, lat: 7.5, rx: 1.6, ry: 2.4 } \/\/ Sri Lanka\n  ];\n\n  \/* Cities lit in brand blue. Ordered so the sequence travels west to east. *\/\n  var LIVE_PLACES = [\n    { name: \"Toronto\", lon: -79, lat: 43 },\n    { name: \"Sao Paulo\", lon: -46, lat: -23 },\n    { name: \"Lagos\", lon: 3, lat: 6 },\n    { name: \"Berlin\", lon: 13, lat: 52 },\n    { name: \"Nairobi\", lon: 36, lat: -1 },\n    { name: \"Tokyo\", lon: 139, lat: 35 }\n  ];\n\n  function pointInPolygon(lon, lat, polygon) {\n    var inside = false;\n    for (var i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {\n      var xi = polygon[i][0];\n      var yi = polygon[i][1];\n      var xj = polygon[j][0];\n      var yj = polygon[j][1];\n      var intersects =\n        yi > lat !== yj > lat &&\n        lon < ((xj - xi) * (lat - yi)) \/ (yj - yi) + xi;\n      if (intersects) {\n        inside = !inside;\n      }\n    }\n    return inside;\n  }\n\n  function isLand(lon, lat) {\n    var i;\n    for (i = 0; i < LAND_POLYGONS.length; i++) {\n      if (pointInPolygon(lon, lat, LAND_POLYGONS[i])) {\n        return true;\n      }\n    }\n    for (i = 0; i < LAND_BLOBS.length; i++) {\n      var b = LAND_BLOBS[i];\n      var dx = (lon - b.lon) \/ b.rx;\n      var dy = (lat - b.lat) \/ b.ry;\n      if (dx * dx + dy * dy <= 1) {\n        return true;\n      }\n    }\n    return false;\n  }\n\n  function createDot(col, row, isLive, label) {\n    var rect = document.createElementNS(SVG_NS, \"rect\");\n    rect.setAttribute(\"x\", (col * CELL + (CELL - DOT) \/ 2).toFixed(2));\n    rect.setAttribute(\"y\", (row * CELL + (CELL - DOT) \/ 2).toFixed(2));\n    rect.setAttribute(\"width\", DOT);\n    rect.setAttribute(\"height\", DOT);\n    rect.setAttribute(\"rx\", 0.6);\n    rect.setAttribute(\n      \"class\",\n      isLive ? \"befello-hero__map-dot befello-hero__map-dot--live\" : \"befello-hero__map-dot\"\n    );\n    if (label) {\n      rect.setAttribute(\"data-place\", label);\n    }\n    return rect;\n  }\n\n  function buildMap(mount) {\n    var lonStep = 360 \/ COLS;\n    var rows = Math.round((LAT_TOP - LAT_BOTTOM) \/ lonStep);\n    var latStep = (LAT_TOP - LAT_BOTTOM) \/ rows;\n\n    var svg = document.createElementNS(SVG_NS, \"svg\");\n    svg.setAttribute(\"viewBox\", \"0 0 \" + COLS * CELL + \" \" + rows * CELL);\n    svg.setAttribute(\"focusable\", \"false\");\n    svg.setAttribute(\"aria-hidden\", \"true\");\n\n    var liveCells = {};\n    LIVE_PLACES.forEach(function (place, index) {\n      var col = Math.round((place.lon + 180) \/ lonStep);\n      var row = Math.round((LAT_TOP - place.lat) \/ latStep);\n      liveCells[col + \":\" + row] = { order: index, name: place.name };\n    });\n\n    var landFragment = document.createDocumentFragment();\n    var liveFragment = document.createDocumentFragment();\n\n    for (var row = 0; row < rows; row++) {\n      var lat = LAT_TOP - (row + 0.5) * latStep;\n      for (var col = 0; col < COLS; col++) {\n        var lon = -180 + (col + 0.5) * lonStep;\n        var live = liveCells[col + \":\" + row];\n        if (live) {\n          var lit = createDot(col, row, true, live.name);\n          lit.style.animationDelay = live.order * 1.4 + \"s\";\n          liveFragment.appendChild(lit);\n        } else if (isLand(lon, lat)) {\n          landFragment.appendChild(createDot(col, row, false));\n        }\n      }\n    }\n\n    svg.appendChild(landFragment);\n    svg.appendChild(liveFragment); \/\/ lit dots paint above the texture\n    mount.appendChild(svg);\n    mount.setAttribute(\"data-ready\", \"true\");\n  }\n\n  function init() {\n    var mount = document.querySelector(\".befello-hero [data-hero-map]\");\n    if (!mount || mount.hasAttribute(\"data-ready\")) {\n      return;\n    }\n    buildMap(mount);\n  }\n\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\"DOMContentLoaded\", init);\n  } else {\n    init();\n  }\n})();\n<\/script>\n<!-- End Befello Hero -->\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-e60c69ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"befello-opportunity-grid\" data-columns=\"6\" style=\"--befello-grid-columns:6;\"><article class=\"befello-opportunity-card\" aria-labelledby=\"befello-opportunity-560-title\">\n\n\t\t\t\t<div class=\"befello-opportunity-card__media\">\n\t\t\t<img width=\"696\" height=\"514\" src=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/admissions_phdprogram.webp\" class=\"befello-opportunity-card__image wp-post-image\" alt=\"\" loading=\"lazy\" decoding=\"async\" sizes=\"auto, (min-width: 900px) 320px, (min-width: 600px) 50vw, 100vw\" srcset=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/admissions_phdprogram.webp 696w, https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/admissions_phdprogram-300x222.webp 300w\" \/>\t\t\t<div class=\"befello-opportunity-card__chips\">\n\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--type\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Scholarship<\/span>\n\t\t\t\t<\/span>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--funded\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Fully funded<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\n\t<div class=\"befello-opportunity-card__body\">\n\n\t\t\t\t\n\t\t<h3 class=\"befello-opportunity-card__title\" id=\"befello-opportunity-560-title\">\n\t\t\t<a class=\"befello-opportunity-card__title-link\" href=\"https:\/\/www.befello.com\/?opportunity=oist-phd-program-2027-in-japan\">\n\t\t\t\tOIST PhD Program 2027 in Japan\t\t\t<\/a>\n\t\t<\/h3>\n\n\t\t\t\t\t<div class=\"befello-opportunity-card__meta\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__deadline befello-opportunity-card__deadline--open\">\n\t\t\t\t\t\t<span class=\"befello-opportunity-card__dot\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t<span class=\"screen-reader-text\">Deadline:<\/span>\n\t\t\t\t\t\t15 November 2026\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__country\">\n\t\t\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--pin\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 21s-7-6.1-7-11a7 7 0 0 1 14 0c0 4.9-7 11-7 11Z\"\/><circle cx=\"12\" cy=\"10\" r=\"2.5\"\/><\/svg>\t\t\t\t\t\t<span class=\"screen-reader-text\">Host country:<\/span>\n\t\t\t\t\t\tJapan\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"befello-opportunity-card__actions\">\n\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\tclass=\"befello-opportunity-card__copy\"\n\t\t\t\tdata-befello-copy=\"https:\/\/www.befello.com\/?opportunity=oist-phd-program-2027-in-japan\"\n\t\t\t\taria-label=\"Copy link to OIST PhD Program 2027 in Japan\"\n\t\t\t\thidden>\n\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--link\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><\/svg>\t\t\t\t<span class=\"befello-opportunity-card__copy-done\" aria-hidden=\"true\">Copied<\/span>\n\t\t\t<\/button>\n\n\t\t\t<a class=\"befello-btn befello-btn--primary befello-opportunity-card__apply\" href=\"https:\/\/www.befello.com\/?opportunity=oist-phd-program-2027-in-japan\">\n\t\t\t\tApply\t\t\t\t<span class=\"screen-reader-text\">for OIST PhD Program 2027 in Japan<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t<\/div>\n<\/article><article class=\"befello-opportunity-card\" aria-labelledby=\"befello-opportunity-551-title\">\n\n\t\t\t\t<div class=\"befello-opportunity-card__media\">\n\t\t\t<img width=\"768\" height=\"343\" src=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026-768x343.jpg\" class=\"befello-opportunity-card__image wp-post-image\" alt=\"\" loading=\"lazy\" decoding=\"async\" sizes=\"auto, (min-width: 900px) 320px, (min-width: 600px) 50vw, 100vw\" srcset=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026-768x343.jpg 768w, https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026-300x134.jpg 300w, https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026-1024x458.jpg 1024w, https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026.jpg 1230w\" \/>\t\t\t<div class=\"befello-opportunity-card__chips\">\n\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--type\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Scholarship<\/span>\n\t\t\t\t<\/span>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--funded\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Fully funded<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\n\t<div class=\"befello-opportunity-card__body\">\n\n\t\t\t\t\n\t\t<h3 class=\"befello-opportunity-card__title\" id=\"befello-opportunity-551-title\">\n\t\t\t<a class=\"befello-opportunity-card__title-link\" href=\"https:\/\/www.befello.com\/?opportunity=crossculture-program-2026-call-for-applications-auswartiges-amt-2\">\n\t\t\t\tCrossCulture Program 2026 Call for Applications &#8211; Ausw\u00e4rtiges Amt\t\t\t<\/a>\n\t\t<\/h3>\n\n\t\t\t\t\t<div class=\"befello-opportunity-card__meta\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__deadline befello-opportunity-card__deadline--open\">\n\t\t\t\t\t\t<span class=\"befello-opportunity-card__dot\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t<span class=\"screen-reader-text\">Deadline:<\/span>\n\t\t\t\t\t\t21 October 2026\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__country\">\n\t\t\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--pin\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 21s-7-6.1-7-11a7 7 0 0 1 14 0c0 4.9-7 11-7 11Z\"\/><circle cx=\"12\" cy=\"10\" r=\"2.5\"\/><\/svg>\t\t\t\t\t\t<span class=\"screen-reader-text\">Host country:<\/span>\n\t\t\t\t\t\tGermany\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"befello-opportunity-card__actions\">\n\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\tclass=\"befello-opportunity-card__copy\"\n\t\t\t\tdata-befello-copy=\"https:\/\/www.befello.com\/?opportunity=crossculture-program-2026-call-for-applications-auswartiges-amt-2\"\n\t\t\t\taria-label=\"Copy link to CrossCulture Program 2026 Call for Applications &#8211; Ausw\u00e4rtiges Amt\"\n\t\t\t\thidden>\n\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--link\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><\/svg>\t\t\t\t<span class=\"befello-opportunity-card__copy-done\" aria-hidden=\"true\">Copied<\/span>\n\t\t\t<\/button>\n\n\t\t\t<a class=\"befello-btn befello-btn--primary befello-opportunity-card__apply\" href=\"https:\/\/www.befello.com\/?opportunity=crossculture-program-2026-call-for-applications-auswartiges-amt-2\">\n\t\t\t\tApply\t\t\t\t<span class=\"screen-reader-text\">for CrossCulture Program 2026 Call for Applications &#8211; Ausw\u00e4rtiges Amt<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t<\/div>\n<\/article><article class=\"befello-opportunity-card\" aria-labelledby=\"befello-opportunity-552-title\">\n\n\t\t\t\t<div class=\"befello-opportunity-card__media\">\n\t\t\t<img width=\"738\" height=\"408\" src=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/images.png\" class=\"befello-opportunity-card__image wp-post-image\" alt=\"\" loading=\"lazy\" decoding=\"async\" sizes=\"auto, (min-width: 900px) 320px, (min-width: 600px) 50vw, 100vw\" srcset=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/images.png 738w, https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/images-300x166.png 300w\" \/>\t\t\t<div class=\"befello-opportunity-card__chips\">\n\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--type\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Scholarship<\/span>\n\t\t\t\t<\/span>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--neutral\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Partially funded<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\n\t<div class=\"befello-opportunity-card__body\">\n\n\t\t\t\t\n\t\t<h3 class=\"befello-opportunity-card__title\" id=\"befello-opportunity-552-title\">\n\t\t\t<a class=\"befello-opportunity-card__title-link\" href=\"https:\/\/www.befello.com\/?opportunity=the-hubert-h-humphrey-fellowship-program-2\">\n\t\t\t\tThe Hubert H. Humphrey Fellowship Program\t\t\t<\/a>\n\t\t<\/h3>\n\n\t\t\t\t\t<div class=\"befello-opportunity-card__meta\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__deadline befello-opportunity-card__deadline--urgent\">\n\t\t\t\t\t\t<span class=\"befello-opportunity-card__dot\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t<span class=\"screen-reader-text\">Deadline:<\/span>\n\t\t\t\t\t\tCloses in 1 day\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__country\">\n\t\t\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--pin\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 21s-7-6.1-7-11a7 7 0 0 1 14 0c0 4.9-7 11-7 11Z\"\/><circle cx=\"12\" cy=\"10\" r=\"2.5\"\/><\/svg>\t\t\t\t\t\t<span class=\"screen-reader-text\">Host country:<\/span>\n\t\t\t\t\t\tGermany\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"befello-opportunity-card__actions\">\n\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\tclass=\"befello-opportunity-card__copy\"\n\t\t\t\tdata-befello-copy=\"https:\/\/www.befello.com\/?opportunity=the-hubert-h-humphrey-fellowship-program-2\"\n\t\t\t\taria-label=\"Copy link to The Hubert H. Humphrey Fellowship Program\"\n\t\t\t\thidden>\n\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--link\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><\/svg>\t\t\t\t<span class=\"befello-opportunity-card__copy-done\" aria-hidden=\"true\">Copied<\/span>\n\t\t\t<\/button>\n\n\t\t\t<a class=\"befello-btn befello-btn--primary befello-opportunity-card__apply\" href=\"https:\/\/www.befello.com\/?opportunity=the-hubert-h-humphrey-fellowship-program-2\">\n\t\t\t\tApply\t\t\t\t<span class=\"screen-reader-text\">for The Hubert H. Humphrey Fellowship Program<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t<\/div>\n<\/article><article class=\"befello-opportunity-card\" aria-labelledby=\"befello-opportunity-320-title\">\n\n\t\t\t\t<div class=\"befello-opportunity-card__media\">\n\t\t\t<img width=\"738\" height=\"408\" src=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/images.png\" class=\"befello-opportunity-card__image wp-post-image\" alt=\"\" loading=\"lazy\" decoding=\"async\" sizes=\"auto, (min-width: 900px) 320px, (min-width: 600px) 50vw, 100vw\" srcset=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/images.png 738w, https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/images-300x166.png 300w\" \/>\t\t\t<div class=\"befello-opportunity-card__chips\">\n\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--type\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Scholarship<\/span>\n\t\t\t\t<\/span>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--neutral\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Partially funded<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\n\t<div class=\"befello-opportunity-card__body\">\n\n\t\t\t\t\n\t\t<h3 class=\"befello-opportunity-card__title\" id=\"befello-opportunity-320-title\">\n\t\t\t<a class=\"befello-opportunity-card__title-link\" href=\"https:\/\/www.befello.com\/?opportunity=the-hubert-h-humphrey-fellowship-program\">\n\t\t\t\tThe Hubert H. Humphrey Fellowship Program\t\t\t<\/a>\n\t\t<\/h3>\n\n\t\t\t\t\t<div class=\"befello-opportunity-card__meta\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__deadline befello-opportunity-card__deadline--urgent\">\n\t\t\t\t\t\t<span class=\"befello-opportunity-card__dot\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t<span class=\"screen-reader-text\">Deadline:<\/span>\n\t\t\t\t\t\tCloses in 1 day\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__country\">\n\t\t\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--pin\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 21s-7-6.1-7-11a7 7 0 0 1 14 0c0 4.9-7 11-7 11Z\"\/><circle cx=\"12\" cy=\"10\" r=\"2.5\"\/><\/svg>\t\t\t\t\t\t<span class=\"screen-reader-text\">Host country:<\/span>\n\t\t\t\t\t\tGermany\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"befello-opportunity-card__actions\">\n\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\tclass=\"befello-opportunity-card__copy\"\n\t\t\t\tdata-befello-copy=\"https:\/\/www.befello.com\/?opportunity=the-hubert-h-humphrey-fellowship-program\"\n\t\t\t\taria-label=\"Copy link to The Hubert H. Humphrey Fellowship Program\"\n\t\t\t\thidden>\n\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--link\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><\/svg>\t\t\t\t<span class=\"befello-opportunity-card__copy-done\" aria-hidden=\"true\">Copied<\/span>\n\t\t\t<\/button>\n\n\t\t\t<a class=\"befello-btn befello-btn--primary befello-opportunity-card__apply\" href=\"https:\/\/www.befello.com\/?opportunity=the-hubert-h-humphrey-fellowship-program\">\n\t\t\t\tApply\t\t\t\t<span class=\"screen-reader-text\">for The Hubert H. Humphrey Fellowship Program<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t<\/div>\n<\/article><article class=\"befello-opportunity-card\" aria-labelledby=\"befello-opportunity-300-title\">\n\n\t\t\t\t<div class=\"befello-opportunity-card__media\">\n\t\t\t<img width=\"768\" height=\"343\" src=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026-768x343.jpg\" class=\"befello-opportunity-card__image wp-post-image\" alt=\"\" loading=\"lazy\" decoding=\"async\" sizes=\"auto, (min-width: 900px) 320px, (min-width: 600px) 50vw, 100vw\" srcset=\"https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026-768x343.jpg 768w, https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026-300x134.jpg 300w, https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026-1024x458.jpg 1024w, https:\/\/www.befello.com\/wp-content\/uploads\/2026\/08\/pressefoto-ccp-call-2026.jpg 1230w\" \/>\t\t\t<div class=\"befello-opportunity-card__chips\">\n\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--type\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Scholarship<\/span>\n\t\t\t\t<\/span>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-chip befello-chip--funded\">\n\t\t\t\t\t<span class=\"befello-chip__label\">Fully funded<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\n\t<div class=\"befello-opportunity-card__body\">\n\n\t\t\t\t\n\t\t<h3 class=\"befello-opportunity-card__title\" id=\"befello-opportunity-300-title\">\n\t\t\t<a class=\"befello-opportunity-card__title-link\" href=\"https:\/\/www.befello.com\/?opportunity=crossculture-program-2026-call-for-applications-auswartiges-amt\">\n\t\t\t\tCrossCulture Program 2026 Call for Applications &#8211; Ausw\u00e4rtiges Amt\t\t\t<\/a>\n\t\t<\/h3>\n\n\t\t\t\t\t<div class=\"befello-opportunity-card__meta\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__deadline befello-opportunity-card__deadline--open\">\n\t\t\t\t\t\t<span class=\"befello-opportunity-card__dot\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t<span class=\"screen-reader-text\">Deadline:<\/span>\n\t\t\t\t\t\t21 October 2026\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"befello-opportunity-card__country\">\n\t\t\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--pin\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 21s-7-6.1-7-11a7 7 0 0 1 14 0c0 4.9-7 11-7 11Z\"\/><circle cx=\"12\" cy=\"10\" r=\"2.5\"\/><\/svg>\t\t\t\t\t\t<span class=\"screen-reader-text\">Host country:<\/span>\n\t\t\t\t\t\tGermany\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"befello-opportunity-card__actions\">\n\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\tclass=\"befello-opportunity-card__copy\"\n\t\t\t\tdata-befello-copy=\"https:\/\/www.befello.com\/?opportunity=crossculture-program-2026-call-for-applications-auswartiges-amt\"\n\t\t\t\taria-label=\"Copy link to CrossCulture Program 2026 Call for Applications &#8211; Ausw\u00e4rtiges Amt\"\n\t\t\t\thidden>\n\t\t\t\t<svg class=\"befello-icon befello-ico befello-ico--link\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\"><\/svg>\t\t\t\t<span class=\"befello-opportunity-card__copy-done\" aria-hidden=\"true\">Copied<\/span>\n\t\t\t<\/button>\n\n\t\t\t<a class=\"befello-btn befello-btn--primary befello-opportunity-card__apply\" href=\"https:\/\/www.befello.com\/?opportunity=crossculture-program-2026-call-for-applications-auswartiges-amt\">\n\t\t\t\tApply\t\t\t\t<span class=\"screen-reader-text\">for CrossCulture Program 2026 Call for Applications &#8211; Ausw\u00e4rtiges Amt<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t<\/div>\n<\/article><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Community based Edtech platform On a mission to bring joy and simplicity to the world of global opportunities! Fellowships, scholarships, workshops and conferences from every corner of the world \u2014 in one place, with advice from the people who were selected before you. Start applying Support the mission New opportunities added every week<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-549","page","type-page","status-publish","hentry"],"acf":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"befello-avatar":false,"befello-avatar-sm":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/www.befello.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Community based Edtech platform On a mission to bring joy and simplicity to the world of global opportunities! Fellowships, scholarships, workshops and conferences from every corner of the world \u2014 in one place, with advice from the people who were selected before you. Start applying Support the mission New opportunities added every week","_links":{"self":[{"href":"https:\/\/www.befello.com\/index.php?rest_route=\/wp\/v2\/pages\/549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.befello.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.befello.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.befello.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.befello.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=549"}],"version-history":[{"count":5,"href":"https:\/\/www.befello.com\/index.php?rest_route=\/wp\/v2\/pages\/549\/revisions"}],"predecessor-version":[{"id":564,"href":"https:\/\/www.befello.com\/index.php?rest_route=\/wp\/v2\/pages\/549\/revisions\/564"}],"wp:attachment":[{"href":"https:\/\/www.befello.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}