.tw-text-center {
    text-align: center;
}

.tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tw-mb-4 {
    margin-bottom: 1rem;
}

.tw-mx-auto {
    margin-left: auto;
}

@media screen and (min-width: 1300px)
{
    .container {
        max-width: 1200px;
    }
}

html {
    font-size: 16px;
}

.md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.md\:tw-mb-10 {
    margin-bottom: 4rem;
}



.container {
    position: relative;
}

article, aside, details, figure, footer, header, nav, section, summary {
    display: block;
}

address, article, aside, b, blockquote, body, body div, cite, code, dd, details, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, label, li, mark, menu, nav, object, ol, p, pre, q, section, small, span, strong, sub, summary, table, tbody, td, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 500;
    vertical-align: baseline;
    background: 0 0;
}

*, :after, :before {
    box-sizing: inherit;
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e5e5;
}

html {
    font-size: 14px;
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}

html {
    font-family: system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    line-height: 1.5;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.tw-gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

.tw-pt-7 {
    padding-top: 1.75rem;
}

.tw-grid {
    display: grid;
}

.tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.tw-h-full {
    height: 100%;
}

.tw-justify-between {
    justify-content: space-between;
}

.tw-flex-col {
    flex-direction: column;
}

.tw-flex {
    display: flex;
}

.tw-border {
    border-width: 1px;
}

.tw-border-solid {
    border-style: solid;
}

.tw-rounded-xl {
    border-radius: .9rem;
}

.tw-border-grey-light {
    --border-opacity: 1;
    border-color: #e5e5e5;
    border-color: rgba(229,229,229,var(--border-opacity));
}

.tw-bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}

.tw-items-center {
    align-items: center;
}

.tw-flex-col {
    flex-direction: column;
}

.tw-flex {
    display: flex;
}

.tw-border-grey-light {
    --border-opacity: 1;
    border-color: #e5e5e5;
    border-color: rgba(229,229,229,var(--border-opacity));
}

.tw-bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}

.tw-transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.tw-mb-3 {
    margin-bottom: .75rem;
}

.tw-rounded-full {
    border-radius: 9999px;
}

img {
    display: initial;
}

img {
    max-width: 100%;
}

embed, img, object {
    max-width: 100%;
}

img, video {
    max-width: 100%;
    height: auto;
}

canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

img {
    border-style: solid;
}

img {
    border-style: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

.tw-border-grey-light {
    --border-opacity: 1;
    border-color: #e5e5e5;
    border-color: rgba(229,229,229,var(--border-opacity));
}

.tw-bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}

.tw-text-black {
    --text-opacity: 1;
    color: #22292f;
    color: rgba(34,41,47,var(--text-opacity));
}

.tw-mb-px {
    margin-bottom: 1px;
}

.tw-text-xl {
    font-size: 1.25rem;
}

