/*!
 * Start Bootstrap - Agency v5.2.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
	overflow-x: hidden;
	font-family: sans-serif;
}

p {
	line-height: 1.5rem;
}

a {
	text-decoration: underline;
	color: #000000;
}

.small {
	font-size: 70%;
}

.text-primary {
	color: #888b8d !important;
}

.text-secondary {
	color: #d51900 !important;
}

.bg-light {
	background-color: #f2f2f2 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-family: poppins, sans-serif;
}

.isi {
	font-size: 80%;
}

::-moz-selection {
	background: #888b8d;
	text-shadow: none;
}

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

.btn {
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
}

.btn-xl {
	font-size: 18px;
	padding: 20px 40px;
}

.btn-primary {
	background-color: #888b8d;
	border-color: #888b8d;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #888b8d !important;
	border-color: #888b8d !important;
	color: white;
}

.btn-primary:active,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(25, 115, 182, 0.5) !important;
}

.btn-secondary {
	background-color: #d51900;
	border-color: #d51900;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #d51900 !important;
	border-color: #d51900 !important;
	color: white;
}

.btn-secondary:active,
.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(25, 115, 182, 0.5) !important;
}

.sponsor-box {
	padding: 30px 0;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	margin: 10px;
	border-radius: 0.3rem;
}

@media screen and (min-width: 992px) {
	.sponsor-box {
		margin: 0;
	}
}

.wrapper {
	width: 100px;
	margin: 1em auto;
}

.checkmark {
	stroke: #d51900;
	stroke-dashoffset: 745.74853515625;
	stroke-dasharray: 745.74853515625;
	-webkit-animation: dash 2s ease-out forwards;
	animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 745.74853515625;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 745.74853515625;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

/* Callouts */
.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
	border-left-width: 0.25rem;
	border-radius: 0.25rem;
}

.bd-callout h4 {
	margin-top: 0;
	margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
	margin-bottom: 0;
}

.bd-callout code {
	border-radius: 0.25rem;
}

.bd-callout + .bd-callout {
	margin-top: -0.25rem;
}

.bd-callout-primary {
	border-left-color: #888b8d;
}

.bd-callout-secondary {
	border-left-color: #d51900;
}

/* Callouts */
