slidesgo.com
Open in
urlscan Pro
2606:4700:10::6816:192
Public Scan
URL:
https://slidesgo.com/
Submission: On March 24 via manual from US — Scanned from DE
Submission: On March 24 via manual from US — Scanned from DE
Form analysis
14 forms found in the DOMhttps://slidesgo.com/search#rs=search
<form action="https://slidesgo.com/search#rs=search" x-ref="form" x-on:scroll-over-home-search.window="!isMinimal ? hideSearch() : ''" @mousedown.away="hideSearch" x-data="searcher("en", "1", "")"
class="relative w-full ">
<div class="relative group bg-gray-150 sm:bg-purple-500 sm:focus-within:bg-white focus-within:placeholder-gray-600 focus-within:text-gray-600 overflow-hidden rounded text-gray-600 sm:text-purple-200 hover:text-gray-600">
<input id="search-input" x-ref="searchinput" @focus="focused" @keyup.debounce.500="search($event)" @keydown.down.prevent="selectNext($event)" @keydown.up.prevent="selectPrev($event)" x-model="searchText" type="text" name="q"
placeholder="Search a template" autocomplete="off" required="required"
class="focus:ring-0 w-full outline-none appearance-none caret-purple-400 pl-4 pr-5 h-10 xl:max-w-4xl placeholder-gray-600 sm:placeholder-purple-200 bg-transparent sm:group-hover:bg-white rounded hover:placeholder-gray-600 focus:placeholder-gray-600">
<label for="search-input"></label>
<button type="submit" class="absolute top-0 right-0 bottom-0 mx-5 flex items-center focus:outline-none" aria-label="Search button">
<svg alt="Search" loading="lazy" class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57">
<path d="M55.1 51.9L41.6 37.8A23 23 0 0024 0a23 23 0 1013.2 41.8L50.8 56a3 3 0 004.3.1 3 3 0 000-4.2zM24 6a17 17 0 110 34 17 17 0 010-34z"></path>
</svg> </button>
<template x-if="searchText.length > 0">
<button @click="resetSearch" type="button" title="Clear the search query." class="searchbox__reset absolute top-0 right-10 h-full w-8 flex justify-center items-center">
<svg alt="Close" class="fill-current h-3 w-3" viewBox="0 0 375 375" xmlns="http://www.w3.org/2000/svg">
<path d="M368.7 339.4L35.9 6.6A20.7 20.7 0 006.6 36l332.8 332.8a20.7 20.7 0 1029.3-29.3z"></path>
<path d="M339.4 6.6L6.6 339.4A20.7 20.7 0 1036 368.7L368.7 35.9a20.7 20.7 0 10-29.3-29.3z"></path>
</svg> </button>
</template>
</div>
<template x-if="showResults">
<div class="search-bar">
<template x-if="searchText.length > 1 && results.length">
<div class="absolute bg-white shadow-lg left-0 right-0 py-4 sm:-mt-2 rounded-bl-lg rounded-br-lg -ml-4 sm:ml-0 w-screen sm:w-auto">
<div>
<template x-for="(result, key) in results">
<div x-html="result.highlightResult" @mouseover="resetOptionNavigation" @click="selectOption(result.search)" @keyup.enter="selectOption(result.search)" :class="key === selectedOption ? 'bg-gray-150' : ''"
class="autocomplete-terms text-left py-3 px-4 text-gray-600 hover:bg-gray-150 hover:cursor-pointer">
</div>
</template>
<template x-if="templates.length">
<div class="hidden sm:block border-t border-gray-150 mt-3 pt-3 px-4">
<h3 class="text-left font-bold text-gray-800 mb-2">Templates</h3>
<div class="grid sm:grid-cols-3 lg:grid-cols-2 gap-4 py-2">
<template x-for="(article, key) in templates">
<div class="last:hidden lg:last:flex flex justify-between">
<div class="w-full lg:w-4/12">
<a :href="article.url" class="block relative aspect-w-16 aspect-h-9">
<template x-if="article.premium && !article.xl">
<span class="h-4 w-4 rounded-sm bg-darkblue-500 bg-opacity-75 flex items-center justify-center z-10 mb-1 absolute top-0 left-0 mt-1 ml-1">
<img src="/images/icons/premium.svg" class="h-2 w-2">
</span>
</template>
<template x-if="article.xl">
<span class="h-4 w-4 rounded-sm bg-darkblue-500 bg-opacity-75 flex items-center justify-center z-10 mb-1 absolute top-0 left-0 mt-1 ml-1">
<img src="/images/icons/premium-xl.svg" class="h-2 w-2">
</span>
</template>
<img :src="article.thumb" class="absolute top-0 left-0 w-full h-full object-contain rounded" alt="related">
</a>
</div>
<div class="hidden lg:flex pl-2 w-8/12 flex-col justify-center">
<h3 class="truncate font-bold text-sm text-left">
<a :href="article.url" x-text="article.name" class="text-gray-700 no-underline hover:text-purple-400"></a>
</h3>
<p x-text="article.total_images +' slides'" class="text-gray-600 text-xs text-left"></p>
</div>
</div>
</template>
</div>
</div>
</template>
</div>
</div>
</template>
<template x-if="searchText.length === 0">
<div class="bg-white shadow-lg w-full p-4 fixed sm:absolute top-28 sm:top-auto left-0 w-screen sm:w-full sm:mt-2 sm:rounded">
<p class="text-left font-bold mb-2 text-gray-800">Top searches</p>
<div class="flex items-center mb-4 overflow-auto sm:flex-wrap">
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "travel")" href="https://slidesgo.com/search?q=travel#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
travel
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "history")" href="https://slidesgo.com/search?q=history#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
history
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "nature")" href="https://slidesgo.com/search?q=nature#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
nature
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "science")" href="https://slidesgo.com/search?q=science#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
science
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "math")" href="https://slidesgo.com/search?q=math#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
math
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "war")" href="https://slidesgo.com/search?q=war#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
war
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "school")" href="https://slidesgo.com/search?q=school#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
school
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "education")" href="https://slidesgo.com/search?q=education#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
education
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "business")" href="https://slidesgo.com/search?q=business#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
business
</a>
</div>
<p class="text-left font-bold text-gray-800">Trending searches</p>
<div class="flex overflow-auto sm:grid gap-x-2 gap-y-6 sm:grid-cols-2 mt-2 pb-2 sm:pb-0 pt-2 2xl:grid-cols-3">
<a onclick="trackAnalytic("search-suggested", "Click-trending", "Emotional Intelligence")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/emotional-intelligence?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18381641/practical-life-subject-for-high-school-9th-grade-growth-mindset-and-self-improvement1646998926.jpg">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18381641/practical-life-subject-for-high-school-9th-grade-growth-mindset-and-self-improvement1646998926.jpg">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18381641/practical-life-subject-for-high-school-9th-grade-growth-mindset-and-self-improvement1646998926.jpg">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Emotional Intelligence</h3>
<p class="text-gray-600 text-left text-xs">41 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "Greek")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/greek?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18071821/visit-athens-social-media-strategy1646395875.jpg">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18071821/visit-athens-social-media-strategy1646395875.jpg">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18071821/visit-athens-social-media-strategy1646395875.jpg">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Greek</h3>
<p class="text-gray-600 text-left text-xs">13 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "PowerPoint Exclusive")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/powerpoint-exclusive?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18373609/Moving-Background-for-Travel-Tour-Company-Profile3.gif">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18373609/Moving-Background-for-Travel-Tour-Company-Profile3.gif">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18373609/Moving-Background-for-Travel-Tour-Company-Profile3.gif">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">PowerPoint Exclusive</h3>
<p class="text-gray-600 text-left text-xs">12 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "India")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/india?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18210574/indian-culture-and-traditions-essay1646724976.jpg">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18210574/indian-culture-and-traditions-essay1646724976.jpg">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18210574/indian-culture-and-traditions-essay1646724976.jpg">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">India</h3>
<p class="text-gray-600 text-left text-xs">34 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "Funny")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/funny?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18682815/casino-social-media-strategy1647596961.jpg">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18682815/casino-social-media-strategy1647596961.jpg">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18682815/casino-social-media-strategy1647596961.jpg">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Funny</h3>
<p class="text-gray-600 text-left text-xs">738 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "Book")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/book?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18631037/international-book-and-copyright-day1647504848.jpg">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18631037/international-book-and-copyright-day1647504848.jpg">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18631037/international-book-and-copyright-day1647504848.jpg">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Book</h3>
<p class="text-gray-600 text-left text-xs">112 templates</p>
</div>
</a>
</div>
</div>
</template>
</div>
</template>
</form>
POST https://slidesgo.com/auth/login
<form method="POST" action="https://slidesgo.com/auth/login" id="login" class="flex text-gray-200 items-center ml-2">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH"> <input type="hidden" value="sign-in-button" name="login-from">
<input type="hidden" value="en" name="language">
<input type="hidden" value="en.home" name="login-route">
<button type="submit" class="font-semibold border sm:border-2 h-8 sm:h-10 px-3 sm:px-4 rounded text-sm sm:text-base text-white hover:text-purple-400 border-white hover:bg-white"> Log in</button>
</form>
https://slidesgo.com/search#rs=search
<form action="https://slidesgo.com/search#rs=search" x-ref="form" x-on:scroll-over-home-search.window="!isMinimal ? hideSearch() : ''" @mousedown.away="hideSearch" x-data="searcher("en", "", "")"
class="relative w-full md:w-8/12 mt-6 md:mt-8 mx-auto z-15">
<div class="relative group bg-gray-150 sm:bg-purple-500 sm:focus-within:bg-white focus-within:placeholder-gray-600 focus-within:text-gray-600 overflow-hidden rounded-lg">
<input id="search-input" x-ref="searchinput" @focus="focused" @keyup.debounce.500="search($event)" @keydown.down.prevent="selectNext($event)" @keydown.up.prevent="selectPrev($event)" x-model="searchText" type="text" name="q"
placeholder="Search a template" autocomplete="off" required="required" class="focus:ring-0 w-full outline-none appearance-none caret-purple-400 pl-4 sm:pl-6 pr-12 h-12 sm:h-14 bg-white placeholder-gray-700 rounded-lg">
<label for="search-input"></label>
<button type="submit" class="absolute top-0 right-0 bottom-0 mx-5 flex items-center focus:outline-none" aria-label="Search button">
<svg alt="Search" loading="lazy" class="fill-current h-5 w-5 text-gray-600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57">
<path d="M55.1 51.9L41.6 37.8A23 23 0 0024 0a23 23 0 1013.2 41.8L50.8 56a3 3 0 004.3.1 3 3 0 000-4.2zM24 6a17 17 0 110 34 17 17 0 010-34z"></path>
</svg> </button>
<template x-if="searchText.length > 0">
<button @click="resetSearch" type="button" title="Clear the search query." class="searchbox__reset absolute top-0 right-10 h-full w-8 flex justify-center items-center">
<svg alt="Close" class="fill-current h-3 w-3" viewBox="0 0 375 375" xmlns="http://www.w3.org/2000/svg">
<path d="M368.7 339.4L35.9 6.6A20.7 20.7 0 006.6 36l332.8 332.8a20.7 20.7 0 1029.3-29.3z"></path>
<path d="M339.4 6.6L6.6 339.4A20.7 20.7 0 1036 368.7L368.7 35.9a20.7 20.7 0 10-29.3-29.3z"></path>
</svg> </button>
</template>
</div>
<template x-if="showResults">
<div class="search-bar">
<template x-if="searchText.length > 1 && results.length">
<div class="absolute bg-white shadow-lg left-0 right-0 py-4 sm:-mt-2 rounded-bl-lg rounded-br-lg -mt-2">
<div>
<template x-for="(result, key) in results">
<div x-html="result.highlightResult" @mouseover="resetOptionNavigation" @click="selectOption(result.search)" @keyup.enter="selectOption(result.search)" :class="key === selectedOption ? 'bg-gray-150' : ''"
class="autocomplete-terms text-left py-3 px-4 text-gray-600 hover:bg-gray-150 hover:cursor-pointer">
</div>
</template>
<template x-if="templates.length">
<div class="hidden sm:block border-t border-gray-150 mt-3 pt-3 px-4">
<h3 class="text-left font-bold text-gray-800 mb-2">Templates</h3>
<div class="grid sm:grid-cols-3 lg:grid-cols-2 gap-4 py-2">
<template x-for="(article, key) in templates">
<div class="last:hidden lg:last:flex flex justify-between">
<div class="w-full lg:w-4/12">
<a :href="article.url" class="block relative aspect-w-16 aspect-h-9">
<template x-if="article.premium && !article.xl">
<span class="h-4 w-4 rounded-sm bg-darkblue-500 bg-opacity-75 flex items-center justify-center z-10 mb-1 absolute top-0 left-0 mt-1 ml-1">
<img src="/images/icons/premium.svg" class="h-2 w-2">
</span>
</template>
<template x-if="article.xl">
<span class="h-4 w-4 rounded-sm bg-darkblue-500 bg-opacity-75 flex items-center justify-center z-10 mb-1 absolute top-0 left-0 mt-1 ml-1">
<img src="/images/icons/premium-xl.svg" class="h-2 w-2">
</span>
</template>
<img :src="article.thumb" class="absolute top-0 left-0 w-full h-full object-contain rounded" alt="related">
</a>
</div>
<div class="hidden lg:flex pl-2 w-8/12 flex-col justify-center">
<h3 class="truncate font-bold text-sm text-left">
<a :href="article.url" x-text="article.name" class="text-gray-700 no-underline hover:text-purple-400"></a>
</h3>
<p x-text="article.total_images +' slides'" class="text-gray-600 text-xs text-left"></p>
</div>
</div>
</template>
</div>
</div>
</template>
</div>
</div>
</template>
<template x-if="searchText.length === 0">
<div class="bg-white shadow-lg w-full p-4 absolute mt-2 rounded-lg">
<p class="text-left font-bold mb-2 text-gray-800">Top searches</p>
<div class="flex items-center mb-4 overflow-auto sm:flex-wrap">
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "travel")" href="https://slidesgo.com/search?q=travel#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
travel
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "history")" href="https://slidesgo.com/search?q=history#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
history
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "nature")" href="https://slidesgo.com/search?q=nature#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
nature
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "science")" href="https://slidesgo.com/search?q=science#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
science
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "math")" href="https://slidesgo.com/search?q=math#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
math
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "war")" href="https://slidesgo.com/search?q=war#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
war
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "school")" href="https://slidesgo.com/search?q=school#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
school
</a>
</div>
<p class="text-left font-bold text-gray-800">Trending searches</p>
<div class="flex overflow-auto sm:grid gap-x-2 gap-y-6 sm:grid-cols-2 mt-2 pb-2 sm:pb-0 pt-2">
<a onclick="trackAnalytic("search-suggested", "Click-trending", "PowerPoint Exclusive")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/powerpoint-exclusive?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-1/3">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18373609/Moving-Background-for-Travel-Tour-Company-Profile3.gif">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18373609/Moving-Background-for-Travel-Tour-Company-Profile3.gif">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18373609/Moving-Background-for-Travel-Tour-Company-Profile3.gif">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">PowerPoint Exclusive</h3>
<p class="text-gray-600 text-left text-xs">12 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "Indonesia")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/indonesia?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-1/3">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/15788451/imlek-chinese-new-year-in-indonesia1640778854.jpg">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/15788451/imlek-chinese-new-year-in-indonesia1640778854.jpg">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/15788451/imlek-chinese-new-year-in-indonesia1640778854.jpg">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Indonesia</h3>
<p class="text-gray-600 text-left text-xs">6 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "USA")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/usa?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-1/3">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18685967/us-limb-loss-and-limb-difference-awareness-month1647603374.jpg">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18685967/us-limb-loss-and-limb-difference-awareness-month1647603374.jpg">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18685967/us-limb-loss-and-limb-difference-awareness-month1647603374.jpg">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">USA</h3>
<p class="text-gray-600 text-left text-xs">84 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "India")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/india?order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-1/3">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18210574/indian-culture-and-traditions-essay1646724976.jpg">
<div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18210574/indian-culture-and-traditions-essay1646724976.jpg">
</div>
<div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
<img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18210574/indian-culture-and-traditions-essay1646724976.jpg">
</div>
</div>
</div>
<div class="w-1/2 sm:w-auto">
<h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">India</h3>
<p class="text-gray-600 text-left text-xs">34 templates</p>
</div>
</a>
</div>
</div>
</template>
</div>
</template>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=color-of-the-year-very-peri-portfolio&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Color+of+The+Year%3A+Very+Peri+Portfolio" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "8861", "Color of The Year: Very Peri Portfolio", "https://slidesgo.com/theme/color-of-the-year-very-peri-portfolio", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "8861", "Color of The Year: Very Peri Portfolio", "https://slidesgo.com/theme/color-of-the-year-very-peri-portfolio", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "8861", "Color of The Year: Very Peri Portfolio", "https://slidesgo.com/theme/color-of-the-year-very-peri-portfolio", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "8861", "Color of The Year: Very Peri Portfolio", "https://slidesgo.com/theme/color-of-the-year-very-peri-portfolio", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=language-arts-for-high-school-9th-grade-continuous-tenses-and-sentence-variety&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Language+Arts+for+High+School+-+9th+Grade%3A+Continuous+Tenses+and+Sentence+Variety" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "9024", "Language Arts for High School - 9th Grade: Continuous Tenses and Sentence Variety", "https://slidesgo.com/theme/language-arts-for-high-school-9th-grade-continuous-tenses-and-sentence-variety", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "9024", "Language Arts for High School - 9th Grade: Continuous Tenses and Sentence Variety", "https://slidesgo.com/theme/language-arts-for-high-school-9th-grade-continuous-tenses-and-sentence-variety", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "9024", "Language Arts for High School - 9th Grade: Continuous Tenses and Sentence Variety", "https://slidesgo.com/theme/language-arts-for-high-school-9th-grade-continuous-tenses-and-sentence-variety", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "9024", "Language Arts for High School - 9th Grade: Continuous Tenses and Sentence Variety", "https://slidesgo.com/theme/language-arts-for-high-school-9th-grade-continuous-tenses-and-sentence-variety", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=english-foreign-languages-major-for-college-creative-writing&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=English+%26+Foreign+Languages+Major+for+College%3A+Creative+Writing" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "8740", "English & Foreign Languages Major for College: Creative Writing", "https://slidesgo.com/theme/english-foreign-languages-major-for-college-creative-writing", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "8740", "English & Foreign Languages Major for College: Creative Writing", "https://slidesgo.com/theme/english-foreign-languages-major-for-college-creative-writing", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "8740", "English & Foreign Languages Major for College: Creative Writing", "https://slidesgo.com/theme/english-foreign-languages-major-for-college-creative-writing", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "8740", "English & Foreign Languages Major for College: Creative Writing", "https://slidesgo.com/theme/english-foreign-languages-major-for-college-creative-writing", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=digital-transformation-consulting-toolkit&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Digital+Transformation+Consulting+Toolkit" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "9206", "Digital Transformation Consulting Toolkit", "https://slidesgo.com/theme/digital-transformation-consulting-toolkit", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "9206", "Digital Transformation Consulting Toolkit", "https://slidesgo.com/theme/digital-transformation-consulting-toolkit", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "9206", "Digital Transformation Consulting Toolkit", "https://slidesgo.com/theme/digital-transformation-consulting-toolkit", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "9206", "Digital Transformation Consulting Toolkit", "https://slidesgo.com/theme/digital-transformation-consulting-toolkit", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=notebook-lesson&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Notebook+Lesson" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "510", "Notebook Lesson", "https://slidesgo.com/theme/notebook-lesson", "");" type="button" aria-label="Google slides"
name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "510", "Notebook Lesson", "https://slidesgo.com/theme/notebook-lesson", "");" type="button" aria-label="Powerpoint"
name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "510", "Notebook Lesson", "https://slidesgo.com/theme/notebook-lesson", "");" type="button" aria-label="Google slides"
name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "510", "Notebook Lesson", "https://slidesgo.com/theme/notebook-lesson", "");" type="button" aria-label="Powerpoint"
name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=brazilian-literature-thesis&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Brazilian+Literature+Thesis" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "8658", "Brazilian Literature Thesis", "https://slidesgo.com/theme/brazilian-literature-thesis", "");" type="button"
aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "8658", "Brazilian Literature Thesis", "https://slidesgo.com/theme/brazilian-literature-thesis", "");" type="button"
aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "8658", "Brazilian Literature Thesis", "https://slidesgo.com/theme/brazilian-literature-thesis", "");" type="button"
aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "8658", "Brazilian Literature Thesis", "https://slidesgo.com/theme/brazilian-literature-thesis", "");" type="button"
aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=elegant-education-pack-for-students&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Elegant+Education+Pack+for+Students" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "4904", "Elegant Education Pack for Students", "https://slidesgo.com/theme/elegant-education-pack-for-students", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "4904", "Elegant Education Pack for Students", "https://slidesgo.com/theme/elegant-education-pack-for-students", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "4904", "Elegant Education Pack for Students", "https://slidesgo.com/theme/elegant-education-pack-for-students", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "4904", "Elegant Education Pack for Students", "https://slidesgo.com/theme/elegant-education-pack-for-students", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=sexually-transmitted-diseases-std-infographics&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Sexually+Transmitted+Diseases+%28STD%29+Infographics" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "9697", "Sexually Transmitted Diseases (STD) Infographics", "https://slidesgo.com/theme/sexually-transmitted-diseases-std-infographics", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "9697", "Sexually Transmitted Diseases (STD) Infographics", "https://slidesgo.com/theme/sexually-transmitted-diseases-std-infographics", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button
@click="downloadSlide("google"); downloadGtm("gslides", "9697", "Sexually Transmitted Diseases (STD) Infographics", "https://slidesgo.com/theme/sexually-transmitted-diseases-std-infographics", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button
@click="downloadSlide("powerpoint"); downloadGtm("pptx", "9697", "Sexually Transmitted Diseases (STD) Infographics", "https://slidesgo.com/theme/sexually-transmitted-diseases-std-infographics", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=decision-making-models-infographics&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Decision+Making+Models+Infographics" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "7626", "Decision Making Models Infographics", "https://slidesgo.com/theme/decision-making-models-infographics", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "7626", "Decision Making Models Infographics", "https://slidesgo.com/theme/decision-making-models-infographics", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "7626", "Decision Making Models Infographics", "https://slidesgo.com/theme/decision-making-models-infographics", "");"
type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "7626", "Decision Making Models Infographics", "https://slidesgo.com/theme/decision-making-models-infographics", "");"
type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=microbes-infographics&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Microbes+Infographics" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "8900", "Microbes Infographics", "https://slidesgo.com/theme/microbes-infographics", "");" type="button"
aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "8900", "Microbes Infographics", "https://slidesgo.com/theme/microbes-infographics", "");" type="button"
aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "8900", "Microbes Infographics", "https://slidesgo.com/theme/microbes-infographics", "");" type="button"
aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "8900", "Microbes Infographics", "https://slidesgo.com/theme/microbes-infographics", "");" type="button"
aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="ec5NN9nPLdy5bSvLXI4Spt5uLtmMdpIfkCamVBfH">
<template x-if="(hasXlRestrictions && isXl)">
<div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
<div class="mb-2 sm:mb-3">
<p class="text-white font-semibold text-center mb-2">Download Premium template</p>
<a href="https://slidesgo.com/pricing?slide=air-pollution-infographics&utm_source=Freemium&utm_medium=template&utm_campaign=freemium-slides-microfunnel&utm_term=Go-Premium&utm_content=Air+Pollution+Infographics" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
Go Premium </a>
</div>
<div>
<p class="text-white font-semibold text-center mb-2">Download free template</p>
<div class="flex">
<button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
</button>
<button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
</button>
</div>
</div>
</div>
</template>
<template x-if="!(hasXlRestrictions && isXl)">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "8669", "Air Pollution Infographics", "https://slidesgo.com/theme/air-pollution-infographics", "");" type="button"
aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "8669", "Air Pollution Infographics", "https://slidesgo.com/theme/air-pollution-infographics", "");" type="button"
aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</template>
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google"); downloadGtm("gslides", "8669", "Air Pollution Infographics", "https://slidesgo.com/theme/air-pollution-infographics", "");" type="button"
aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Google Slides" class="h-5 w-5">
<use xlink:href="#icon-googleslides"></use>
</svg>
<span class="flex-1 text-center pl-2">Google Slides</span>
</button>
<button @click="downloadSlide("powerpoint"); downloadGtm("pptx", "8669", "Air Pollution Infographics", "https://slidesgo.com/theme/air-pollution-infographics", "");" type="button"
aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
<svg alt="PowerPoint" class="text-white h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2">PowerPoint</span>
</button>
</div>
</form>
Text Content
en Español Português Français Deutsch 한국어 * Pricing * Color Pink Red Brown Orange Yellow Cream Green Blue Purple White Gray Black Gold * Style Aesthetic Funny Anime Creative Cartoon Futuristic Cute Minimalist Simple Dark Vintage Elegant * * Home * Recent * Popular * Education * Business * Marketing * Medical * Multi-purpose * Infographics * Tips & Tutorials * More Freepik Flaticon Wepik Storyset TEMPLATES Top searches travel history nature science math war school education business Trending searches EMOTIONAL INTELLIGENCE 41 templates GREEK 13 templates POWERPOINT EXCLUSIVE 12 templates INDIA 34 templates FUNNY 738 templates BOOK 112 templates en Español Português Français Deutsch 한국어 More Freepik Free vectors, photos and PSD Flaticon Free customizable icons Wepik Free online template editor Storyset Free editable illustrations Tips & Tutorials Pricing Log in FREE GOOGLE SLIDES AND POWERPOINT TEMPLATES TO BOOST YOUR PRESENTATIONS TEMPLATES Top searches travel history nature science math war school Trending searches POWERPOINT EXCLUSIVE 12 templates INDONESIA 6 templates USA 84 templates INDIA 34 templates en Español Português Français Deutsch 한국어 * Pricing * Color Pink Red Brown Orange Yellow Cream Green Blue Purple White Gray Black Gold * Style Aesthetic Funny Anime Creative Cartoon Futuristic Cute Minimalist Simple Dark Vintage Elegant * * Home * Recent * Popular * Education * Business * Marketing * Medical * Multi-purpose * Infographics * Tips & Tutorials * More Freepik Flaticon Wepik Storyset TRENDING SEARCHES EDITOR'S CHOICE 1961 templates LITERATURE 62 templates SPRING 40 templates HEALTH 683 templates INDIA 34 templates THEATER 25 templates ASIA 200 templates BOOK 112 templates FUNNY 738 templates RELIGION 100 templates EMOTIONAL INTELLIGENCE 41 templates MOVIE 67 templates POWERPOINT EXCLUSIVE 12 templates GREEK 13 templates USA 84 templates INDONESIA 6 templates LATEST THEMES / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint COLOR OF THE YEAR: VERY PERI PORTFOLIO Pantone has spoken, and the color of the year is… Very Peri! This portfolio template decorated with the winning hue is a great way to show you’re hip to the latest trends. Its blurry background illustrations in Very Peri provide an attractive backdrop to the information you’re presenting, and will... / Premium Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Sign in for free FIRE MARSHAL CV Want to apply for the position of fire marshal? You’re going to need an inspiring CV, and this template is up to the task! With touches of red (of course) and gray as well as black text, it’s suitably professional-looking, but visually interesting at the same time. It’s ideal to... / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint LANGUAGE ARTS FOR HIGH SCHOOL - 9TH GRADE: CONTINUOUS TENSES AND SENTENCE VARIETY Getting 9th graders interested in continuous tenses and sentence variety? It can be done, and this template can help you go a long way towards that goal. Its black and white look makes it clear that the written word is king, and its minimalist aesthetic puts the focus right where... / Premium Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Sign in for free CELEBRATING JAPANESE GREENERY DAY Let people know about Japanese Greenery Day with this template! Its soothing look, combining shades of green and blue, sets the stage for any and all information you might want to share about this celebration, and its illustrations of different types of vegetation will put a smile on the face... / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint ENGLISH & FOREIGN LANGUAGES MAJOR FOR COLLEGE: CREATIVE WRITING Creative writing is a fascinating subject, and this template can help you explain its wonders to college students! Combining geometric shapes in blue and light gray, its look is highly elegant and draws attention to the text on each slide. Plus, the different compositions keep the presentation interesting by keeping... / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint DIGITAL TRANSFORMATION CONSULTING TOOLKIT Every business needs to go digital to a major or lesser degree, and this digital transformation consulting toolkit template is a great way to give a good look at what’s possible! Its stark black and white look conveys no-nonsense professionalism, and its modern typeface and detailed design elements make it... See more -------------------------------------------------------------------------------- POPULAR THEMES / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint NOTEBOOK LESSON These are the last days before the Summer break! We know that there are some pending lessons that you need to prepare for your students. As they may be thinking about their friends and their holidays, catch their attention with this cool template! / Premium Infographics Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Sign in for free STRATEGIC ROADMAP INFOGRAPHICS How far can your company go? We know that for you there are no limits and that your company is capable of surpassing everything it decides to do. This is great, but to organize all the goals you want to achieve, designing a strategic roadmap will be a great idea... / Premium Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Sign in for free GARDEN WEEK! Are you a master gardener? It's great to see the kids playing in the grass and watch the flowers bloom, and there's people that even grow their own vegetables! In some places, the first week of June is Garden Week, so let's make it truly special with a presentation created... / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint BRAZILIAN LITERATURE THESIS Have you studied important figures of the Brazilian literature? Names such as Euclides da Cunha or Mário de Andrade will be familiar to you, then. Time to download this new template, whose filler text comes in Portuguese, and customize it so that it contains a summary of your dissertation. The... / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint ELEGANT EDUCATION PACK FOR STUDENTS The way in which we study has changed drastically in the last year, that's why we need to be more organized than ever. In Slidesgo we want to help your students and have designed this elegant template full of resources for your classes. We added everything you could possibly ask... / Premium Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Sign in for free SAN ISIDRO FESTIVAL On May 15, the festivity of San Isidro Labrador, patron saint of Madrid, is celebrated. Many miracles are attributed to San Isidro and it is said that he had a gift for finding water. Nowadays, this day is celebrated with a pilgrimage and snack in the Pradera de San Isidro,... See more -------------------------------------------------------------------------------- INFOGRAPHICS / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint SEXUALLY TRANSMITTED DISEASES (STD) INFOGRAPHICS If you’re going to talk about STDs, you might as well try to make your presentation interesting! The infographics about sexually transmitted diseases in this template combine muted shades of red and blue over a white background, and achieve an attractive and professional look, while its illustrations add an interesting... / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint DECISION MAKING MODELS INFOGRAPHICS In need of some infographics about decision making models? Here’s an easy decision: download this template! Its wide variety of colorful and easy to understand infographics make it a breeze to present complex information in a straightforward manner while keeping your audience involved. Tables, charts, graphs… they’re all here for... / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint MICROBES INFOGRAPHICS Make your presentation about microbes visually interesting with these infographics! The illustrations on these slides make microbes look cute, and also keep them from being too bland. After all, a professional presentation should present accurate information, but visually appealing at the same time. So add a touch of visual excitement... / Like Download Download Premium template Go Premium Download free template Google Slides PowerPoint Google Slides PowerPoint AIR POLLUTION INFOGRAPHICS There are many different types of pollution and it is important to know how we can reduce the ecological impact we can cause with each of them, any help is good! If you are also environmentally conscious, we bring you this template with a collection of infographics about air pollution.... / Premium Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Sign in for free ROYALTY AROUND THE WORLD INFOGRAPHICS Give your presentation the royal treatment with this template! Filled with infographics about royalty around the world, these slides are a great way to make your explanations about kings and queens interesting and appealing. Its many colorful illustrations of royalty are not only funny but add a nice visual touch.... / Premium Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Sign in for free TROPICAL STYLE BOOK SLIDESHOW FOR MARKETING INFOGRAPHICS Oh, the life by the tropic… sun, beach, nature and relax! This is exactly what we conveyed in the presentation Tropical Style Book Slideshow for Marketing, but you asked for more, and here’s the result! A fresh set of infographics that match this young, free and wild design style and... See more -------------------------------------------------------------------------------- SLIDESGO SCHOOL HOW TO MAKE A PRESENTATION INTERACTIVE There are several challenges to overcome in order to make a perfect presentation. The first challenge is to collect and structure the right information and then generate a visually appealing presentation. And once you have reached this point, you still have to go one step further: finding the most appropriate... See more Presentation Tips HOW TO HIGHLIGHT TEXT IN GOOGLE SLIDES Have you ever used highlighter pens to underline your notes? I bet you have! No matter how many years go by, this technique will continue to be used to retain in our memory the important points of a lesson or a presentation. This same process, in fact, can be replicated... See more Google Slides Tutorials HOW TO HIGHLIGHT TEXT IN POWERPOINT Is your upcoming exhibition approaching? PowerPoint presentations are excellent allies to organize and visually display your content in front of an audience of any age. In the midst of the design process, you may have asked yourself, "How do I emphasize idea a or concept b more?" There are many possible... See more PowerPoint Tutorials BROWSE BY TAGS * Kids 553 templates * Food 237 templates * Technology 179 templates * Travel 110 templates * Animal 175 templates * Art 143 templates * Health 683 templates * History 180 templates * Environment 107 templates * Galaxy 79 templates * Fashion 68 templates * Biology 62 templates * Summer 49 templates * Architecture 32 templates * Music 97 templates * Research 352 templates * Culture 621 templates * Background 2048 templates * Finances 131 templates * Back to School 51 templates WHAT DO OUR USERS SAY ABOUT US? Thank you Slidesgo for creating amazing templates for us. It`s made my presentation become much better. And it`s all free! Thiên Trang Nguyễn I just wanted to thank you! I learned more about slides in one day of quarantine than in my whole life Gabriela Miranda Your slides are so unique and gorgeous! They really help me with PowerPoint presentations for school and now even my mom uses them for work Marie Dupuis I would like to thank to you for these amazing templates. I have never seen such service, especially free! They are very useful for my presentation. Ali Serdar Çelikezen Thank you Slidesgo for creating amazing templates for us. It`s made my presentation become much better. And it`s all free! Thiên Trang Nguyễn I just wanted to thank you! I learned more about slides in one day of quarantine than in my whole life Gabriela Miranda support@slidesgo.com SOCIAL MEDIA CONTENT * Home * Recent * Popular * Education * Business * Marketing * Medical * Multi-purpose * Infographics LEARN * Slidesgo School * Presentation Tips * Google Slides Tutorials * PowerPoint Tutorials HELP * * FAQs * Manage Preferences * Terms & conditions * Terms & conditions Teams * * Privacy policy * Cookies policy * About us Work with us Copyright ©2022 Freepik Company S.L. All rights reserved. English Español English Português Français Deutsch 한국어 Freepik Company Projects * Freepik * Flaticon * Slidesgo * Wepik ABOUT YOUR PRIVACY * YOUR PRIVACY * STRICTLY NECESSARY COOKIES * PERFORMANCE COOKIES * FUNCTIONAL COOKIES * TARGETING COOKIES * STORE AND/OR ACCESS INFORMATION ON A DEVICE * PERSONALISED ADS AND CONTENT, AD AND CONTENT MEASUREMENT, AUDIENCE INSIGHTS AND PRODUCT DEVELOPMENT * USE PRECISE GEOLOCATION DATA * ACTIVELY SCAN DEVICE CHARACTERISTICS FOR IDENTIFICATION * ENSURE SECURITY, PREVENT FRAUD, AND DEBUG * TECHNICALLY DELIVER ADS OR CONTENT * MATCH AND COMBINE OFFLINE DATA SOURCES * LINK DIFFERENT DEVICES * RECEIVE AND USE AUTOMATICALLY-SENT DEVICE CHARACTERISTICS FOR IDENTIFICATION YOUR PRIVACY We process your data to deliver content or advertisements and measure the delivery of such content or advertisements to extract insights about our website. We share this information with our partners on the basis of consent and legitimate interest. You may exercise your right to consent or object to a legitimate interest, based on a specific purpose below or at a partner level in the link under each purpose. These choices will be signaled to our vendors participating in the Transparency and Consent Framework. List of IAB Vendors STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. TARGETING COOKIES Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. STORE AND/OR ACCESS INFORMATION ON A DEVICE Store and/or access information on a device Cookies, device identifiers, or other information can be stored or accessed on your device for the purposes presented to you. List of IAB Vendors | View Full Legal Text Opens in a new Tab Consent Legitimate Interest PERSONALISED ADS AND CONTENT, AD AND CONTENT MEASUREMENT, AUDIENCE INSIGHTS AND PRODUCT DEVELOPMENT Personalised ads and content, ad and content measurement, audience insights and product development * SELECT BASIC ADS Switch Label Switch Label Ads can be shown to you based on the content you’re viewing, the app you’re using, your approximate location, or your device type. * CREATE A PERSONALISED ADS PROFILE Switch Label Switch Label A profile can be built about you and your interests to show you personalised ads that are relevant to you. * SELECT PERSONALISED ADS Switch Label Switch Label Personalised ads can be shown to you based on a profile about you. * CREATE A PERSONALISED CONTENT PROFILE Switch Label Switch Label A profile can be built about you and your interests to show you personalised content that is relevant to you. * SELECT PERSONALISED CONTENT Switch Label Switch Label Personalised content can be shown to you based on a profile about you. * MEASURE AD PERFORMANCE Switch Label Switch Label The performance and effectiveness of ads that you see or interact with can be measured. * MEASURE CONTENT PERFORMANCE Switch Label Switch Label The performance and effectiveness of content that you see or interact with can be measured. * APPLY MARKET RESEARCH TO GENERATE AUDIENCE INSIGHTS Switch Label Switch Label Market research can be used to learn more about the audiences who visit sites/apps and view ads. * DEVELOP AND IMPROVE PRODUCTS Switch Label Switch Label Your data can be used to improve existing systems and software, and to develop new products List of IAB Vendors | View Full Legal Text Opens in a new Tab Consent Legitimate Interest USE PRECISE GEOLOCATION DATA Use precise geolocation data Your precise geolocation data can be used in support of one or more purposes. This means your location can be accurate to within several meters. List of IAB Vendors | View Full Legal Text Opens in a new Tab Consent Legitimate Interest ACTIVELY SCAN DEVICE CHARACTERISTICS FOR IDENTIFICATION Actively scan device characteristics for identification Your device can be identified based on a scan of your device's unique combination of characteristics. List of IAB Vendors | View Full Legal Text Opens in a new Tab ENSURE SECURITY, PREVENT FRAUD, AND DEBUG Always Active Your data can be used to monitor for and prevent fraudulent activity, and ensure systems and processes work properly and securely. List of IAB Vendors | View Full Legal Text Opens in a new Tab TECHNICALLY DELIVER ADS OR CONTENT Always Active Your device can receive and send information that allows you to see and interact with ads and content. List of IAB Vendors | View Full Legal Text Opens in a new Tab MATCH AND COMBINE OFFLINE DATA SOURCES Always Active Data from offline data sources can be combined with your online activity in support of one or more purposes List of IAB Vendors | View Full Legal Text Opens in a new Tab LINK DIFFERENT DEVICES Always Active Different devices can be determined as belonging to you or your household in support of one or more of purposes. List of IAB Vendors | View Full Legal Text Opens in a new Tab RECEIVE AND USE AUTOMATICALLY-SENT DEVICE CHARACTERISTICS FOR IDENTIFICATION Always Active Your device might be distinguished from other devices based on information it automatically sends, such as IP address or browser type. List of IAB Vendors | View Full Legal Text Opens in a new Tab Back Button BACK Filter Button Consent Leg.Interest checkbox label label checkbox label label checkbox label label Clear checkbox label label Apply Cancel Confirm My Choices Reject All Allow All WE CARE ABOUT YOUR PRIVACY We and our partners store and/or access information on a device, such as unique IDs in cookies to process personal data. You may accept or manage your choices by clicking below, including your right to object where legitimate interest is used, or at any time in the privacy policy page. These choices will be signaled to our partners and will not affect browsing data.More information in our Cookie Policy WE AND OUR PARTNERS PROCESS DATA TO PROVIDE: Use precise geolocation data. Actively scan device characteristics for identification. Store and/or access information on a device. Personalised ads and content, ad and content measurement, audience insights and product development. List of Partners (vendors) I Accept Show Purposes