.tw-font-semibold {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p {
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

.tw-border-grey-light {
    --border-opacity: 1;
    border-color: #e5e5e5;
    border-color: rgba(229,229,229,var(--border-opacity));
}

.tw-bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}

.tw-text-black-transparent-25 {
    color: rgba(0,0,0,.25);
}

.tw-text-sm {
    font-size: .875rem;
}

.tw-font-semibold {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p {
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

.tw-border-grey-light {
    --border-opacity: 1;
    border-color: #e5e5e5;
    border-color: rgba(229,229,229,var(--border-opacity));
}

.tw-bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}

.tw-text-grey-darkest {
    --text-opacity: 1;
    color: #3d4852;
    color: rgba(61,72,82,var(--text-opacity));
}

.tw-mb-8 {
    margin-bottom: 2rem;
}

.tw-border-grey-light {
    --border-opacity: 1;
    border-color: #e5e5e5;
    border-color: rgba(229,229,229,var(--border-opacity));
}

.tw-bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}
@media (min-width: 992px)
{
.lg\:tw-text-left {
    text-align: left;
}

.skill-card.is-frameworks {
    background: 0 0;
}

.lg\:tw-pb-10 {
    padding-bottom: 3rem;
}

.lg\:tw-mb-10 {
    margin-bottom: 4rem;
}

.lg\:tw-mb-0 {
    margin-bottom: 0;
}

.lg\:tw-w-6 {
    width: 1.5rem;
}

.lg\:tw-w-2\/5 {
    width: 40%;
}

.lg\:tw-w-1\/6 {
    width: 16.66667%;
}

.lg\:tw-mb-6 {
    margin-bottom: 1.5rem;
}

.lg\:tw-flex {
    display: flex;
}

.lg\:tw-mb-2 {
    margin-bottom: .5rem;
}

.lg\:tw-text-xs {
    font-size: .75rem !important;
}

.lg\:tw-mt-8 {
    margin-top: 2rem;
}

.lg\:tw-mb-0 {
    margin-bottom: 0;
}

.lg\:tw-pb-0 {
    padding-bottom: 0;
}

.lg\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.footer-wrap .footer-section.top .container {
    background-size: 176px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.lg\:tw-max-w-full {
    max-width: 100%;
}

.footer-wrap .inline-bulleted-list>li {
    display: list-item;
}

.lg\:tw-w-28 {
    width: 7rem;
}

.lg\:tw-mr-auto {
    margin-right: auto;
    margin-left: auto;
}

.home-skills-stat {
    flex: none;
    width: 150px;
    height: 35px;
}

.lg\:tw-mb-8 {
    margin-bottom: 2rem;
}

.lg\:tw-flex {
    display: flex;
}

.lg\:tw-mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
}

.lg\:tw-flex-col {
    flex-direction: column;
}

.lg\:tw-rounded-none {
    border-radius: 0;
}

.skill-card.is-frameworks .skill-card-top {
    border-radius: .9rem;
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(180deg,#f44881,#ec454f);
}

.skill-card .skill-card-thumbnail {
    width: 120px;
    height: 120px;
    max-width: 120px;
}

.skill-card.is-frameworks .skill-card-top {
    border-radius: .9rem;
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(180deg,#f44881,#ec454f);
}

.lg\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.skill-card-meta {
    margin-top: -6px;
    padding-top: 6px;
    height: 76px;
    border: 1px solid #fff;
    -o-border-image: url(../fonts/images-long-dash-border.svg) 1 round;
    border-image: url(../fonts/images-long-dash-border.svg) 1 round;
}

.lg\:tw-text-grey-darkest {
    --text-opacity: 1;
    color: #3d4852 !important;
    color: rgba(61,72,82,var(--text-opacity));
}

.lg\:tw-text-grey-dark {
    --text-opacity: 1;
    color: #8795a1 !important;
    color: rgba(135,149,161,var(--text-opacity));
}

.lg\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.lg\:tw-mb-0 {
    margin-bottom: 0;
}

.lg\:tw-flex-col {
    flex-direction: column;
}

.lg\:tw-py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.lg\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.tw-w-full {
    width: 100%;
}

.lg\:tw-py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.lg\:tw-bg-grey-light {
    --bg-opacity: 1;
    background-color: #e5e5e5;
    background-color: rgba(229,229,229,var(--bg-opacity));
}

.skill-card.is-languages .skill-card-top {
    border-radius: .9rem;
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(0deg,#f19a1a,#ffc73c);
}

.skill-card.is-techniques .skill-card-top {
    border-radius: .9rem;
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(180deg,#21c8f6,#637bff);
}

.skill-card.is-testing .skill-card-top {
    border-radius: .9rem;
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(180deg,#6edcc4,#1aab8b);
}

.skill-card.is-tooling .skill-card-top {
    border-radius: .9rem;
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(0deg,#8b60ed,#b372bd);
}

}

@media (min-width: 768px)
{
.section, section {
    padding-left: 40px;
    padding-right: 40px;
}

.container {
    margin: 0 auto;
    max-width: 100%;
}

.section, section {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.section, section {
    padding: 40px 20px;
}

.md\:tw-block {
    display: block !important;
}

.md\:tw-text-3xl {
    font-size: 1.875rem;
}
}
.section, section {
    position: relative;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
@media only screen and (max-width: 600px) {
  img.tw-fill-current.tw-text-white {
		margin-right: auto;
		margin-left: auto;
	}



	.tw-transition-all {
		transition-property: all;
		width: 28px !important;
	}

	.tw-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.tw-w-8 {
		width: 2rem;
	}

	.tw-w-42 {
    width: 8em !important;
	}

	.tw-mb-8 {
		margin-bottom: 2rem;
	}

	.tw-justify-between {
		justify-content: space-between;
	}

	.tw-items-center {
		align-items: center;
	}

	.tw-flex {
		display: flex;
	}

	.tw-mb-2 {
    margin-bottom: .5rem;
	}

	.tw-font-bold {
		font-weight: 700;
	}

	.footer-wrap .inline-bulleted-list>li {
		display: inline;
		padding-right: 5px;
	}

	.footer-wrap .inline-bulleted-list>li:not(:first-child):before {
		content: " \B7";
		color: hsla(0,0%,100%,.4);
		font-size: 1.7rem;
		line-height: 1;
		vertical-align: sub;
		margin-left: 2px;
		margin-right: 4px;
	}

	.tw-tracking-normal {
		font-size: 14px;
	}

	.home-skills-stat {
		flex: 1;
	}

	.tw-text-2xl {
		font-size: 1.5rem;
	}

	.skill-card.is-frameworks {
		background: linear-gradient(180deg,#f44881,#ec454f);
	}

	.tw-w-full {
    width: 100%;
	}

	.tw-relative {
		position: relative;
	}

	.tw-pr-5 {
		padding-right: 1.25rem;
	}

	.tw-justify-around {
		justify-content: space-around;
	}

	.tw-flex-col {
		flex-direction: column;
	}

	.tw-flex {
		display: flex;
	}

	.tw-border-t-0 {
		border-top-width: 0;
	}

	.tw-rounded-t-none {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.tw-rounded-lg {
		border-radius: .5rem;
	}

	.tw-border-grey {
		--border-opacity: 1;
		border-color: #ccc;
		border-color: rgba(204,204,204,var(--border-opacity));
	}

	.tw-py-3 {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}

	.mobile\:tw-py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.skill-card.is-languages {
		background: linear-gradient(0deg,#f19a1a,#ffc73c);
	}

	.skill-card.is-techniques {
		background: linear-gradient(180deg,#21c8f6,#637bff);
	}

	.skill-card.is-testing {
		background: linear-gradient(180deg,#6edcc4,#1aab8b);
	}

	.skill-card.is-tooling {
		background: linear-gradient(0deg,#8b60ed,#b372bd);
	}

	.tw-mb-6 {
		margin-bottom: 1.5rem;
	}

	.container {
		width: 100%;
		padding: 0px 0px;
		margin: 0px 0px;
	}

	.tw-h-6 {
		height: 1.5rem;
	}

	.tw-bg-transparent-25 {
		background-color: hsla(0,0%,100%,.25);
	}

}

@media (min-width: 1200px)
{
.container {
    max-width: 1200px;
}

.xl\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.xl\:tw-justify-around {
    justify-content: space-around;
}

.skill-card {
    width: 200px;
}
}



.tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.tw-pt-0 {
    padding-top: 0;
}

article, aside, figure, footer, header, section {
    display: block;
}

article, aside, details, figure, footer, header, nav, section, summary {
    display: block;
}

address, article, aside, b, blockquote, body, body div, cite, code, dd, details, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, label, li, mark, menu, nav, object, ol, p, pre, q, section, small, span, strong, sub, summary, table, tbody, td, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 500;
    vertical-align: baseline;
    background: 0 0;
}

.footer-wrap {
    background-image: url("/assets/images/footer-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
}

.footer-wrap .heart-pulse {
    -webkit-animation: heart-pulse 1s infinite !important;
    animation: heart-pulse 1s infinite !important;
}

.tw-border-t {
    border-top-width: 1px;
}

.tw-border-solid {
    border-style: solid;
}

.tw-border-transparent-10 {
    border-color: hsla(0,0%,100%,.1);
}

.tw-text-transparent-50 {
    color: hsla(0,0%,100%,.5);
}

.tw-tracking-normal {
    letter-spacing: 0;
}

.tw-hidden {
    display: none;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

.tw-relative {
    position: relative;
}

.tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.tw-inline {
    display: inline;
}

img {
    display: initial;
}

embed, img, object {
    max-width: 100%;
}

img, video {
    max-width: 100%;
    height: auto;
}

canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

img {
    border-style: solid;
}

img {
    border-style: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

a.link:not(.no-transition) {
    transition: all .3s;
}

a:active, a:hover, a:focus, a:visited {
    text-decoration: none;
}

.inherits-color {
    color: inherit;
}

.tw-font-bold {
    font-weight: 700;
}

a {
    transition: background-color .3s,border .3s;
}

a {
    color: #3490dc;
    cursor: pointer;
    text-decoration: none;
    transition: none 86ms ease-out;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a {
    background-color: transparent;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.container {
    position: relative;
}

.tw-text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
}

.tw-w-3\/4 {
    width: 75%;
}

.tw-mb-8 {
    margin-bottom: 2rem;
}

li {
    list-style-type: none;
}

.tw-leading-loose {
    line-height: 1.7;
	letter-spacing: 0;
}

.tw-justify-between {
    justify-content: space-between;
}

.tw-items-center {
    align-items: center;
}

.tw-transition-all {
    transition: color .3s,background-color .3s;
}

.tw-transition-all {
    transition-property: all;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.tw-fill-current {
    fill: currentColor;
}

.footer-wrap .footer-section.top .container {
    background-size: 80px;
    padding-top: 4em;
}

.tw-text-2xs{
	font-size: 15px !important;
}

img.tw-px-1.tw-relative.heart-pulse.tw-inline {
    top: -2px !important;
}

.md\:tw-justify-center {
    justify-content: center;
}

.tw-mb-1 {
    margin-bottom: .25rem;
}

img {
    display: initial;
}

.tw-text-black {
    --text-opacity: 1;
    color: #22292f;
    color: rgba(34,41,47,var(--text-opacity));
}

.tw-mb-1 {
    margin-bottom: .25rem;
}

.tw-text-xl {
    font-size: 1.25rem;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

.tw-text-grey-30 {
    color: rgba(0,0,0,.3);
}

.tw-text-2xs {
    font-size: .63rem;
}

.tw-text-xl.tw-text-black.tw-mb-1 {
    margin-bottom: 0px !important;
}

.tw-text-grey-30.tw-text-2xs {
    margin-top: -8px;
}


.home-skills-stat-lessons:before {
    left: 0;
}

.tw-rounded-lg {
    border-radius: .5rem;
}
.home-skills-stat-lessons {
    position: relative;
}

.home-skills-stat-lessons:after, .home-skills-stat-lessons:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 1px;
    height: 67px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .07;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(0deg,transparent,#000 48%,transparent);
    border-image-slice: 1;
    background-color: transparent;
}

.tw-rounded-lg {
    border-radius: .5rem;
}

.home-skills-stat-lessons:after {
    right: 0;
}

.tw-leading-tight {
    line-height: 1.25;
}

.tw-text-lg {
    font-size: 1.125rem;
}

img[data-src].lazyloaded {
    opacity: 1;
}

.tw-justify-around {
    justify-content: space-around;
}

.tw-flex-col {
    flex-direction: column;
}

.tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tw-border-grey {
    --border-opacity: 1;
    border-color: #ccc;
    border-color: rgba(204,204,204,var(--border-opacity));
}

.tw-pr-6 {
    padding-right: 1.5rem;
}

.tw-pl-5 {
    padding-left: 1.25rem;
}

.tw-py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.tw-rounded-lg {
    border-radius: .5rem;
}

.tw-block {
    display: block;
}

a {
    transition: background-color .3s,border .3s;
}

a {
    color: #3490dc;
    cursor: pointer;
    text-decoration: none;
    transition: none 86ms ease-out;
}

a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    vertical-align: baseline;
    background: 0 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a {
    background-color: transparent;
}

.tw-tracking-tight {
    letter-spacing: -.02em;
}

.tw-leading-tight {
    line-height: 1.25;
}

.tw-text-lg {
    font-size: 1.125rem;
}

.tw-border-t-0 {
    border-top-width: 0;
}

.tw-h-6 {
    height: 1.5rem;
}

.hover\:tw-text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
	opacity: .5;
}

@media screen and (max-width: 992px){
    .lg\:tw-w-6 {
        width: 1.5rem;
    }
    .lg\:tw-w-28 {
        width: 7rem;
    }
}
